|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ProfileTransAmountType
net.authorize.api.contract.v1.ProfileTransOrderType
public class ProfileTransOrderType
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>
| Field Summary | |
|---|---|
protected String |
cardCode
|
protected String |
customerPaymentProfileId
|
protected String |
customerProfileId
|
protected String |
customerShippingAddressId
|
protected OrderExType |
order
|
protected Boolean |
recurringBilling
|
protected String |
splitTenderId
|
protected Boolean |
taxExempt
|
| Fields inherited from class net.authorize.api.contract.v1.ProfileTransAmountType |
|---|
amount, duty, lineItems, shipping, tax |
| Constructor Summary | |
|---|---|
ProfileTransOrderType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class net.authorize.api.contract.v1.ProfileTransAmountType |
|---|
getAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTax |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String customerProfileId
protected String customerPaymentProfileId
protected String customerShippingAddressId
protected OrderExType order
protected Boolean taxExempt
protected Boolean recurringBilling
protected String cardCode
protected String splitTenderId
| Constructor Detail |
|---|
public ProfileTransOrderType()
| Method Detail |
|---|
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()
Stringpublic void setSplitTenderId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||