QuoteCreateOptions class final

Constructors

QuoteCreateOptions({int? applicationFeeAmount, double? applicationFeePercent, SessionAutomaticTax? automaticTax, InvoiceCollectionMethod? collectionMethod, String? customer, List<String>? defaultTaxRates, String? description, List<InvoiceItemDiscountsItem>? discounts, List<String>? expand, DateTime? expiresAt, String? footer, QuoteCreateOptionsFromQuote? fromQuote, String? header, QuoteInvoiceSettings? invoiceSettings, List<QuoteLineItemsItem>? lineItems, Map<String, String>? metadata, String? onBehalfOf, QuoteSubscriptionData? subscriptionData, String? testClock, QuoteCreateOptionsTransferData? transferData})
const
QuoteCreateOptions.fromJson(Object? json)
factory

Properties

applicationFeeAmount → int?
final
applicationFeePercent → double?
final
automaticTax → SessionAutomaticTax?
final
collectionMethod → InvoiceCollectionMethod?
final
customer → String?
final
defaultTaxRates → List<String>?
final
description → String?
final
discounts → List<InvoiceItemDiscountsItem>?
final
expand → List<String>?
final
expiresAt → DateTime?
final
final
fromQuote → QuoteCreateOptionsFromQuote?
from_quote_params
final
hashCode → int
The hash code for this object.
no setterinherited
final
invoiceSettings → QuoteInvoiceSettings?
quote_param
final
lineItems → List<QuoteLineItemsItem>?
final
metadata → Map<String, String>?
final
onBehalfOf → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subscriptionData → QuoteSubscriptionData?
subscription_data_create_params
final
testClock → String?
final
transferData → QuoteCreateOptionsTransferData?
transfer_data_specs
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(QuoteCreateOptions instance, Encoder<V> encoder) → V