Class TransactionResponse.PrePaidCard

  • Enclosing class:
    TransactionResponse

    public static class TransactionResponse.PrePaidCard
    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="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

      • requestedAmount

        protected String requestedAmount
      • approvedAmount

        protected String approvedAmount
      • balanceOnCard

        protected String balanceOnCard
    • Constructor Detail

      • PrePaidCard

        public PrePaidCard()
    • Method Detail

      • 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