Class PaymentAcquirerData


  • public class PaymentAcquirerData
    extends Object
    Definition: Data related to the response from the payment Acquirer.

    Java class for PaymentAcquirerData complex type.

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

     <complexType name="PaymentAcquirerData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AcquirerTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
             <element name="ApprovalCode" type="{}ApprovalCode" minOccurs="0"/>
           </sequence>
           <attribute name="AcquirerID" type="{}AcquirerID" />
           <attribute name="MerchantID" use="required" type="{}MerchantID" />
           <attribute name="AcquirerPOIID" use="required" type="{}AcquirerPOIID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • approvalCode

        protected String approvalCode
        The Approval code.
      • acquirerID

        protected String acquirerID
        The Acquirer id.
      • merchantID

        protected String merchantID
        The Merchant id.
      • acquirerPOIID

        protected String acquirerPOIID
        The Acquirer poiid.
    • Constructor Detail

      • PaymentAcquirerData

        public PaymentAcquirerData()
    • 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
      • getAcquirerID

        public String getAcquirerID()
        Gets the value of the acquirerID property.
        Returns:
        possible object is String
      • setAcquirerID

        public void setAcquirerID​(String value)
        Sets the value of the acquirerID property.
        Parameters:
        value - allowed object is String
      • getMerchantID

        public String getMerchantID()
        Gets the value of the merchantID property.
        Returns:
        possible object is String
      • setMerchantID

        public void setMerchantID​(String value)
        Sets the value of the merchantID property.
        Parameters:
        value - allowed object is String
      • getAcquirerPOIID

        public String getAcquirerPOIID()
        Gets the value of the acquirerPOIID property.
        Returns:
        possible object is String
      • setAcquirerPOIID

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