Show / Hide Table of Contents

Class BillingRateTieredRate

Inheritance
object
BillingRateTieredRate
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX