public class PaymentAcquirerData extends Object
Java class for PaymentAcquirerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAcquirerData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcquirerTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
<element name="ApprovalCode" type="{}ApprovalCode" minOccurs="0"/>
</sequence>
<attribute name="AcquirerID" type="{}AcquirerID" />
<attribute name="MerchantID" use="required" type="{}MerchantID" />
<attribute name="AcquirerPOIID" use="required" type="{}AcquirerPOIID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID
The Acquirer id.
|
protected String |
acquirerPOIID
The Acquirer poiid.
|
protected TransactionIdentification |
acquirerTransactionID
The Acquirer transaction id.
|
protected String |
approvalCode
The Approval code.
|
protected String |
merchantID
The Merchant id.
|
| Constructor and Description |
|---|
PaymentAcquirerData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getAcquirerPOIID()
Gets the value of the acquirerPOIID property.
|
TransactionIdentification |
getAcquirerTransactionID()
Gets the value of the acquirerTransactionID property.
|
String |
getApprovalCode()
Gets the value of the approvalCode property.
|
String |
getMerchantID()
Gets the value of the merchantID property.
|
void |
setAcquirerID(String value)
Sets the value of the acquirerID property.
|
void |
setAcquirerPOIID(String value)
Sets the value of the acquirerPOIID property.
|
void |
setAcquirerTransactionID(TransactionIdentification value)
Sets the value of the acquirerTransactionID property.
|
void |
setApprovalCode(String value)
Sets the value of the approvalCode property.
|
void |
setMerchantID(String value)
Sets the value of the merchantID property.
|
protected TransactionIdentification acquirerTransactionID
protected String approvalCode
protected String acquirerID
protected String merchantID
protected String acquirerPOIID
public TransactionIdentification getAcquirerTransactionID()
TransactionIdentificationpublic void setAcquirerTransactionID(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic String getApprovalCode()
Stringpublic void setApprovalCode(String value)
value - allowed object is Stringpublic String getAcquirerID()
Stringpublic void setAcquirerID(String value)
value - allowed object is Stringpublic String getMerchantID()
Stringpublic void setMerchantID(String value)
value - allowed object is Stringpublic String getAcquirerPOIID()
StringCopyright © 2022. All rights reserved.