| Package | Description |
|---|---|
| jp.gopay.sdk.models.common.bankaccounts | |
| jp.gopay.sdk.types |
| Modifier and Type | Method | Description |
|---|---|---|
BankAccountCountry |
BaseBankAccount.getCountry() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BaseBankAccount.setCommonFields(BankAccountCountry country,
String holderName,
String bankName,
String currency,
String accountNumber,
BankAccountType accountType) |
|
protected void |
BaseBankAccount.setCountry(BankAccountCountry country) |
| Modifier and Type | Method | Description |
|---|---|---|
static BankAccountCountry |
BankAccountCountry.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BankAccountCountry[] |
BankAccountCountry.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.