InvoiceSettingSubscriptionSchedulePhaseSetting constructor

const InvoiceSettingSubscriptionSchedulePhaseSetting({
  1. List<InvoiceAccountTaxIdsItemOrId>? accountTaxIds,
  2. int? daysUntilDue,
  3. ConnectAccountReference? issuer,
})

InvoiceSettingSubscriptionSchedulePhaseSetting

Implementation

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