AccountVerificationRoutesRequest class abstract
AccountVerificationRoutesRequest
Properties:
- country - The location where the third-party individual's bank account is registered. Adyen uses this information to determine an available open banking provider, and to configure the open banking flow for that respective location.
- locale - The language to use in the open banking flow UI, specified by a combination of a two-letter ISO 639-1 language code and an ISO 3166-1 alpha-2 country code. This information is used to configure the open banking flow with the same language for a consistent user experience. Default value: en-US
- redirectUrl - The URL where Adyen redirects the third-party individual after they complete the open banking flow.
- state - A value that helps you identify the request in callback handling. You can generate this value on a per-session basis to protect the callback against Cross-Site Request Forgery (CSRF) attacks. This value must be composed of characters that can be successfully URL-encoded.
- Annotations
-
- @BuiltValue.new()
Constructors
- AccountVerificationRoutesRequest([void updates(AccountVerificationRoutesRequestBuilder b)])
-
factory
Properties
- country → AccountVerificationCountry
-
The location where the third-party individual's bank account is registered. Adyen uses this information to determine an available open banking provider, and to configure the open banking flow for that respective location.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → String?
-
The language to use in the open banking flow UI, specified by a combination of a two-letter ISO 639-1 language code and an ISO 3166-1 alpha-2 country code. This information is used to configure the open banking flow with the same language for a consistent user experience. Default value: en-US
no setter
- redirectUrl → String
-
The URL where Adyen redirects the third-party individual after they complete the open banking flow.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
A value that helps you identify the request in callback handling. You can generate this value on a per-session basis to protect the callback against Cross-Site Request Forgery (CSRF) attacks. This value must be composed of characters that can be successfully URL-encoded.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AccountVerificationRoutesRequestBuilder)) → AccountVerificationRoutesRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → AccountVerificationRoutesRequestBuilder -
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<
AccountVerificationRoutesRequest> -
no setter