Show / Hide Table of Contents

Class Pricing

Pricing Information

Inheritance
System.Object
Pricing
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class Pricing : IDirectResponseSchema

Properties

CapCostType

Cap cost type of this inventory item.

Declaration
[JsonProperty("capCostType")]
public virtual string CapCostType { get; set; }
Property Value
Type Description
System.String

EndDate

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Flights

Flights of this inventory item. A flight (a.k.a. pricing period) represents the inventory item pricing information for a specific period of time.

Declaration
[JsonProperty("flights")]
public virtual IList<Flight> Flights { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Flight>

GroupType

Group type of this inventory item if it represents a placement group. Is null otherwise. There are two type of placement groups: PLANNING_PLACEMENT_GROUP_TYPE_PACKAGE is a simple group of inventory items that acts as a single pricing point for a group of tags. PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK is a group of inventory items that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned inventory items to be marked as primary.

Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
Type Description
System.String

PricingType

Pricing type of this inventory item.

Declaration
[JsonProperty("pricingType")]
public virtual string PricingType { get; set; }
Property Value
Type Description
System.String

StartDate

Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top