SubscriptionPaymentSettings constructor

const SubscriptionPaymentSettings({
  1. SubscriptionPaymentSettingsPaymentMethodOptions? paymentMethodOptions,
  2. List<InvoicesPaymentSettingsPaymentMethodTypesItem>? paymentMethodTypes,
  3. SubscriptionPaymentSettingsSaveDefaultPaymentMethod? saveDefaultPaymentMethod,
})

Payment settings passed on to invoices created by the subscription.

Implementation

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