Package net.authorize.api.contract.v1
Class TransactionResponse.SplitTenderPayments.SplitTenderPayment
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionResponse.SplitTenderPayments.SplitTenderPayment
-
- Enclosing class:
- TransactionResponse.SplitTenderPayments
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountNumberprotected StringaccountTypeprotected StringapprovedAmountprotected StringauthCodeprotected StringbalanceOnCardprotected StringrequestedAmountprotected StringresponseCodeprotected StringresponseToCustomerprotected StringtransId
-
Constructor Summary
Constructors Constructor Description SplitTenderPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountNumber()Gets the value of the accountNumber property.StringgetAccountType()Gets the value of the accountType property.StringgetApprovedAmount()Gets the value of the approvedAmount property.StringgetAuthCode()Gets the value of the authCode property.StringgetBalanceOnCard()Gets the value of the balanceOnCard property.StringgetRequestedAmount()Gets the value of the requestedAmount property.StringgetResponseCode()Gets the value of the responseCode property.StringgetResponseToCustomer()Gets the value of the responseToCustomer property.StringgetTransId()Gets the value of the transId property.voidsetAccountNumber(String value)Sets the value of the accountNumber property.voidsetAccountType(String value)Sets the value of the accountType property.voidsetApprovedAmount(String value)Sets the value of the approvedAmount property.voidsetAuthCode(String value)Sets the value of the authCode property.voidsetBalanceOnCard(String value)Sets the value of the balanceOnCard property.voidsetRequestedAmount(String value)Sets the value of the requestedAmount property.voidsetResponseCode(String value)Sets the value of the responseCode property.voidsetResponseToCustomer(String value)Sets the value of the responseToCustomer property.voidsetTransId(String value)Sets the value of the transId property.
-
-
-
Field Detail
-
transId
protected String transId
-
responseCode
protected String responseCode
-
responseToCustomer
protected String responseToCustomer
-
authCode
protected String authCode
-
accountNumber
protected String accountNumber
-
accountType
protected String accountType
-
requestedAmount
protected String requestedAmount
-
approvedAmount
protected String approvedAmount
-
balanceOnCard
protected String balanceOnCard
-
-
Method Detail
-
getTransId
public String getTransId()
Gets the value of the transId property.- Returns:
- possible object is
String
-
setTransId
public void setTransId(String value)
Sets the value of the transId property.- Parameters:
value- allowed object isString
-
getResponseCode
public String getResponseCode()
Gets the value of the responseCode property.- Returns:
- possible object is
String
-
setResponseCode
public void setResponseCode(String value)
Sets the value of the responseCode property.- Parameters:
value- allowed object isString
-
getResponseToCustomer
public String getResponseToCustomer()
Gets the value of the responseToCustomer property.- Returns:
- possible object is
String
-
setResponseToCustomer
public void setResponseToCustomer(String value)
Sets the value of the responseToCustomer property.- Parameters:
value- allowed object isString
-
getAuthCode
public String getAuthCode()
Gets the value of the authCode property.- Returns:
- possible object is
String
-
setAuthCode
public void setAuthCode(String value)
Sets the value of the authCode property.- Parameters:
value- allowed object isString
-
getAccountNumber
public String getAccountNumber()
Gets the value of the accountNumber property.- Returns:
- possible object is
String
-
setAccountNumber
public void setAccountNumber(String value)
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getAccountType
public String getAccountType()
Gets the value of the accountType property.- Returns:
- possible object is
String
-
setAccountType
public void setAccountType(String value)
Sets the value of the accountType property.- Parameters:
value- allowed object isString
-
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
-
-