net.authorize.api.contract.v1
Class TransactionResponse.PrePaidCard

java.lang.Object
  extended by net.authorize.api.contract.v1.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 Summary
protected  String approvedAmount
           
protected  String balanceOnCard
           
protected  String requestedAmount
           
 
Constructor Summary
TransactionResponse.PrePaidCard()
           
 
Method Summary
 String getApprovedAmount()
          Gets the value of the approvedAmount property.
 String getBalanceOnCard()
          Gets the value of the balanceOnCard property.
 String getRequestedAmount()
          Gets the value of the requestedAmount property.
 void setApprovedAmount(String value)
          Sets the value of the approvedAmount property.
 void setBalanceOnCard(String value)
          Sets the value of the balanceOnCard property.
 void setRequestedAmount(String value)
          Sets the value of the requestedAmount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestedAmount

protected String requestedAmount

approvedAmount

protected String approvedAmount

balanceOnCard

protected String balanceOnCard
Constructor Detail

TransactionResponse.PrePaidCard

public TransactionResponse.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


Copyright © 2014. All Rights Reserved.