| Package | Description |
|---|---|
| cz.gopay.api.v3.model.common | |
| cz.gopay.api.v3.model.payment.support |
| Modifier and Type | Method and Description |
|---|---|
static CountryCode |
CountryCode.fromAlpha2Code(String code) |
static CountryCode |
CountryCode.fromAlpha2CodeNonFatal(String code) |
static CountryCode |
CountryCode.fromCodeStrict(String countryCode) |
static CountryCode |
CountryCode.getByNumericalCode(Integer numericCode) |
static CountryCode |
CountryCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
CountryCode |
BankAccount.getCountry() |
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccount.setCountry(CountryCode country) |
Copyright © 2017. All rights reserved.