SubscriptionPaymentSettings constructor
const
SubscriptionPaymentSettings({
- SubscriptionPaymentSettingsPaymentMethodOptions? paymentMethodOptions,
- List<
InvoicesPaymentSettingsPaymentMethodTypesItem> ? paymentMethodTypes, - SubscriptionPaymentSettingsSaveDefaultPaymentMethod? saveDefaultPaymentMethod,
Payment settings passed on to invoices created by the subscription.
Implementation
const SubscriptionPaymentSettings({
this.paymentMethodOptions,
this.paymentMethodTypes,
this.saveDefaultPaymentMethod,
});