GoogleApi.DFAReporting.V4.Model.BillingRate (google_api_dfa_reporting v0.31.0)
View SourceAttributes
-
currencyCode
(type:String.t
, default:nil
) - Billing currency code in ISO 4217 format. -
endDate
(type:String.t
, default:nil
) - End date of this billing rate. -
id
(type:String.t
, default:nil
) - ID of this billing rate. -
name
(type:String.t
, default:nil
) - Name of this billing rate. This must be less than 256 characters long. -
rateInMicros
(type:String.t
, default:nil
) - Flat rate in micros of this billing rate. This cannot co-exist with tiered rate. -
startDate
(type:String.t
, default:nil
) - Start date of this billing rate. -
tieredRates
(type:list(GoogleApi.DFAReporting.V4.Model.BillingRateTieredRate.t)
, default:nil
) - Tiered rate of this billing rate. This cannot co-exist with flat rate. -
type
(type:String.t
, default:nil
) - Type of this billing rate. -
unitOfMeasure
(type:String.t
, default:nil
) - Unit of measure for this billing rate.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.BillingRate{ currencyCode: String.t() | nil, endDate: String.t() | nil, id: String.t() | nil, name: String.t() | nil, rateInMicros: String.t() | nil, startDate: String.t() | nil, tieredRates: [GoogleApi.DFAReporting.V4.Model.BillingRateTieredRate.t()] | nil, type: String.t() | nil, unitOfMeasure: String.t() | nil }