SetupIntentUpdateOptions constructor
const
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,
Implementation
const SetupIntentUpdateOptions({
this.attachToSelf,
this.customer,
this.description,
this.expand,
this.flowDirections,
this.metadata,
this.paymentMethod,
this.paymentMethodConfiguration,
this.paymentMethodData,
this.paymentMethodOptions,
this.paymentMethodTypes,
});