PaymentMethodUpdateOptions constructor
const
PaymentMethodUpdateOptions({
- PaymentIntentBillingDetails? billingDetails,
- PaymentMethodUpdateOptionsCard? card,
- List<
String> ? expand, - Object? link,
- Map<
String, String> ? metadata, - PaymentMethodUsBankAccount? usBankAccount,
Implementation
const PaymentMethodUpdateOptions({
this.billingDetails,
this.card,
this.expand,
this.link,
this.metadata,
this.usBankAccount,
});