|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.data.cim.PaymentProfile
public class PaymentProfile
| Field Summary | |
|---|---|
protected Address |
billTo
|
protected String |
customerPaymentProfileId
|
protected CustomerType |
customerType
|
protected ArrayList<Payment> |
paymentList
|
| Method Summary | |
|---|---|
void |
addPayment(Payment payment)
Add a Payment container to the payment list. |
static PaymentProfile |
createPaymentProfile()
|
Address |
getBillTo()
Gets the value of the billTo property. |
String |
getCustomerPaymentProfileId()
|
CustomerType |
getCustomerType()
Gets the value of the customerType property. |
ArrayList<Payment> |
getPaymentList()
|
void |
setBillTo(Address value)
Sets the value of the billTo property. |
void |
setCustomerPaymentProfileId(String customerPaymentProfileId)
|
void |
setCustomerType(CustomerType value)
Sets the value of the customerType property. |
void |
setPaymentList(ArrayList<Payment> paymentList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CustomerType customerType
protected Address billTo
protected ArrayList<Payment> paymentList
protected String customerPaymentProfileId
| Method Detail |
|---|
public static PaymentProfile createPaymentProfile()
public CustomerType getCustomerType()
CustomerTypepublic void setCustomerType(CustomerType value)
value - allowed object is
CustomerTypepublic Address getBillTo()
Addresspublic void setBillTo(Address value)
value - allowed object is
Addresspublic ArrayList<Payment> getPaymentList()
public void addPayment(Payment payment)
payment - public void setPaymentList(ArrayList<Payment> paymentList)
paymentList - the payments to setpublic String getCustomerPaymentProfileId()
public void setCustomerPaymentProfileId(String customerPaymentProfileId)
customerPaymentProfileId - the customerPaymentProfileId to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||