Class Pickup
Collection of information related to Pickup.
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Pickup : IMessage<Pickup>, IEquatable<Pickup>, IDeepCloneable<Pickup>, IBufferMessage, IMessage
Constructors
Pickup()
Declaration
public Pickup()
Pickup(Pickup)
Declaration
public Pickup(Pickup other)
Parameters
Type | Name | Description |
---|---|---|
Pickup | other |
Properties
State
Output only. The state of the pickup serving.
Declaration
public ReviewState.Types.State State { get; set; }
Property Value
Type | Description |
---|---|
ReviewState.Types.State |
Uri
Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |