Class AcceptTermsOfServiceResponse
Response message for the AcceptTermsOfService method.
Implements
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 |