|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.TransactionResponse.PrePaidCard
public static class TransactionResponse.PrePaidCard
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 |
---|
protected String requestedAmount
protected String approvedAmount
protected String balanceOnCard
Constructor Detail |
---|
public TransactionResponse.PrePaidCard()
Method Detail |
---|
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
public void setBalanceOnCard(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |