com.anet.api
Class ARBBankAccount
java.lang.Object
com.anet.api.ARBBankAccount
public class ARBBankAccount
- extends java.lang.Object
Automated Recurring Billing Bank Account
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARBBankAccount
public ARBBankAccount()
- Constructor
getAccountType
public java.lang.String getAccountType()
- Returns:
- the accountType
setAccountType
public void setAccountType(java.lang.String accountType)
- Parameters:
accountType
- the accountType to set
getRoutingNumber
public java.lang.String getRoutingNumber()
- Returns:
- the routingNumber
setRoutingNumber
public void setRoutingNumber(java.lang.String routingNumber)
- Parameters:
routingNumber
- the routingNumber to set
getAccountNumber
public java.lang.String getAccountNumber()
- Returns:
- the accountNumber
setAccountNumber
public void setAccountNumber(java.lang.String accountNumber)
- Parameters:
accountNumber
- the accountNumber to set
getNameOnAccount
public java.lang.String getNameOnAccount()
- Returns:
- the nameOnAccount
setNameOnAccount
public void setNameOnAccount(java.lang.String nameOnAccount)
- Parameters:
nameOnAccount
- the nameOnAccount to set
getEcheckType
public java.lang.String getEcheckType()
- Returns:
- the echeckType
setEcheckType
public void setEcheckType(java.lang.String echeckType)
- Parameters:
echeckType
- the echeckType to set
getBankName
public java.lang.String getBankName()
- Returns:
- the bankName
setBankName
public void setBankName(java.lang.String bankName)
- Parameters:
bankName
- the bankName to set
Copyright © 2011 DS Data Systems UK Ltd.