CheckoutForwardRequest class abstract

CheckoutForwardRequest

Properties:

  • baseUrl - The base URL of the third party API, where Adyen will send the request to forward the payment details.
  • merchantAccount - Your merchant account.
  • options - The customizations that can be applied when making a forward request.
  • paymentMethod - The card details.
  • request - The details of the request that you want to forward to the third-party.
  • shopperReference - Your reference to uniquely identify this shopper, for example user ID or account ID. The value is case-sensitive and must be at least three characters. > Your reference must not include personally identifiable information (PII) such as name or email address.
  • storedPaymentMethodId - The unique identifier of the token that you want to forward to the third party. This is the storedPaymentMethodId you received in the webhook after you created the token.
Annotations
  • @BuiltValue.new()

Constructors

CheckoutForwardRequest([void updates(CheckoutForwardRequestBuilder b)])
factory

Properties

baseUrl String
The base URL of the third party API, where Adyen will send the request to forward the payment details.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantAccount String
Your merchant account.
no setter
options CheckoutForwardRequestOptions?
The customizations that can be applied when making a forward request.
no setter
paymentMethod CheckoutForwardRequestCard?
The card details.
no setter
request CheckoutOutgoingForwardRequest
The details of the request that you want to forward to the third-party.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperReference String
Your reference to uniquely identify this shopper, for example user ID or account ID. The value is case-sensitive and must be at least three characters. > Your reference must not include personally identifiable information (PII) such as name or email address.
no setter
storedPaymentMethodId String?
The unique identifier of the token that you want to forward to the third party. This is the storedPaymentMethodId you received in the webhook after you created the token.
no setter

Methods

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