StripeApiClientV1TaxSettings class

Constructors

StripeApiClientV1TaxSettings({required Client httpClient, required Uri baseUri})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve({List<String>? expand}) Future<TaxSettings>
Retrieves Tax Settings for a merchant.
toString() String
A string representation of this object.
inherited
update({TaxSettingsUpdateOptions? options}) Future<TaxSettings>
Updates Tax Settings parameters used in tax calculations. All parameters are editable but none can be removed once set.

Operators

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