StripeUiOptions class

Constructors

StripeUiOptions()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

createPaymentIntent CreatePaymentIntent?
getter/setter pair
createSetupIntent CreateSetupIntent?
getter/setter pair
defaultMobileReturnUrl String
getter/setter pair
defaultWebReturnUrl String
getter/setter pair
formatCurrency String Function(BuildContext context, String currency, int amount)
getter/setter pair
onPaymentError ↔ void Function(BuildContext, StripeApiException)
getter/setter pair
onPaymentFailed ↔ void Function(BuildContext, Map<String, dynamic>)
getter/setter pair
onPaymentSuccess ↔ void Function(BuildContext, Map<String, dynamic>)
getter/setter pair
payButtonBuilder Widget Function(BuildContext context, Map<String, dynamic> paymentIntent, void onPressed()?)
getter/setter pair
showTestPaymentMethods bool
getter/setter pair