Uses of Class
net.authorize.api.contract.v1.EcheckTypeEnum
-
Packages that use EcheckTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of EcheckTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as EcheckTypeEnum Modifier and Type Field Description protected EcheckTypeEnumBankAccountMaskedType. echeckTypeprotected EcheckTypeEnumBankAccountType. echeckTypeMethods in net.authorize.api.contract.v1 that return EcheckTypeEnum Modifier and Type Method Description static EcheckTypeEnumEcheckTypeEnum. fromValue(String v)EcheckTypeEnumBankAccountMaskedType. getEcheckType()Gets the value of the echeckType property.EcheckTypeEnumBankAccountType. getEcheckType()Gets the value of the echeckType property.static EcheckTypeEnumEcheckTypeEnum. 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 Modifier and Type Method Description voidBankAccountMaskedType. setEcheckType(EcheckTypeEnum value)Sets the value of the echeckType property.voidBankAccountType. setEcheckType(EcheckTypeEnum value)Sets the value of the echeckType property.
-