Show / Hide Table of Contents

Class GetAccountTaxRequest

Request to get tax settings

Inheritance
object
GetAccountTaxRequest
Implements
IMessage<GetAccountTaxRequest>
IEquatable<GetAccountTaxRequest>
IDeepCloneable<GetAccountTaxRequest>
IBufferMessage
IMessage
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 GetAccountTaxRequest : IMessage<GetAccountTaxRequest>, IEquatable<GetAccountTaxRequest>, IDeepCloneable<GetAccountTaxRequest>, IBufferMessage, IMessage

Constructors

GetAccountTaxRequest()

Declaration
public GetAccountTaxRequest()

GetAccountTaxRequest(GetAccountTaxRequest)

Declaration
public GetAccountTaxRequest(GetAccountTaxRequest other)
Parameters
Type Name Description
GetAccountTaxRequest other

Properties

AccountTaxName

AccountTaxName-typed view over the Name resource name property.

Declaration
public AccountTaxName AccountTaxName { get; set; }
Property Value
Type Description
AccountTaxName

Name

Required. The name from which tax settings will be retrieved

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX