public class PaymentDetails extends 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 String |
amount |
protected String |
currency |
protected String |
discount |
protected String |
giftWrap |
protected String |
misc |
protected String |
orderID |
protected String |
promoCode |
protected String |
shippingHandling |
protected String |
subTotal |
protected String |
tax |
| Constructor and Description |
|---|
PaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets the value of the amount property.
|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getDiscount()
Gets the value of the discount property.
|
String |
getGiftWrap()
Gets the value of the giftWrap property.
|
String |
getMisc()
Gets the value of the misc property.
|
String |
getOrderID()
Gets the value of the orderID property.
|
String |
getPromoCode()
Gets the value of the promoCode property.
|
String |
getShippingHandling()
Gets the value of the shippingHandling property.
|
String |
getSubTotal()
Gets the value of the subTotal property.
|
String |
getTax()
Gets the value of the tax property.
|
void |
setAmount(String value)
Sets the value of the amount property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setDiscount(String value)
Sets the value of the discount property.
|
void |
setGiftWrap(String value)
Sets the value of the giftWrap property.
|
void |
setMisc(String value)
Sets the value of the misc property.
|
void |
setOrderID(String value)
Sets the value of the orderID property.
|
void |
setPromoCode(String value)
Sets the value of the promoCode property.
|
void |
setShippingHandling(String value)
Sets the value of the shippingHandling property.
|
void |
setSubTotal(String value)
Sets the value of the subTotal property.
|
void |
setTax(String value)
Sets the value of the tax property.
|
protected String currency
protected String promoCode
protected String misc
protected String giftWrap
protected String discount
protected String tax
protected String shippingHandling
protected String subTotal
protected String orderID
protected String amount
public String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic String getPromoCode()
Stringpublic void setPromoCode(String value)
value - allowed object is
Stringpublic String getMisc()
Stringpublic void setMisc(String value)
value - allowed object is
Stringpublic String getGiftWrap()
Stringpublic void setGiftWrap(String value)
value - allowed object is
Stringpublic String getDiscount()
Stringpublic void setDiscount(String value)
value - allowed object is
Stringpublic String getTax()
Stringpublic void setTax(String value)
value - allowed object is
Stringpublic String getShippingHandling()
Stringpublic void setShippingHandling(String value)
value - allowed object is
Stringpublic String getSubTotal()
Stringpublic void setSubTotal(String value)
value - allowed object is
Stringpublic String getOrderID()
Stringpublic void setOrderID(String value)
value - allowed object is
Stringpublic String getAmount()
StringCopyright © 2021. All rights reserved.