Uses of Class
net.authorize.api.contract.v1.EcheckTypeEnum

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.
 



Copyright © 2014. All Rights Reserved.