com.anet.api
Class ARBPayment
java.lang.Object
com.anet.api.ARBPayment
public class ARBPayment
- extends java.lang.Object
Automated Recurring Billing Payment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creditCard
private ARBCreditCard creditCard
bankAccount
private ARBBankAccount bankAccount
ARBPayment
public ARBPayment()
- Constructor
ARBPayment
public ARBPayment(ARBCreditCard cardIn)
- Constructor
- Parameters:
cardIn
-
getCreditCard
public ARBCreditCard getCreditCard()
- Returns:
- the creditCard
setCreditCard
public void setCreditCard(ARBCreditCard creditCard)
- Parameters:
creditCard
- the creditCard to set
getBankAccount
public ARBBankAccount getBankAccount()
- Returns:
- the bankAccount
setBankAccount
public void setBankAccount(ARBBankAccount bankAccount)
- Parameters:
bankAccount
- the bankAccount to set
Copyright © 2011 DS Data Systems UK Ltd.