Show / Hide Table of Contents

Class AcceptTermsOfServiceResponse

Response message for the AcceptTermsOfService method.

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

Constructors

AcceptTermsOfServiceResponse()

Declaration
public AcceptTermsOfServiceResponse()

AcceptTermsOfServiceResponse(AcceptTermsOfServiceResponse)

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

Properties

TermsOfServiceAgreementState

The agreement state after accepting the ToS.

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