Uses of Class
net.authorize.api.contract.v1.BankAccountType
-
Packages that use BankAccountType Package Description net.authorize.api.contract.v1 -
-
Uses of BankAccountType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as BankAccountType Modifier and Type Field Description protected BankAccountTypePaymentSimpleType. bankAccountprotected BankAccountTypePaymentType. bankAccountprotected BankAccountTypeWebCheckOutDataType. bankTokenMethods in net.authorize.api.contract.v1 that return BankAccountType Modifier and Type Method Description BankAccountTypeObjectFactory. createBankAccountType()Create an instance ofBankAccountTypeBankAccountTypePaymentSimpleType. getBankAccount()Gets the value of the bankAccount property.BankAccountTypePaymentType. getBankAccount()Gets the value of the bankAccount property.BankAccountTypeWebCheckOutDataType. getBankToken()Gets the value of the bankToken property.Methods in net.authorize.api.contract.v1 with parameters of type BankAccountType Modifier and Type Method Description voidPaymentSimpleType. setBankAccount(BankAccountType value)Sets the value of the bankAccount property.voidPaymentType. setBankAccount(BankAccountType value)Sets the value of the bankAccount property.voidWebCheckOutDataType. setBankToken(BankAccountType value)Sets the value of the bankToken property.
-