public class PaymentAcquirerDataType extends Object
Java class for PaymentAcquirerDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAcquirerDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcquirerTransactionID" type="{}TransactionIdentificationType" minOccurs="0"/>
<element name="ApprovalCode" type="{}ApprovalCodeType" minOccurs="0"/>
</sequence>
<attribute name="AcquirerID" type="{}AcquirerIDType" />
<attribute name="MerchantID" use="required" type="{}MerchantIDType" />
<attribute name="AcquirerPOIID" use="required" type="{}AcquirerPOIIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID |
protected String |
acquirerPOIID |
protected TransactionIdentificationType |
acquirerTransactionID |
protected String |
approvalCode |
protected String |
merchantID |
| Constructor and Description |
|---|
PaymentAcquirerDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getAcquirerPOIID()
Gets the value of the acquirerPOIID property.
|
TransactionIdentificationType |
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(TransactionIdentificationType 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 TransactionIdentificationType acquirerTransactionID
protected String approvalCode
protected String acquirerID
protected String merchantID
protected String acquirerPOIID
public TransactionIdentificationType getAcquirerTransactionID()
TransactionIdentificationTypepublic void setAcquirerTransactionID(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic 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 © 2018. All rights reserved.