StripeDeleteSubscriptionAction class

StripeFunctionsAction to delete a Stripe subscription.

Stripeのサブスクリプションの削除を行うためのStripeFunctionsAction

Inheritance

Constructors

StripeDeleteSubscriptionAction({required String orderId})
StripeFunctionsAction to delete a Stripe subscription.
const

Properties

action String
Action Name.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mode String
Mode of execution on the server side.
final
orderId String
Subscription Order ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(Future<DynamicMap?> callback(DynamicMap? map)) Future<StripeDeleteSubscriptionActionResponse>
The value is actually passed to the server side for execution.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → DynamicMap?
Convert to DynamicMap to pass values to the server side.
override
toResponse(DynamicMap map) StripeDeleteSubscriptionActionResponse
Converts the value returned from the server side to TResponse.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited