public static class TransactionResponse.SplitTenderPayments.SplitTenderPayment 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="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 String |
accountNumber |
protected String |
accountType |
protected String |
approvedAmount |
protected String |
authCode |
protected String |
balanceOnCard |
protected String |
requestedAmount |
protected String |
responseCode |
protected String |
responseToCustomer |
protected String |
transId |
| Constructor and Description |
|---|
SplitTenderPayment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getAccountType()
Gets the value of the accountType property.
|
String |
getApprovedAmount()
Gets the value of the approvedAmount property.
|
String |
getAuthCode()
Gets the value of the authCode property.
|
String |
getBalanceOnCard()
Gets the value of the balanceOnCard property.
|
String |
getRequestedAmount()
Gets the value of the requestedAmount property.
|
String |
getResponseCode()
Gets the value of the responseCode property.
|
String |
getResponseToCustomer()
Gets the value of the responseToCustomer property.
|
String |
getTransId()
Gets the value of the transId property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setAccountType(String value)
Sets the value of the accountType property.
|
void |
setApprovedAmount(String value)
Sets the value of the approvedAmount property.
|
void |
setAuthCode(String value)
Sets the value of the authCode property.
|
void |
setBalanceOnCard(String value)
Sets the value of the balanceOnCard property.
|
void |
setRequestedAmount(String value)
Sets the value of the requestedAmount property.
|
void |
setResponseCode(String value)
Sets the value of the responseCode property.
|
void |
setResponseToCustomer(String value)
Sets the value of the responseToCustomer property.
|
void |
setTransId(String value)
Sets the value of the transId property.
|
protected String transId
protected String responseCode
protected String responseToCustomer
protected String authCode
protected String accountNumber
protected String accountType
protected String requestedAmount
protected String approvedAmount
protected String balanceOnCard
public String getTransId()
Stringpublic void setTransId(String value)
value - allowed object is
Stringpublic String getResponseCode()
Stringpublic void setResponseCode(String value)
value - allowed object is
Stringpublic String getResponseToCustomer()
Stringpublic void setResponseToCustomer(String value)
value - allowed object is
Stringpublic String getAuthCode()
Stringpublic void setAuthCode(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic String getAccountType()
Stringpublic void setAccountType(String value)
value - allowed object is
Stringpublic 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.