Class Pricing
Pricing Information
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v3_2.Data
Assembly: Google.Apis.Dfareporting.v3_2.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
End date of this inventory item.
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
Start date of this inventory item.
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |