StripeFunctions class
Constructors
- StripeFunctions.new([FirebaseFunctionsService? functionsService])
- Constructeur avec paramètre optionnel pour l'injection de dépendance
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
-
createPaymentLink(
Map< String, dynamic> productDetails, {String successCallbackUrl = 'confirmation', String failureCallbackUrl = 'cancelled'}) → Future<String> - Méthode d'instance qui peut être testée
-
createPortalLink(
{required String customerId, String callbackUrl = 'settings'}) → Future< String> - Méthode d'instance qui peut être testée
-
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 Methods
-
createStripePaymentLink(
Map< String, dynamic> productDetails, {String successCallbackUrl = 'confirmation', String failureCallbackUrl = 'cancelled'}) → Future<String> - Méthode statique pour garder la compatibilité avec le code existant
-
createStripePortalLink(
{required String customerId, String callbackUrl = 'settings'}) → Future< String> - Méthode statique pour garder la compatibilité avec le code existant