| Package | Description |
|---|---|
| jp.gopay.sdk.models.common.bankaccounts | |
| jp.gopay.sdk.models.response.bankaccount | |
| jp.gopay.sdk.types |
| Modifier and Type | Method | Description |
|---|---|---|
BankAccountType |
BaseBankAccount.getAccountType() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BaseBankAccount.setAccountType(BankAccountType accountType) |
|
protected void |
BaseBankAccount.setCommonFields(BankAccountCountry country,
String holderName,
String bankName,
String currency,
String accountNumber,
BankAccountType accountType) |
| Constructor | Description |
|---|---|
AmericanBankAccount(String holderName,
String bankName,
String currency,
String accountNumber,
String routingNumber,
BankAccountType accountType) |
|
CanadianBankAccount(String holderName,
String bankName,
String bankAddress,
String currency,
String accountNumber,
String swiftCode,
BankAccountType accountType) |
|
JapaneseBankAccount(String holderName,
String bankName,
String branchName,
String currency,
String accountNumber,
BankAccountType accountType) |
| Modifier and Type | Method | Description |
|---|---|---|
BankAccountType |
BankAccount.getAccountType() |
| Modifier and Type | Method | Description |
|---|---|---|
static BankAccountType |
BankAccountType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BankAccountType[] |
BankAccountType.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.