|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.anet.api.ARBPayment
public class ARBPayment
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 |
|---|
public ARBPayment()
public ARBPayment(ARBCreditCard cardIn)
cardIn - | Method Detail |
|---|
public ARBCreditCard getCreditCard()
public void setCreditCard(ARBCreditCard creditCard)
creditCard - the creditCard to setpublic ARBBankAccount getBankAccount()
public void setBankAccount(ARBBankAccount bankAccount)
bankAccount - the bankAccount to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||