Show / Hide Table of Contents

Class AcceptTermsOfServiceRequest

Request message for the AcceptTermsOfService method.

Inheritance
object
AcceptTermsOfServiceRequest
Implements
IMessage<AcceptTermsOfServiceRequest>
IEquatable<AcceptTermsOfServiceRequest>
IDeepCloneable<AcceptTermsOfServiceRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AcceptTermsOfServiceRequest : IMessage<AcceptTermsOfServiceRequest>, IEquatable<AcceptTermsOfServiceRequest>, IDeepCloneable<AcceptTermsOfServiceRequest>, IBufferMessage, IMessage

Constructors

AcceptTermsOfServiceRequest()

Declaration
public AcceptTermsOfServiceRequest()

AcceptTermsOfServiceRequest(AcceptTermsOfServiceRequest)

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

Properties

Account

Required. The account for which to accept the ToS. Format: accounts/{account}

Declaration
public string Account { get; set; }
Property Value
Type Description
string

AccountAsAccountName

AccountName-typed view over the Account resource name property.

Declaration
public AccountName AccountAsAccountName { get; set; }
Property Value
Type Description
AccountName

Name

Required. The resource name of the terms of service version. Format: termsOfService/{version}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

RegionCode

Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.

Declaration
public string RegionCode { get; set; }
Property Value
Type Description
string

TermsOfServiceName

TermsOfServiceName-typed view over the Name resource name property.

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