AuthorisationNotificationRequestItemRecursive class abstract
AuthorisationNotificationRequestItemRecursive
Properties:
- additionalData - This object is a generic container that can hold extra fields.
- amount - The payment amount. For HTTP POST notifications, currency and value are returned as URL parameters.
- eventCode - The type of event the notification item is for.
- eventDate - The time when the event was generated. Format: ISO 8601; yyyy-MM-DDThh:mm:ssTZD
- merchantAccountCode - The merchant account identifier used in the transaction the notification item is for.
- merchantReference - Your reference to uniquely identify the payment.
- operations - The operations indicate the supported follow-up actions concerning the payment. > This is an experimental field. Do not base your code on this field. Not all specific cases are covered yet. It's possible that the field is empty or contains generic information.
- paymentMethod - The payment method used in the transaction.
- pspReference - Adyen's 16-character unique reference associated with the transaction or request. This value is globally unique. Use it when communicating with us about this request.
- reason - If
success=trueandpaymentMethod=visa,mc, oramexthen this field contains the following details: Authorisation code, last 4 digits of the card, card expiry date. In case of failure, this contains information about the authorisation failure - success - If
true: The payment request was successful. Iffalse: The payment request failed. Check thereasonfield for failure information.
- Annotations
-
- @BuiltValue.new()
Constructors
- AuthorisationNotificationRequestItemRecursive([void updates(AuthorisationNotificationRequestItemRecursiveBuilder b)])
-
factory
Properties
- additionalData → AuthorisationNotificationAdditionalData?
-
This object is a generic container that can hold extra fields.
no setter
- amount → Amount
-
The payment amount. For HTTP POST notifications, currency and value are returned as URL parameters.
no setter
- eventCode → AuthorisationNotificationRequestItemRecursiveEventCodeEnum
-
The type of event the notification item is for.
no setter
- eventDate → DateTime
-
The time when the event was generated. Format: ISO 8601; yyyy-MM-DDThh:mm:ssTZD
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccountCode → String
-
The merchant account identifier used in the transaction the notification item is for.
no setter
- merchantReference → String
-
Your reference to uniquely identify the payment.
no setter
-
operations
→ BuiltList<
AuthorisationNotificationRequestItemRecursiveOperationsEnum> ? -
The operations indicate the supported follow-up actions concerning the payment. > This is an experimental field. Do not base your code on this field. Not all specific cases are covered yet. It's possible that the field is empty or contains generic information.
no setter
- paymentMethod → String?
-
The payment method used in the transaction.
no setter
- pspReference → String
-
Adyen's 16-character unique reference associated with the transaction or request. This value is globally unique. Use it when communicating with us about this request.
no setter
- reason → String?
-
If
success=trueandpaymentMethod=visa,mc, oramexthen this field contains the following details: Authorisation code, last 4 digits of the card, card expiry date. In case of failure, this contains information about the authorisation failureno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success → String
-
If
true: The payment request was successful. Iffalse: The payment request failed. Check thereasonfield for failure information.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AuthorisationNotificationRequestItemRecursiveBuilder)) → AuthorisationNotificationRequestItemRecursive -
Rebuilds the instance.
inherited
-
toBuilder(
) → AuthorisationNotificationRequestItemRecursiveBuilder -
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<
AuthorisationNotificationRequestItemRecursive> -
no setter