Class 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 Detail

      • currency

        protected String currency
      • promoCode

        protected String promoCode
      • giftWrap

        protected String giftWrap
      • discount

        protected String discount
      • shippingHandling

        protected String shippingHandling
      • subTotal

        protected String subTotal
      • orderID

        protected String orderID
      • amount

        protected String amount
    • Constructor Detail

      • PaymentDetails

        public PaymentDetails()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • getAmount

        public String getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is String
      • setAmount

        public void setAmount​(String value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is String