| Package | Description |
|---|---|
| net.authorize.api.contract.v1 |
| Modifier and Type | Field and Description |
|---|---|
protected BankAccountTypeEnum |
BankAccountMaskedType.accountType |
protected BankAccountTypeEnum |
BankAccountType.accountType |
| Modifier and Type | Method and Description |
|---|---|
static BankAccountTypeEnum |
BankAccountTypeEnum.fromValue(java.lang.String v) |
BankAccountTypeEnum |
BankAccountMaskedType.getAccountType()
Gets the value of the accountType property.
|
BankAccountTypeEnum |
BankAccountType.getAccountType()
Gets the value of the accountType property.
|
static BankAccountTypeEnum |
BankAccountTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BankAccountTypeEnum[] |
BankAccountTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccountMaskedType.setAccountType(BankAccountTypeEnum value)
Sets the value of the accountType property.
|
void |
BankAccountType.setAccountType(BankAccountTypeEnum value)
Sets the value of the accountType property.
|
Copyright © 2018. All Rights Reserved.