public class PaymentProfile extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Address |
billTo |
protected String |
customerPaymentProfileId |
protected CustomerType |
customerType |
protected ArrayList<Payment> |
paymentList |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected CustomerType customerType
protected Address billTo
protected String customerPaymentProfileId
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 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 setCopyright © 2016. All Rights Reserved.