CheckoutForwardResponse class abstract

CheckoutForwardResponse

Properties:

  • pspReference - Adyen's 16-character reference associated with the transaction/request. This value is globally unique. Use this reference when you communicate with us about this request.
  • response - The details of the response Adyen received from the third party.
  • storedPaymentMethodId - The unique identifier of the token.
Annotations
  • @BuiltValue.new()

Constructors

CheckoutForwardResponse([void updates(CheckoutForwardResponseBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pspReference String?
Adyen's 16-character reference associated with the transaction/request. This value is globally unique. Use this reference when you communicate with us about this request.
no setter
response CheckoutForwardResponseFromUrl
The details of the response Adyen received from the third party.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedPaymentMethodId String?
The unique identifier of the token.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CheckoutForwardResponseBuilder)) CheckoutForwardResponse
Rebuilds the instance.
inherited
toBuilder() CheckoutForwardResponseBuilder
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<CheckoutForwardResponse>
no setter