AdditionalDataWallets class abstract
AdditionalDataWallets
Properties:
- androidpayPeriodToken - The Android Pay token retrieved from the SDK.
- masterpassPeriodTransactionId - The Mastercard Masterpass Transaction ID retrieved from the SDK.
- paymentPeriodToken - The Apple Pay token retrieved from the SDK.
- paywithgooglePeriodToken - The Google Pay token retrieved from the SDK.
- samsungpayPeriodToken - The Samsung Pay token retrieved from the SDK.
- visacheckoutPeriodCallId - The Visa Checkout Call ID retrieved from the SDK.
- Annotations
-
- @BuiltValue.new()
Constructors
- AdditionalDataWallets([void updates(AdditionalDataWalletsBuilder b)])
-
factory
Properties
- androidpayPeriodToken → String?
-
The Android Pay token retrieved from the SDK.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- masterpassPeriodTransactionId → String?
-
The Mastercard Masterpass Transaction ID retrieved from the SDK.
no setter
- paymentPeriodToken → String?
-
The Apple Pay token retrieved from the SDK.
no setter
- paywithgooglePeriodToken → String?
-
The Google Pay token retrieved from the SDK.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samsungpayPeriodToken → String?
-
The Samsung Pay token retrieved from the SDK.
no setter
- visacheckoutPeriodCallId → String?
-
The Visa Checkout Call ID retrieved from the SDK.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AdditionalDataWalletsBuilder)) → AdditionalDataWallets -
Rebuilds the instance.
inherited
-
toBuilder(
) → AdditionalDataWalletsBuilder -
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<
AdditionalDataWallets> -
no setter