Class OnDisplayToOrder
Collection of information related to the on display to order (ODO).
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class OnDisplayToOrder : IMessage<OnDisplayToOrder>, IEquatable<OnDisplayToOrder>, IDeepCloneable<OnDisplayToOrder>, IBufferMessage, IMessage
Constructors
OnDisplayToOrder()
Declaration
public OnDisplayToOrder()
OnDisplayToOrder(OnDisplayToOrder)
Declaration
public OnDisplayToOrder(OnDisplayToOrder other)
Parameters
Type | Name | Description |
---|---|---|
OnDisplayToOrder | other |
Properties
State
Output only. The state of the URI.
Declaration
public ReviewState.Types.State State { get; set; }
Property Value
Type | Description |
---|---|
ReviewState.Types.State |
Uri
Required. The on display to order (ODO) policy URI.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |