Show / Hide Table of Contents

Class PricingSchedule

Pricing Schedule

Inheritance
object
PricingSchedule
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 PricingSchedule : IDirectResponseSchema

Properties

CapCostOption

Placement cap cost option.

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

EndDate

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { 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

Flighted

Whether this placement is flighted. If true, pricing periods will be computed automatically.

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

FloodlightActivityId

Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA.

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

PricingPeriods

Pricing periods for this placement.

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

PricingType

Placement pricing type. This field is required on insertion.

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

StartDate

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

TestingStartDate

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX