Class StoredValueData


  • public class StoredValueData
    extends Object
    Definition: Data related to the stored value card. -- Usage: It contains: - the identification of the stored value accounts or the stored value cards, if provided by the Sale System, and - the associated products sold by the Sale System..

    Java class for StoredValueData complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="StoredValueData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="StoredValueAccountID" type="{}StoredValueAccountID" minOccurs="0"/>
             <element name="OriginalPOITransaction" type="{}OriginalPOITransaction" minOccurs="0"/>
           </sequence>
           <attribute name="StoredValueProvider" type="{}StoredValueProvider" />
           <attribute name="StoredValueTransaction" use="required" type="{}StoredValueTransactionType" />
           <attribute name="ProductCode" type="{}ProductCode" />
           <attribute name="EanUpc" type="{}EanUpc" />
           <attribute name="ItemAmount" use="required" type="{}SimpleAmountType" />
           <attribute name="Currency" use="required" type="{}ISOCurrency3A" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • storedValueAccountID

        protected StoredValueAccountID storedValueAccountID
        The Stored value account id.
      • originalPOITransaction

        protected OriginalPOITransaction originalPOITransaction
        The Original poi transaction.
      • storedValueProvider

        protected String storedValueProvider
        The Stored value provider.
      • productCode

        protected String productCode
        The Product code.
      • eanUpc

        protected String eanUpc
        The Ean upc.
      • itemAmount

        protected BigDecimal itemAmount
        The Item amount.
      • currency

        protected String currency
        The Currency.
    • Constructor Detail

      • StoredValueData

        public StoredValueData()
    • Method Detail

      • setStoredValueAccountID

        public void setStoredValueAccountID​(StoredValueAccountID value)
        Sets the value of the storedValueAccountID property.
        Parameters:
        value - allowed object is StoredValueAccountID
      • getStoredValueProvider

        public String getStoredValueProvider()
        Gets the value of the storedValueProvider property.
        Returns:
        possible object is String
      • setStoredValueProvider

        public void setStoredValueProvider​(String value)
        Sets the value of the storedValueProvider property.
        Parameters:
        value - allowed object is String
      • getProductCode

        public String getProductCode()
        Gets the value of the productCode property.
        Returns:
        possible object is String
      • setProductCode

        public void setProductCode​(String value)
        Sets the value of the productCode property.
        Parameters:
        value - allowed object is String
      • getEanUpc

        public String getEanUpc()
        Gets the value of the eanUpc property.
        Returns:
        possible object is String
      • setEanUpc

        public void setEanUpc​(String value)
        Sets the value of the eanUpc property.
        Parameters:
        value - allowed object is String
      • getItemAmount

        public BigDecimal getItemAmount()
        Gets the value of the itemAmount property.
        Returns:
        possible object is BigDecimal
      • setItemAmount

        public void setItemAmount​(BigDecimal value)
        Sets the value of the itemAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • 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