LoyaltyAcquirerData class abstract

LoyaltyAcquirerData

Properties:

  • loyaltyAcquirerID - Identification of the loyalty Acquirer.
  • approvalCode - Code assigned to a transaction approval by the Acquirer. Could be an identifier of the approved transaction for the Acquirer. This data element is conditional for the Loyalty Acquirers. Used in the PaymentRequest request for a referral.
  • loyaltyTransactionID
  • hostReconciliationID - Identifier of a reconciliation period with a payment or loyalty host. Allows the assignment of a transaction to the Acquirer reconciliation (or batch).
Annotations
  • @BuiltValue.new()

Constructors

LoyaltyAcquirerData([void updates(LoyaltyAcquirerDataBuilder b)])
factory

Properties

approvalCode String?
Code assigned to a transaction approval by the Acquirer. Could be an identifier of the approved transaction for the Acquirer. This data element is conditional for the Loyalty Acquirers. Used in the PaymentRequest request for a referral.
no setter
hashCode int
The hash code for this object.
no setterinherited
hostReconciliationID String?
Identifier of a reconciliation period with a payment or loyalty host. Allows the assignment of a transaction to the Acquirer reconciliation (or batch).
no setter
loyaltyAcquirerID String?
Identification of the loyalty Acquirer.
no setter
loyaltyTransactionID TransactionIDType?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(LoyaltyAcquirerDataBuilder)) LoyaltyAcquirerData
Rebuilds the instance.
inherited
toBuilder() LoyaltyAcquirerDataBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<LoyaltyAcquirerData>
no setter