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

Packages that use BankAccountTypeEnum
net.authorize.api.contract.v1   
 

Uses of BankAccountTypeEnum in net.authorize.api.contract.v1
 

Fields in net.authorize.api.contract.v1 declared as BankAccountTypeEnum
protected  BankAccountTypeEnum BankAccountType.accountType
           
protected  BankAccountTypeEnum BankAccountMaskedType.accountType
           
 

Methods in net.authorize.api.contract.v1 that return BankAccountTypeEnum
static BankAccountTypeEnum BankAccountTypeEnum.fromValue(String v)
           
 BankAccountTypeEnum BankAccountType.getAccountType()
          Gets the value of the accountType property.
 BankAccountTypeEnum BankAccountMaskedType.getAccountType()
          Gets the value of the accountType property.
static BankAccountTypeEnum BankAccountTypeEnum.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
 void BankAccountType.setAccountType(BankAccountTypeEnum value)
          Sets the value of the accountType property.
 void BankAccountMaskedType.setAccountType(BankAccountTypeEnum value)
          Sets the value of the accountType property.
 



Copyright © 2014. All Rights Reserved.