@Deprecated
public class PaymentProfile
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Address |
billTo
Deprecated.
|
protected java.lang.String |
customerPaymentProfileId
Deprecated.
|
protected CustomerType |
customerType
Deprecated.
|
protected java.util.ArrayList<Payment> |
paymentList
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPayment(Payment payment)
Deprecated.
Add a Payment container to the payment list.
|
static PaymentProfile |
createPaymentProfile()
Deprecated.
|
Address |
getBillTo()
Deprecated.
Gets the value of the billTo property.
|
java.lang.String |
getCustomerPaymentProfileId()
Deprecated.
|
CustomerType |
getCustomerType()
Deprecated.
Gets the value of the customerType property.
|
java.util.ArrayList<Payment> |
getPaymentList()
Deprecated.
|
void |
setBillTo(Address value)
Deprecated.
Sets the value of the billTo property.
|
void |
setCustomerPaymentProfileId(java.lang.String customerPaymentProfileId)
Deprecated.
|
void |
setCustomerType(CustomerType value)
Deprecated.
Sets the value of the customerType property.
|
void |
setPaymentList(java.util.ArrayList<Payment> paymentList)
Deprecated.
|
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.