net.authorize.api.contract.v1
Class TransactionResponse.SplitTenderPayments.SplitTenderPayment

java.lang.Object
  extended by 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
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 Summary
TransactionResponse.SplitTenderPayments.SplitTenderPayment()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

TransactionResponse.SplitTenderPayments.SplitTenderPayment

public TransactionResponse.SplitTenderPayments.SplitTenderPayment()
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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

getBalanceOnCard

public String getBalanceOnCard()
Gets the value of the balanceOnCard property.

Returns:
possible object is String

setBalanceOnCard

public void setBalanceOnCard(String value)
Sets the value of the balanceOnCard property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.