Class BillingRate
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class BillingRate : IDirectResponseSchema
Properties
CurrencyCode
Billing currency code in ISO 4217 format.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { 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 |
EndDate
End date of this billing rate.
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID of this billing rate.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
Name of this billing rate. This must be less than 256 characters long.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RateInMicros
Flat rate in micros of this billing rate. This cannot co-exist with tiered rate.
Declaration
[JsonProperty("rateInMicros")]
public virtual long? RateInMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
StartDate
Start date of this billing rate.
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type | Description |
---|---|
string |
TieredRates
Tiered rate of this billing rate. This cannot co-exist with flat rate.
Declaration
[JsonProperty("tieredRates")]
public virtual IList<BillingRateTieredRate> TieredRates { get; set; }
Property Value
Type | Description |
---|---|
IList<BillingRateTieredRate> |
Type
Type of this billing rate.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitOfMeasure
Unit of measure for this billing rate.
Declaration
[JsonProperty("unitOfMeasure")]
public virtual string UnitOfMeasure { get; set; }
Property Value
Type | Description |
---|---|
string |