orb-billing 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/README.md +1 -1
- data/lib/orb/models/beta/external_plan_id_create_plan_version_params.rb +136 -46
- data/lib/orb/models/beta_create_plan_version_params.rb +136 -46
- data/lib/orb/models/matrix_config.rb +15 -1
- data/lib/orb/models/matrix_value.rb +11 -1
- data/lib/orb/models/matrix_with_allocation_config.rb +26 -2
- data/lib/orb/models/new_floating_bulk_price.rb +6 -2
- data/lib/orb/models/new_floating_bulk_with_proration_price.rb +6 -2
- data/lib/orb/models/new_floating_cumulative_grouped_bulk_price.rb +6 -2
- data/lib/orb/models/new_floating_grouped_allocation_price.rb +6 -2
- data/lib/orb/models/new_floating_grouped_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_floating_grouped_tiered_price.rb +6 -2
- data/lib/orb/models/new_floating_grouped_with_metered_minimum_price.rb +6 -2
- data/lib/orb/models/new_floating_grouped_with_prorated_minimum_price.rb +6 -2
- data/lib/orb/models/new_floating_matrix_price.rb +6 -2
- data/lib/orb/models/new_floating_matrix_with_allocation_price.rb +6 -2
- data/lib/orb/models/new_floating_matrix_with_display_name_price.rb +6 -2
- data/lib/orb/models/new_floating_max_group_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_floating_minimum_composite_price.rb +6 -2
- data/lib/orb/models/new_floating_package_price.rb +6 -2
- data/lib/orb/models/new_floating_package_with_allocation_price.rb +6 -2
- data/lib/orb/models/new_floating_scalable_matrix_with_tiered_pricing_price.rb +6 -2
- data/lib/orb/models/new_floating_scalable_matrix_with_unit_pricing_price.rb +6 -2
- data/lib/orb/models/new_floating_threshold_total_amount_price.rb +6 -2
- data/lib/orb/models/new_floating_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_floating_tiered_package_with_minimum_price.rb +6 -2
- data/lib/orb/models/new_floating_tiered_price.rb +6 -2
- data/lib/orb/models/new_floating_tiered_with_minimum_price.rb +6 -2
- data/lib/orb/models/new_floating_tiered_with_proration_price.rb +6 -2
- data/lib/orb/models/new_floating_unit_price.rb +6 -2
- data/lib/orb/models/new_floating_unit_with_percent_price.rb +6 -2
- data/lib/orb/models/new_floating_unit_with_proration_price.rb +6 -2
- data/lib/orb/models/new_plan_bulk_price.rb +6 -2
- data/lib/orb/models/new_plan_bulk_with_proration_price.rb +6 -2
- data/lib/orb/models/new_plan_cumulative_grouped_bulk_price.rb +6 -2
- data/lib/orb/models/new_plan_grouped_allocation_price.rb +6 -2
- data/lib/orb/models/new_plan_grouped_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_plan_grouped_tiered_price.rb +6 -2
- data/lib/orb/models/new_plan_grouped_with_metered_minimum_price.rb +6 -2
- data/lib/orb/models/new_plan_grouped_with_prorated_minimum_price.rb +6 -2
- data/lib/orb/models/new_plan_matrix_price.rb +6 -2
- data/lib/orb/models/new_plan_matrix_with_allocation_price.rb +6 -2
- data/lib/orb/models/new_plan_matrix_with_display_name_price.rb +6 -2
- data/lib/orb/models/new_plan_max_group_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_plan_minimum_composite_price.rb +6 -2
- data/lib/orb/models/new_plan_package_price.rb +6 -2
- data/lib/orb/models/new_plan_package_with_allocation_price.rb +6 -2
- data/lib/orb/models/new_plan_scalable_matrix_with_tiered_pricing_price.rb +6 -2
- data/lib/orb/models/new_plan_scalable_matrix_with_unit_pricing_price.rb +6 -2
- data/lib/orb/models/new_plan_threshold_total_amount_price.rb +6 -2
- data/lib/orb/models/new_plan_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_plan_tiered_package_with_minimum_price.rb +6 -2
- data/lib/orb/models/new_plan_tiered_price.rb +6 -2
- data/lib/orb/models/new_plan_tiered_with_minimum_price.rb +6 -2
- data/lib/orb/models/new_plan_unit_price.rb +6 -2
- data/lib/orb/models/new_plan_unit_with_percent_price.rb +6 -2
- data/lib/orb/models/new_plan_unit_with_proration_price.rb +6 -2
- data/lib/orb/models/new_subscription_bulk_price.rb +6 -2
- data/lib/orb/models/new_subscription_bulk_with_proration_price.rb +6 -2
- data/lib/orb/models/new_subscription_cumulative_grouped_bulk_price.rb +6 -2
- data/lib/orb/models/new_subscription_grouped_allocation_price.rb +6 -2
- data/lib/orb/models/new_subscription_grouped_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_subscription_grouped_tiered_price.rb +6 -2
- data/lib/orb/models/new_subscription_grouped_with_metered_minimum_price.rb +6 -2
- data/lib/orb/models/new_subscription_grouped_with_prorated_minimum_price.rb +6 -2
- data/lib/orb/models/new_subscription_matrix_price.rb +6 -2
- data/lib/orb/models/new_subscription_matrix_with_allocation_price.rb +6 -2
- data/lib/orb/models/new_subscription_matrix_with_display_name_price.rb +6 -2
- data/lib/orb/models/new_subscription_max_group_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_subscription_minimum_composite_price.rb +6 -2
- data/lib/orb/models/new_subscription_package_price.rb +6 -2
- data/lib/orb/models/new_subscription_package_with_allocation_price.rb +6 -2
- data/lib/orb/models/new_subscription_scalable_matrix_with_tiered_pricing_price.rb +6 -2
- data/lib/orb/models/new_subscription_scalable_matrix_with_unit_pricing_price.rb +6 -2
- data/lib/orb/models/new_subscription_threshold_total_amount_price.rb +6 -2
- data/lib/orb/models/new_subscription_tiered_package_price.rb +6 -2
- data/lib/orb/models/new_subscription_tiered_package_with_minimum_price.rb +6 -2
- data/lib/orb/models/new_subscription_tiered_price.rb +6 -2
- data/lib/orb/models/new_subscription_tiered_with_minimum_price.rb +6 -2
- data/lib/orb/models/new_subscription_unit_price.rb +6 -2
- data/lib/orb/models/new_subscription_unit_with_percent_price.rb +6 -2
- data/lib/orb/models/new_subscription_unit_with_proration_price.rb +6 -2
- data/lib/orb/models/plan_create_params.rb +68 -23
- data/lib/orb/models/price_create_params.rb +54 -18
- data/lib/orb/models/price_evaluate_multiple_params.rb +54 -18
- data/lib/orb/models/price_evaluate_preview_events_params.rb +54 -18
- data/lib/orb/models/subscription_create_params.rb +120 -40
- data/lib/orb/models/subscription_price_intervals_params.rb +54 -18
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +120 -40
- data/lib/orb/models/unit_config.rb +11 -1
- data/lib/orb/version.rb +1 -1
- data/rbi/orb/models/beta/external_plan_id_create_plan_version_params.rbi +228 -48
- data/rbi/orb/models/beta_create_plan_version_params.rbi +228 -48
- data/rbi/orb/models/matrix_config.rbi +13 -3
- data/rbi/orb/models/matrix_value.rbi +14 -3
- data/rbi/orb/models/matrix_with_allocation_config.rbi +24 -6
- data/rbi/orb/models/new_floating_bulk_price.rbi +10 -2
- data/rbi/orb/models/new_floating_bulk_with_proration_price.rbi +10 -2
- data/rbi/orb/models/new_floating_cumulative_grouped_bulk_price.rbi +10 -2
- data/rbi/orb/models/new_floating_grouped_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_floating_grouped_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_floating_grouped_tiered_price.rbi +10 -2
- data/rbi/orb/models/new_floating_grouped_with_metered_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_floating_grouped_with_prorated_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_floating_matrix_price.rbi +10 -2
- data/rbi/orb/models/new_floating_matrix_with_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_floating_matrix_with_display_name_price.rbi +10 -2
- data/rbi/orb/models/new_floating_max_group_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_floating_minimum_composite_price.rbi +10 -2
- data/rbi/orb/models/new_floating_package_price.rbi +10 -2
- data/rbi/orb/models/new_floating_package_with_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_floating_scalable_matrix_with_tiered_pricing_price.rbi +10 -2
- data/rbi/orb/models/new_floating_scalable_matrix_with_unit_pricing_price.rbi +10 -2
- data/rbi/orb/models/new_floating_threshold_total_amount_price.rbi +10 -2
- data/rbi/orb/models/new_floating_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_floating_tiered_package_with_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_floating_tiered_price.rbi +10 -2
- data/rbi/orb/models/new_floating_tiered_with_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_floating_tiered_with_proration_price.rbi +10 -2
- data/rbi/orb/models/new_floating_unit_price.rbi +10 -2
- data/rbi/orb/models/new_floating_unit_with_percent_price.rbi +10 -2
- data/rbi/orb/models/new_floating_unit_with_proration_price.rbi +10 -2
- data/rbi/orb/models/new_plan_bulk_price.rbi +10 -2
- data/rbi/orb/models/new_plan_bulk_with_proration_price.rbi +10 -2
- data/rbi/orb/models/new_plan_cumulative_grouped_bulk_price.rbi +10 -2
- data/rbi/orb/models/new_plan_grouped_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_plan_grouped_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_plan_grouped_tiered_price.rbi +10 -2
- data/rbi/orb/models/new_plan_grouped_with_metered_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_plan_grouped_with_prorated_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_plan_matrix_price.rbi +10 -2
- data/rbi/orb/models/new_plan_matrix_with_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_plan_matrix_with_display_name_price.rbi +10 -2
- data/rbi/orb/models/new_plan_max_group_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_plan_minimum_composite_price.rbi +10 -2
- data/rbi/orb/models/new_plan_package_price.rbi +10 -2
- data/rbi/orb/models/new_plan_package_with_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_plan_scalable_matrix_with_tiered_pricing_price.rbi +10 -2
- data/rbi/orb/models/new_plan_scalable_matrix_with_unit_pricing_price.rbi +10 -2
- data/rbi/orb/models/new_plan_threshold_total_amount_price.rbi +10 -2
- data/rbi/orb/models/new_plan_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_plan_tiered_package_with_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_plan_tiered_price.rbi +10 -2
- data/rbi/orb/models/new_plan_tiered_with_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_plan_unit_price.rbi +10 -2
- data/rbi/orb/models/new_plan_unit_with_percent_price.rbi +10 -2
- data/rbi/orb/models/new_plan_unit_with_proration_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_bulk_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_bulk_with_proration_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_cumulative_grouped_bulk_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_grouped_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_grouped_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_grouped_tiered_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_grouped_with_metered_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_grouped_with_prorated_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_matrix_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_matrix_with_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_matrix_with_display_name_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_max_group_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_minimum_composite_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_package_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_package_with_allocation_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_scalable_matrix_with_tiered_pricing_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_scalable_matrix_with_unit_pricing_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_threshold_total_amount_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_tiered_package_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_tiered_package_with_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_tiered_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_tiered_with_minimum_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_unit_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_unit_with_percent_price.rbi +10 -2
- data/rbi/orb/models/new_subscription_unit_with_proration_price.rbi +10 -2
- data/rbi/orb/models/plan_create_params.rbi +114 -24
- data/rbi/orb/models/price_create_params.rbi +90 -18
- data/rbi/orb/models/price_evaluate_multiple_params.rbi +90 -18
- data/rbi/orb/models/price_evaluate_preview_events_params.rbi +90 -18
- data/rbi/orb/models/subscription_create_params.rbi +200 -40
- data/rbi/orb/models/subscription_price_intervals_params.rbi +90 -18
- data/rbi/orb/models/subscription_schedule_plan_change_params.rbi +200 -40
- data/rbi/orb/models/unit_config.rbi +21 -5
- data/sig/orb/models/matrix_config.rbs +8 -3
- data/sig/orb/models/matrix_value.rbs +11 -3
- data/sig/orb/models/matrix_with_allocation_config.rbs +19 -6
- data/sig/orb/models/unit_config.rbs +14 -3
- metadata +2 -2
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -106,7 +106,11 @@ module Orb
|
|
|
106
106
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
107
107
|
|
|
108
108
|
# @!attribute license_type_id
|
|
109
|
-
# The ID of the license type to associate with this price.
|
|
109
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
110
|
+
# also marks the price as eligible to draw down from that license type's
|
|
111
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
112
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
113
|
+
# currency matches the allocation's.
|
|
110
114
|
#
|
|
111
115
|
# @return [String, nil]
|
|
112
116
|
optional :license_type_id, String, nil?: true
|
|
@@ -162,7 +166,7 @@ module Orb
|
|
|
162
166
|
#
|
|
163
167
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
164
168
|
#
|
|
165
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
169
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
166
170
|
#
|
|
167
171
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
168
172
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|
|
@@ -107,7 +107,11 @@ module Orb
|
|
|
107
107
|
optional :invoicing_cycle_configuration, -> { Orb::NewBillingCycleConfiguration }, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute license_type_id
|
|
110
|
-
# The ID of the license type to associate with this price.
|
|
110
|
+
# The ID of the license type to associate with this price. On a usage price this
|
|
111
|
+
# also marks the price as eligible to draw down from that license type's
|
|
112
|
+
# allocation; a usage price created without it is billed normally. Usage prices
|
|
113
|
+
# with a license type must use the `unit` model, and only draw down when their
|
|
114
|
+
# currency matches the allocation's.
|
|
111
115
|
#
|
|
112
116
|
# @return [String, nil]
|
|
113
117
|
optional :license_type_id, String, nil?: true
|
|
@@ -163,7 +167,7 @@ module Orb
|
|
|
163
167
|
#
|
|
164
168
|
# @param invoicing_cycle_configuration [Orb::Models::NewBillingCycleConfiguration, nil] Within each billing cycle, specifies the cadence at which invoices are produced.
|
|
165
169
|
#
|
|
166
|
-
# @param license_type_id [String, nil] The ID of the license type to associate with this price.
|
|
170
|
+
# @param license_type_id [String, nil] The ID of the license type to associate with this price. On a usage price this a
|
|
167
171
|
#
|
|
168
172
|
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
|
|
169
173
|
#
|