Class LoyaltyResult


  • public class LoyaltyResult
    extends Object
    Definition: Data related to the result of a processed loyalty transaction. -- Usage: In the Message Response, the result of each loyalty brand transaction.

    Java class for LoyaltyResult complex type.

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

     <complexType name="LoyaltyResult">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LoyaltyAccount" type="{}LoyaltyAccount"/>
             <element name="LoyaltyAmount" type="{}LoyaltyAmount" minOccurs="0"/>
             <element name="LoyaltyAcquirerData" type="{}LoyaltyAcquirerData" minOccurs="0"/>
             <element name="Rebates" type="{}Rebates" minOccurs="0"/>
           </sequence>
           <attribute name="CurrentBalance" type="{}SimpleAmountType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • loyaltyAccount

        protected LoyaltyAccount loyaltyAccount
        The Loyalty account.
      • loyaltyAmount

        protected LoyaltyAmount loyaltyAmount
        The Loyalty amount.
      • loyaltyAcquirerData

        protected LoyaltyAcquirerData loyaltyAcquirerData
        The Loyalty acquirer data.
      • rebates

        protected Rebates rebates
        The Rebates.
      • currentBalance

        protected BigDecimal currentBalance
        The Current balance.
    • Constructor Detail

      • LoyaltyResult

        public LoyaltyResult()
    • Method Detail

      • getLoyaltyAccount

        public LoyaltyAccount getLoyaltyAccount()
        Gets the value of the loyaltyAccount property.
        Returns:
        possible object is LoyaltyAccount
      • setLoyaltyAccount

        public void setLoyaltyAccount​(LoyaltyAccount value)
        Sets the value of the loyaltyAccount property.
        Parameters:
        value - allowed object is LoyaltyAccount
      • getLoyaltyAmount

        public LoyaltyAmount getLoyaltyAmount()
        Gets the value of the loyaltyAmount property.
        Returns:
        possible object is LoyaltyAmount
      • setLoyaltyAmount

        public void setLoyaltyAmount​(LoyaltyAmount value)
        Sets the value of the loyaltyAmount property.
        Parameters:
        value - allowed object is LoyaltyAmount
      • setLoyaltyAcquirerData

        public void setLoyaltyAcquirerData​(LoyaltyAcquirerData value)
        Sets the value of the loyaltyAcquirerData property.
        Parameters:
        value - allowed object is LoyaltyAcquirerData
      • getRebates

        public Rebates getRebates()
        Gets the value of the rebates property.
        Returns:
        possible object is Rebates
      • setRebates

        public void setRebates​(Rebates value)
        Sets the value of the rebates property.
        Parameters:
        value - allowed object is Rebates
      • getCurrentBalance

        public BigDecimal getCurrentBalance()
        Gets the value of the currentBalance property.
        Returns:
        possible object is BigDecimal
      • setCurrentBalance

        public void setCurrentBalance​(BigDecimal value)
        Sets the value of the currentBalance property.
        Parameters:
        value - allowed object is BigDecimal