Show / Hide Table of Contents

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.

Inheritance
object
ListAccountTaxRequest
Implements
IMessage<ListAccountTaxRequest>
IEquatable<ListAccountTaxRequest>
IDeepCloneable<ListAccountTaxRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageRequest.PageSize

PageToken

The token returned by the previous request.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

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
In this article
Back to top Generated by DocFX