RegionalTaxRateInfo class

Specified details about taxation in a given geographical region.

Constructors

RegionalTaxRateInfo({bool? eligibleForStreamingServiceTaxRate, String? streamingTaxType, String? taxTier})
RegionalTaxRateInfo.fromJson(Map json_)

Properties

eligibleForStreamingServiceTaxRate bool?
You must tell us if your app contains streaming products to correctly charge US state and local sales tax.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamingTaxType String?
To collect communications or amusement taxes in the United States, choose the appropriate tax category.
getter/setter pair
taxTier String?
Tax tier to specify reduced tax rate.
getter/setter pair

Methods

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

Operators

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