Show / Hide Table of Contents

Class OrderDocument

Contains properties of a Planning order document.

Inheritance
object
OrderDocument
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class OrderDocument : IDirectResponseSchema

Properties

AccountId

Account ID of this order document.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
long?

AdvertiserId

Advertiser ID of this order document.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

AmendedOrderDocumentId

The amended order document ID of this order document. An order document can be created by optionally amending another order document so that the change history can be preserved.

Declaration
[JsonProperty("amendedOrderDocumentId")]
public virtual long? AmendedOrderDocumentId { get; set; }
Property Value
Type Description
long?

ApprovedByUserProfileIds

IDs of users who have approved this order document.

Declaration
[JsonProperty("approvedByUserProfileIds")]
public virtual IList<long?> ApprovedByUserProfileIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

Cancelled

Whether this order document is cancelled.

Declaration
[JsonProperty("cancelled")]
public virtual bool? Cancelled { get; set; }
Property Value
Type Description
bool?

CreatedInfo

Information about the creation of this order document.

Declaration
[JsonProperty("createdInfo")]
public virtual LastModifiedInfo CreatedInfo { get; set; }
Property Value
Type Description
LastModifiedInfo

EffectiveDate

Declaration
[JsonProperty("effectiveDate")]
public virtual string EffectiveDate { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

ID of this order document.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#orderDocument".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LastSentRecipients

List of email addresses that received the last sent document.

Declaration
[JsonProperty("lastSentRecipients")]
public virtual IList<string> LastSentRecipients { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

LastSentTime

System.DateTime representation of LastSentTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTime? LastSentTime { get; set; }
Property Value
Type Description
DateTime?

LastSentTimeRaw

Declaration
[JsonProperty("lastSentTime")]
public virtual string LastSentTimeRaw { get; set; }
Property Value
Type Description
string

OrderId

ID of the order from which this order document is created.

Declaration
[JsonProperty("orderId")]
public virtual long? OrderId { get; set; }
Property Value
Type Description
long?

ProjectId

Project ID of this order document.

Declaration
[JsonProperty("projectId")]
public virtual long? ProjectId { get; set; }
Property Value
Type Description
long?

Signed

Whether this order document has been signed.

Declaration
[JsonProperty("signed")]
public virtual bool? Signed { get; set; }
Property Value
Type Description
bool?

SubaccountId

Subaccount ID of this order document.

Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
Type Description
long?

Title

Title of this order document.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Type

Type of this order document

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX