RegionalTaxConfig class

Details about taxation in a given geographical region.

Constructors

RegionalTaxConfig.new({bool? eligibleForStreamingServiceTaxRate, String? regionCode, String? streamingTaxType, String? taxTier})
RegionalTaxConfig.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
regionCode String?
Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US".
getter/setter pair
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