RecurringTokenStoreOperation class abstract

RecurringTokenStoreOperation

Properties:

  • merchantAccount - The identifier of the merchant account related to the event that triggered the webhook.
  • operation - A text description that provides details about the operation, intended for audit purposes.
  • 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

RecurringTokenStoreOperation([void updates(RecurringTokenStoreOperationBuilder 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
operation String
A text description that provides details about the operation, intended for audit purposes.
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(RecurringTokenStoreOperationBuilder)) RecurringTokenStoreOperation
Rebuilds the instance.
inherited
toBuilder() RecurringTokenStoreOperationBuilder
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<RecurringTokenStoreOperation>
no setter