public class ProfileTransOrderType extends ProfileTransAmountType
Java class for profileTransOrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileTransOrderType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAmountType">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="customerShippingAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="order" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderExType" minOccurs="0"/>
<element name="taxExempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="recurringBilling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/>
<element name="splitTenderId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cardCode |
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
protected String |
customerShippingAddressId |
protected OrderExType |
order |
protected Boolean |
recurringBilling |
protected String |
splitTenderId |
protected Boolean |
taxExempt |
| Constructor and Description |
|---|
ProfileTransOrderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardCode()
Gets the value of the cardCode property.
|
String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
String |
getCustomerShippingAddressId()
Gets the value of the customerShippingAddressId property.
|
OrderExType |
getOrder()
Gets the value of the order property.
|
String |
getSplitTenderId()
Gets the value of the splitTenderId property.
|
Boolean |
isRecurringBilling()
Gets the value of the recurringBilling property.
|
Boolean |
isTaxExempt()
Gets the value of the taxExempt property.
|
void |
setCardCode(String value)
Sets the value of the cardCode property.
|
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setCustomerShippingAddressId(String value)
Sets the value of the customerShippingAddressId property.
|
void |
setOrder(OrderExType value)
Sets the value of the order property.
|
void |
setRecurringBilling(Boolean value)
Sets the value of the recurringBilling property.
|
void |
setSplitTenderId(String value)
Sets the value of the splitTenderId property.
|
void |
setTaxExempt(Boolean value)
Sets the value of the taxExempt property.
|
getAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTaxprotected String customerProfileId
protected String customerPaymentProfileId
protected String customerShippingAddressId
protected OrderExType order
protected Boolean taxExempt
protected Boolean recurringBilling
protected String cardCode
protected String splitTenderId
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getCustomerPaymentProfileId()
Stringpublic void setCustomerPaymentProfileId(String value)
value - allowed object is
Stringpublic String getCustomerShippingAddressId()
Stringpublic void setCustomerShippingAddressId(String value)
value - allowed object is
Stringpublic OrderExType getOrder()
OrderExTypepublic void setOrder(OrderExType value)
value - allowed object is
OrderExTypepublic Boolean isTaxExempt()
Booleanpublic void setTaxExempt(Boolean value)
value - allowed object is
Booleanpublic Boolean isRecurringBilling()
Booleanpublic void setRecurringBilling(Boolean value)
value - allowed object is
Booleanpublic String getCardCode()
Stringpublic void setCardCode(String value)
value - allowed object is
Stringpublic String getSplitTenderId()
StringCopyright © 2016. All Rights Reserved.