com.anet.api
Class ARBPayment

java.lang.Object
  extended by com.anet.api.ARBPayment

public class ARBPayment
extends java.lang.Object

Automated Recurring Billing Payment


Constructor Summary
ARBPayment()
          Constructor
ARBPayment(ARBCreditCard cardIn)
          Constructor
 
Method Summary
 ARBBankAccount getBankAccount()
           
 ARBCreditCard getCreditCard()
           
 void setBankAccount(ARBBankAccount bankAccount)
           
 void setCreditCard(ARBCreditCard creditCard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARBPayment

public ARBPayment()
Constructor


ARBPayment

public ARBPayment(ARBCreditCard cardIn)
Constructor

Parameters:
cardIn -
Method Detail

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.