Package com.adyen.model.nexo
Class PaymentAcquirerData
- java.lang.Object
-
- com.adyen.model.nexo.PaymentAcquirerData
-
public class PaymentAcquirerData extends Object
Definition: Data related to the response from the payment Acquirer.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringacquirerIDThe Acquirer id.protected StringacquirerPOIIDThe Acquirer poiid.protected TransactionIdentificationacquirerTransactionIDThe Acquirer transaction id.protected StringapprovalCodeThe Approval code.protected StringmerchantIDThe Merchant id.
-
Constructor Summary
Constructors Constructor Description PaymentAcquirerData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAcquirerID()Gets the value of the acquirerID property.StringgetAcquirerPOIID()Gets the value of the acquirerPOIID property.TransactionIdentificationgetAcquirerTransactionID()Gets the value of the acquirerTransactionID property.StringgetApprovalCode()Gets the value of the approvalCode property.StringgetMerchantID()Gets the value of the merchantID property.voidsetAcquirerID(String value)Sets the value of the acquirerID property.voidsetAcquirerPOIID(String value)Sets the value of the acquirerPOIID property.voidsetAcquirerTransactionID(TransactionIdentification value)Sets the value of the acquirerTransactionID property.voidsetApprovalCode(String value)Sets the value of the approvalCode property.voidsetMerchantID(String value)Sets the value of the merchantID property.
-
-
-
Field Detail
-
acquirerTransactionID
protected TransactionIdentification acquirerTransactionID
The Acquirer transaction id.
-
approvalCode
protected String approvalCode
The Approval code.
-
acquirerID
protected String acquirerID
The Acquirer id.
-
merchantID
protected String merchantID
The Merchant id.
-
acquirerPOIID
protected String acquirerPOIID
The Acquirer poiid.
-
-
Method Detail
-
getAcquirerTransactionID
public TransactionIdentification getAcquirerTransactionID()
Gets the value of the acquirerTransactionID property.- Returns:
- possible object is
TransactionIdentification
-
setAcquirerTransactionID
public void setAcquirerTransactionID(TransactionIdentification value)
Sets the value of the acquirerTransactionID property.- Parameters:
value- allowed object isTransactionIdentification
-
getApprovalCode
public String getApprovalCode()
Gets the value of the approvalCode property.- Returns:
- possible object is
String
-
setApprovalCode
public void setApprovalCode(String value)
Sets the value of the approvalCode property.- Parameters:
value- allowed object isString
-
getAcquirerID
public String getAcquirerID()
Gets the value of the acquirerID property.- Returns:
- possible object is
String
-
setAcquirerID
public void setAcquirerID(String value)
Sets the value of the acquirerID property.- Parameters:
value- allowed object isString
-
getMerchantID
public String getMerchantID()
Gets the value of the merchantID property.- Returns:
- possible object is
String
-
setMerchantID
public void setMerchantID(String value)
Sets the value of the merchantID property.- Parameters:
value- allowed object isString
-
getAcquirerPOIID
public String getAcquirerPOIID()
Gets the value of the acquirerPOIID property.- Returns:
- possible object is
String
-
-