public static class TransactionResponse.PrePaidCard
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
approvedAmount |
protected java.lang.String |
balanceOnCard |
protected java.lang.String |
requestedAmount |
Constructor and Description |
---|
TransactionResponse.PrePaidCard() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApprovedAmount()
Gets the value of the approvedAmount property.
|
java.lang.String |
getBalanceOnCard()
Gets the value of the balanceOnCard property.
|
java.lang.String |
getRequestedAmount()
Gets the value of the requestedAmount property.
|
void |
setApprovedAmount(java.lang.String value)
Sets the value of the approvedAmount property.
|
void |
setBalanceOnCard(java.lang.String value)
Sets the value of the balanceOnCard property.
|
void |
setRequestedAmount(java.lang.String value)
Sets the value of the requestedAmount property.
|
protected java.lang.String requestedAmount
protected java.lang.String approvedAmount
protected java.lang.String balanceOnCard
public java.lang.String getRequestedAmount()
String
public void setRequestedAmount(java.lang.String value)
value
- allowed object is
String
public java.lang.String getApprovedAmount()
String
public void setApprovedAmount(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBalanceOnCard()
String
public void setBalanceOnCard(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All Rights Reserved.