google_api_cloud_billing v0.4.0 GoogleApi.CloudBilling.V1.Model.TierRate View Source
The price rate indicating starting usage and its corresponding price.
Attributes
- startUsageAmount (float()): 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. Defaults to:
null
. - unitPrice (Money): The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudBilling.V1.Model.TierRate{
startUsageAmount: any(),
unitPrice: GoogleApi.CloudBilling.V1.Model.Money.t()
}
t() :: %GoogleApi.CloudBilling.V1.Model.TierRate{ startUsageAmount: any(), unitPrice: GoogleApi.CloudBilling.V1.Model.Money.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.