QuoteUpdateOptions constructor

const QuoteUpdateOptions({
  1. int? applicationFeeAmount,
  2. double? applicationFeePercent,
  3. SessionAutomaticTax? automaticTax,
  4. InvoiceCollectionMethod? collectionMethod,
  5. String? customer,
  6. List<String>? defaultTaxRates,
  7. String? description,
  8. List<InvoiceItemDiscountsItem>? discounts,
  9. List<String>? expand,
  10. DateTime? expiresAt,
  11. String? footer,
  12. String? header,
  13. QuoteInvoiceSettings? invoiceSettings,
  14. List<QuoteUpdateOptionsLineItemsItem>? lineItems,
  15. Map<String, String>? metadata,
  16. String? onBehalfOf,
  17. QuoteUpdateOptionsSubscriptionData? subscriptionData,
  18. QuoteCreateOptionsTransferData? transferData,
})

Implementation

const QuoteUpdateOptions({
  this.applicationFeeAmount,
  this.applicationFeePercent,
  this.automaticTax,
  this.collectionMethod,
  this.customer,
  this.defaultTaxRates,
  this.description,
  this.discounts,
  this.expand,
  this.expiresAt,
  this.footer,
  this.header,
  this.invoiceSettings,
  this.lineItems,
  this.metadata,
  this.onBehalfOf,
  this.subscriptionData,
  this.transferData,
});