net.authorize.data.xml
Class BankAccount

java.lang.Object
  extended by net.authorize.data.echeck.ECheck
      extended by net.authorize.data.xml.BankAccount
All Implemented Interfaces:
Serializable

public class BankAccount
extends ECheck

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.authorize.data.echeck.ECheck
bankAccountName, bankAccountNumber, bankAccountType, bankCheckNumber, bankName, eCheckType, MAX_ACCOUNT_NUMBER_LENGTH, MAX_BANK_ACCOUNT_LENGTH, MAX_BANK_CHECK_NUMBER_LENGTH, MAX_BANK_NAME_LENGTH, MAX_ROUTING_NUMBER_LENGTH, routingNumber
 
Constructor Summary
protected BankAccount()
           
 
Method Summary
static BankAccount createBankAccount()
           
 
Methods inherited from class net.authorize.data.echeck.ECheck
createECheck, getBankAccountName, getBankAccountNumber, getBankAccountType, getBankCheckNumber, getBankName, getECheckType, getRoutingNumber, setBankAccountName, setBankAccountNumber, setBankAccountType, setBankCheckNumber, setBankName, setECheckType, setRoutingNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankAccount

protected BankAccount()
Method Detail

createBankAccount

public static BankAccount createBankAccount()


Copyright © 2014. All Rights Reserved.