StripePayment class

Constructors

StripePayment()

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 Methods

authenticatePaymentIntent({required String clientSecret}) Future<PaymentIntentResult>
https://tipsi.github.io/tipsi-stripe/docs/authenticatePaymentIntent.html
authenticateSetupIntent({required String clientSecret}) Future<SetupIntentResult>
https://tipsi.github.io/tipsi-stripe/docs/authenticateSetupIntent.html
cancelNativePayRequest() Future<void>
https://tipsi.github.io/tipsi-stripe/docs/cancelNativePayRequest.html
canMakeNativePayPayments(List<String> networks) Future<bool?>
https://tipsi.github.io/tipsi-stripe/docs/canMakeNativePayPayments.html
completeNativePayRequest() Future<void>
https://tipsi.github.io/tipsi-stripe/docs/completeNativePayRequest.html
confirmPaymentIntent(PaymentIntent intent) Future<PaymentIntentResult>
https://tipsi.github.io/tipsi-stripe/docs/confirmPaymentIntent.html
confirmSetupIntent(PaymentIntent intent) Future<SetupIntentResult>
https://tipsi.github.io/tipsi-stripe/docs/confirmSetupIntent.html
createPaymentMethod(PaymentMethodRequest request) Future<PaymentMethod>
https://tipsi.github.io/tipsi-stripe/docs/createPaymentMethod.html
createSourceWithParams(SourceParams options) Future<Source>
https://tipsi.github.io/tipsi-stripe/docs/createsourcewithparamsparams.html
createTokenWithBankAccount(BankAccount options) Future<Token>
https://tipsi.github.io/tipsi-stripe/docs/createTokenWithBankAccount.html
createTokenWithCard(CreditCard card) Future<Token>
https://tipsi.github.io/tipsi-stripe/docs/createTokenWithCard.html
deviceSupportsNativePay() Future<bool?>
https://tipsi.github.io/tipsi-stripe/docs/usage.html
paymentRequestWithCardForm(CardFormPaymentRequest options) Future<PaymentMethod>
https://tipsi.github.io/tipsi-stripe/docs/paymentRequestWithCardForm.html
paymentRequestWithNativePay({required AndroidPayPaymentRequest androidPayOptions, required ApplePayPaymentOptions applePayOptions}) Future<Token>
https://tipsi.github.io/tipsi-stripe/docs/paymentRequestWithNativePay.html
setOptions(StripeOptions settings) → void
https://tipsi.github.io/tipsi-stripe/docs/usage.html
setStripeAccount(String stripeAccount) → void
https://tipsi.github.io/tipsi-stripe/docs/usage.html