PaymentMethodUpdateOptions constructor

const PaymentMethodUpdateOptions({
  1. PaymentIntentBillingDetails? billingDetails,
  2. PaymentMethodUpdateOptionsCard? card,
  3. List<String>? expand,
  4. Object? link,
  5. Map<String, String>? metadata,
  6. PaymentMethodUsBankAccount? usBankAccount,
})

Implementation

const PaymentMethodUpdateOptions({
  this.billingDetails,
  this.card,
  this.expand,
  this.link,
  this.metadata,
  this.usBankAccount,
});