Class ListAccountTaxResponse
Response to account tax list request 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 ListAccountTaxResponse : IMessage<ListAccountTaxResponse>, IEquatable<ListAccountTaxResponse>, IDeepCloneable<ListAccountTaxResponse>, IBufferMessage, IMessage, IPageResponse<AccountTax>, IEnumerable<AccountTax>, IEnumerable
Constructors
ListAccountTaxResponse()
Declaration
public ListAccountTaxResponse()
ListAccountTaxResponse(ListAccountTaxResponse)
Declaration
public ListAccountTaxResponse(ListAccountTaxResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListAccountTaxResponse | other |
Properties
AccountTaxes
Page of accounttax settings
Declaration
public RepeatedField<AccountTax> AccountTaxes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<AccountTax> |
NextPageToken
The token for the retrieval of the next page of account tax settings.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<AccountTax> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<AccountTax> |