Package net.authorize.api.contract.v1
Class PaymentDetails
- java.lang.Object
-
- net.authorize.api.contract.v1.PaymentDetails
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringamountprotected Stringcurrencyprotected Stringdiscountprotected StringgiftWrapprotected Stringmiscprotected StringorderIDprotected StringpromoCodeprotected StringshippingHandlingprotected StringsubTotalprotected Stringtax
-
Constructor Summary
Constructors Constructor Description PaymentDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()Gets the value of the amount property.StringgetCurrency()Gets the value of the currency property.StringgetDiscount()Gets the value of the discount property.StringgetGiftWrap()Gets the value of the giftWrap property.StringgetMisc()Gets the value of the misc property.StringgetOrderID()Gets the value of the orderID property.StringgetPromoCode()Gets the value of the promoCode property.StringgetShippingHandling()Gets the value of the shippingHandling property.StringgetSubTotal()Gets the value of the subTotal property.StringgetTax()Gets the value of the tax property.voidsetAmount(String value)Sets the value of the amount property.voidsetCurrency(String value)Sets the value of the currency property.voidsetDiscount(String value)Sets the value of the discount property.voidsetGiftWrap(String value)Sets the value of the giftWrap property.voidsetMisc(String value)Sets the value of the misc property.voidsetOrderID(String value)Sets the value of the orderID property.voidsetPromoCode(String value)Sets the value of the promoCode property.voidsetShippingHandling(String value)Sets the value of the shippingHandling property.voidsetSubTotal(String value)Sets the value of the subTotal property.voidsetTax(String value)Sets the value of the tax property.
-
-
-
Field Detail
-
currency
protected String currency
-
promoCode
protected String promoCode
-
misc
protected String misc
-
giftWrap
protected String giftWrap
-
discount
protected String discount
-
tax
protected String tax
-
shippingHandling
protected String shippingHandling
-
subTotal
protected String subTotal
-
orderID
protected String orderID
-
amount
protected String amount
-
-
Method Detail
-
getCurrency
public String getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
public void setCurrency(String value)
Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getPromoCode
public String getPromoCode()
Gets the value of the promoCode property.- Returns:
- possible object is
String
-
setPromoCode
public void setPromoCode(String value)
Sets the value of the promoCode property.- Parameters:
value- allowed object isString
-
getMisc
public String getMisc()
Gets the value of the misc property.- Returns:
- possible object is
String
-
setMisc
public void setMisc(String value)
Sets the value of the misc property.- Parameters:
value- allowed object isString
-
getGiftWrap
public String getGiftWrap()
Gets the value of the giftWrap property.- Returns:
- possible object is
String
-
setGiftWrap
public void setGiftWrap(String value)
Sets the value of the giftWrap property.- Parameters:
value- allowed object isString
-
getDiscount
public String getDiscount()
Gets the value of the discount property.- Returns:
- possible object is
String
-
setDiscount
public void setDiscount(String value)
Sets the value of the discount property.- Parameters:
value- allowed object isString
-
getTax
public String getTax()
Gets the value of the tax property.- Returns:
- possible object is
String
-
setTax
public void setTax(String value)
Sets the value of the tax property.- Parameters:
value- allowed object isString
-
getShippingHandling
public String getShippingHandling()
Gets the value of the shippingHandling property.- Returns:
- possible object is
String
-
setShippingHandling
public void setShippingHandling(String value)
Sets the value of the shippingHandling property.- Parameters:
value- allowed object isString
-
getSubTotal
public String getSubTotal()
Gets the value of the subTotal property.- Returns:
- possible object is
String
-
setSubTotal
public void setSubTotal(String value)
Sets the value of the subTotal property.- Parameters:
value- allowed object isString
-
getOrderID
public String getOrderID()
Gets the value of the orderID property.- Returns:
- possible object is
String
-
setOrderID
public void setOrderID(String value)
Sets the value of the orderID property.- Parameters:
value- allowed object isString
-
getAmount
public String getAmount()
Gets the value of the amount property.- Returns:
- possible object is
String
-
-