Show / Hide Table of Contents

Class Accepted

Describes the accepted terms of service.

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

Constructors

Accepted()

Declaration
public Accepted()

Accepted(Accepted)

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

Properties

AcceptedBy

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

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

AcceptedByAsAccountName

AccountName-typed view over the AcceptedBy resource name property.

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

TermsOfService

Required. The accepted [termsOfService][google.shopping.merchant.accounts.v1.TermsOfService].

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

ValidUntil

Optional. 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
public Date ValidUntil { get; set; }
Property Value
Type Description
Date
In this article
Back to top Generated by DocFX