Class ListAccountTaxRequest
Request to list all sub-account tax settings only for the requesting merchant This method can only be called on a multi-client account, otherwise it'll return an error.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListAccountTaxRequest : IMessage<ListAccountTaxRequest>, IEquatable<ListAccountTaxRequest>, IDeepCloneable<ListAccountTaxRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAccountTaxRequest()
Declaration
public ListAccountTaxRequest()
ListAccountTaxRequest(ListAccountTaxRequest)
Declaration
public ListAccountTaxRequest(ListAccountTaxRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListAccountTaxRequest | other |
Properties
PageSize
The maximum number of tax settings to return in the response, used for paging.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
The token returned by the previous request.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The parent, which owns this collection of account tax. Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |