public class PaymentDetails
extends java.lang.Object
Java class for paymentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="promoCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="misc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="giftWrap" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="discount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shippingHandling" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subTotal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="orderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
amount |
protected java.lang.String |
currency |
protected java.lang.String |
discount |
protected java.lang.String |
giftWrap |
protected java.lang.String |
misc |
protected java.lang.String |
orderID |
protected java.lang.String |
promoCode |
protected java.lang.String |
shippingHandling |
protected java.lang.String |
subTotal |
protected java.lang.String |
tax |
| Constructor and Description |
|---|
PaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getCurrency()
Gets the value of the currency property.
|
java.lang.String |
getDiscount()
Gets the value of the discount property.
|
java.lang.String |
getGiftWrap()
Gets the value of the giftWrap property.
|
java.lang.String |
getMisc()
Gets the value of the misc property.
|
java.lang.String |
getOrderID()
Gets the value of the orderID property.
|
java.lang.String |
getPromoCode()
Gets the value of the promoCode property.
|
java.lang.String |
getShippingHandling()
Gets the value of the shippingHandling property.
|
java.lang.String |
getSubTotal()
Gets the value of the subTotal property.
|
java.lang.String |
getTax()
Gets the value of the tax property.
|
void |
setAmount(java.lang.String value)
Sets the value of the amount property.
|
void |
setCurrency(java.lang.String value)
Sets the value of the currency property.
|
void |
setDiscount(java.lang.String value)
Sets the value of the discount property.
|
void |
setGiftWrap(java.lang.String value)
Sets the value of the giftWrap property.
|
void |
setMisc(java.lang.String value)
Sets the value of the misc property.
|
void |
setOrderID(java.lang.String value)
Sets the value of the orderID property.
|
void |
setPromoCode(java.lang.String value)
Sets the value of the promoCode property.
|
void |
setShippingHandling(java.lang.String value)
Sets the value of the shippingHandling property.
|
void |
setSubTotal(java.lang.String value)
Sets the value of the subTotal property.
|
void |
setTax(java.lang.String value)
Sets the value of the tax property.
|
protected java.lang.String currency
protected java.lang.String promoCode
protected java.lang.String misc
protected java.lang.String giftWrap
protected java.lang.String discount
protected java.lang.String tax
protected java.lang.String shippingHandling
protected java.lang.String subTotal
protected java.lang.String orderID
protected java.lang.String amount
public java.lang.String getCurrency()
Stringpublic void setCurrency(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPromoCode()
Stringpublic void setPromoCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMisc()
Stringpublic void setMisc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGiftWrap()
Stringpublic void setGiftWrap(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDiscount()
Stringpublic void setDiscount(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTax()
Stringpublic void setTax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShippingHandling()
Stringpublic void setShippingHandling(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubTotal()
Stringpublic void setSubTotal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderID()
Stringpublic void setOrderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAmount()
Stringpublic void setAmount(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.