PaymentValidationsNameResponse class abstract
PaymentValidationsNameResponse
Properties:
- rawResponse - Contains the raw response(s) returned by the scheme for the name validation.
- result - Contains the scheme-agnostic match values returned by Adyen.
- status - Informs you if the name validation was performed. Possible values: performed, notPerformed, notSupported
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentValidationsNameResponse([void updates(PaymentValidationsNameResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawResponse → PaymentValidationsNameResultRawResponse?
-
Contains the raw response(s) returned by the scheme for the name validation.
no setter
- result → PaymentValidationsNameResultResponse?
-
Contains the scheme-agnostic match values returned by Adyen.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → PaymentValidationsNameResponseStatusEnum?
-
Informs you if the name validation was performed. Possible values: performed, notPerformed, notSupported
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PaymentValidationsNameResponseBuilder)) → PaymentValidationsNameResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaymentValidationsNameResponseBuilder -
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<
PaymentValidationsNameResponse> -
no setter