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"/>
<element name="processingOptions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}processingOptions" minOccurs="0"/>
<element name="subsequentAuthInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subsequentAuthInformation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cardCode |
protected java.lang.String |
customerPaymentProfileId |
protected java.lang.String |
customerProfileId |
protected java.lang.String |
customerShippingAddressId |
protected OrderExType |
order |
protected ProcessingOptions |
processingOptions |
protected java.lang.Boolean |
recurringBilling |
protected java.lang.String |
splitTenderId |
protected SubsequentAuthInformation |
subsequentAuthInformation |
protected java.lang.Boolean |
taxExempt |
| Constructor and Description |
|---|
ProfileTransOrderType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCardCode()
Gets the value of the cardCode property.
|
java.lang.String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
java.lang.String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
java.lang.String |
getCustomerShippingAddressId()
Gets the value of the customerShippingAddressId property.
|
OrderExType |
getOrder()
Gets the value of the order property.
|
ProcessingOptions |
getProcessingOptions()
Gets the value of the processingOptions property.
|
java.lang.String |
getSplitTenderId()
Gets the value of the splitTenderId property.
|
SubsequentAuthInformation |
getSubsequentAuthInformation()
Gets the value of the subsequentAuthInformation property.
|
java.lang.Boolean |
isRecurringBilling()
Gets the value of the recurringBilling property.
|
java.lang.Boolean |
isTaxExempt()
Gets the value of the taxExempt property.
|
void |
setCardCode(java.lang.String value)
Sets the value of the cardCode property.
|
void |
setCustomerPaymentProfileId(java.lang.String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(java.lang.String value)
Sets the value of the customerProfileId property.
|
void |
setCustomerShippingAddressId(java.lang.String value)
Sets the value of the customerShippingAddressId property.
|
void |
setOrder(OrderExType value)
Sets the value of the order property.
|
void |
setProcessingOptions(ProcessingOptions value)
Sets the value of the processingOptions property.
|
void |
setRecurringBilling(java.lang.Boolean value)
Sets the value of the recurringBilling property.
|
void |
setSplitTenderId(java.lang.String value)
Sets the value of the splitTenderId property.
|
void |
setSubsequentAuthInformation(SubsequentAuthInformation value)
Sets the value of the subsequentAuthInformation property.
|
void |
setTaxExempt(java.lang.Boolean value)
Sets the value of the taxExempt property.
|
getAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTaxprotected java.lang.String customerProfileId
protected java.lang.String customerPaymentProfileId
protected java.lang.String customerShippingAddressId
protected OrderExType order
protected java.lang.Boolean taxExempt
protected java.lang.Boolean recurringBilling
protected java.lang.String cardCode
protected java.lang.String splitTenderId
protected ProcessingOptions processingOptions
protected SubsequentAuthInformation subsequentAuthInformation
public java.lang.String getCustomerProfileId()
Stringpublic void setCustomerProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerPaymentProfileId()
Stringpublic void setCustomerPaymentProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerShippingAddressId()
Stringpublic void setCustomerShippingAddressId(java.lang.String value)
value - allowed object is
Stringpublic OrderExType getOrder()
OrderExTypepublic void setOrder(OrderExType value)
value - allowed object is
OrderExTypepublic java.lang.Boolean isTaxExempt()
Booleanpublic void setTaxExempt(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isRecurringBilling()
Booleanpublic void setRecurringBilling(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCardCode()
Stringpublic void setCardCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSplitTenderId()
Stringpublic void setSplitTenderId(java.lang.String value)
value - allowed object is
Stringpublic ProcessingOptions getProcessingOptions()
ProcessingOptionspublic void setProcessingOptions(ProcessingOptions value)
value - allowed object is
ProcessingOptionspublic SubsequentAuthInformation getSubsequentAuthInformation()
SubsequentAuthInformationpublic void setSubsequentAuthInformation(SubsequentAuthInformation value)
value - allowed object is
SubsequentAuthInformationCopyright © 2018. All Rights Reserved.