Show / Hide Table of Contents

Class Accepted

Describes the accepted terms of service.

Inheritance
object
Accepted
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class Accepted : IDirectResponseSchema

Properties

AcceptedBy

The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the MCA account.

Declaration
[JsonProperty("acceptedBy")]
public virtual string AcceptedBy { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

TermsOfService

The accepted termsOfService.

Declaration
[JsonProperty("termsOfService")]
public virtual string TermsOfService { get; set; }
Property Value
Type Description
string

ValidUntil

When set, it states that the accepted TermsOfService is only valid until the end of this date (in UTC). A new one must be accepted before then. The information of the required TermsOfService is found in the Required message.

Declaration
[JsonProperty("validUntil")]
public virtual Date ValidUntil { get; set; }
Property Value
Type Description
Date

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX