Class TransactionResponse.SplitTenderPayments.SplitTenderPayment

  • Enclosing class:
    TransactionResponse.SplitTenderPayments

    public static class TransactionResponse.SplitTenderPayments.SplitTenderPayment
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="transId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="responseToCustomer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="authCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="requestedAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="approvedAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="balanceOnCard" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • transId

        protected String transId
      • responseCode

        protected String responseCode
      • responseToCustomer

        protected String responseToCustomer
      • authCode

        protected String authCode
      • accountNumber

        protected String accountNumber
      • accountType

        protected String accountType
      • requestedAmount

        protected String requestedAmount
      • approvedAmount

        protected String approvedAmount
      • balanceOnCard

        protected String balanceOnCard
    • Constructor Detail

      • SplitTenderPayment

        public SplitTenderPayment()
    • Method Detail

      • getTransId

        public String getTransId()
        Gets the value of the transId property.
        Returns:
        possible object is String
      • setTransId

        public void setTransId​(String value)
        Sets the value of the transId property.
        Parameters:
        value - allowed object is String
      • getResponseCode

        public String getResponseCode()
        Gets the value of the responseCode property.
        Returns:
        possible object is String
      • setResponseCode

        public void setResponseCode​(String value)
        Sets the value of the responseCode property.
        Parameters:
        value - allowed object is String
      • getResponseToCustomer

        public String getResponseToCustomer()
        Gets the value of the responseToCustomer property.
        Returns:
        possible object is String
      • setResponseToCustomer

        public void setResponseToCustomer​(String value)
        Sets the value of the responseToCustomer property.
        Parameters:
        value - allowed object is String
      • getAuthCode

        public String getAuthCode()
        Gets the value of the authCode property.
        Returns:
        possible object is String
      • setAuthCode

        public void setAuthCode​(String value)
        Sets the value of the authCode property.
        Parameters:
        value - allowed object is String
      • getAccountNumber

        public String getAccountNumber()
        Gets the value of the accountNumber property.
        Returns:
        possible object is String
      • setAccountNumber

        public void setAccountNumber​(String value)
        Sets the value of the accountNumber property.
        Parameters:
        value - allowed object is String
      • getAccountType

        public String getAccountType()
        Gets the value of the accountType property.
        Returns:
        possible object is String
      • setAccountType

        public void setAccountType​(String value)
        Sets the value of the accountType property.
        Parameters:
        value - allowed object is String
      • getRequestedAmount

        public String getRequestedAmount()
        Gets the value of the requestedAmount property.
        Returns:
        possible object is String
      • setRequestedAmount

        public void setRequestedAmount​(String value)
        Sets the value of the requestedAmount property.
        Parameters:
        value - allowed object is String
      • getApprovedAmount

        public String getApprovedAmount()
        Gets the value of the approvedAmount property.
        Returns:
        possible object is String
      • setApprovedAmount

        public void setApprovedAmount​(String value)
        Sets the value of the approvedAmount property.
        Parameters:
        value - allowed object is String
      • getBalanceOnCard

        public String getBalanceOnCard()
        Gets the value of the balanceOnCard property.
        Returns:
        possible object is String
      • setBalanceOnCard

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