StripeRefreshPurchaseAction class

StripeFunctionsAction to update payment information for Stripe purchases.

Stripeの購入の支払い情報の更新を行うためのStripeFunctionsAction

Inheritance

Constructors

StripeRefreshPurchaseAction({required String userId, required String orderId})
StripeFunctionsAction to update payment information for Stripe purchases.
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
Order ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
Purchased user ID.
final

Methods

execute(Future<DynamicMap?> callback(DynamicMap? map)) Future<StripeRefreshPurchaseActionResponse>
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) StripeRefreshPurchaseActionResponse
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