QuoteCreateOptions constructor

const QuoteCreateOptions({
  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. QuoteCreateOptionsFromQuote? fromQuote,
  13. String? header,
  14. QuoteInvoiceSettings? invoiceSettings,
  15. List<QuoteLineItemsItem>? lineItems,
  16. Map<String, String>? metadata,
  17. String? onBehalfOf,
  18. QuoteSubscriptionData? subscriptionData,
  19. String? testClock,
  20. QuoteCreateOptionsTransferData? transferData,
})

Implementation

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