SubscriptionCreateOptionsPaymentSettings constructor
const
SubscriptionCreateOptionsPaymentSettings({
- SubscriptionPaymentMethodOptions? paymentMethodOptions,
- List<
InvoicesPaymentSettingsPaymentMethodTypesItem> ? paymentMethodTypes, - SubscriptionSaveDefaultPaymentMethod? saveDefaultPaymentMethod,
payment_settings
Payment settings to pass to invoices created by the subscription.
Implementation
const SubscriptionCreateOptionsPaymentSettings({
this.paymentMethodOptions,
this.paymentMethodTypes,
this.saveDefaultPaymentMethod,
});