public class CustomerPaymentProfileListItemType
extends java.lang.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="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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 java.lang.Boolean |
defaultPaymentProfile |
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.
|
java.lang.Boolean |
isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile 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 |
setDefaultPaymentProfile(java.lang.Boolean value)
Sets the value of the defaultPaymentProfile property.
|
void |
setPayment(PaymentMaskedType value)
Sets the value of the payment property.
|
protected java.lang.Boolean defaultPaymentProfile
protected int customerPaymentProfileId
protected int customerProfileId
protected CustomerAddressType billTo
protected PaymentMaskedType payment
public java.lang.Boolean isDefaultPaymentProfile()
Booleanpublic void setDefaultPaymentProfile(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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 © 2018. All Rights Reserved.