Uses of Class
net.authorize.api.contract.v1.BankAccountTypeEnum
-
Packages that use BankAccountTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of BankAccountTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as BankAccountTypeEnum Modifier and Type Field Description protected BankAccountTypeEnumBankAccountMaskedType. accountTypeprotected BankAccountTypeEnumBankAccountType. accountTypeMethods in net.authorize.api.contract.v1 that return BankAccountTypeEnum Modifier and Type Method Description static BankAccountTypeEnumBankAccountTypeEnum. fromValue(String v)BankAccountTypeEnumBankAccountMaskedType. getAccountType()Gets the value of the accountType property.BankAccountTypeEnumBankAccountType. getAccountType()Gets the value of the accountType property.static BankAccountTypeEnumBankAccountTypeEnum. valueOf(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.Methods in net.authorize.api.contract.v1 with parameters of type BankAccountTypeEnum Modifier and Type Method Description voidBankAccountMaskedType. setAccountType(BankAccountTypeEnum value)Sets the value of the accountType property.voidBankAccountType. setAccountType(BankAccountTypeEnum value)Sets the value of the accountType property.
-