CheckoutForwardRequestOptions class abstract
CheckoutForwardRequestOptions
Properties:
- accountUpdate - Whether to check for a card account update (true) or not (false)
- dryRun - Set to true to receive a copy of the request Adyen is making to the third party in the response. Any sensitive information will be masked in the response you receive. This functionality is only available in the test environment.
- networkToken - The object that contains the details for forwarding a network token.
- networkTxReferencePaths - Set in tokenize:true case when forwarding PAN. Addresses to the possible location(s) of networkTxReference in the incoming 3rd party response
- tokenize - Set to true, the payment details are tokenized.
- Annotations
-
- @BuiltValue.new()
Constructors
- CheckoutForwardRequestOptions([void updates(CheckoutForwardRequestOptionsBuilder b)])
-
factory
Properties
- accountUpdate → bool?
-
Whether to check for a card account update (true) or not (false)
no setter
- dryRun → bool?
-
Set to true to receive a copy of the request Adyen is making to the third party in the response. Any sensitive information will be masked in the response you receive. This functionality is only available in the test environment.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkToken → CheckoutNetworkTokenOption?
-
The object that contains the details for forwarding a network token.
no setter
-
networkTxReferencePaths
→ BuiltList<
String> ? -
Set in tokenize:true case when forwarding PAN. Addresses to the possible location(s) of networkTxReference in the incoming 3rd party response
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenize → bool?
-
Set to true, the payment details are tokenized.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CheckoutForwardRequestOptionsBuilder)) → CheckoutForwardRequestOptions -
Rebuilds the instance.
inherited
-
toBuilder(
) → CheckoutForwardRequestOptionsBuilder -
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<
CheckoutForwardRequestOptions> -
no setter