SetupIntentUpdateOptions constructor

const SetupIntentUpdateOptions({
  1. bool? attachToSelf,
  2. String? customer,
  3. String? description,
  4. List<String>? expand,
  5. List<SetupAttemptFlowDirectionsItem>? flowDirections,
  6. Map<String, String>? metadata,
  7. String? paymentMethod,
  8. String? paymentMethodConfiguration,
  9. PaymentIntentPaymentMethodData? paymentMethodData,
  10. SetupIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions,
  11. 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,
});