Class Required
Describes the terms of service which are required to be accepted.
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Required : IMessage<Required>, IEquatable<Required>, IDeepCloneable<Required>, IBufferMessage, IMessage
Constructors
Required()
Declaration
public Required()
Required(Required)
Declaration
public Required(Required other)
Parameters
| Type | Name | Description |
|---|---|---|
| Required | other |
Properties
TermsOfService
Required. The TermsOfService that need to be accepted.
Declaration
public string TermsOfService { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TermsOfServiceAsTermsOfServiceName
TermsOfServiceName-typed view over the TermsOfService resource name property.
Declaration
public TermsOfServiceName TermsOfServiceAsTermsOfServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| TermsOfServiceName |
TosFileUri
Required. Full URL to the terms of service file. This field is the same as
TermsOfService.file_uri, it is added here for convenience only.
Declaration
public string TosFileUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |