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>
Modifier and Type | Field and Description |
---|---|
protected String |
approvedAmount |
protected String |
balanceOnCard |
protected String |
requestedAmount |
Constructor and Description |
---|
TransactionResponse.PrePaidCard() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String requestedAmount
protected String approvedAmount
protected String balanceOnCard
public String getRequestedAmount()
String
public void setRequestedAmount(String value)
value
- allowed object is
String
public String getApprovedAmount()
String
public void setApprovedAmount(String value)
value
- allowed object is
String
public String getBalanceOnCard()
String
Copyright © 2015. All Rights Reserved.