RecurringToken class abstract
RecurringToken
Properties:
- merchantAccount - The identifier of the merchant account related to the event that triggered the webhook.
- shopperReference - Your unique shopper reference that is associated with the
storedPaymentMethodId. - storedPaymentMethodId - The ID of the token.
- type - The type of the payment method.
- Annotations
-
- @BuiltValue.new()
Constructors
- RecurringToken([void updates(RecurringTokenBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String
-
The identifier of the merchant account related to the event that triggered the webhook.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperReference → String
-
Your unique shopper reference that is associated with the
storedPaymentMethodId.no setter - storedPaymentMethodId → String
-
The ID of the token.
no setter
- type → String
-
The type of the payment method.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(RecurringTokenBuilder)) → RecurringToken -
Rebuilds the instance.
inherited
-
toBuilder(
) → RecurringTokenBuilder -
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<
RecurringToken> -
no setter