SetupIntentCreateOptions class final

Constructors

SetupIntentCreateOptions({bool? attachToSelf, PaymentFlowsAutomaticPaymentMethodsPaymentIntent? automaticPaymentMethods, bool? confirm, String? confirmationToken, String? customer, String? description, List<String>? expand, List<SetupAttemptFlowDirectionsItem>? flowDirections, PaymentIntentMandateData? mandateData, Map<String, String>? metadata, String? onBehalfOf, String? paymentMethod, String? paymentMethodConfiguration, PaymentIntentPaymentMethodData? paymentMethodData, SetupIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions, List<String>? paymentMethodTypes, String? returnUrl, MandateSingleUse? singleUse, SessionSetupFutureUsage? usage, bool? useStripeSdk})
const
SetupIntentCreateOptions.fromJson(Object? json)
factory

Properties

attachToSelf → bool?
final
automaticPaymentMethods → PaymentFlowsAutomaticPaymentMethodsPaymentIntent?
final
confirm → bool?
final
confirmationToken → String?
final
customer → String?
final
description → String?
final
expand → List<String>?
final
flowDirections → List<SetupAttemptFlowDirectionsItem>?
final
hashCode → int
The hash code for this object.
no setterinherited
mandateData → PaymentIntentMandateData?
final
metadata → Map<String, String>?
final
onBehalfOf → String?
final
paymentMethod → String?
final
paymentMethodConfiguration → String?
final
paymentMethodData → PaymentIntentPaymentMethodData?
final
paymentMethodOptions → SetupIntentCreateOptionsPaymentMethodOptions?
payment_method_options_param
final
paymentMethodTypes → List<String>?
final
returnUrl → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
singleUse → MandateSingleUse?
final
usage → SessionSetupFutureUsage?
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>(SetupIntentCreateOptions instance, Encoder<V> encoder) → V