public static class TransactionResponse.SplitTenderPayments.SplitTenderPayment
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="transId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseToCustomer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="authCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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 |
accountNumber |
protected java.lang.String |
accountType |
protected java.lang.String |
approvedAmount |
protected java.lang.String |
authCode |
protected java.lang.String |
balanceOnCard |
protected java.lang.String |
requestedAmount |
protected java.lang.String |
responseCode |
protected java.lang.String |
responseToCustomer |
protected java.lang.String |
transId |
| Constructor and Description |
|---|
TransactionResponse.SplitTenderPayments.SplitTenderPayment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountNumber()
Gets the value of the accountNumber property.
|
java.lang.String |
getAccountType()
Gets the value of the accountType property.
|
java.lang.String |
getApprovedAmount()
Gets the value of the approvedAmount property.
|
java.lang.String |
getAuthCode()
Gets the value of the authCode property.
|
java.lang.String |
getBalanceOnCard()
Gets the value of the balanceOnCard property.
|
java.lang.String |
getRequestedAmount()
Gets the value of the requestedAmount property.
|
java.lang.String |
getResponseCode()
Gets the value of the responseCode property.
|
java.lang.String |
getResponseToCustomer()
Gets the value of the responseToCustomer property.
|
java.lang.String |
getTransId()
Gets the value of the transId property.
|
void |
setAccountNumber(java.lang.String value)
Sets the value of the accountNumber property.
|
void |
setAccountType(java.lang.String value)
Sets the value of the accountType property.
|
void |
setApprovedAmount(java.lang.String value)
Sets the value of the approvedAmount property.
|
void |
setAuthCode(java.lang.String value)
Sets the value of the authCode 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.
|
void |
setResponseCode(java.lang.String value)
Sets the value of the responseCode property.
|
void |
setResponseToCustomer(java.lang.String value)
Sets the value of the responseToCustomer property.
|
void |
setTransId(java.lang.String value)
Sets the value of the transId property.
|
protected java.lang.String transId
protected java.lang.String responseCode
protected java.lang.String responseToCustomer
protected java.lang.String authCode
protected java.lang.String accountNumber
protected java.lang.String accountType
protected java.lang.String requestedAmount
protected java.lang.String approvedAmount
protected java.lang.String balanceOnCard
public TransactionResponse.SplitTenderPayments.SplitTenderPayment()
public java.lang.String getTransId()
Stringpublic void setTransId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponseCode()
Stringpublic void setResponseCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponseToCustomer()
Stringpublic void setResponseToCustomer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthCode()
Stringpublic void setAuthCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccountNumber()
Stringpublic void setAccountNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccountType()
Stringpublic void setAccountType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestedAmount()
Stringpublic void setRequestedAmount(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApprovedAmount()
Stringpublic void setApprovedAmount(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBalanceOnCard()
Stringpublic void setBalanceOnCard(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.