SubscriptionCreateOptionsPaymentSettings constructor

const SubscriptionCreateOptionsPaymentSettings({
  1. SubscriptionPaymentMethodOptions? paymentMethodOptions,
  2. List<InvoicesPaymentSettingsPaymentMethodTypesItem>? paymentMethodTypes,
  3. SubscriptionSaveDefaultPaymentMethod? saveDefaultPaymentMethod,
})

payment_settings

Payment settings to pass to invoices created by the subscription.

Implementation

const SubscriptionCreateOptionsPaymentSettings({
  this.paymentMethodOptions,
  this.paymentMethodTypes,
  this.saveDefaultPaymentMethod,
});