SetupIntentUpdateOptions class final

Constructors

SetupIntentUpdateOptions({bool? attachToSelf, String? customer, String? description, List<String>? expand, List<SetupAttemptFlowDirectionsItem>? flowDirections, Map<String, String>? metadata, String? paymentMethod, String? paymentMethodConfiguration, PaymentIntentPaymentMethodData? paymentMethodData, SetupIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions, List<String>? paymentMethodTypes})
const
SetupIntentUpdateOptions.fromJson(Object? json)
factory

Properties

attachToSelf bool?
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
metadata Map<String, String>?
final
paymentMethod String?
final
paymentMethodConfiguration String?
final
paymentMethodData PaymentIntentPaymentMethodData?
final
paymentMethodOptions SetupIntentCreateOptionsPaymentMethodOptions?
final
paymentMethodTypes List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>(SetupIntentUpdateOptions instance, Encoder<V> encoder) → V