Class BillingRateTieredRate
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class BillingRateTieredRate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HighValue
The maximum for this tier range.
Declaration
[JsonProperty("highValue")]
public virtual long? HighValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
LowValue
The minimum for this tier range.
Declaration
[JsonProperty("lowValue")]
public virtual long? LowValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
RateInMicros
Rate in micros for this tier.
Declaration
[JsonProperty("rateInMicros")]
public virtual long? RateInMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |