PaymentIntentConfirmOptions class final

Constructors

PaymentIntentConfirmOptions({PaymentIntentCaptureMethod? captureMethod, String? confirmationToken, bool? errorOnRequiresAction, List<String>? expand, String? mandate, PaymentIntentConfirmOptionsMandateData? mandateData, PaymentIntentOffSession? offSession, String? paymentMethod, PaymentIntentPaymentMethodData? paymentMethodData, PaymentIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions, RadarRadarOptions? radarOptions, String? receiptEmail, String? returnUrl, PaymentIntentUpdateOptionsSetupFutureUsage? setupFutureUsage, ChargeCreateOptionsShipping? shipping, bool? useStripeSdk})
const
PaymentIntentConfirmOptions.fromJson(Object? json)
factory

Properties

captureMethod PaymentIntentCaptureMethod?
final
confirmationToken String?
final
errorOnRequiresAction bool?
final
expand List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
mandate String?
final
mandateData PaymentIntentConfirmOptionsMandateData?
final
offSession PaymentIntentOffSession?
final
paymentMethod String?
final
paymentMethodData PaymentIntentPaymentMethodData?
final
paymentMethodOptions PaymentIntentCreateOptionsPaymentMethodOptions?
final
radarOptions RadarRadarOptions?
final
receiptEmail String?
final
returnUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setupFutureUsage PaymentIntentUpdateOptionsSetupFutureUsage?
final
shipping ChargeCreateOptionsShipping?
final
useStripeSdk bool?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encode<V>(PaymentIntentConfirmOptions instance, Encoder<V> encoder) → V