You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
119
109
# {Orb::Models::NewFloatingBPSPrice} for more details.
120
110
#
@@ -138,8 +128,6 @@ class NewFloatingBPSPrice < Orb::Internal::Type::BaseModel
138
128
#
139
129
# @param conversion_rate [Float, nil] The per unit conversion rate of the price currency to the invoicing currency.
140
130
#
141
-
# @param conversion_rate_config [Orb::Models::NewFloatingBPSPrice::ConversionRateConfig::Unit, Orb::Models::NewFloatingBPSPrice::ConversionRateConfig::Tiered, nil] The configuration for the rate of the price currency to the invoicing currency.
142
-
#
143
131
# @param dimensional_price_configuration [Orb::Models::NewDimensionalPriceConfiguration, nil] For dimensional price: specifies a price group and dimension values
144
132
#
145
133
# @param external_price_id [String, nil] An alias for the price.
@@ -178,108 +166,6 @@ module ModelType
178
166
# @!method self.values
179
167
# @return [Array<Symbol>]
180
168
end
181
-
182
-
# The configuration for the rate of the price currency to the invoicing currency.
# @param tiers [Array<Orb::Models::NewFloatingBPSPrice::ConversionRateConfig::Tiered::TieredConfig::Tier>] Tiers for rating based on total usage quantities into the specified tier
250
-
251
-
classTier < Orb::Internal::Type::BaseModel
252
-
# @!attribute first_unit
253
-
# Exclusive tier starting value
254
-
#
255
-
# @return [Float]
256
-
required:first_unit,Float
257
-
258
-
# @!attribute unit_amount
259
-
# Amount per unit of overage
260
-
#
261
-
# @return [String]
262
-
required:unit_amount,String
263
-
264
-
# @!attribute last_unit
265
-
# Inclusive tier ending value. If null, this is treated as the last tier
0 commit comments