Show / Hide Table of Contents

Class OnDisplayToOrder

Collection of information related to the on display to order (ODO).

Inheritance
object
OnDisplayToOrder
Implements
IMessage<OnDisplayToOrder>
IEquatable<OnDisplayToOrder>
IDeepCloneable<OnDisplayToOrder>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX