Class StoredValueResult


  • public class StoredValueResult
    extends Object
    Definition: Result of loading/reloading a stored value card.. -- Usage: For each stored value card loaded or reloaded, in the StoredValue response messageType

    Java class for StoredValueResult complex type.

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

     <complexType name="StoredValueResult">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="StoredValueAccountStatus" type="{}StoredValueAccountStatus"/>
             <element name="HostTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
           </sequence>
           <attribute name="StoredValueTransaction" use="required" type="{}StoredValueTransactionType" />
           <attribute name="ProductCode" use="required" 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

      • storedValueAccountStatus

        @SerializedName("StoredValueAccountStatus")
        protected StoredValueAccountStatus storedValueAccountStatus
        The Stored value account status.
      • hostTransactionID

        @SerializedName("HostTransactionID")
        protected TransactionIdentification hostTransactionID
        The Host transaction id.
      • storedValueTransactionType

        @SerializedName("StoredValueTransactionType")
        protected StoredValueTransactionType storedValueTransactionType
        The Stored value transaction.
      • productCode

        @SerializedName("ProductCode")
        protected String productCode
        The Product code.
      • eanUpc

        @SerializedName("EanUpc")
        protected String eanUpc
        The Ean upc.
      • itemAmount

        @SerializedName("ItemAmount")
        protected BigDecimal itemAmount
        The Item amount.
      • currency

        @SerializedName("Currency")
        protected String currency
        The Currency.
    • Constructor Detail

      • StoredValueResult

        public StoredValueResult()
    • Method Detail

      • 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