public class PaymentProfile
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Address |
billTo |
protected java.lang.String |
customerPaymentProfileId |
protected CustomerType |
customerType |
protected java.util.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.
|
java.lang.String |
getCustomerPaymentProfileId() |
CustomerType |
getCustomerType()
Gets the value of the customerType property.
|
java.util.ArrayList<Payment> |
getPaymentList() |
void |
setBillTo(Address value)
Sets the value of the billTo property.
|
void |
setCustomerPaymentProfileId(java.lang.String customerPaymentProfileId) |
void |
setCustomerType(CustomerType value)
Sets the value of the customerType property.
|
void |
setPaymentList(java.util.ArrayList<Payment> paymentList) |
protected CustomerType customerType
protected Address billTo
protected java.util.ArrayList<Payment> paymentList
protected java.lang.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 java.util.ArrayList<Payment> getPaymentList()
public void addPayment(Payment payment)
payment - public void setPaymentList(java.util.ArrayList<Payment> paymentList)
paymentList - the payments to setpublic java.lang.String getCustomerPaymentProfileId()
public void setCustomerPaymentProfileId(java.lang.String customerPaymentProfileId)
customerPaymentProfileId - the customerPaymentProfileId to setCopyright © 2018. All Rights Reserved.