SubscriptionScheduleInvoiceSettings constructor

const SubscriptionScheduleInvoiceSettings({
  1. List<String>? accountTaxIds,
  2. int? daysUntilDue,
  3. SessionLiability? issuer,
})

subscription_schedule_default_settings_param

All invoices will be billed using the specified settings.

Implementation

const SubscriptionScheduleInvoiceSettings({
  this.accountTaxIds,
  this.daysUntilDue,
  this.issuer,
});