TaxSettings class final

TaxProductResourceTaxSettings

You can use Tax `Settings` to manage configurations used by Stripe Tax calculations. Related guide: [Using the Settings API](https://stripe.com/docs/tax/settings-api)

Implemented types

Constructors

TaxSettings({required TaxProductResourceTaxSettingsDefaults defaults, IssuingCardholderAddress? headOffice, required bool livemode, required TaxSettingsStatus status, required TaxProductResourceTaxSettingsStatusDetails statusDetails})
TaxProductResourceTaxSettings
const
TaxSettings.fromJson(Object? json)
factory

Properties

defaults TaxProductResourceTaxSettingsDefaults
final
hashCode int
The hash code for this object.
no setterinherited
headOffice IssuingCardholderAddress?
final
livemode bool
final
object String
The resource's type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TaxSettingsStatus
final
statusDetails TaxProductResourceTaxSettingsStatusDetails
final

Methods

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

Operators

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

Static Methods

encode<V>(TaxSettings instance, Encoder<V> encoder) → V