Class Handshake
The current status of establishing of the service. (for example, pending approval or approved).
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Handshake : IMessage<Handshake>, IEquatable<Handshake>, IDeepCloneable<Handshake>, IBufferMessage, IMessage
Constructors
Handshake()
Declaration
public Handshake()
Handshake(Handshake)
Declaration
public Handshake(Handshake other)
Parameters
Type | Name | Description |
---|---|---|
Handshake | other |
Properties
Actor
Output only. The most recent account to modify the account service's
approval_status
.
Declaration
public Handshake.Types.Actor Actor { get; set; }
Property Value
Type | Description |
---|---|
Handshake.Types.Actor |
ApprovalState
Output only. The approval state of this handshake.
Declaration
public Handshake.Types.ApprovalState ApprovalState { get; set; }
Property Value
Type | Description |
---|---|
Handshake.Types.ApprovalState |