Uses of Class
cz.gopay.api.v3.model.common.StatementGeneratingFormat
-
Packages that use StatementGeneratingFormat Package Description cz.gopay.api.v3.model.common cz.gopay.api.v3.model.payment.support -
-
Uses of StatementGeneratingFormat in cz.gopay.api.v3.model.common
Methods in cz.gopay.api.v3.model.common that return StatementGeneratingFormat Modifier and Type Method Description static StatementGeneratingFormatStatementGeneratingFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementGeneratingFormat[]StatementGeneratingFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatementGeneratingFormat in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return StatementGeneratingFormat Modifier and Type Method Description StatementGeneratingFormatAccountStatement. getFormat()Methods in cz.gopay.api.v3.model.payment.support with parameters of type StatementGeneratingFormat Modifier and Type Method Description voidAccountStatement. setFormat(StatementGeneratingFormat format)
-