Package net.authorize.api.contract.v1
Class TransactionResponse.PrePaidCard
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected StringapprovedAmountprotected StringbalanceOnCardprotected StringrequestedAmount
-
Constructor Summary
Constructors Constructor Description PrePaidCard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApprovedAmount()Gets the value of the approvedAmount property.StringgetBalanceOnCard()Gets the value of the balanceOnCard property.StringgetRequestedAmount()Gets the value of the requestedAmount property.voidsetApprovedAmount(String value)Sets the value of the approvedAmount property.voidsetBalanceOnCard(String value)Sets the value of the balanceOnCard property.voidsetRequestedAmount(String value)Sets the value of the requestedAmount property.
-
-
-
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 isString
-
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 isString
-
getBalanceOnCard
public String getBalanceOnCard()
Gets the value of the balanceOnCard property.- Returns:
- possible object is
String
-
-