|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EcheckTypeEnum | |
|---|---|
| net.authorize.api.contract.v1 | |
| Uses of EcheckTypeEnum in net.authorize.api.contract.v1 |
|---|
| Fields in net.authorize.api.contract.v1 declared as EcheckTypeEnum | |
|---|---|
protected EcheckTypeEnum |
BankAccountType.echeckType
|
protected EcheckTypeEnum |
BankAccountMaskedType.echeckType
|
| Methods in net.authorize.api.contract.v1 that return EcheckTypeEnum | |
|---|---|
static EcheckTypeEnum |
EcheckTypeEnum.fromValue(String v)
|
EcheckTypeEnum |
BankAccountType.getEcheckType()
Gets the value of the echeckType property. |
EcheckTypeEnum |
BankAccountMaskedType.getEcheckType()
Gets the value of the echeckType property. |
static EcheckTypeEnum |
EcheckTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EcheckTypeEnum[] |
EcheckTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.authorize.api.contract.v1 with parameters of type EcheckTypeEnum | |
|---|---|
void |
BankAccountType.setEcheckType(EcheckTypeEnum value)
Sets the value of the echeckType property. |
void |
BankAccountMaskedType.setEcheckType(EcheckTypeEnum value)
Sets the value of the echeckType property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||