QuotesResourceComputed class final

QuotesResourceComputed

Constructors

QuotesResourceComputed({QuotesResourceComputedRecurring? recurring, required QuotesResourceUpfront upfront})
QuotesResourceComputed
const
QuotesResourceComputed.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
recurring QuotesResourceComputedRecurring?
The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with `duration=forever` coupons only. Defaults to `null` if no inputted line items with recurring prices.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upfront QuotesResourceUpfront
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>(QuotesResourceComputed instance, Encoder<V> encoder) → V