StripePayment class

Manage Stripe payment information.

Actual payment information should be obtained from collectionQuery or other sources.

Stripeの支払い情報を管理します。

実際の支払い情報はcollectionQueryなどから取得してください。

Inheritance

Constructors

StripePayment({required String userId, StripePurchaseMasamuneAdapter? adapter})
Manage Stripe payment information.

Properties

adapter StripePurchaseMasamuneAdapter
TAdapter to be used.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
primaryAdapter StripePurchaseMasamuneAdapter
Specifies the default TAdapter if adapter is Null.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
User ID in the application.
final
value → void
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
no setterinherited

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
create({required void builder(Uri endpoint, Widget webView, VoidCallback onSuccess, VoidCallback onCancel), VoidCallback? onClosed, Duration timeout = const Duration(seconds: 15)}) Future<void>
Create new payment information.
delete({required DocumentBase<StripePaymentModel> payment, Duration timeout = const Duration(seconds: 15)}) Future<void>
Delete the created payment.
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
setDefault({required DocumentBase<StripePaymentModel> payment}) Future<void>
If multiple payment information is set, set payment to the default payment information.
setValueInternal(void value) → void
Set method is used to update the current state.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

collection → const _$$_StripePaymentModelCollectionQuery
Use this to retrieve the related StripePaymentModel collection.
document → const _$$_StripePaymentModelDocumentQuery
Use this to retrieve the relevant StripePaymentModel documentation.
query → const _$StripePaymentQuery
Query for StripePayment.