Class LoyaltyAcquirerData


  • public class LoyaltyAcquirerData
    extends Object
    Definition: Data related to the loyalty Acquirer during a loyalty transaction. -- Usage: Information allowing the Sale System to characterise the transaction on the loyalty Acquirer host.

    Java class for LoyaltyAcquirerData complex type.

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

     <complexType name="LoyaltyAcquirerData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ApprovalCode" type="{}ApprovalCode" minOccurs="0"/>
             <element name="LoyaltyTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
           </sequence>
           <attribute name="LoyaltyAcquirerID" type="{}LoyaltyAcquirerID" />
           <attribute name="HostReconciliationID" type="{}HostReconciliationID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • approvalCode

        protected String approvalCode
        The Approval code.
      • loyaltyAcquirerID

        protected String loyaltyAcquirerID
        The Loyalty acquirer id.
      • hostReconciliationID

        protected String hostReconciliationID
        The Host reconciliation id.
    • Constructor Detail

      • LoyaltyAcquirerData

        public LoyaltyAcquirerData()
    • Method Detail

      • getApprovalCode

        public String getApprovalCode()
        Gets the value of the approvalCode property.
        Returns:
        possible object is String
      • setApprovalCode

        public void setApprovalCode​(String value)
        Sets the value of the approvalCode property.
        Parameters:
        value - allowed object is String
      • getLoyaltyAcquirerID

        public String getLoyaltyAcquirerID()
        Gets the value of the loyaltyAcquirerID property.
        Returns:
        possible object is String
      • setLoyaltyAcquirerID

        public void setLoyaltyAcquirerID​(String value)
        Sets the value of the loyaltyAcquirerID property.
        Parameters:
        value - allowed object is String
      • getHostReconciliationID

        public String getHostReconciliationID()
        Gets the value of the hostReconciliationID property.
        Returns:
        possible object is String
      • setHostReconciliationID

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