public class CustomerPaymentProfileListItemType extends Object
Java class for customerPaymentProfileListItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerPaymentProfileListItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerPaymentProfileId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="customerProfileId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType"/>
<element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerAddressType |
billTo |
protected int |
customerPaymentProfileId |
protected int |
customerProfileId |
protected PaymentMaskedType |
payment |
| Constructor and Description |
|---|
CustomerPaymentProfileListItemType() |
| Modifier and Type | Method and Description |
|---|---|
CustomerAddressType |
getBillTo()
Gets the value of the billTo property.
|
int |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
int |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
PaymentMaskedType |
getPayment()
Gets the value of the payment property.
|
void |
setBillTo(CustomerAddressType value)
Sets the value of the billTo property.
|
void |
setCustomerPaymentProfileId(int value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(int value)
Sets the value of the customerProfileId property.
|
void |
setPayment(PaymentMaskedType value)
Sets the value of the payment property.
|
protected int customerPaymentProfileId
protected int customerProfileId
protected CustomerAddressType billTo
protected PaymentMaskedType payment
public int getCustomerPaymentProfileId()
public void setCustomerPaymentProfileId(int value)
public int getCustomerProfileId()
public void setCustomerProfileId(int value)
public CustomerAddressType getBillTo()
CustomerAddressTypepublic void setBillTo(CustomerAddressType value)
value - allowed object is
CustomerAddressTypepublic PaymentMaskedType getPayment()
PaymentMaskedTypepublic void setPayment(PaymentMaskedType value)
value - allowed object is
PaymentMaskedTypeCopyright © 2016. All Rights Reserved.