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="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"/>
<element name="originalNetworkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/>
<element name="originalAuthAmount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.00"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerAddressType |
billTo |
protected int |
customerPaymentProfileId |
protected int |
customerProfileId |
protected Boolean |
defaultPaymentProfile |
protected BigDecimal |
originalAuthAmount |
protected String |
originalNetworkTransId |
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.
|
BigDecimal |
getOriginalAuthAmount()
Gets the value of the originalAuthAmount property.
|
String |
getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.
|
PaymentMaskedType |
getPayment()
Gets the value of the payment property.
|
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(Boolean value)
Sets the value of the defaultPaymentProfile property.
|
void |
setOriginalAuthAmount(BigDecimal value)
Sets the value of the originalAuthAmount property.
|
void |
setOriginalNetworkTransId(String value)
Sets the value of the originalNetworkTransId property.
|
void |
setPayment(PaymentMaskedType value)
Sets the value of the payment property.
|
protected Boolean defaultPaymentProfile
protected int customerPaymentProfileId
protected int customerProfileId
protected CustomerAddressType billTo
protected PaymentMaskedType payment
protected String originalNetworkTransId
protected BigDecimal originalAuthAmount
public Boolean isDefaultPaymentProfile()
Booleanpublic void setDefaultPaymentProfile(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
PaymentMaskedTypepublic String getOriginalNetworkTransId()
Stringpublic void setOriginalNetworkTransId(String value)
value - allowed object is
Stringpublic BigDecimal getOriginalAuthAmount()
BigDecimalpublic void setOriginalAuthAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2022. All rights reserved.