TaxProductResourceLineItemTaxBreakdown class final

TaxProductResourceLineItemTaxBreakdown

Constructors

TaxProductResourceLineItemTaxBreakdown({required int amount, required TaxProductResourceJurisdiction jurisdiction, required TaxProductResourceLineItemTaxBreakdownSourcing sourcing, TaxProductResourceLineItemTaxBreakdownTaxRateDetails? taxRateDetails, required TaxProductResourceLineItemTaxBreakdownTaxabilityReason taxabilityReason, required int taxableAmount})
TaxProductResourceLineItemTaxBreakdown
const
TaxProductResourceLineItemTaxBreakdown.fromJson(Object? json)
factory

Properties

amount int
final
hashCode int
The hash code for this object.
no setterinherited
jurisdiction TaxProductResourceJurisdiction
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcing TaxProductResourceLineItemTaxBreakdownSourcing
final
taxabilityReason TaxProductResourceLineItemTaxBreakdownTaxabilityReason
final
taxableAmount int
final
taxRateDetails TaxProductResourceLineItemTaxBreakdownTaxRateDetails?
Details regarding the rate for this tax. This field will be `null` when the tax is not imposed, for example if the product is exempt from tax.
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>(TaxProductResourceLineItemTaxBreakdown instance, Encoder<V> encoder) → V