View Source GoogleApi.CloudBilling.V1.Model.TierRate (google_api_cloud_billing v0.26.0)
The price rate indicating starting usage and its corresponding price.
Attributes
-
startUsageAmount(type:float(), default:nil) - Usage is priced at this rate only after this amount. Example: start_usage_amount of 10 indicates that the usage will be priced at the unit_price after the first 10 usage_units. -
unitPrice(type:GoogleApi.CloudBilling.V1.Model.Money.t, default:nil) - The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBilling.V1.Model.TierRate{ startUsageAmount: float() | nil, unitPrice: GoogleApi.CloudBilling.V1.Model.Money.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.