StripeAuthorizationActionResponse class

StripeFunctionsActionResponse for Stripe authorization.

Stripeのオーソリを行うためのStripeFunctionsActionResponse

Inheritance

Constructors

StripeAuthorizationActionResponse({required String authorizedId, required Uri? nextActionUrl, Uri? returnUrl})
StripeFunctionsActionResponse for Stripe authorization.
const

Properties

authorizedId String
Purchase ID for authorization.
final
hashCode int
The hash code for this object.
no setterinherited
nextActionUrl Uri?
URL required for next action.
final
returnUrl Uri?
Return URL.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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