Class AcceptTermsOfServiceRequest
Request message for the AcceptTermsOfService
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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.
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 |