Package com.adyen.model.nexo
Class LoyaltyAcquirerData
- java.lang.Object
-
- com.adyen.model.nexo.LoyaltyAcquirerData
-
public class LoyaltyAcquirerData extends Object
Definition: Data related to the loyalty Acquirer during a loyalty transaction. -- Usage: Information allowing the Sale System to characterise the transaction on the loyalty Acquirer host.Java class for LoyaltyAcquirerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAcquirerData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApprovalCode" type="{}ApprovalCode" minOccurs="0"/> <element name="LoyaltyTransactionID" type="{}TransactionIdentification" minOccurs="0"/> </sequence> <attribute name="LoyaltyAcquirerID" type="{}LoyaltyAcquirerID" /> <attribute name="HostReconciliationID" type="{}HostReconciliationID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapprovalCodeThe Approval code.protected StringhostReconciliationIDThe Host reconciliation id.protected StringloyaltyAcquirerIDThe Loyalty acquirer id.protected TransactionIdentificationloyaltyTransactionIDThe Loyalty transaction id.
-
Constructor Summary
Constructors Constructor Description LoyaltyAcquirerData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApprovalCode()Gets the value of the approvalCode property.StringgetHostReconciliationID()Gets the value of the hostReconciliationID property.StringgetLoyaltyAcquirerID()Gets the value of the loyaltyAcquirerID property.TransactionIdentificationgetLoyaltyTransactionID()Gets the value of the loyaltyTransactionID property.voidsetApprovalCode(String value)Sets the value of the approvalCode property.voidsetHostReconciliationID(String value)Sets the value of the hostReconciliationID property.voidsetLoyaltyAcquirerID(String value)Sets the value of the loyaltyAcquirerID property.voidsetLoyaltyTransactionID(TransactionIdentification value)Sets the value of the loyaltyTransactionID property.
-
-
-
Field Detail
-
approvalCode
protected String approvalCode
The Approval code.
-
loyaltyTransactionID
protected TransactionIdentification loyaltyTransactionID
The Loyalty transaction id.
-
loyaltyAcquirerID
protected String loyaltyAcquirerID
The Loyalty acquirer id.
-
hostReconciliationID
protected String hostReconciliationID
The Host reconciliation id.
-
-
Method Detail
-
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
-
getLoyaltyTransactionID
public TransactionIdentification getLoyaltyTransactionID()
Gets the value of the loyaltyTransactionID property.- Returns:
- possible object is
TransactionIdentification
-
setLoyaltyTransactionID
public void setLoyaltyTransactionID(TransactionIdentification value)
Sets the value of the loyaltyTransactionID property.- Parameters:
value- allowed object isTransactionIdentification
-
getLoyaltyAcquirerID
public String getLoyaltyAcquirerID()
Gets the value of the loyaltyAcquirerID property.- Returns:
- possible object is
String
-
setLoyaltyAcquirerID
public void setLoyaltyAcquirerID(String value)
Sets the value of the loyaltyAcquirerID property.- Parameters:
value- allowed object isString
-
getHostReconciliationID
public String getHostReconciliationID()
Gets the value of the hostReconciliationID property.- Returns:
- possible object is
String
-
-