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 |
|---|
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()
Stringpublic void setRequestedAmount(String value)
value - allowed object is
Stringpublic String getApprovedAmount()
Stringpublic void setApprovedAmount(String value)
value - allowed object is
Stringpublic String getBalanceOnCard()
StringCopyright © 2021. All rights reserved.