AccounttaxResource class
Constructors
- AccounttaxResource(ApiRequester client)
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
-
custombatch(
AccounttaxCustomBatchRequest request, {String? $fields}) → Future< AccounttaxCustomBatchResponse> - Retrieves and updates tax settings of multiple accounts in a single request.
-
get(
String merchantId, String accountId, {String? $fields}) → Future< AccountTax> - Retrieves the tax settings of the account.
-
list(
String merchantId, {int? maxResults, String? pageToken, String? $fields}) → Future< AccounttaxListResponse> - Lists the tax settings of the sub-accounts in your Merchant Center account.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
AccountTax request, String merchantId, String accountId, {String? $fields}) → Future< AccountTax> - Updates the tax settings of the account.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited