PseDetails class abstract
PseDetails
Properties:
- bank - The shopper's bank.
- checkoutAttemptId - The checkout attempt identifier.
- clientType - The client type.
- identification - The identification code.
- identificationType - The identification type.
- sdkData - Base64-encoded JSON object containing SDK related parameters required by the SDK
- type - The payment method type.
- Annotations
-
- @BuiltValue.new()
Constructors
- PseDetails([void updates(PseDetailsBuilder b)])
-
factory
Properties
- bank → String
-
The shopper's bank.
no setter
- checkoutAttemptId → String?
-
The checkout attempt identifier.
no setter
- clientType → String
-
The client type.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- identification → String
-
The identification code.
no setter
- identificationType → String
-
The identification type.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkData → String?
-
Base64-encoded JSON object containing SDK related parameters required by the SDK
no setter
- type → PseDetailsTypeEnum?
-
The payment method type.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PseDetailsBuilder)) → PseDetails -
Rebuilds the instance.
inherited
-
toBuilder(
) → PseDetailsBuilder -
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<
PseDetails> -
no setter