QuoteCreateOptions constructor
const
QuoteCreateOptions({
- int? applicationFeeAmount,
- double? applicationFeePercent,
- SessionAutomaticTax? automaticTax,
- InvoiceCollectionMethod? collectionMethod,
- String? customer,
- List<
String> ? defaultTaxRates, - String? description,
- List<
InvoiceItemDiscountsItem> ? discounts, - List<
String> ? expand, - DateTime? expiresAt,
- QuoteCreateOptionsFromQuote? fromQuote,
- String? header,
- QuoteInvoiceSettings? invoiceSettings,
- List<
QuoteLineItemsItem> ? lineItems, - Map<
String, String> ? metadata, - String? onBehalfOf,
- QuoteSubscriptionData? subscriptionData,
- String? testClock,
- 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,
});