Uses of Class
cz.gopay.api.v3.model.common.CountryCode
-
Packages that use CountryCode Package Description cz.gopay.api.v3.model.common cz.gopay.api.v3.model.payment.support -
-
Uses of CountryCode in cz.gopay.api.v3.model.common
Methods in cz.gopay.api.v3.model.common that return CountryCode Modifier and Type Method Description static CountryCodeCountryCode. fromAlpha2Code(String code)static CountryCodeCountryCode. fromCodeStrict(String countryCode)static CountryCodeCountryCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryCode[]CountryCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CountryCode in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return CountryCode Modifier and Type Method Description CountryCodeBankAccount. getCountry()Methods in cz.gopay.api.v3.model.payment.support with parameters of type CountryCode Modifier and Type Method Description voidBankAccount. setCountry(CountryCode country)
-