QuoteUpdateOptions class final

Constructors

QuoteUpdateOptions({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, String? header, QuoteInvoiceSettings? invoiceSettings, List<QuoteUpdateOptionsLineItemsItem>? lineItems, Map<String, String>? metadata, String? onBehalfOf, QuoteUpdateOptionsSubscriptionData? subscriptionData, QuoteCreateOptionsTransferData? transferData})
const
QuoteUpdateOptions.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
hashCode → int
The hash code for this object.
no setterinherited
final
invoiceSettings → QuoteInvoiceSettings?
final
lineItems → List<QuoteUpdateOptionsLineItemsItem>?
final
metadata → Map<String, String>?
final
onBehalfOf → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subscriptionData → QuoteUpdateOptionsSubscriptionData?
subscription_data_update_params
final
transferData → QuoteCreateOptionsTransferData?
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>(QuoteUpdateOptions instance, Encoder<V> encoder) → V