Class Accepted
Describes the accepted terms of service.
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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
The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the MCA 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
The accepted 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
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 |