orb-billing 0.1.0.pre.alpha.36 → 0.1.0.pre.alpha.38
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/README.md +58 -7
- data/lib/orb/client.rb +1 -1
- data/lib/orb/errors.rb +1 -53
- data/lib/orb/internal/page.rb +112 -0
- data/lib/orb/internal/transport/base_client.rb +473 -0
- data/lib/orb/internal/transport/pooled_net_requester.rb +184 -0
- data/lib/orb/internal/type/array_of.rb +118 -0
- data/lib/orb/internal/type/base_model.rb +375 -0
- data/lib/orb/internal/type/base_page.rb +46 -0
- data/lib/orb/internal/type/boolean.rb +54 -0
- data/lib/orb/internal/type/converter.rb +224 -0
- data/lib/orb/internal/type/enum.rb +105 -0
- data/lib/orb/internal/type/hash_of.rb +144 -0
- data/lib/orb/internal/type/request_parameters.rb +40 -0
- data/lib/orb/internal/type/union.rb +227 -0
- data/lib/orb/internal/type/unknown.rb +58 -0
- data/lib/orb/internal/util.rb +700 -0
- data/lib/orb/internal.rb +8 -0
- data/lib/orb/models/alert.rb +15 -15
- data/lib/orb/models/alert_create_for_customer_params.rb +8 -8
- data/lib/orb/models/alert_create_for_external_customer_params.rb +8 -8
- data/lib/orb/models/alert_create_for_subscription_params.rb +9 -8
- data/lib/orb/models/alert_disable_params.rb +4 -4
- data/lib/orb/models/alert_enable_params.rb +4 -4
- data/lib/orb/models/alert_list_params.rb +4 -4
- data/lib/orb/models/alert_retrieve_params.rb +4 -4
- data/lib/orb/models/alert_update_params.rb +7 -7
- data/lib/orb/models/amount_discount.rb +4 -4
- data/lib/orb/models/billable_metric.rb +4 -4
- data/lib/orb/models/billing_cycle_relative_date.rb +1 -1
- data/lib/orb/models/coupon.rb +3 -3
- data/lib/orb/models/coupon_archive_params.rb +4 -4
- data/lib/orb/models/coupon_create_params.rb +9 -9
- data/lib/orb/models/coupon_fetch_params.rb +4 -4
- data/lib/orb/models/coupon_list_params.rb +5 -5
- data/lib/orb/models/coupons/subscription_list_params.rb +4 -4
- data/lib/orb/models/credit_note.rb +30 -30
- data/lib/orb/models/credit_note_create_params.rb +8 -8
- data/lib/orb/models/credit_note_fetch_params.rb +4 -4
- data/lib/orb/models/credit_note_list_params.rb +4 -4
- data/lib/orb/models/customer.rb +33 -33
- data/lib/orb/models/customer_create_params.rb +36 -36
- data/lib/orb/models/customer_delete_params.rb +4 -4
- data/lib/orb/models/customer_fetch_by_external_id_params.rb +4 -4
- data/lib/orb/models/customer_fetch_params.rb +4 -4
- data/lib/orb/models/customer_list_params.rb +4 -4
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rb +4 -4
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rb +4 -4
- data/lib/orb/models/customer_update_by_external_id_params.rb +36 -36
- data/lib/orb/models/customer_update_params.rb +36 -36
- data/lib/orb/models/customers/balance_transaction_create_params.rb +5 -5
- data/lib/orb/models/customers/balance_transaction_create_response.rb +8 -8
- data/lib/orb/models/customers/balance_transaction_list_params.rb +4 -4
- data/lib/orb/models/customers/balance_transaction_list_response.rb +8 -8
- data/lib/orb/models/customers/cost_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/cost_list_by_external_id_response.rb +9 -8
- data/lib/orb/models/customers/cost_list_params.rb +5 -5
- data/lib/orb/models/customers/cost_list_response.rb +8 -8
- data/lib/orb/models/customers/credit_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/credit_list_by_external_id_response.rb +3 -3
- data/lib/orb/models/customers/credit_list_params.rb +5 -5
- data/lib/orb/models/customers/credit_list_response.rb +3 -3
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +11 -11
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +11 -11
- data/lib/orb/models/customers/credits/ledger_create_entry_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +6 -6
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_list_params.rb +6 -6
- data/lib/orb/models/customers/credits/ledger_list_response.rb +57 -57
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +9 -9
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_create_params.rb +9 -9
- data/lib/orb/models/customers/credits/top_up_create_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_delete_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_list_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_response.rb +7 -7
- data/lib/orb/models/dimensional_price_group.rb +4 -4
- data/lib/orb/models/dimensional_price_group_create_params.rb +6 -6
- data/lib/orb/models/dimensional_price_group_list_params.rb +4 -4
- data/lib/orb/models/dimensional_price_group_retrieve_params.rb +4 -4
- data/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rb +4 -4
- data/lib/orb/models/dimensional_price_groups.rb +3 -3
- data/lib/orb/models/discount.rb +1 -1
- data/lib/orb/models/evaluate_price_group.rb +6 -5
- data/lib/orb/models/event_deprecate_params.rb +4 -4
- data/lib/orb/models/event_deprecate_response.rb +2 -2
- data/lib/orb/models/event_ingest_params.rb +9 -9
- data/lib/orb/models/event_ingest_response.rb +11 -10
- data/lib/orb/models/event_search_params.rb +5 -5
- data/lib/orb/models/event_search_response.rb +7 -7
- data/lib/orb/models/event_update_params.rb +5 -5
- data/lib/orb/models/event_update_response.rb +2 -2
- data/lib/orb/models/events/backfill_close_params.rb +4 -4
- data/lib/orb/models/events/backfill_close_response.rb +4 -4
- data/lib/orb/models/events/backfill_create_params.rb +5 -5
- data/lib/orb/models/events/backfill_create_response.rb +4 -4
- data/lib/orb/models/events/backfill_fetch_params.rb +4 -4
- data/lib/orb/models/events/backfill_fetch_response.rb +4 -4
- data/lib/orb/models/events/backfill_list_params.rb +4 -4
- data/lib/orb/models/events/backfill_list_response.rb +4 -4
- data/lib/orb/models/events/backfill_revert_params.rb +4 -4
- data/lib/orb/models/events/backfill_revert_response.rb +4 -4
- data/lib/orb/models/events/event_volumes.rb +5 -5
- data/lib/orb/models/events/volume_list_params.rb +4 -4
- data/lib/orb/models/invoice.rb +102 -100
- data/lib/orb/models/invoice_create_params.rb +12 -12
- data/lib/orb/models/invoice_fetch_params.rb +4 -4
- data/lib/orb/models/invoice_fetch_upcoming_params.rb +4 -4
- data/lib/orb/models/invoice_fetch_upcoming_response.rb +104 -100
- data/lib/orb/models/invoice_issue_params.rb +5 -5
- data/lib/orb/models/invoice_level_discount.rb +1 -1
- data/lib/orb/models/invoice_line_item_create_params.rb +4 -4
- data/lib/orb/models/invoice_line_item_create_response.rb +55 -53
- data/lib/orb/models/invoice_list_params.rb +10 -8
- data/lib/orb/models/invoice_mark_paid_params.rb +4 -4
- data/lib/orb/models/invoice_pay_params.rb +4 -4
- data/lib/orb/models/invoice_update_params.rb +5 -5
- data/lib/orb/models/invoice_void_params.rb +4 -4
- data/lib/orb/models/item.rb +6 -6
- data/lib/orb/models/item_create_params.rb +4 -4
- data/lib/orb/models/item_fetch_params.rb +4 -4
- data/lib/orb/models/item_list_params.rb +4 -4
- data/lib/orb/models/item_update_params.rb +8 -8
- data/lib/orb/models/metric_create_params.rb +5 -5
- data/lib/orb/models/metric_fetch_params.rb +4 -4
- data/lib/orb/models/metric_list_params.rb +4 -4
- data/lib/orb/models/metric_update_params.rb +5 -5
- data/lib/orb/models/pagination_metadata.rb +3 -3
- data/lib/orb/models/percentage_discount.rb +4 -4
- data/lib/orb/models/plan.rb +50 -50
- data/lib/orb/models/plan_create_params.rb +337 -333
- data/lib/orb/models/plan_fetch_params.rb +4 -4
- data/lib/orb/models/plan_list_params.rb +5 -5
- data/lib/orb/models/plan_update_params.rb +5 -5
- data/lib/orb/models/plans/external_plan_id_fetch_params.rb +4 -4
- data/lib/orb/models/plans/external_plan_id_update_params.rb +5 -5
- data/lib/orb/models/price.rb +824 -816
- data/lib/orb/models/price_create_params.rb +78 -73
- data/lib/orb/models/price_evaluate_params.rb +5 -5
- data/lib/orb/models/price_evaluate_response.rb +3 -3
- data/lib/orb/models/price_fetch_params.rb +4 -4
- data/lib/orb/models/price_list_params.rb +4 -4
- data/lib/orb/models/price_update_params.rb +5 -5
- data/lib/orb/models/prices/external_price_id_fetch_params.rb +4 -4
- data/lib/orb/models/prices/external_price_id_update_params.rb +5 -5
- data/lib/orb/models/subscription.rb +74 -70
- data/lib/orb/models/subscription_cancel_params.rb +6 -6
- data/lib/orb/models/subscription_cancel_response.rb +73 -70
- data/lib/orb/models/subscription_create_params.rb +758 -740
- data/lib/orb/models/subscription_create_response.rb +73 -70
- data/lib/orb/models/subscription_fetch_costs_params.rb +5 -5
- data/lib/orb/models/subscription_fetch_costs_response.rb +8 -8
- data/lib/orb/models/subscription_fetch_params.rb +4 -4
- data/lib/orb/models/subscription_fetch_schedule_params.rb +4 -4
- data/lib/orb/models/subscription_fetch_schedule_response.rb +4 -4
- data/lib/orb/models/subscription_fetch_usage_params.rb +6 -6
- data/lib/orb/models/subscription_list_params.rb +7 -7
- data/lib/orb/models/subscription_price_intervals_params.rb +443 -434
- data/lib/orb/models/subscription_price_intervals_response.rb +70 -70
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +756 -740
- data/lib/orb/models/subscription_schedule_plan_change_response.rb +70 -70
- data/lib/orb/models/subscription_trigger_phase_params.rb +5 -5
- data/lib/orb/models/subscription_trigger_phase_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_cancellation_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_cancellation_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +70 -70
- data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +6 -6
- data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +70 -70
- data/lib/orb/models/subscription_update_params.rb +6 -6
- data/lib/orb/models/subscription_update_trial_params.rb +6 -6
- data/lib/orb/models/subscription_update_trial_response.rb +70 -70
- data/lib/orb/models/subscription_usage.rb +27 -25
- data/lib/orb/models/subscriptions.rb +3 -3
- data/lib/orb/models/top_level_ping_params.rb +4 -4
- data/lib/orb/models/top_level_ping_response.rb +2 -2
- data/lib/orb/models/trial_discount.rb +4 -4
- data/lib/orb/models/usage_discount.rb +4 -4
- data/lib/orb/request_options.rb +4 -4
- data/lib/orb/resources/alerts.rb +8 -3
- data/lib/orb/resources/coupons/subscriptions.rb +2 -2
- data/lib/orb/resources/coupons.rb +2 -2
- data/lib/orb/resources/credit_notes.rb +8 -3
- data/lib/orb/resources/customers/balance_transactions.rb +8 -3
- data/lib/orb/resources/customers/credits/ledger.rb +16 -6
- data/lib/orb/resources/customers/credits/top_ups.rb +4 -4
- data/lib/orb/resources/customers/credits.rb +4 -4
- data/lib/orb/resources/customers.rb +8 -3
- data/lib/orb/resources/dimensional_price_groups.rb +2 -2
- data/lib/orb/resources/events/backfills.rb +2 -2
- data/lib/orb/resources/invoices.rb +12 -3
- data/lib/orb/resources/items.rb +2 -2
- data/lib/orb/resources/metrics.rb +8 -3
- data/lib/orb/resources/plans.rb +8 -3
- data/lib/orb/resources/prices.rb +2 -2
- data/lib/orb/resources/subscriptions.rb +16 -6
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +15 -15
- data/rbi/lib/orb/client.rbi +1 -1
- data/rbi/lib/orb/errors.rbi +0 -52
- data/rbi/lib/orb/internal/page.rbi +37 -0
- data/rbi/lib/orb/internal/transport/base_client.rbi +209 -0
- data/rbi/lib/orb/internal/transport/pooled_net_requester.rbi +66 -0
- data/rbi/lib/orb/internal/type/array_of.rbi +88 -0
- data/rbi/lib/orb/internal/type/base_model.rbi +208 -0
- data/rbi/lib/orb/internal/type/base_page.rbi +41 -0
- data/rbi/lib/orb/internal/type/boolean.rbi +43 -0
- data/rbi/lib/orb/internal/type/converter.rbi +106 -0
- data/rbi/lib/orb/internal/type/enum.rbi +60 -0
- data/rbi/lib/orb/internal/type/hash_of.rbi +87 -0
- data/rbi/lib/orb/internal/type/request_parameters.rbi +22 -0
- data/rbi/lib/orb/internal/type/union.rbi +70 -0
- data/rbi/lib/orb/internal/type/unknown.rbi +42 -0
- data/rbi/lib/orb/internal/util.rbi +282 -0
- data/rbi/lib/orb/internal.rbi +12 -0
- data/rbi/lib/orb/models/alert.rbi +16 -16
- data/rbi/lib/orb/models/alert_create_for_customer_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_create_for_external_customer_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_create_for_subscription_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_disable_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_enable_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_list_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_retrieve_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_update_params.rbi +6 -6
- data/rbi/lib/orb/models/amount_discount.rbi +2 -2
- data/rbi/lib/orb/models/billable_metric.rbi +4 -4
- data/rbi/lib/orb/models/billing_cycle_relative_date.rbi +1 -1
- data/rbi/lib/orb/models/coupon.rbi +3 -3
- data/rbi/lib/orb/models/coupon_archive_params.rbi +4 -4
- data/rbi/lib/orb/models/coupon_create_params.rbi +8 -8
- data/rbi/lib/orb/models/coupon_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/coupon_list_params.rbi +4 -4
- data/rbi/lib/orb/models/coupons/subscription_list_params.rbi +4 -4
- data/rbi/lib/orb/models/credit_note.rbi +29 -26
- data/rbi/lib/orb/models/credit_note_create_params.rbi +7 -7
- data/rbi/lib/orb/models/credit_note_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/credit_note_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customer.rbi +36 -30
- data/rbi/lib/orb/models/customer_create_params.rbi +34 -31
- data/rbi/lib/orb/models/customer_delete_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_fetch_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_update_by_external_id_params.rbi +33 -31
- data/rbi/lib/orb/models/customer_update_params.rbi +34 -31
- data/rbi/lib/orb/models/customers/balance_transaction_create_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/balance_transaction_create_response.rbi +17 -9
- data/rbi/lib/orb/models/customers/balance_transaction_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/balance_transaction_list_response.rbi +13 -9
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_response.rbi +6 -6
- data/rbi/lib/orb/models/customers/cost_list_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/cost_list_response.rbi +6 -6
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_response.rbi +2 -2
- data/rbi/lib/orb/models/customers/credit_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credit_list_response.rbi +2 -2
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbi +9 -9
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_params.rbi +9 -9
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rbi +6 -6
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_list_params.rbi +6 -6
- data/rbi/lib/orb/models/customers/credits/ledger_list_response.rbi +63 -57
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rbi +14 -8
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rbi +5 -5
- data/rbi/lib/orb/models/customers/credits/top_up_create_params.rbi +8 -8
- data/rbi/lib/orb/models/customers/credits/top_up_create_response.rbi +5 -5
- data/rbi/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_delete_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rbi +11 -5
- data/rbi/lib/orb/models/customers/credits/top_up_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_response.rbi +5 -5
- data/rbi/lib/orb/models/dimensional_price_group.rbi +1 -1
- data/rbi/lib/orb/models/dimensional_price_group_create_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_group_list_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_group_retrieve_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbi +9 -4
- data/rbi/lib/orb/models/dimensional_price_groups.rbi +4 -4
- data/rbi/lib/orb/models/discount.rbi +1 -1
- data/rbi/lib/orb/models/evaluate_price_group.rbi +2 -2
- data/rbi/lib/orb/models/event_deprecate_params.rbi +4 -4
- data/rbi/lib/orb/models/event_deprecate_response.rbi +1 -1
- data/rbi/lib/orb/models/event_ingest_params.rbi +6 -6
- data/rbi/lib/orb/models/event_ingest_response.rbi +6 -6
- data/rbi/lib/orb/models/event_search_params.rbi +4 -4
- data/rbi/lib/orb/models/event_search_response.rbi +3 -3
- data/rbi/lib/orb/models/event_update_params.rbi +4 -4
- data/rbi/lib/orb/models/event_update_response.rbi +1 -1
- data/rbi/lib/orb/models/events/backfill_close_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_close_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_create_params.rbi +4 -4
- data/rbi/lib/orb/models/events/backfill_create_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_fetch_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_list_params.rbi +4 -4
- data/rbi/lib/orb/models/events/backfill_list_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_revert_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_revert_response.rbi +2 -2
- data/rbi/lib/orb/models/events/event_volumes.rbi +3 -3
- data/rbi/lib/orb/models/events/volume_list_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice.rbi +96 -84
- data/rbi/lib/orb/models/invoice_create_params.rbi +14 -11
- data/rbi/lib/orb/models/invoice_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_response.rbi +94 -84
- data/rbi/lib/orb/models/invoice_issue_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_level_discount.rbi +1 -1
- data/rbi/lib/orb/models/invoice_line_item_create_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_line_item_create_response.rbi +42 -38
- data/rbi/lib/orb/models/invoice_list_params.rbi +6 -6
- data/rbi/lib/orb/models/invoice_mark_paid_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_pay_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_update_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_void_params.rbi +4 -4
- data/rbi/lib/orb/models/item.rbi +4 -4
- data/rbi/lib/orb/models/item_create_params.rbi +4 -4
- data/rbi/lib/orb/models/item_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/item_list_params.rbi +4 -4
- data/rbi/lib/orb/models/item_update_params.rbi +7 -7
- data/rbi/lib/orb/models/metric_create_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_list_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_update_params.rbi +4 -4
- data/rbi/lib/orb/models/pagination_metadata.rbi +1 -1
- data/rbi/lib/orb/models/percentage_discount.rbi +2 -2
- data/rbi/lib/orb/models/plan.rbi +37 -37
- data/rbi/lib/orb/models/plan_create_params.rbi +307 -291
- data/rbi/lib/orb/models/plan_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/plan_list_params.rbi +5 -5
- data/rbi/lib/orb/models/plan_update_params.rbi +4 -4
- data/rbi/lib/orb/models/plans/external_plan_id_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/plans/external_plan_id_update_params.rbi +4 -4
- data/rbi/lib/orb/models/price.rbi +1038 -880
- data/rbi/lib/orb/models/price_create_params.rbi +60 -53
- data/rbi/lib/orb/models/price_evaluate_params.rbi +4 -4
- data/rbi/lib/orb/models/price_evaluate_response.rbi +2 -2
- data/rbi/lib/orb/models/price_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/price_list_params.rbi +4 -4
- data/rbi/lib/orb/models/price_update_params.rbi +4 -4
- data/rbi/lib/orb/models/prices/external_price_id_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/prices/external_price_id_update_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription.rbi +42 -40
- data/rbi/lib/orb/models/subscription_cancel_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_cancel_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_create_params.rbi +630 -620
- data/rbi/lib/orb/models/subscription_create_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_fetch_costs_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_fetch_costs_response.rbi +6 -6
- data/rbi/lib/orb/models/subscription_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_response.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_usage_params.rbi +6 -6
- data/rbi/lib/orb/models/subscription_list_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_price_intervals_params.rbi +385 -365
- data/rbi/lib/orb/models/subscription_price_intervals_response.rbi +42 -40
- data/rbi/lib/orb/models/subscription_schedule_plan_change_params.rbi +627 -621
- data/rbi/lib/orb/models/subscription_schedule_plan_change_response.rbi +49 -40
- data/rbi/lib/orb/models/subscription_trigger_phase_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_trigger_phase_response.rbi +48 -40
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbi +46 -40
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rbi +61 -40
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_update_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_update_trial_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_update_trial_response.rbi +49 -40
- data/rbi/lib/orb/models/subscription_usage.rbi +30 -24
- data/rbi/lib/orb/models/subscriptions.rbi +4 -4
- data/rbi/lib/orb/models/top_level_ping_params.rbi +4 -4
- data/rbi/lib/orb/models/top_level_ping_response.rbi +1 -1
- data/rbi/lib/orb/models/trial_discount.rbi +2 -2
- data/rbi/lib/orb/models/usage_discount.rbi +2 -2
- data/rbi/lib/orb/request_options.rbi +2 -2
- data/rbi/lib/orb/resources/alerts.rbi +16 -13
- data/rbi/lib/orb/resources/coupons/subscriptions.rbi +2 -2
- data/rbi/lib/orb/resources/coupons.rbi +12 -6
- data/rbi/lib/orb/resources/credit_notes.rbi +5 -5
- data/rbi/lib/orb/resources/customers/balance_transactions.rbi +3 -3
- data/rbi/lib/orb/resources/customers/costs.rbi +2 -2
- data/rbi/lib/orb/resources/customers/credits/ledger.rbi +8 -8
- data/rbi/lib/orb/resources/customers/credits/top_ups.rbi +13 -10
- data/rbi/lib/orb/resources/customers/credits.rbi +4 -4
- data/rbi/lib/orb/resources/customers.rbi +31 -31
- data/rbi/lib/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rbi +1 -1
- data/rbi/lib/orb/resources/dimensional_price_groups.rbi +4 -4
- data/rbi/lib/orb/resources/events/backfills.rbi +6 -6
- data/rbi/lib/orb/resources/events/volume.rbi +1 -1
- data/rbi/lib/orb/resources/events.rbi +8 -5
- data/rbi/lib/orb/resources/invoice_line_items.rbi +1 -1
- data/rbi/lib/orb/resources/invoices.rbi +21 -12
- data/rbi/lib/orb/resources/items.rbi +9 -6
- data/rbi/lib/orb/resources/metrics.rbi +8 -5
- data/rbi/lib/orb/resources/plans/external_plan_id.rbi +2 -2
- data/rbi/lib/orb/resources/plans.rbi +9 -6
- data/rbi/lib/orb/resources/prices/external_price_id.rbi +2 -2
- data/rbi/lib/orb/resources/prices.rbi +20 -17
- data/rbi/lib/orb/resources/subscriptions.rbi +40 -36
- data/rbi/lib/orb/resources/top_level.rbi +1 -1
- data/rbi/lib/orb/version.rbi +1 -1
- data/sig/orb/client.rbs +1 -1
- data/sig/orb/errors.rbs +0 -52
- data/sig/orb/internal/page.rbs +24 -0
- data/sig/orb/internal/transport/base_client.rbs +110 -0
- data/sig/orb/internal/transport/pooled_net_requester.rbs +41 -0
- data/sig/orb/internal/type/array_of.rbs +38 -0
- data/sig/orb/internal/type/base_model.rbs +79 -0
- data/sig/orb/internal/type/base_page.rbs +24 -0
- data/sig/orb/internal/type/boolean.rbs +20 -0
- data/sig/orb/internal/type/converter.rbs +44 -0
- data/sig/orb/internal/type/enum.rbs +24 -0
- data/sig/orb/internal/type/hash_of.rbs +38 -0
- data/sig/orb/internal/type/request_parameters.rbs +15 -0
- data/sig/orb/internal/type/union.rbs +42 -0
- data/sig/orb/internal/type/unknown.rbs +20 -0
- data/sig/orb/internal/util.rbs +139 -0
- data/sig/orb/internal.rbs +5 -0
- data/sig/orb/models/alert.rbs +7 -7
- data/sig/orb/models/alert_create_for_customer_params.rbs +6 -6
- data/sig/orb/models/alert_create_for_external_customer_params.rbs +6 -6
- data/sig/orb/models/alert_create_for_subscription_params.rbs +6 -6
- data/sig/orb/models/alert_disable_params.rbs +4 -4
- data/sig/orb/models/alert_enable_params.rbs +4 -4
- data/sig/orb/models/alert_list_params.rbs +4 -4
- data/sig/orb/models/alert_retrieve_params.rbs +4 -4
- data/sig/orb/models/alert_update_params.rbs +5 -5
- data/sig/orb/models/amount_discount.rbs +2 -2
- data/sig/orb/models/billable_metric.rbs +2 -2
- data/sig/orb/models/billing_cycle_relative_date.rbs +1 -1
- data/sig/orb/models/coupon.rbs +2 -2
- data/sig/orb/models/coupon_archive_params.rbs +4 -4
- data/sig/orb/models/coupon_create_params.rbs +7 -7
- data/sig/orb/models/coupon_fetch_params.rbs +4 -4
- data/sig/orb/models/coupon_list_params.rbs +4 -4
- data/sig/orb/models/coupons/subscription_list_params.rbs +5 -4
- data/sig/orb/models/credit_note.rbs +14 -14
- data/sig/orb/models/credit_note_create_params.rbs +6 -6
- data/sig/orb/models/credit_note_fetch_params.rbs +5 -4
- data/sig/orb/models/credit_note_list_params.rbs +4 -4
- data/sig/orb/models/customer.rbs +14 -14
- data/sig/orb/models/customer_create_params.rbs +17 -17
- data/sig/orb/models/customer_delete_params.rbs +4 -4
- data/sig/orb/models/customer_fetch_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customer_fetch_params.rbs +4 -4
- data/sig/orb/models/customer_list_params.rbs +4 -4
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbs +4 -4
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_params.rbs +4 -4
- data/sig/orb/models/customer_update_by_external_id_params.rbs +17 -17
- data/sig/orb/models/customer_update_params.rbs +17 -17
- data/sig/orb/models/customers/balance_transaction_create_params.rbs +5 -5
- data/sig/orb/models/customers/balance_transaction_create_response.rbs +5 -5
- data/sig/orb/models/customers/balance_transaction_list_params.rbs +4 -4
- data/sig/orb/models/customers/balance_transaction_list_response.rbs +5 -5
- data/sig/orb/models/customers/cost_list_by_external_id_params.rbs +5 -5
- data/sig/orb/models/customers/cost_list_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/cost_list_params.rbs +5 -5
- data/sig/orb/models/customers/cost_list_response.rbs +3 -3
- data/sig/orb/models/customers/credit_list_by_external_id_params.rbs +4 -4
- data/sig/orb/models/customers/credit_list_by_external_id_response.rbs +2 -2
- data/sig/orb/models/customers/credit_list_params.rbs +4 -4
- data/sig/orb/models/customers/credit_list_response.rbs +2 -2
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbs +7 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_create_entry_params.rbs +7 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_params.rbs +6 -6
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_list_params.rbs +6 -6
- data/sig/orb/models/customers/credits/ledger_list_response.rbs +29 -29
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_params.rbs +6 -6
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_create_params.rbs +6 -6
- data/sig/orb/models/customers/credits/top_up_create_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_delete_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_delete_params.rbs +4 -4
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_list_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_list_response.rbs +3 -3
- data/sig/orb/models/dimensional_price_group.rbs +1 -1
- data/sig/orb/models/dimensional_price_group_create_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_group_list_params.rbs +5 -4
- data/sig/orb/models/dimensional_price_group_retrieve_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_groups.rbs +1 -1
- data/sig/orb/models/discount.rbs +1 -1
- data/sig/orb/models/evaluate_price_group.rbs +2 -2
- data/sig/orb/models/event_deprecate_params.rbs +4 -4
- data/sig/orb/models/event_deprecate_response.rbs +1 -1
- data/sig/orb/models/event_ingest_params.rbs +5 -5
- data/sig/orb/models/event_ingest_response.rbs +3 -3
- data/sig/orb/models/event_search_params.rbs +4 -4
- data/sig/orb/models/event_search_response.rbs +2 -2
- data/sig/orb/models/event_update_params.rbs +4 -4
- data/sig/orb/models/event_update_response.rbs +1 -1
- data/sig/orb/models/events/backfill_close_params.rbs +5 -4
- data/sig/orb/models/events/backfill_close_response.rbs +2 -2
- data/sig/orb/models/events/backfill_create_params.rbs +4 -4
- data/sig/orb/models/events/backfill_create_response.rbs +2 -2
- data/sig/orb/models/events/backfill_fetch_params.rbs +5 -4
- data/sig/orb/models/events/backfill_fetch_response.rbs +2 -2
- data/sig/orb/models/events/backfill_list_params.rbs +5 -4
- data/sig/orb/models/events/backfill_list_response.rbs +2 -2
- data/sig/orb/models/events/backfill_revert_params.rbs +5 -4
- data/sig/orb/models/events/backfill_revert_response.rbs +2 -2
- data/sig/orb/models/events/event_volumes.rbs +2 -2
- data/sig/orb/models/events/volume_list_params.rbs +4 -4
- data/sig/orb/models/invoice.rbs +40 -40
- data/sig/orb/models/invoice_create_params.rbs +7 -7
- data/sig/orb/models/invoice_fetch_params.rbs +4 -4
- data/sig/orb/models/invoice_fetch_upcoming_params.rbs +4 -4
- data/sig/orb/models/invoice_fetch_upcoming_response.rbs +40 -40
- data/sig/orb/models/invoice_issue_params.rbs +5 -4
- data/sig/orb/models/invoice_level_discount.rbs +1 -1
- data/sig/orb/models/invoice_line_item_create_params.rbs +4 -4
- data/sig/orb/models/invoice_line_item_create_response.rbs +19 -19
- data/sig/orb/models/invoice_list_params.rbs +6 -6
- data/sig/orb/models/invoice_mark_paid_params.rbs +4 -4
- data/sig/orb/models/invoice_pay_params.rbs +4 -4
- data/sig/orb/models/invoice_update_params.rbs +5 -4
- data/sig/orb/models/invoice_void_params.rbs +4 -4
- data/sig/orb/models/item.rbs +3 -3
- data/sig/orb/models/item_create_params.rbs +5 -4
- data/sig/orb/models/item_fetch_params.rbs +4 -4
- data/sig/orb/models/item_list_params.rbs +5 -4
- data/sig/orb/models/item_update_params.rbs +6 -6
- data/sig/orb/models/metric_create_params.rbs +4 -4
- data/sig/orb/models/metric_fetch_params.rbs +4 -4
- data/sig/orb/models/metric_list_params.rbs +4 -4
- data/sig/orb/models/metric_update_params.rbs +5 -4
- data/sig/orb/models/pagination_metadata.rbs +1 -1
- data/sig/orb/models/percentage_discount.rbs +2 -2
- data/sig/orb/models/plan.rbs +18 -18
- data/sig/orb/models/plan_create_params.rbs +169 -169
- data/sig/orb/models/plan_fetch_params.rbs +4 -4
- data/sig/orb/models/plan_list_params.rbs +5 -5
- data/sig/orb/models/plan_update_params.rbs +4 -4
- data/sig/orb/models/plans/external_plan_id_fetch_params.rbs +5 -4
- data/sig/orb/models/plans/external_plan_id_update_params.rbs +4 -4
- data/sig/orb/models/price.rbs +380 -380
- data/sig/orb/models/price_create_params.rbs +25 -25
- data/sig/orb/models/price_evaluate_params.rbs +4 -4
- data/sig/orb/models/price_evaluate_response.rbs +1 -1
- data/sig/orb/models/price_fetch_params.rbs +4 -4
- data/sig/orb/models/price_list_params.rbs +5 -4
- data/sig/orb/models/price_update_params.rbs +5 -4
- data/sig/orb/models/prices/external_price_id_fetch_params.rbs +5 -4
- data/sig/orb/models/prices/external_price_id_update_params.rbs +5 -4
- data/sig/orb/models/subscription.rbs +21 -21
- data/sig/orb/models/subscription_cancel_params.rbs +5 -5
- data/sig/orb/models/subscription_cancel_response.rbs +21 -21
- data/sig/orb/models/subscription_create_params.rbs +360 -360
- data/sig/orb/models/subscription_create_response.rbs +21 -21
- data/sig/orb/models/subscription_fetch_costs_params.rbs +5 -5
- data/sig/orb/models/subscription_fetch_costs_response.rbs +3 -3
- data/sig/orb/models/subscription_fetch_params.rbs +5 -4
- data/sig/orb/models/subscription_fetch_schedule_params.rbs +4 -4
- data/sig/orb/models/subscription_fetch_schedule_response.rbs +2 -2
- data/sig/orb/models/subscription_fetch_usage_params.rbs +6 -6
- data/sig/orb/models/subscription_list_params.rbs +5 -5
- data/sig/orb/models/subscription_price_intervals_params.rbs +214 -214
- data/sig/orb/models/subscription_price_intervals_response.rbs +21 -21
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +361 -361
- data/sig/orb/models/subscription_schedule_plan_change_response.rbs +21 -21
- data/sig/orb/models/subscription_trigger_phase_params.rbs +4 -4
- data/sig/orb/models/subscription_trigger_phase_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_cancellation_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +21 -21
- data/sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs +5 -5
- data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +21 -21
- data/sig/orb/models/subscription_update_params.rbs +4 -4
- data/sig/orb/models/subscription_update_trial_params.rbs +5 -5
- data/sig/orb/models/subscription_update_trial_response.rbs +21 -21
- data/sig/orb/models/subscription_usage.rbs +12 -12
- data/sig/orb/models/subscriptions.rbs +1 -1
- data/sig/orb/models/top_level_ping_params.rbs +4 -4
- data/sig/orb/models/top_level_ping_response.rbs +1 -1
- data/sig/orb/models/trial_discount.rbs +2 -2
- data/sig/orb/models/usage_discount.rbs +2 -2
- data/sig/orb/request_options.rbs +1 -1
- data/sig/orb/resources/alerts.rbs +1 -1
- data/sig/orb/resources/coupons/subscriptions.rbs +1 -1
- data/sig/orb/resources/coupons.rbs +1 -1
- data/sig/orb/resources/credit_notes.rbs +1 -1
- data/sig/orb/resources/customers/balance_transactions.rbs +1 -1
- data/sig/orb/resources/customers/credits/ledger.rbs +2 -2
- data/sig/orb/resources/customers/credits/top_ups.rbs +2 -2
- data/sig/orb/resources/customers/credits.rbs +2 -2
- data/sig/orb/resources/customers.rbs +1 -1
- data/sig/orb/resources/dimensional_price_groups.rbs +1 -1
- data/sig/orb/resources/events/backfills.rbs +1 -1
- data/sig/orb/resources/invoices.rbs +1 -1
- data/sig/orb/resources/items.rbs +1 -1
- data/sig/orb/resources/metrics.rbs +1 -1
- data/sig/orb/resources/plans.rbs +1 -1
- data/sig/orb/resources/prices.rbs +1 -1
- data/sig/orb/resources/subscriptions.rbs +2 -2
- data/sig/orb/version.rbs +1 -1
- metadata +47 -47
- data/lib/orb/page.rb +0 -114
- data/lib/orb/transport/base_client.rb +0 -459
- data/lib/orb/transport/pooled_net_requester.rb +0 -182
- data/lib/orb/type/array_of.rb +0 -112
- data/lib/orb/type/base_model.rb +0 -367
- data/lib/orb/type/base_page.rb +0 -61
- data/lib/orb/type/boolean_model.rb +0 -52
- data/lib/orb/type/converter.rb +0 -217
- data/lib/orb/type/enum.rb +0 -101
- data/lib/orb/type/hash_of.rb +0 -132
- data/lib/orb/type/request_parameters.rb +0 -38
- data/lib/orb/type/union.rb +0 -225
- data/lib/orb/type/unknown.rb +0 -56
- data/lib/orb/type.rb +0 -23
- data/lib/orb/util.rb +0 -722
- data/rbi/lib/orb/page.rbi +0 -35
- data/rbi/lib/orb/transport/base_client.rbi +0 -205
- data/rbi/lib/orb/transport/pooled_net_requester.rbi +0 -64
- data/rbi/lib/orb/type/array_of.rbi +0 -82
- data/rbi/lib/orb/type/base_model.rbi +0 -197
- data/rbi/lib/orb/type/base_page.rbi +0 -38
- data/rbi/lib/orb/type/boolean_model.rbi +0 -41
- data/rbi/lib/orb/type/converter.rbi +0 -95
- data/rbi/lib/orb/type/enum.rbi +0 -58
- data/rbi/lib/orb/type/hash_of.rbi +0 -86
- data/rbi/lib/orb/type/request_parameters.rbi +0 -20
- data/rbi/lib/orb/type/union.rbi +0 -66
- data/rbi/lib/orb/type/unknown.rbi +0 -37
- data/rbi/lib/orb/type.rbi +0 -23
- data/rbi/lib/orb/util.rbi +0 -278
- data/sig/orb/page.rbs +0 -22
- data/sig/orb/transport/base_client.rbs +0 -110
- data/sig/orb/transport/pooled_net_requester.rbs +0 -39
- data/sig/orb/type/array_of.rbs +0 -36
- data/sig/orb/type/base_model.rbs +0 -77
- data/sig/orb/type/base_page.rbs +0 -22
- data/sig/orb/type/boolean_model.rbs +0 -18
- data/sig/orb/type/converter.rbs +0 -36
- data/sig/orb/type/enum.rbs +0 -22
- data/sig/orb/type/hash_of.rbs +0 -36
- data/sig/orb/type/request_parameters.rbs +0 -13
- data/sig/orb/type/union.rbs +0 -37
- data/sig/orb/type/unknown.rbs +0 -15
- data/sig/orb/type.rbs +0 -22
- data/sig/orb/util.rbs +0 -132
data/sig/orb/models/price.rbs
CHANGED
@@ -31,7 +31,7 @@ module Orb
|
|
31
31
|
| Orb::Models::Price::CumulativeGroupedBulkPrice
|
32
32
|
|
33
33
|
module Price
|
34
|
-
extend Orb::Union
|
34
|
+
extend Orb::Internal::Type::Union
|
35
35
|
|
36
36
|
type unit_price =
|
37
37
|
{
|
@@ -61,7 +61,7 @@ module Orb
|
|
61
61
|
dimensional_price_configuration: Orb::Models::Price::UnitPrice::DimensionalPriceConfiguration?
|
62
62
|
}
|
63
63
|
|
64
|
-
class UnitPrice < Orb::BaseModel
|
64
|
+
class UnitPrice < Orb::Internal::Type::BaseModel
|
65
65
|
attr_accessor id: String
|
66
66
|
|
67
67
|
attr_accessor billable_metric: Orb::Models::Price::UnitPrice::BillableMetric?
|
@@ -141,7 +141,7 @@ module Orb
|
|
141
141
|
|
142
142
|
type billable_metric = { id: String }
|
143
143
|
|
144
|
-
class BillableMetric < Orb::BaseModel
|
144
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
145
145
|
attr_accessor id: String
|
146
146
|
|
147
147
|
def initialize: (id: String) -> void
|
@@ -155,7 +155,7 @@ module Orb
|
|
155
155
|
duration_unit: Orb::Models::Price::UnitPrice::BillingCycleConfiguration::duration_unit
|
156
156
|
}
|
157
157
|
|
158
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
158
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
159
159
|
attr_accessor duration: Integer
|
160
160
|
|
161
161
|
attr_accessor duration_unit: Orb::Models::Price::UnitPrice::BillingCycleConfiguration::duration_unit
|
@@ -170,7 +170,7 @@ module Orb
|
|
170
170
|
type duration_unit = :day | :month
|
171
171
|
|
172
172
|
module DurationUnit
|
173
|
-
extend Orb::Enum
|
173
|
+
extend Orb::Internal::Type::Enum
|
174
174
|
|
175
175
|
DAY: :day
|
176
176
|
MONTH: :month
|
@@ -183,7 +183,7 @@ module Orb
|
|
183
183
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
184
184
|
|
185
185
|
module Cadence
|
186
|
-
extend Orb::Enum
|
186
|
+
extend Orb::Internal::Type::Enum
|
187
187
|
|
188
188
|
ONE_TIME: :one_time
|
189
189
|
MONTHLY: :monthly
|
@@ -197,7 +197,7 @@ module Orb
|
|
197
197
|
|
198
198
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
199
199
|
|
200
|
-
class CreditAllocation < Orb::BaseModel
|
200
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
201
201
|
attr_accessor allows_rollover: bool
|
202
202
|
|
203
203
|
attr_accessor currency: String
|
@@ -213,7 +213,7 @@ module Orb
|
|
213
213
|
duration_unit: Orb::Models::Price::UnitPrice::InvoicingCycleConfiguration::duration_unit
|
214
214
|
}
|
215
215
|
|
216
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
216
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
217
217
|
attr_accessor duration: Integer
|
218
218
|
|
219
219
|
attr_accessor duration_unit: Orb::Models::Price::UnitPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -228,7 +228,7 @@ module Orb
|
|
228
228
|
type duration_unit = :day | :month
|
229
229
|
|
230
230
|
module DurationUnit
|
231
|
-
extend Orb::Enum
|
231
|
+
extend Orb::Internal::Type::Enum
|
232
232
|
|
233
233
|
DAY: :day
|
234
234
|
MONTH: :month
|
@@ -239,7 +239,7 @@ module Orb
|
|
239
239
|
|
240
240
|
type item = { id: String, name: String }
|
241
241
|
|
242
|
-
class Item < Orb::BaseModel
|
242
|
+
class Item < Orb::Internal::Type::BaseModel
|
243
243
|
attr_accessor id: String
|
244
244
|
|
245
245
|
attr_accessor name: String
|
@@ -252,7 +252,7 @@ module Orb
|
|
252
252
|
type maximum =
|
253
253
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
254
254
|
|
255
|
-
class Maximum < Orb::BaseModel
|
255
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
256
256
|
attr_accessor applies_to_price_ids: ::Array[String]
|
257
257
|
|
258
258
|
attr_accessor maximum_amount: String
|
@@ -268,7 +268,7 @@ module Orb
|
|
268
268
|
type minimum =
|
269
269
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
270
270
|
|
271
|
-
class Minimum < Orb::BaseModel
|
271
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
272
272
|
attr_accessor applies_to_price_ids: ::Array[String]
|
273
273
|
|
274
274
|
attr_accessor minimum_amount: String
|
@@ -284,7 +284,7 @@ module Orb
|
|
284
284
|
type price_type = :usage_price | :fixed_price
|
285
285
|
|
286
286
|
module PriceType
|
287
|
-
extend Orb::Enum
|
287
|
+
extend Orb::Internal::Type::Enum
|
288
288
|
|
289
289
|
USAGE_PRICE: :usage_price
|
290
290
|
FIXED_PRICE: :fixed_price
|
@@ -294,7 +294,7 @@ module Orb
|
|
294
294
|
|
295
295
|
type unit_config = { unit_amount: String }
|
296
296
|
|
297
|
-
class UnitConfig < Orb::BaseModel
|
297
|
+
class UnitConfig < Orb::Internal::Type::BaseModel
|
298
298
|
attr_accessor unit_amount: String
|
299
299
|
|
300
300
|
def initialize: (unit_amount: String) -> void
|
@@ -308,7 +308,7 @@ module Orb
|
|
308
308
|
dimensional_price_group_id: String
|
309
309
|
}
|
310
310
|
|
311
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
311
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
312
312
|
attr_accessor dimension_values: ::Array[String]
|
313
313
|
|
314
314
|
attr_accessor dimensional_price_group_id: String
|
@@ -350,7 +350,7 @@ module Orb
|
|
350
350
|
dimensional_price_configuration: Orb::Models::Price::PackagePrice::DimensionalPriceConfiguration?
|
351
351
|
}
|
352
352
|
|
353
|
-
class PackagePrice < Orb::BaseModel
|
353
|
+
class PackagePrice < Orb::Internal::Type::BaseModel
|
354
354
|
attr_accessor id: String
|
355
355
|
|
356
356
|
attr_accessor billable_metric: Orb::Models::Price::PackagePrice::BillableMetric?
|
@@ -430,7 +430,7 @@ module Orb
|
|
430
430
|
|
431
431
|
type billable_metric = { id: String }
|
432
432
|
|
433
|
-
class BillableMetric < Orb::BaseModel
|
433
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
434
434
|
attr_accessor id: String
|
435
435
|
|
436
436
|
def initialize: (id: String) -> void
|
@@ -444,7 +444,7 @@ module Orb
|
|
444
444
|
duration_unit: Orb::Models::Price::PackagePrice::BillingCycleConfiguration::duration_unit
|
445
445
|
}
|
446
446
|
|
447
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
447
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
448
448
|
attr_accessor duration: Integer
|
449
449
|
|
450
450
|
attr_accessor duration_unit: Orb::Models::Price::PackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -459,7 +459,7 @@ module Orb
|
|
459
459
|
type duration_unit = :day | :month
|
460
460
|
|
461
461
|
module DurationUnit
|
462
|
-
extend Orb::Enum
|
462
|
+
extend Orb::Internal::Type::Enum
|
463
463
|
|
464
464
|
DAY: :day
|
465
465
|
MONTH: :month
|
@@ -472,7 +472,7 @@ module Orb
|
|
472
472
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
473
473
|
|
474
474
|
module Cadence
|
475
|
-
extend Orb::Enum
|
475
|
+
extend Orb::Internal::Type::Enum
|
476
476
|
|
477
477
|
ONE_TIME: :one_time
|
478
478
|
MONTHLY: :monthly
|
@@ -486,7 +486,7 @@ module Orb
|
|
486
486
|
|
487
487
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
488
488
|
|
489
|
-
class CreditAllocation < Orb::BaseModel
|
489
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
490
490
|
attr_accessor allows_rollover: bool
|
491
491
|
|
492
492
|
attr_accessor currency: String
|
@@ -502,7 +502,7 @@ module Orb
|
|
502
502
|
duration_unit: Orb::Models::Price::PackagePrice::InvoicingCycleConfiguration::duration_unit
|
503
503
|
}
|
504
504
|
|
505
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
505
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
506
506
|
attr_accessor duration: Integer
|
507
507
|
|
508
508
|
attr_accessor duration_unit: Orb::Models::Price::PackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -517,7 +517,7 @@ module Orb
|
|
517
517
|
type duration_unit = :day | :month
|
518
518
|
|
519
519
|
module DurationUnit
|
520
|
-
extend Orb::Enum
|
520
|
+
extend Orb::Internal::Type::Enum
|
521
521
|
|
522
522
|
DAY: :day
|
523
523
|
MONTH: :month
|
@@ -528,7 +528,7 @@ module Orb
|
|
528
528
|
|
529
529
|
type item = { id: String, name: String }
|
530
530
|
|
531
|
-
class Item < Orb::BaseModel
|
531
|
+
class Item < Orb::Internal::Type::BaseModel
|
532
532
|
attr_accessor id: String
|
533
533
|
|
534
534
|
attr_accessor name: String
|
@@ -541,7 +541,7 @@ module Orb
|
|
541
541
|
type maximum =
|
542
542
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
543
543
|
|
544
|
-
class Maximum < Orb::BaseModel
|
544
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
545
545
|
attr_accessor applies_to_price_ids: ::Array[String]
|
546
546
|
|
547
547
|
attr_accessor maximum_amount: String
|
@@ -557,7 +557,7 @@ module Orb
|
|
557
557
|
type minimum =
|
558
558
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
559
559
|
|
560
|
-
class Minimum < Orb::BaseModel
|
560
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
561
561
|
attr_accessor applies_to_price_ids: ::Array[String]
|
562
562
|
|
563
563
|
attr_accessor minimum_amount: String
|
@@ -572,7 +572,7 @@ module Orb
|
|
572
572
|
|
573
573
|
type package_config = { package_amount: String, package_size: Integer }
|
574
574
|
|
575
|
-
class PackageConfig < Orb::BaseModel
|
575
|
+
class PackageConfig < Orb::Internal::Type::BaseModel
|
576
576
|
attr_accessor package_amount: String
|
577
577
|
|
578
578
|
attr_accessor package_size: Integer
|
@@ -588,7 +588,7 @@ module Orb
|
|
588
588
|
type price_type = :usage_price | :fixed_price
|
589
589
|
|
590
590
|
module PriceType
|
591
|
-
extend Orb::Enum
|
591
|
+
extend Orb::Internal::Type::Enum
|
592
592
|
|
593
593
|
USAGE_PRICE: :usage_price
|
594
594
|
FIXED_PRICE: :fixed_price
|
@@ -602,7 +602,7 @@ module Orb
|
|
602
602
|
dimensional_price_group_id: String
|
603
603
|
}
|
604
604
|
|
605
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
605
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
606
606
|
attr_accessor dimension_values: ::Array[String]
|
607
607
|
|
608
608
|
attr_accessor dimensional_price_group_id: String
|
@@ -644,7 +644,7 @@ module Orb
|
|
644
644
|
dimensional_price_configuration: Orb::Models::Price::MatrixPrice::DimensionalPriceConfiguration?
|
645
645
|
}
|
646
646
|
|
647
|
-
class MatrixPrice < Orb::BaseModel
|
647
|
+
class MatrixPrice < Orb::Internal::Type::BaseModel
|
648
648
|
attr_accessor id: String
|
649
649
|
|
650
650
|
attr_accessor billable_metric: Orb::Models::Price::MatrixPrice::BillableMetric?
|
@@ -724,7 +724,7 @@ module Orb
|
|
724
724
|
|
725
725
|
type billable_metric = { id: String }
|
726
726
|
|
727
|
-
class BillableMetric < Orb::BaseModel
|
727
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
728
728
|
attr_accessor id: String
|
729
729
|
|
730
730
|
def initialize: (id: String) -> void
|
@@ -738,7 +738,7 @@ module Orb
|
|
738
738
|
duration_unit: Orb::Models::Price::MatrixPrice::BillingCycleConfiguration::duration_unit
|
739
739
|
}
|
740
740
|
|
741
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
741
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
742
742
|
attr_accessor duration: Integer
|
743
743
|
|
744
744
|
attr_accessor duration_unit: Orb::Models::Price::MatrixPrice::BillingCycleConfiguration::duration_unit
|
@@ -753,7 +753,7 @@ module Orb
|
|
753
753
|
type duration_unit = :day | :month
|
754
754
|
|
755
755
|
module DurationUnit
|
756
|
-
extend Orb::Enum
|
756
|
+
extend Orb::Internal::Type::Enum
|
757
757
|
|
758
758
|
DAY: :day
|
759
759
|
MONTH: :month
|
@@ -766,7 +766,7 @@ module Orb
|
|
766
766
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
767
767
|
|
768
768
|
module Cadence
|
769
|
-
extend Orb::Enum
|
769
|
+
extend Orb::Internal::Type::Enum
|
770
770
|
|
771
771
|
ONE_TIME: :one_time
|
772
772
|
MONTHLY: :monthly
|
@@ -780,7 +780,7 @@ module Orb
|
|
780
780
|
|
781
781
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
782
782
|
|
783
|
-
class CreditAllocation < Orb::BaseModel
|
783
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
784
784
|
attr_accessor allows_rollover: bool
|
785
785
|
|
786
786
|
attr_accessor currency: String
|
@@ -796,7 +796,7 @@ module Orb
|
|
796
796
|
duration_unit: Orb::Models::Price::MatrixPrice::InvoicingCycleConfiguration::duration_unit
|
797
797
|
}
|
798
798
|
|
799
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
799
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
800
800
|
attr_accessor duration: Integer
|
801
801
|
|
802
802
|
attr_accessor duration_unit: Orb::Models::Price::MatrixPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -811,7 +811,7 @@ module Orb
|
|
811
811
|
type duration_unit = :day | :month
|
812
812
|
|
813
813
|
module DurationUnit
|
814
|
-
extend Orb::Enum
|
814
|
+
extend Orb::Internal::Type::Enum
|
815
815
|
|
816
816
|
DAY: :day
|
817
817
|
MONTH: :month
|
@@ -822,7 +822,7 @@ module Orb
|
|
822
822
|
|
823
823
|
type item = { id: String, name: String }
|
824
824
|
|
825
|
-
class Item < Orb::BaseModel
|
825
|
+
class Item < Orb::Internal::Type::BaseModel
|
826
826
|
attr_accessor id: String
|
827
827
|
|
828
828
|
attr_accessor name: String
|
@@ -839,7 +839,7 @@ module Orb
|
|
839
839
|
matrix_values: ::Array[Orb::Models::Price::MatrixPrice::MatrixConfig::MatrixValue]
|
840
840
|
}
|
841
841
|
|
842
|
-
class MatrixConfig < Orb::BaseModel
|
842
|
+
class MatrixConfig < Orb::Internal::Type::BaseModel
|
843
843
|
attr_accessor default_unit_amount: String
|
844
844
|
|
845
845
|
attr_accessor dimensions: ::Array[String?]
|
@@ -857,7 +857,7 @@ module Orb
|
|
857
857
|
type matrix_value =
|
858
858
|
{ dimension_values: ::Array[String?], unit_amount: String }
|
859
859
|
|
860
|
-
class MatrixValue < Orb::BaseModel
|
860
|
+
class MatrixValue < Orb::Internal::Type::BaseModel
|
861
861
|
attr_accessor dimension_values: ::Array[String?]
|
862
862
|
|
863
863
|
attr_accessor unit_amount: String
|
@@ -874,7 +874,7 @@ module Orb
|
|
874
874
|
type maximum =
|
875
875
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
876
876
|
|
877
|
-
class Maximum < Orb::BaseModel
|
877
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
878
878
|
attr_accessor applies_to_price_ids: ::Array[String]
|
879
879
|
|
880
880
|
attr_accessor maximum_amount: String
|
@@ -890,7 +890,7 @@ module Orb
|
|
890
890
|
type minimum =
|
891
891
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
892
892
|
|
893
|
-
class Minimum < Orb::BaseModel
|
893
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
894
894
|
attr_accessor applies_to_price_ids: ::Array[String]
|
895
895
|
|
896
896
|
attr_accessor minimum_amount: String
|
@@ -906,7 +906,7 @@ module Orb
|
|
906
906
|
type price_type = :usage_price | :fixed_price
|
907
907
|
|
908
908
|
module PriceType
|
909
|
-
extend Orb::Enum
|
909
|
+
extend Orb::Internal::Type::Enum
|
910
910
|
|
911
911
|
USAGE_PRICE: :usage_price
|
912
912
|
FIXED_PRICE: :fixed_price
|
@@ -920,7 +920,7 @@ module Orb
|
|
920
920
|
dimensional_price_group_id: String
|
921
921
|
}
|
922
922
|
|
923
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
923
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
924
924
|
attr_accessor dimension_values: ::Array[String]
|
925
925
|
|
926
926
|
attr_accessor dimensional_price_group_id: String
|
@@ -962,7 +962,7 @@ module Orb
|
|
962
962
|
dimensional_price_configuration: Orb::Models::Price::TieredPrice::DimensionalPriceConfiguration?
|
963
963
|
}
|
964
964
|
|
965
|
-
class TieredPrice < Orb::BaseModel
|
965
|
+
class TieredPrice < Orb::Internal::Type::BaseModel
|
966
966
|
attr_accessor id: String
|
967
967
|
|
968
968
|
attr_accessor billable_metric: Orb::Models::Price::TieredPrice::BillableMetric?
|
@@ -1042,7 +1042,7 @@ module Orb
|
|
1042
1042
|
|
1043
1043
|
type billable_metric = { id: String }
|
1044
1044
|
|
1045
|
-
class BillableMetric < Orb::BaseModel
|
1045
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
1046
1046
|
attr_accessor id: String
|
1047
1047
|
|
1048
1048
|
def initialize: (id: String) -> void
|
@@ -1056,7 +1056,7 @@ module Orb
|
|
1056
1056
|
duration_unit: Orb::Models::Price::TieredPrice::BillingCycleConfiguration::duration_unit
|
1057
1057
|
}
|
1058
1058
|
|
1059
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1059
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1060
1060
|
attr_accessor duration: Integer
|
1061
1061
|
|
1062
1062
|
attr_accessor duration_unit: Orb::Models::Price::TieredPrice::BillingCycleConfiguration::duration_unit
|
@@ -1071,7 +1071,7 @@ module Orb
|
|
1071
1071
|
type duration_unit = :day | :month
|
1072
1072
|
|
1073
1073
|
module DurationUnit
|
1074
|
-
extend Orb::Enum
|
1074
|
+
extend Orb::Internal::Type::Enum
|
1075
1075
|
|
1076
1076
|
DAY: :day
|
1077
1077
|
MONTH: :month
|
@@ -1084,7 +1084,7 @@ module Orb
|
|
1084
1084
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
1085
1085
|
|
1086
1086
|
module Cadence
|
1087
|
-
extend Orb::Enum
|
1087
|
+
extend Orb::Internal::Type::Enum
|
1088
1088
|
|
1089
1089
|
ONE_TIME: :one_time
|
1090
1090
|
MONTHLY: :monthly
|
@@ -1098,7 +1098,7 @@ module Orb
|
|
1098
1098
|
|
1099
1099
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
1100
1100
|
|
1101
|
-
class CreditAllocation < Orb::BaseModel
|
1101
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
1102
1102
|
attr_accessor allows_rollover: bool
|
1103
1103
|
|
1104
1104
|
attr_accessor currency: String
|
@@ -1114,7 +1114,7 @@ module Orb
|
|
1114
1114
|
duration_unit: Orb::Models::Price::TieredPrice::InvoicingCycleConfiguration::duration_unit
|
1115
1115
|
}
|
1116
1116
|
|
1117
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1117
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1118
1118
|
attr_accessor duration: Integer
|
1119
1119
|
|
1120
1120
|
attr_accessor duration_unit: Orb::Models::Price::TieredPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1129,7 +1129,7 @@ module Orb
|
|
1129
1129
|
type duration_unit = :day | :month
|
1130
1130
|
|
1131
1131
|
module DurationUnit
|
1132
|
-
extend Orb::Enum
|
1132
|
+
extend Orb::Internal::Type::Enum
|
1133
1133
|
|
1134
1134
|
DAY: :day
|
1135
1135
|
MONTH: :month
|
@@ -1140,7 +1140,7 @@ module Orb
|
|
1140
1140
|
|
1141
1141
|
type item = { id: String, name: String }
|
1142
1142
|
|
1143
|
-
class Item < Orb::BaseModel
|
1143
|
+
class Item < Orb::Internal::Type::BaseModel
|
1144
1144
|
attr_accessor id: String
|
1145
1145
|
|
1146
1146
|
attr_accessor name: String
|
@@ -1153,7 +1153,7 @@ module Orb
|
|
1153
1153
|
type maximum =
|
1154
1154
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
1155
1155
|
|
1156
|
-
class Maximum < Orb::BaseModel
|
1156
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
1157
1157
|
attr_accessor applies_to_price_ids: ::Array[String]
|
1158
1158
|
|
1159
1159
|
attr_accessor maximum_amount: String
|
@@ -1169,7 +1169,7 @@ module Orb
|
|
1169
1169
|
type minimum =
|
1170
1170
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
1171
1171
|
|
1172
|
-
class Minimum < Orb::BaseModel
|
1172
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
1173
1173
|
attr_accessor applies_to_price_ids: ::Array[String]
|
1174
1174
|
|
1175
1175
|
attr_accessor minimum_amount: String
|
@@ -1185,7 +1185,7 @@ module Orb
|
|
1185
1185
|
type price_type = :usage_price | :fixed_price
|
1186
1186
|
|
1187
1187
|
module PriceType
|
1188
|
-
extend Orb::Enum
|
1188
|
+
extend Orb::Internal::Type::Enum
|
1189
1189
|
|
1190
1190
|
USAGE_PRICE: :usage_price
|
1191
1191
|
FIXED_PRICE: :fixed_price
|
@@ -1198,7 +1198,7 @@ module Orb
|
|
1198
1198
|
tiers: ::Array[Orb::Models::Price::TieredPrice::TieredConfig::Tier]
|
1199
1199
|
}
|
1200
1200
|
|
1201
|
-
class TieredConfig < Orb::BaseModel
|
1201
|
+
class TieredConfig < Orb::Internal::Type::BaseModel
|
1202
1202
|
attr_accessor tiers: ::Array[Orb::Models::Price::TieredPrice::TieredConfig::Tier]
|
1203
1203
|
|
1204
1204
|
def initialize: (
|
@@ -1210,7 +1210,7 @@ module Orb
|
|
1210
1210
|
type tier =
|
1211
1211
|
{ first_unit: Float, unit_amount: String, last_unit: Float? }
|
1212
1212
|
|
1213
|
-
class Tier < Orb::BaseModel
|
1213
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1214
1214
|
attr_accessor first_unit: Float
|
1215
1215
|
|
1216
1216
|
attr_accessor unit_amount: String
|
@@ -1233,7 +1233,7 @@ module Orb
|
|
1233
1233
|
dimensional_price_group_id: String
|
1234
1234
|
}
|
1235
1235
|
|
1236
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
1236
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
1237
1237
|
attr_accessor dimension_values: ::Array[String]
|
1238
1238
|
|
1239
1239
|
attr_accessor dimensional_price_group_id: String
|
@@ -1275,7 +1275,7 @@ module Orb
|
|
1275
1275
|
dimensional_price_configuration: Orb::Models::Price::TieredBpsPrice::DimensionalPriceConfiguration?
|
1276
1276
|
}
|
1277
1277
|
|
1278
|
-
class TieredBpsPrice < Orb::BaseModel
|
1278
|
+
class TieredBpsPrice < Orb::Internal::Type::BaseModel
|
1279
1279
|
attr_accessor id: String
|
1280
1280
|
|
1281
1281
|
attr_accessor billable_metric: Orb::Models::Price::TieredBpsPrice::BillableMetric?
|
@@ -1355,7 +1355,7 @@ module Orb
|
|
1355
1355
|
|
1356
1356
|
type billable_metric = { id: String }
|
1357
1357
|
|
1358
|
-
class BillableMetric < Orb::BaseModel
|
1358
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
1359
1359
|
attr_accessor id: String
|
1360
1360
|
|
1361
1361
|
def initialize: (id: String) -> void
|
@@ -1369,7 +1369,7 @@ module Orb
|
|
1369
1369
|
duration_unit: Orb::Models::Price::TieredBpsPrice::BillingCycleConfiguration::duration_unit
|
1370
1370
|
}
|
1371
1371
|
|
1372
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1372
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1373
1373
|
attr_accessor duration: Integer
|
1374
1374
|
|
1375
1375
|
attr_accessor duration_unit: Orb::Models::Price::TieredBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1384,7 +1384,7 @@ module Orb
|
|
1384
1384
|
type duration_unit = :day | :month
|
1385
1385
|
|
1386
1386
|
module DurationUnit
|
1387
|
-
extend Orb::Enum
|
1387
|
+
extend Orb::Internal::Type::Enum
|
1388
1388
|
|
1389
1389
|
DAY: :day
|
1390
1390
|
MONTH: :month
|
@@ -1397,7 +1397,7 @@ module Orb
|
|
1397
1397
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
1398
1398
|
|
1399
1399
|
module Cadence
|
1400
|
-
extend Orb::Enum
|
1400
|
+
extend Orb::Internal::Type::Enum
|
1401
1401
|
|
1402
1402
|
ONE_TIME: :one_time
|
1403
1403
|
MONTHLY: :monthly
|
@@ -1411,7 +1411,7 @@ module Orb
|
|
1411
1411
|
|
1412
1412
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
1413
1413
|
|
1414
|
-
class CreditAllocation < Orb::BaseModel
|
1414
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
1415
1415
|
attr_accessor allows_rollover: bool
|
1416
1416
|
|
1417
1417
|
attr_accessor currency: String
|
@@ -1427,7 +1427,7 @@ module Orb
|
|
1427
1427
|
duration_unit: Orb::Models::Price::TieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1428
1428
|
}
|
1429
1429
|
|
1430
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1430
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1431
1431
|
attr_accessor duration: Integer
|
1432
1432
|
|
1433
1433
|
attr_accessor duration_unit: Orb::Models::Price::TieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1442,7 +1442,7 @@ module Orb
|
|
1442
1442
|
type duration_unit = :day | :month
|
1443
1443
|
|
1444
1444
|
module DurationUnit
|
1445
|
-
extend Orb::Enum
|
1445
|
+
extend Orb::Internal::Type::Enum
|
1446
1446
|
|
1447
1447
|
DAY: :day
|
1448
1448
|
MONTH: :month
|
@@ -1453,7 +1453,7 @@ module Orb
|
|
1453
1453
|
|
1454
1454
|
type item = { id: String, name: String }
|
1455
1455
|
|
1456
|
-
class Item < Orb::BaseModel
|
1456
|
+
class Item < Orb::Internal::Type::BaseModel
|
1457
1457
|
attr_accessor id: String
|
1458
1458
|
|
1459
1459
|
attr_accessor name: String
|
@@ -1466,7 +1466,7 @@ module Orb
|
|
1466
1466
|
type maximum =
|
1467
1467
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
1468
1468
|
|
1469
|
-
class Maximum < Orb::BaseModel
|
1469
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
1470
1470
|
attr_accessor applies_to_price_ids: ::Array[String]
|
1471
1471
|
|
1472
1472
|
attr_accessor maximum_amount: String
|
@@ -1482,7 +1482,7 @@ module Orb
|
|
1482
1482
|
type minimum =
|
1483
1483
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
1484
1484
|
|
1485
|
-
class Minimum < Orb::BaseModel
|
1485
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
1486
1486
|
attr_accessor applies_to_price_ids: ::Array[String]
|
1487
1487
|
|
1488
1488
|
attr_accessor minimum_amount: String
|
@@ -1498,7 +1498,7 @@ module Orb
|
|
1498
1498
|
type price_type = :usage_price | :fixed_price
|
1499
1499
|
|
1500
1500
|
module PriceType
|
1501
|
-
extend Orb::Enum
|
1501
|
+
extend Orb::Internal::Type::Enum
|
1502
1502
|
|
1503
1503
|
USAGE_PRICE: :usage_price
|
1504
1504
|
FIXED_PRICE: :fixed_price
|
@@ -1511,7 +1511,7 @@ module Orb
|
|
1511
1511
|
tiers: ::Array[Orb::Models::Price::TieredBpsPrice::TieredBpsConfig::Tier]
|
1512
1512
|
}
|
1513
1513
|
|
1514
|
-
class TieredBpsConfig < Orb::BaseModel
|
1514
|
+
class TieredBpsConfig < Orb::Internal::Type::BaseModel
|
1515
1515
|
attr_accessor tiers: ::Array[Orb::Models::Price::TieredBpsPrice::TieredBpsConfig::Tier]
|
1516
1516
|
|
1517
1517
|
def initialize: (
|
@@ -1528,7 +1528,7 @@ module Orb
|
|
1528
1528
|
per_unit_maximum: String?
|
1529
1529
|
}
|
1530
1530
|
|
1531
|
-
class Tier < Orb::BaseModel
|
1531
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1532
1532
|
attr_accessor bps: Float
|
1533
1533
|
|
1534
1534
|
attr_accessor minimum_amount: String
|
@@ -1554,7 +1554,7 @@ module Orb
|
|
1554
1554
|
dimensional_price_group_id: String
|
1555
1555
|
}
|
1556
1556
|
|
1557
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
1557
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
1558
1558
|
attr_accessor dimension_values: ::Array[String]
|
1559
1559
|
|
1560
1560
|
attr_accessor dimensional_price_group_id: String
|
@@ -1596,7 +1596,7 @@ module Orb
|
|
1596
1596
|
dimensional_price_configuration: Orb::Models::Price::BpsPrice::DimensionalPriceConfiguration?
|
1597
1597
|
}
|
1598
1598
|
|
1599
|
-
class BpsPrice < Orb::BaseModel
|
1599
|
+
class BpsPrice < Orb::Internal::Type::BaseModel
|
1600
1600
|
attr_accessor id: String
|
1601
1601
|
|
1602
1602
|
attr_accessor billable_metric: Orb::Models::Price::BpsPrice::BillableMetric?
|
@@ -1676,7 +1676,7 @@ module Orb
|
|
1676
1676
|
|
1677
1677
|
type billable_metric = { id: String }
|
1678
1678
|
|
1679
|
-
class BillableMetric < Orb::BaseModel
|
1679
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
1680
1680
|
attr_accessor id: String
|
1681
1681
|
|
1682
1682
|
def initialize: (id: String) -> void
|
@@ -1690,7 +1690,7 @@ module Orb
|
|
1690
1690
|
duration_unit: Orb::Models::Price::BpsPrice::BillingCycleConfiguration::duration_unit
|
1691
1691
|
}
|
1692
1692
|
|
1693
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1693
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1694
1694
|
attr_accessor duration: Integer
|
1695
1695
|
|
1696
1696
|
attr_accessor duration_unit: Orb::Models::Price::BpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1705,7 +1705,7 @@ module Orb
|
|
1705
1705
|
type duration_unit = :day | :month
|
1706
1706
|
|
1707
1707
|
module DurationUnit
|
1708
|
-
extend Orb::Enum
|
1708
|
+
extend Orb::Internal::Type::Enum
|
1709
1709
|
|
1710
1710
|
DAY: :day
|
1711
1711
|
MONTH: :month
|
@@ -1716,7 +1716,7 @@ module Orb
|
|
1716
1716
|
|
1717
1717
|
type bps_config = { bps: Float, per_unit_maximum: String? }
|
1718
1718
|
|
1719
|
-
class BpsConfig < Orb::BaseModel
|
1719
|
+
class BpsConfig < Orb::Internal::Type::BaseModel
|
1720
1720
|
attr_accessor bps: Float
|
1721
1721
|
|
1722
1722
|
attr_accessor per_unit_maximum: String?
|
@@ -1730,7 +1730,7 @@ module Orb
|
|
1730
1730
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
1731
1731
|
|
1732
1732
|
module Cadence
|
1733
|
-
extend Orb::Enum
|
1733
|
+
extend Orb::Internal::Type::Enum
|
1734
1734
|
|
1735
1735
|
ONE_TIME: :one_time
|
1736
1736
|
MONTHLY: :monthly
|
@@ -1744,7 +1744,7 @@ module Orb
|
|
1744
1744
|
|
1745
1745
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
1746
1746
|
|
1747
|
-
class CreditAllocation < Orb::BaseModel
|
1747
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
1748
1748
|
attr_accessor allows_rollover: bool
|
1749
1749
|
|
1750
1750
|
attr_accessor currency: String
|
@@ -1760,7 +1760,7 @@ module Orb
|
|
1760
1760
|
duration_unit: Orb::Models::Price::BpsPrice::InvoicingCycleConfiguration::duration_unit
|
1761
1761
|
}
|
1762
1762
|
|
1763
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1763
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1764
1764
|
attr_accessor duration: Integer
|
1765
1765
|
|
1766
1766
|
attr_accessor duration_unit: Orb::Models::Price::BpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1775,7 +1775,7 @@ module Orb
|
|
1775
1775
|
type duration_unit = :day | :month
|
1776
1776
|
|
1777
1777
|
module DurationUnit
|
1778
|
-
extend Orb::Enum
|
1778
|
+
extend Orb::Internal::Type::Enum
|
1779
1779
|
|
1780
1780
|
DAY: :day
|
1781
1781
|
MONTH: :month
|
@@ -1786,7 +1786,7 @@ module Orb
|
|
1786
1786
|
|
1787
1787
|
type item = { id: String, name: String }
|
1788
1788
|
|
1789
|
-
class Item < Orb::BaseModel
|
1789
|
+
class Item < Orb::Internal::Type::BaseModel
|
1790
1790
|
attr_accessor id: String
|
1791
1791
|
|
1792
1792
|
attr_accessor name: String
|
@@ -1799,7 +1799,7 @@ module Orb
|
|
1799
1799
|
type maximum =
|
1800
1800
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
1801
1801
|
|
1802
|
-
class Maximum < Orb::BaseModel
|
1802
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
1803
1803
|
attr_accessor applies_to_price_ids: ::Array[String]
|
1804
1804
|
|
1805
1805
|
attr_accessor maximum_amount: String
|
@@ -1815,7 +1815,7 @@ module Orb
|
|
1815
1815
|
type minimum =
|
1816
1816
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
1817
1817
|
|
1818
|
-
class Minimum < Orb::BaseModel
|
1818
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
1819
1819
|
attr_accessor applies_to_price_ids: ::Array[String]
|
1820
1820
|
|
1821
1821
|
attr_accessor minimum_amount: String
|
@@ -1831,7 +1831,7 @@ module Orb
|
|
1831
1831
|
type price_type = :usage_price | :fixed_price
|
1832
1832
|
|
1833
1833
|
module PriceType
|
1834
|
-
extend Orb::Enum
|
1834
|
+
extend Orb::Internal::Type::Enum
|
1835
1835
|
|
1836
1836
|
USAGE_PRICE: :usage_price
|
1837
1837
|
FIXED_PRICE: :fixed_price
|
@@ -1845,7 +1845,7 @@ module Orb
|
|
1845
1845
|
dimensional_price_group_id: String
|
1846
1846
|
}
|
1847
1847
|
|
1848
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
1848
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
1849
1849
|
attr_accessor dimension_values: ::Array[String]
|
1850
1850
|
|
1851
1851
|
attr_accessor dimensional_price_group_id: String
|
@@ -1887,7 +1887,7 @@ module Orb
|
|
1887
1887
|
dimensional_price_configuration: Orb::Models::Price::BulkBpsPrice::DimensionalPriceConfiguration?
|
1888
1888
|
}
|
1889
1889
|
|
1890
|
-
class BulkBpsPrice < Orb::BaseModel
|
1890
|
+
class BulkBpsPrice < Orb::Internal::Type::BaseModel
|
1891
1891
|
attr_accessor id: String
|
1892
1892
|
|
1893
1893
|
attr_accessor billable_metric: Orb::Models::Price::BulkBpsPrice::BillableMetric?
|
@@ -1967,7 +1967,7 @@ module Orb
|
|
1967
1967
|
|
1968
1968
|
type billable_metric = { id: String }
|
1969
1969
|
|
1970
|
-
class BillableMetric < Orb::BaseModel
|
1970
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
1971
1971
|
attr_accessor id: String
|
1972
1972
|
|
1973
1973
|
def initialize: (id: String) -> void
|
@@ -1981,7 +1981,7 @@ module Orb
|
|
1981
1981
|
duration_unit: Orb::Models::Price::BulkBpsPrice::BillingCycleConfiguration::duration_unit
|
1982
1982
|
}
|
1983
1983
|
|
1984
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1984
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1985
1985
|
attr_accessor duration: Integer
|
1986
1986
|
|
1987
1987
|
attr_accessor duration_unit: Orb::Models::Price::BulkBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1996,7 +1996,7 @@ module Orb
|
|
1996
1996
|
type duration_unit = :day | :month
|
1997
1997
|
|
1998
1998
|
module DurationUnit
|
1999
|
-
extend Orb::Enum
|
1999
|
+
extend Orb::Internal::Type::Enum
|
2000
2000
|
|
2001
2001
|
DAY: :day
|
2002
2002
|
MONTH: :month
|
@@ -2010,7 +2010,7 @@ module Orb
|
|
2010
2010
|
tiers: ::Array[Orb::Models::Price::BulkBpsPrice::BulkBpsConfig::Tier]
|
2011
2011
|
}
|
2012
2012
|
|
2013
|
-
class BulkBpsConfig < Orb::BaseModel
|
2013
|
+
class BulkBpsConfig < Orb::Internal::Type::BaseModel
|
2014
2014
|
attr_accessor tiers: ::Array[Orb::Models::Price::BulkBpsPrice::BulkBpsConfig::Tier]
|
2015
2015
|
|
2016
2016
|
def initialize: (
|
@@ -2022,7 +2022,7 @@ module Orb
|
|
2022
2022
|
type tier =
|
2023
2023
|
{ bps: Float, maximum_amount: String?, per_unit_maximum: String? }
|
2024
2024
|
|
2025
|
-
class Tier < Orb::BaseModel
|
2025
|
+
class Tier < Orb::Internal::Type::BaseModel
|
2026
2026
|
attr_accessor bps: Float
|
2027
2027
|
|
2028
2028
|
attr_accessor maximum_amount: String?
|
@@ -2043,7 +2043,7 @@ module Orb
|
|
2043
2043
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
2044
2044
|
|
2045
2045
|
module Cadence
|
2046
|
-
extend Orb::Enum
|
2046
|
+
extend Orb::Internal::Type::Enum
|
2047
2047
|
|
2048
2048
|
ONE_TIME: :one_time
|
2049
2049
|
MONTHLY: :monthly
|
@@ -2057,7 +2057,7 @@ module Orb
|
|
2057
2057
|
|
2058
2058
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
2059
2059
|
|
2060
|
-
class CreditAllocation < Orb::BaseModel
|
2060
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
2061
2061
|
attr_accessor allows_rollover: bool
|
2062
2062
|
|
2063
2063
|
attr_accessor currency: String
|
@@ -2073,7 +2073,7 @@ module Orb
|
|
2073
2073
|
duration_unit: Orb::Models::Price::BulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
2074
2074
|
}
|
2075
2075
|
|
2076
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2076
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2077
2077
|
attr_accessor duration: Integer
|
2078
2078
|
|
2079
2079
|
attr_accessor duration_unit: Orb::Models::Price::BulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2088,7 +2088,7 @@ module Orb
|
|
2088
2088
|
type duration_unit = :day | :month
|
2089
2089
|
|
2090
2090
|
module DurationUnit
|
2091
|
-
extend Orb::Enum
|
2091
|
+
extend Orb::Internal::Type::Enum
|
2092
2092
|
|
2093
2093
|
DAY: :day
|
2094
2094
|
MONTH: :month
|
@@ -2099,7 +2099,7 @@ module Orb
|
|
2099
2099
|
|
2100
2100
|
type item = { id: String, name: String }
|
2101
2101
|
|
2102
|
-
class Item < Orb::BaseModel
|
2102
|
+
class Item < Orb::Internal::Type::BaseModel
|
2103
2103
|
attr_accessor id: String
|
2104
2104
|
|
2105
2105
|
attr_accessor name: String
|
@@ -2112,7 +2112,7 @@ module Orb
|
|
2112
2112
|
type maximum =
|
2113
2113
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
2114
2114
|
|
2115
|
-
class Maximum < Orb::BaseModel
|
2115
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
2116
2116
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2117
2117
|
|
2118
2118
|
attr_accessor maximum_amount: String
|
@@ -2128,7 +2128,7 @@ module Orb
|
|
2128
2128
|
type minimum =
|
2129
2129
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
2130
2130
|
|
2131
|
-
class Minimum < Orb::BaseModel
|
2131
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
2132
2132
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2133
2133
|
|
2134
2134
|
attr_accessor minimum_amount: String
|
@@ -2144,7 +2144,7 @@ module Orb
|
|
2144
2144
|
type price_type = :usage_price | :fixed_price
|
2145
2145
|
|
2146
2146
|
module PriceType
|
2147
|
-
extend Orb::Enum
|
2147
|
+
extend Orb::Internal::Type::Enum
|
2148
2148
|
|
2149
2149
|
USAGE_PRICE: :usage_price
|
2150
2150
|
FIXED_PRICE: :fixed_price
|
@@ -2158,7 +2158,7 @@ module Orb
|
|
2158
2158
|
dimensional_price_group_id: String
|
2159
2159
|
}
|
2160
2160
|
|
2161
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
2161
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
2162
2162
|
attr_accessor dimension_values: ::Array[String]
|
2163
2163
|
|
2164
2164
|
attr_accessor dimensional_price_group_id: String
|
@@ -2200,7 +2200,7 @@ module Orb
|
|
2200
2200
|
dimensional_price_configuration: Orb::Models::Price::BulkPrice::DimensionalPriceConfiguration?
|
2201
2201
|
}
|
2202
2202
|
|
2203
|
-
class BulkPrice < Orb::BaseModel
|
2203
|
+
class BulkPrice < Orb::Internal::Type::BaseModel
|
2204
2204
|
attr_accessor id: String
|
2205
2205
|
|
2206
2206
|
attr_accessor billable_metric: Orb::Models::Price::BulkPrice::BillableMetric?
|
@@ -2280,7 +2280,7 @@ module Orb
|
|
2280
2280
|
|
2281
2281
|
type billable_metric = { id: String }
|
2282
2282
|
|
2283
|
-
class BillableMetric < Orb::BaseModel
|
2283
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
2284
2284
|
attr_accessor id: String
|
2285
2285
|
|
2286
2286
|
def initialize: (id: String) -> void
|
@@ -2294,7 +2294,7 @@ module Orb
|
|
2294
2294
|
duration_unit: Orb::Models::Price::BulkPrice::BillingCycleConfiguration::duration_unit
|
2295
2295
|
}
|
2296
2296
|
|
2297
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2297
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2298
2298
|
attr_accessor duration: Integer
|
2299
2299
|
|
2300
2300
|
attr_accessor duration_unit: Orb::Models::Price::BulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -2309,7 +2309,7 @@ module Orb
|
|
2309
2309
|
type duration_unit = :day | :month
|
2310
2310
|
|
2311
2311
|
module DurationUnit
|
2312
|
-
extend Orb::Enum
|
2312
|
+
extend Orb::Internal::Type::Enum
|
2313
2313
|
|
2314
2314
|
DAY: :day
|
2315
2315
|
MONTH: :month
|
@@ -2321,7 +2321,7 @@ module Orb
|
|
2321
2321
|
type bulk_config =
|
2322
2322
|
{ tiers: ::Array[Orb::Models::Price::BulkPrice::BulkConfig::Tier] }
|
2323
2323
|
|
2324
|
-
class BulkConfig < Orb::BaseModel
|
2324
|
+
class BulkConfig < Orb::Internal::Type::BaseModel
|
2325
2325
|
attr_accessor tiers: ::Array[Orb::Models::Price::BulkPrice::BulkConfig::Tier]
|
2326
2326
|
|
2327
2327
|
def initialize: (
|
@@ -2332,7 +2332,7 @@ module Orb
|
|
2332
2332
|
|
2333
2333
|
type tier = { unit_amount: String, maximum_units: Float? }
|
2334
2334
|
|
2335
|
-
class Tier < Orb::BaseModel
|
2335
|
+
class Tier < Orb::Internal::Type::BaseModel
|
2336
2336
|
attr_accessor unit_amount: String
|
2337
2337
|
|
2338
2338
|
attr_accessor maximum_units: Float?
|
@@ -2350,7 +2350,7 @@ module Orb
|
|
2350
2350
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
2351
2351
|
|
2352
2352
|
module Cadence
|
2353
|
-
extend Orb::Enum
|
2353
|
+
extend Orb::Internal::Type::Enum
|
2354
2354
|
|
2355
2355
|
ONE_TIME: :one_time
|
2356
2356
|
MONTHLY: :monthly
|
@@ -2364,7 +2364,7 @@ module Orb
|
|
2364
2364
|
|
2365
2365
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
2366
2366
|
|
2367
|
-
class CreditAllocation < Orb::BaseModel
|
2367
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
2368
2368
|
attr_accessor allows_rollover: bool
|
2369
2369
|
|
2370
2370
|
attr_accessor currency: String
|
@@ -2380,7 +2380,7 @@ module Orb
|
|
2380
2380
|
duration_unit: Orb::Models::Price::BulkPrice::InvoicingCycleConfiguration::duration_unit
|
2381
2381
|
}
|
2382
2382
|
|
2383
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2383
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2384
2384
|
attr_accessor duration: Integer
|
2385
2385
|
|
2386
2386
|
attr_accessor duration_unit: Orb::Models::Price::BulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2395,7 +2395,7 @@ module Orb
|
|
2395
2395
|
type duration_unit = :day | :month
|
2396
2396
|
|
2397
2397
|
module DurationUnit
|
2398
|
-
extend Orb::Enum
|
2398
|
+
extend Orb::Internal::Type::Enum
|
2399
2399
|
|
2400
2400
|
DAY: :day
|
2401
2401
|
MONTH: :month
|
@@ -2406,7 +2406,7 @@ module Orb
|
|
2406
2406
|
|
2407
2407
|
type item = { id: String, name: String }
|
2408
2408
|
|
2409
|
-
class Item < Orb::BaseModel
|
2409
|
+
class Item < Orb::Internal::Type::BaseModel
|
2410
2410
|
attr_accessor id: String
|
2411
2411
|
|
2412
2412
|
attr_accessor name: String
|
@@ -2419,7 +2419,7 @@ module Orb
|
|
2419
2419
|
type maximum =
|
2420
2420
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
2421
2421
|
|
2422
|
-
class Maximum < Orb::BaseModel
|
2422
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
2423
2423
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2424
2424
|
|
2425
2425
|
attr_accessor maximum_amount: String
|
@@ -2435,7 +2435,7 @@ module Orb
|
|
2435
2435
|
type minimum =
|
2436
2436
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
2437
2437
|
|
2438
|
-
class Minimum < Orb::BaseModel
|
2438
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
2439
2439
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2440
2440
|
|
2441
2441
|
attr_accessor minimum_amount: String
|
@@ -2451,7 +2451,7 @@ module Orb
|
|
2451
2451
|
type price_type = :usage_price | :fixed_price
|
2452
2452
|
|
2453
2453
|
module PriceType
|
2454
|
-
extend Orb::Enum
|
2454
|
+
extend Orb::Internal::Type::Enum
|
2455
2455
|
|
2456
2456
|
USAGE_PRICE: :usage_price
|
2457
2457
|
FIXED_PRICE: :fixed_price
|
@@ -2465,7 +2465,7 @@ module Orb
|
|
2465
2465
|
dimensional_price_group_id: String
|
2466
2466
|
}
|
2467
2467
|
|
2468
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
2468
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
2469
2469
|
attr_accessor dimension_values: ::Array[String]
|
2470
2470
|
|
2471
2471
|
attr_accessor dimensional_price_group_id: String
|
@@ -2507,7 +2507,7 @@ module Orb
|
|
2507
2507
|
dimensional_price_configuration: Orb::Models::Price::ThresholdTotalAmountPrice::DimensionalPriceConfiguration?
|
2508
2508
|
}
|
2509
2509
|
|
2510
|
-
class ThresholdTotalAmountPrice < Orb::BaseModel
|
2510
|
+
class ThresholdTotalAmountPrice < Orb::Internal::Type::BaseModel
|
2511
2511
|
attr_accessor id: String
|
2512
2512
|
|
2513
2513
|
attr_accessor billable_metric: Orb::Models::Price::ThresholdTotalAmountPrice::BillableMetric?
|
@@ -2587,7 +2587,7 @@ module Orb
|
|
2587
2587
|
|
2588
2588
|
type billable_metric = { id: String }
|
2589
2589
|
|
2590
|
-
class BillableMetric < Orb::BaseModel
|
2590
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
2591
2591
|
attr_accessor id: String
|
2592
2592
|
|
2593
2593
|
def initialize: (id: String) -> void
|
@@ -2601,7 +2601,7 @@ module Orb
|
|
2601
2601
|
duration_unit: Orb::Models::Price::ThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
2602
2602
|
}
|
2603
2603
|
|
2604
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2604
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2605
2605
|
attr_accessor duration: Integer
|
2606
2606
|
|
2607
2607
|
attr_accessor duration_unit: Orb::Models::Price::ThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
@@ -2616,7 +2616,7 @@ module Orb
|
|
2616
2616
|
type duration_unit = :day | :month
|
2617
2617
|
|
2618
2618
|
module DurationUnit
|
2619
|
-
extend Orb::Enum
|
2619
|
+
extend Orb::Internal::Type::Enum
|
2620
2620
|
|
2621
2621
|
DAY: :day
|
2622
2622
|
MONTH: :month
|
@@ -2629,7 +2629,7 @@ module Orb
|
|
2629
2629
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
2630
2630
|
|
2631
2631
|
module Cadence
|
2632
|
-
extend Orb::Enum
|
2632
|
+
extend Orb::Internal::Type::Enum
|
2633
2633
|
|
2634
2634
|
ONE_TIME: :one_time
|
2635
2635
|
MONTHLY: :monthly
|
@@ -2643,7 +2643,7 @@ module Orb
|
|
2643
2643
|
|
2644
2644
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
2645
2645
|
|
2646
|
-
class CreditAllocation < Orb::BaseModel
|
2646
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
2647
2647
|
attr_accessor allows_rollover: bool
|
2648
2648
|
|
2649
2649
|
attr_accessor currency: String
|
@@ -2659,7 +2659,7 @@ module Orb
|
|
2659
2659
|
duration_unit: Orb::Models::Price::ThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
2660
2660
|
}
|
2661
2661
|
|
2662
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2662
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2663
2663
|
attr_accessor duration: Integer
|
2664
2664
|
|
2665
2665
|
attr_accessor duration_unit: Orb::Models::Price::ThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2674,7 +2674,7 @@ module Orb
|
|
2674
2674
|
type duration_unit = :day | :month
|
2675
2675
|
|
2676
2676
|
module DurationUnit
|
2677
|
-
extend Orb::Enum
|
2677
|
+
extend Orb::Internal::Type::Enum
|
2678
2678
|
|
2679
2679
|
DAY: :day
|
2680
2680
|
MONTH: :month
|
@@ -2685,7 +2685,7 @@ module Orb
|
|
2685
2685
|
|
2686
2686
|
type item = { id: String, name: String }
|
2687
2687
|
|
2688
|
-
class Item < Orb::BaseModel
|
2688
|
+
class Item < Orb::Internal::Type::BaseModel
|
2689
2689
|
attr_accessor id: String
|
2690
2690
|
|
2691
2691
|
attr_accessor name: String
|
@@ -2698,7 +2698,7 @@ module Orb
|
|
2698
2698
|
type maximum =
|
2699
2699
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
2700
2700
|
|
2701
|
-
class Maximum < Orb::BaseModel
|
2701
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
2702
2702
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2703
2703
|
|
2704
2704
|
attr_accessor maximum_amount: String
|
@@ -2714,7 +2714,7 @@ module Orb
|
|
2714
2714
|
type minimum =
|
2715
2715
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
2716
2716
|
|
2717
|
-
class Minimum < Orb::BaseModel
|
2717
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
2718
2718
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2719
2719
|
|
2720
2720
|
attr_accessor minimum_amount: String
|
@@ -2730,7 +2730,7 @@ module Orb
|
|
2730
2730
|
type price_type = :usage_price | :fixed_price
|
2731
2731
|
|
2732
2732
|
module PriceType
|
2733
|
-
extend Orb::Enum
|
2733
|
+
extend Orb::Internal::Type::Enum
|
2734
2734
|
|
2735
2735
|
USAGE_PRICE: :usage_price
|
2736
2736
|
FIXED_PRICE: :fixed_price
|
@@ -2744,7 +2744,7 @@ module Orb
|
|
2744
2744
|
dimensional_price_group_id: String
|
2745
2745
|
}
|
2746
2746
|
|
2747
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
2747
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
2748
2748
|
attr_accessor dimension_values: ::Array[String]
|
2749
2749
|
|
2750
2750
|
attr_accessor dimensional_price_group_id: String
|
@@ -2786,7 +2786,7 @@ module Orb
|
|
2786
2786
|
dimensional_price_configuration: Orb::Models::Price::TieredPackagePrice::DimensionalPriceConfiguration?
|
2787
2787
|
}
|
2788
2788
|
|
2789
|
-
class TieredPackagePrice < Orb::BaseModel
|
2789
|
+
class TieredPackagePrice < Orb::Internal::Type::BaseModel
|
2790
2790
|
attr_accessor id: String
|
2791
2791
|
|
2792
2792
|
attr_accessor billable_metric: Orb::Models::Price::TieredPackagePrice::BillableMetric?
|
@@ -2866,7 +2866,7 @@ module Orb
|
|
2866
2866
|
|
2867
2867
|
type billable_metric = { id: String }
|
2868
2868
|
|
2869
|
-
class BillableMetric < Orb::BaseModel
|
2869
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
2870
2870
|
attr_accessor id: String
|
2871
2871
|
|
2872
2872
|
def initialize: (id: String) -> void
|
@@ -2880,7 +2880,7 @@ module Orb
|
|
2880
2880
|
duration_unit: Orb::Models::Price::TieredPackagePrice::BillingCycleConfiguration::duration_unit
|
2881
2881
|
}
|
2882
2882
|
|
2883
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2883
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2884
2884
|
attr_accessor duration: Integer
|
2885
2885
|
|
2886
2886
|
attr_accessor duration_unit: Orb::Models::Price::TieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -2895,7 +2895,7 @@ module Orb
|
|
2895
2895
|
type duration_unit = :day | :month
|
2896
2896
|
|
2897
2897
|
module DurationUnit
|
2898
|
-
extend Orb::Enum
|
2898
|
+
extend Orb::Internal::Type::Enum
|
2899
2899
|
|
2900
2900
|
DAY: :day
|
2901
2901
|
MONTH: :month
|
@@ -2908,7 +2908,7 @@ module Orb
|
|
2908
2908
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
2909
2909
|
|
2910
2910
|
module Cadence
|
2911
|
-
extend Orb::Enum
|
2911
|
+
extend Orb::Internal::Type::Enum
|
2912
2912
|
|
2913
2913
|
ONE_TIME: :one_time
|
2914
2914
|
MONTHLY: :monthly
|
@@ -2922,7 +2922,7 @@ module Orb
|
|
2922
2922
|
|
2923
2923
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
2924
2924
|
|
2925
|
-
class CreditAllocation < Orb::BaseModel
|
2925
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
2926
2926
|
attr_accessor allows_rollover: bool
|
2927
2927
|
|
2928
2928
|
attr_accessor currency: String
|
@@ -2938,7 +2938,7 @@ module Orb
|
|
2938
2938
|
duration_unit: Orb::Models::Price::TieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
2939
2939
|
}
|
2940
2940
|
|
2941
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2941
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2942
2942
|
attr_accessor duration: Integer
|
2943
2943
|
|
2944
2944
|
attr_accessor duration_unit: Orb::Models::Price::TieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2953,7 +2953,7 @@ module Orb
|
|
2953
2953
|
type duration_unit = :day | :month
|
2954
2954
|
|
2955
2955
|
module DurationUnit
|
2956
|
-
extend Orb::Enum
|
2956
|
+
extend Orb::Internal::Type::Enum
|
2957
2957
|
|
2958
2958
|
DAY: :day
|
2959
2959
|
MONTH: :month
|
@@ -2964,7 +2964,7 @@ module Orb
|
|
2964
2964
|
|
2965
2965
|
type item = { id: String, name: String }
|
2966
2966
|
|
2967
|
-
class Item < Orb::BaseModel
|
2967
|
+
class Item < Orb::Internal::Type::BaseModel
|
2968
2968
|
attr_accessor id: String
|
2969
2969
|
|
2970
2970
|
attr_accessor name: String
|
@@ -2977,7 +2977,7 @@ module Orb
|
|
2977
2977
|
type maximum =
|
2978
2978
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
2979
2979
|
|
2980
|
-
class Maximum < Orb::BaseModel
|
2980
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
2981
2981
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2982
2982
|
|
2983
2983
|
attr_accessor maximum_amount: String
|
@@ -2993,7 +2993,7 @@ module Orb
|
|
2993
2993
|
type minimum =
|
2994
2994
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
2995
2995
|
|
2996
|
-
class Minimum < Orb::BaseModel
|
2996
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
2997
2997
|
attr_accessor applies_to_price_ids: ::Array[String]
|
2998
2998
|
|
2999
2999
|
attr_accessor minimum_amount: String
|
@@ -3009,7 +3009,7 @@ module Orb
|
|
3009
3009
|
type price_type = :usage_price | :fixed_price
|
3010
3010
|
|
3011
3011
|
module PriceType
|
3012
|
-
extend Orb::Enum
|
3012
|
+
extend Orb::Internal::Type::Enum
|
3013
3013
|
|
3014
3014
|
USAGE_PRICE: :usage_price
|
3015
3015
|
FIXED_PRICE: :fixed_price
|
@@ -3023,7 +3023,7 @@ module Orb
|
|
3023
3023
|
dimensional_price_group_id: String
|
3024
3024
|
}
|
3025
3025
|
|
3026
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
3026
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
3027
3027
|
attr_accessor dimension_values: ::Array[String]
|
3028
3028
|
|
3029
3029
|
attr_accessor dimensional_price_group_id: String
|
@@ -3065,7 +3065,7 @@ module Orb
|
|
3065
3065
|
dimensional_price_configuration: Orb::Models::Price::GroupedTieredPrice::DimensionalPriceConfiguration?
|
3066
3066
|
}
|
3067
3067
|
|
3068
|
-
class GroupedTieredPrice < Orb::BaseModel
|
3068
|
+
class GroupedTieredPrice < Orb::Internal::Type::BaseModel
|
3069
3069
|
attr_accessor id: String
|
3070
3070
|
|
3071
3071
|
attr_accessor billable_metric: Orb::Models::Price::GroupedTieredPrice::BillableMetric?
|
@@ -3145,7 +3145,7 @@ module Orb
|
|
3145
3145
|
|
3146
3146
|
type billable_metric = { id: String }
|
3147
3147
|
|
3148
|
-
class BillableMetric < Orb::BaseModel
|
3148
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
3149
3149
|
attr_accessor id: String
|
3150
3150
|
|
3151
3151
|
def initialize: (id: String) -> void
|
@@ -3159,7 +3159,7 @@ module Orb
|
|
3159
3159
|
duration_unit: Orb::Models::Price::GroupedTieredPrice::BillingCycleConfiguration::duration_unit
|
3160
3160
|
}
|
3161
3161
|
|
3162
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3162
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3163
3163
|
attr_accessor duration: Integer
|
3164
3164
|
|
3165
3165
|
attr_accessor duration_unit: Orb::Models::Price::GroupedTieredPrice::BillingCycleConfiguration::duration_unit
|
@@ -3174,7 +3174,7 @@ module Orb
|
|
3174
3174
|
type duration_unit = :day | :month
|
3175
3175
|
|
3176
3176
|
module DurationUnit
|
3177
|
-
extend Orb::Enum
|
3177
|
+
extend Orb::Internal::Type::Enum
|
3178
3178
|
|
3179
3179
|
DAY: :day
|
3180
3180
|
MONTH: :month
|
@@ -3187,7 +3187,7 @@ module Orb
|
|
3187
3187
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
3188
3188
|
|
3189
3189
|
module Cadence
|
3190
|
-
extend Orb::Enum
|
3190
|
+
extend Orb::Internal::Type::Enum
|
3191
3191
|
|
3192
3192
|
ONE_TIME: :one_time
|
3193
3193
|
MONTHLY: :monthly
|
@@ -3201,7 +3201,7 @@ module Orb
|
|
3201
3201
|
|
3202
3202
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
3203
3203
|
|
3204
|
-
class CreditAllocation < Orb::BaseModel
|
3204
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
3205
3205
|
attr_accessor allows_rollover: bool
|
3206
3206
|
|
3207
3207
|
attr_accessor currency: String
|
@@ -3217,7 +3217,7 @@ module Orb
|
|
3217
3217
|
duration_unit: Orb::Models::Price::GroupedTieredPrice::InvoicingCycleConfiguration::duration_unit
|
3218
3218
|
}
|
3219
3219
|
|
3220
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3220
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3221
3221
|
attr_accessor duration: Integer
|
3222
3222
|
|
3223
3223
|
attr_accessor duration_unit: Orb::Models::Price::GroupedTieredPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3232,7 +3232,7 @@ module Orb
|
|
3232
3232
|
type duration_unit = :day | :month
|
3233
3233
|
|
3234
3234
|
module DurationUnit
|
3235
|
-
extend Orb::Enum
|
3235
|
+
extend Orb::Internal::Type::Enum
|
3236
3236
|
|
3237
3237
|
DAY: :day
|
3238
3238
|
MONTH: :month
|
@@ -3243,7 +3243,7 @@ module Orb
|
|
3243
3243
|
|
3244
3244
|
type item = { id: String, name: String }
|
3245
3245
|
|
3246
|
-
class Item < Orb::BaseModel
|
3246
|
+
class Item < Orb::Internal::Type::BaseModel
|
3247
3247
|
attr_accessor id: String
|
3248
3248
|
|
3249
3249
|
attr_accessor name: String
|
@@ -3256,7 +3256,7 @@ module Orb
|
|
3256
3256
|
type maximum =
|
3257
3257
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
3258
3258
|
|
3259
|
-
class Maximum < Orb::BaseModel
|
3259
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
3260
3260
|
attr_accessor applies_to_price_ids: ::Array[String]
|
3261
3261
|
|
3262
3262
|
attr_accessor maximum_amount: String
|
@@ -3272,7 +3272,7 @@ module Orb
|
|
3272
3272
|
type minimum =
|
3273
3273
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
3274
3274
|
|
3275
|
-
class Minimum < Orb::BaseModel
|
3275
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
3276
3276
|
attr_accessor applies_to_price_ids: ::Array[String]
|
3277
3277
|
|
3278
3278
|
attr_accessor minimum_amount: String
|
@@ -3288,7 +3288,7 @@ module Orb
|
|
3288
3288
|
type price_type = :usage_price | :fixed_price
|
3289
3289
|
|
3290
3290
|
module PriceType
|
3291
|
-
extend Orb::Enum
|
3291
|
+
extend Orb::Internal::Type::Enum
|
3292
3292
|
|
3293
3293
|
USAGE_PRICE: :usage_price
|
3294
3294
|
FIXED_PRICE: :fixed_price
|
@@ -3302,7 +3302,7 @@ module Orb
|
|
3302
3302
|
dimensional_price_group_id: String
|
3303
3303
|
}
|
3304
3304
|
|
3305
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
3305
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
3306
3306
|
attr_accessor dimension_values: ::Array[String]
|
3307
3307
|
|
3308
3308
|
attr_accessor dimensional_price_group_id: String
|
@@ -3344,7 +3344,7 @@ module Orb
|
|
3344
3344
|
dimensional_price_configuration: Orb::Models::Price::TieredWithMinimumPrice::DimensionalPriceConfiguration?
|
3345
3345
|
}
|
3346
3346
|
|
3347
|
-
class TieredWithMinimumPrice < Orb::BaseModel
|
3347
|
+
class TieredWithMinimumPrice < Orb::Internal::Type::BaseModel
|
3348
3348
|
attr_accessor id: String
|
3349
3349
|
|
3350
3350
|
attr_accessor billable_metric: Orb::Models::Price::TieredWithMinimumPrice::BillableMetric?
|
@@ -3424,7 +3424,7 @@ module Orb
|
|
3424
3424
|
|
3425
3425
|
type billable_metric = { id: String }
|
3426
3426
|
|
3427
|
-
class BillableMetric < Orb::BaseModel
|
3427
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
3428
3428
|
attr_accessor id: String
|
3429
3429
|
|
3430
3430
|
def initialize: (id: String) -> void
|
@@ -3438,7 +3438,7 @@ module Orb
|
|
3438
3438
|
duration_unit: Orb::Models::Price::TieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
3439
3439
|
}
|
3440
3440
|
|
3441
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3441
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3442
3442
|
attr_accessor duration: Integer
|
3443
3443
|
|
3444
3444
|
attr_accessor duration_unit: Orb::Models::Price::TieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -3453,7 +3453,7 @@ module Orb
|
|
3453
3453
|
type duration_unit = :day | :month
|
3454
3454
|
|
3455
3455
|
module DurationUnit
|
3456
|
-
extend Orb::Enum
|
3456
|
+
extend Orb::Internal::Type::Enum
|
3457
3457
|
|
3458
3458
|
DAY: :day
|
3459
3459
|
MONTH: :month
|
@@ -3466,7 +3466,7 @@ module Orb
|
|
3466
3466
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
3467
3467
|
|
3468
3468
|
module Cadence
|
3469
|
-
extend Orb::Enum
|
3469
|
+
extend Orb::Internal::Type::Enum
|
3470
3470
|
|
3471
3471
|
ONE_TIME: :one_time
|
3472
3472
|
MONTHLY: :monthly
|
@@ -3480,7 +3480,7 @@ module Orb
|
|
3480
3480
|
|
3481
3481
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
3482
3482
|
|
3483
|
-
class CreditAllocation < Orb::BaseModel
|
3483
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
3484
3484
|
attr_accessor allows_rollover: bool
|
3485
3485
|
|
3486
3486
|
attr_accessor currency: String
|
@@ -3496,7 +3496,7 @@ module Orb
|
|
3496
3496
|
duration_unit: Orb::Models::Price::TieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
3497
3497
|
}
|
3498
3498
|
|
3499
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3499
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3500
3500
|
attr_accessor duration: Integer
|
3501
3501
|
|
3502
3502
|
attr_accessor duration_unit: Orb::Models::Price::TieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3511,7 +3511,7 @@ module Orb
|
|
3511
3511
|
type duration_unit = :day | :month
|
3512
3512
|
|
3513
3513
|
module DurationUnit
|
3514
|
-
extend Orb::Enum
|
3514
|
+
extend Orb::Internal::Type::Enum
|
3515
3515
|
|
3516
3516
|
DAY: :day
|
3517
3517
|
MONTH: :month
|
@@ -3522,7 +3522,7 @@ module Orb
|
|
3522
3522
|
|
3523
3523
|
type item = { id: String, name: String }
|
3524
3524
|
|
3525
|
-
class Item < Orb::BaseModel
|
3525
|
+
class Item < Orb::Internal::Type::BaseModel
|
3526
3526
|
attr_accessor id: String
|
3527
3527
|
|
3528
3528
|
attr_accessor name: String
|
@@ -3535,7 +3535,7 @@ module Orb
|
|
3535
3535
|
type maximum =
|
3536
3536
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
3537
3537
|
|
3538
|
-
class Maximum < Orb::BaseModel
|
3538
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
3539
3539
|
attr_accessor applies_to_price_ids: ::Array[String]
|
3540
3540
|
|
3541
3541
|
attr_accessor maximum_amount: String
|
@@ -3551,7 +3551,7 @@ module Orb
|
|
3551
3551
|
type minimum =
|
3552
3552
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
3553
3553
|
|
3554
|
-
class Minimum < Orb::BaseModel
|
3554
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
3555
3555
|
attr_accessor applies_to_price_ids: ::Array[String]
|
3556
3556
|
|
3557
3557
|
attr_accessor minimum_amount: String
|
@@ -3567,7 +3567,7 @@ module Orb
|
|
3567
3567
|
type price_type = :usage_price | :fixed_price
|
3568
3568
|
|
3569
3569
|
module PriceType
|
3570
|
-
extend Orb::Enum
|
3570
|
+
extend Orb::Internal::Type::Enum
|
3571
3571
|
|
3572
3572
|
USAGE_PRICE: :usage_price
|
3573
3573
|
FIXED_PRICE: :fixed_price
|
@@ -3581,7 +3581,7 @@ module Orb
|
|
3581
3581
|
dimensional_price_group_id: String
|
3582
3582
|
}
|
3583
3583
|
|
3584
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
3584
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
3585
3585
|
attr_accessor dimension_values: ::Array[String]
|
3586
3586
|
|
3587
3587
|
attr_accessor dimensional_price_group_id: String
|
@@ -3623,7 +3623,7 @@ module Orb
|
|
3623
3623
|
dimensional_price_configuration: Orb::Models::Price::TieredPackageWithMinimumPrice::DimensionalPriceConfiguration?
|
3624
3624
|
}
|
3625
3625
|
|
3626
|
-
class TieredPackageWithMinimumPrice < Orb::BaseModel
|
3626
|
+
class TieredPackageWithMinimumPrice < Orb::Internal::Type::BaseModel
|
3627
3627
|
attr_accessor id: String
|
3628
3628
|
|
3629
3629
|
attr_accessor billable_metric: Orb::Models::Price::TieredPackageWithMinimumPrice::BillableMetric?
|
@@ -3703,7 +3703,7 @@ module Orb
|
|
3703
3703
|
|
3704
3704
|
type billable_metric = { id: String }
|
3705
3705
|
|
3706
|
-
class BillableMetric < Orb::BaseModel
|
3706
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
3707
3707
|
attr_accessor id: String
|
3708
3708
|
|
3709
3709
|
def initialize: (id: String) -> void
|
@@ -3717,7 +3717,7 @@ module Orb
|
|
3717
3717
|
duration_unit: Orb::Models::Price::TieredPackageWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
3718
3718
|
}
|
3719
3719
|
|
3720
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3720
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3721
3721
|
attr_accessor duration: Integer
|
3722
3722
|
|
3723
3723
|
attr_accessor duration_unit: Orb::Models::Price::TieredPackageWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -3732,7 +3732,7 @@ module Orb
|
|
3732
3732
|
type duration_unit = :day | :month
|
3733
3733
|
|
3734
3734
|
module DurationUnit
|
3735
|
-
extend Orb::Enum
|
3735
|
+
extend Orb::Internal::Type::Enum
|
3736
3736
|
|
3737
3737
|
DAY: :day
|
3738
3738
|
MONTH: :month
|
@@ -3745,7 +3745,7 @@ module Orb
|
|
3745
3745
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
3746
3746
|
|
3747
3747
|
module Cadence
|
3748
|
-
extend Orb::Enum
|
3748
|
+
extend Orb::Internal::Type::Enum
|
3749
3749
|
|
3750
3750
|
ONE_TIME: :one_time
|
3751
3751
|
MONTHLY: :monthly
|
@@ -3759,7 +3759,7 @@ module Orb
|
|
3759
3759
|
|
3760
3760
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
3761
3761
|
|
3762
|
-
class CreditAllocation < Orb::BaseModel
|
3762
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
3763
3763
|
attr_accessor allows_rollover: bool
|
3764
3764
|
|
3765
3765
|
attr_accessor currency: String
|
@@ -3775,7 +3775,7 @@ module Orb
|
|
3775
3775
|
duration_unit: Orb::Models::Price::TieredPackageWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
3776
3776
|
}
|
3777
3777
|
|
3778
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3778
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3779
3779
|
attr_accessor duration: Integer
|
3780
3780
|
|
3781
3781
|
attr_accessor duration_unit: Orb::Models::Price::TieredPackageWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3790,7 +3790,7 @@ module Orb
|
|
3790
3790
|
type duration_unit = :day | :month
|
3791
3791
|
|
3792
3792
|
module DurationUnit
|
3793
|
-
extend Orb::Enum
|
3793
|
+
extend Orb::Internal::Type::Enum
|
3794
3794
|
|
3795
3795
|
DAY: :day
|
3796
3796
|
MONTH: :month
|
@@ -3801,7 +3801,7 @@ module Orb
|
|
3801
3801
|
|
3802
3802
|
type item = { id: String, name: String }
|
3803
3803
|
|
3804
|
-
class Item < Orb::BaseModel
|
3804
|
+
class Item < Orb::Internal::Type::BaseModel
|
3805
3805
|
attr_accessor id: String
|
3806
3806
|
|
3807
3807
|
attr_accessor name: String
|
@@ -3814,7 +3814,7 @@ module Orb
|
|
3814
3814
|
type maximum =
|
3815
3815
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
3816
3816
|
|
3817
|
-
class Maximum < Orb::BaseModel
|
3817
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
3818
3818
|
attr_accessor applies_to_price_ids: ::Array[String]
|
3819
3819
|
|
3820
3820
|
attr_accessor maximum_amount: String
|
@@ -3830,7 +3830,7 @@ module Orb
|
|
3830
3830
|
type minimum =
|
3831
3831
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
3832
3832
|
|
3833
|
-
class Minimum < Orb::BaseModel
|
3833
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
3834
3834
|
attr_accessor applies_to_price_ids: ::Array[String]
|
3835
3835
|
|
3836
3836
|
attr_accessor minimum_amount: String
|
@@ -3846,7 +3846,7 @@ module Orb
|
|
3846
3846
|
type price_type = :usage_price | :fixed_price
|
3847
3847
|
|
3848
3848
|
module PriceType
|
3849
|
-
extend Orb::Enum
|
3849
|
+
extend Orb::Internal::Type::Enum
|
3850
3850
|
|
3851
3851
|
USAGE_PRICE: :usage_price
|
3852
3852
|
FIXED_PRICE: :fixed_price
|
@@ -3860,7 +3860,7 @@ module Orb
|
|
3860
3860
|
dimensional_price_group_id: String
|
3861
3861
|
}
|
3862
3862
|
|
3863
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
3863
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
3864
3864
|
attr_accessor dimension_values: ::Array[String]
|
3865
3865
|
|
3866
3866
|
attr_accessor dimensional_price_group_id: String
|
@@ -3902,7 +3902,7 @@ module Orb
|
|
3902
3902
|
dimensional_price_configuration: Orb::Models::Price::PackageWithAllocationPrice::DimensionalPriceConfiguration?
|
3903
3903
|
}
|
3904
3904
|
|
3905
|
-
class PackageWithAllocationPrice < Orb::BaseModel
|
3905
|
+
class PackageWithAllocationPrice < Orb::Internal::Type::BaseModel
|
3906
3906
|
attr_accessor id: String
|
3907
3907
|
|
3908
3908
|
attr_accessor billable_metric: Orb::Models::Price::PackageWithAllocationPrice::BillableMetric?
|
@@ -3982,7 +3982,7 @@ module Orb
|
|
3982
3982
|
|
3983
3983
|
type billable_metric = { id: String }
|
3984
3984
|
|
3985
|
-
class BillableMetric < Orb::BaseModel
|
3985
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
3986
3986
|
attr_accessor id: String
|
3987
3987
|
|
3988
3988
|
def initialize: (id: String) -> void
|
@@ -3996,7 +3996,7 @@ module Orb
|
|
3996
3996
|
duration_unit: Orb::Models::Price::PackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
3997
3997
|
}
|
3998
3998
|
|
3999
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3999
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4000
4000
|
attr_accessor duration: Integer
|
4001
4001
|
|
4002
4002
|
attr_accessor duration_unit: Orb::Models::Price::PackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -4011,7 +4011,7 @@ module Orb
|
|
4011
4011
|
type duration_unit = :day | :month
|
4012
4012
|
|
4013
4013
|
module DurationUnit
|
4014
|
-
extend Orb::Enum
|
4014
|
+
extend Orb::Internal::Type::Enum
|
4015
4015
|
|
4016
4016
|
DAY: :day
|
4017
4017
|
MONTH: :month
|
@@ -4024,7 +4024,7 @@ module Orb
|
|
4024
4024
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
4025
4025
|
|
4026
4026
|
module Cadence
|
4027
|
-
extend Orb::Enum
|
4027
|
+
extend Orb::Internal::Type::Enum
|
4028
4028
|
|
4029
4029
|
ONE_TIME: :one_time
|
4030
4030
|
MONTHLY: :monthly
|
@@ -4038,7 +4038,7 @@ module Orb
|
|
4038
4038
|
|
4039
4039
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
4040
4040
|
|
4041
|
-
class CreditAllocation < Orb::BaseModel
|
4041
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
4042
4042
|
attr_accessor allows_rollover: bool
|
4043
4043
|
|
4044
4044
|
attr_accessor currency: String
|
@@ -4054,7 +4054,7 @@ module Orb
|
|
4054
4054
|
duration_unit: Orb::Models::Price::PackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
4055
4055
|
}
|
4056
4056
|
|
4057
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4057
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4058
4058
|
attr_accessor duration: Integer
|
4059
4059
|
|
4060
4060
|
attr_accessor duration_unit: Orb::Models::Price::PackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4069,7 +4069,7 @@ module Orb
|
|
4069
4069
|
type duration_unit = :day | :month
|
4070
4070
|
|
4071
4071
|
module DurationUnit
|
4072
|
-
extend Orb::Enum
|
4072
|
+
extend Orb::Internal::Type::Enum
|
4073
4073
|
|
4074
4074
|
DAY: :day
|
4075
4075
|
MONTH: :month
|
@@ -4080,7 +4080,7 @@ module Orb
|
|
4080
4080
|
|
4081
4081
|
type item = { id: String, name: String }
|
4082
4082
|
|
4083
|
-
class Item < Orb::BaseModel
|
4083
|
+
class Item < Orb::Internal::Type::BaseModel
|
4084
4084
|
attr_accessor id: String
|
4085
4085
|
|
4086
4086
|
attr_accessor name: String
|
@@ -4093,7 +4093,7 @@ module Orb
|
|
4093
4093
|
type maximum =
|
4094
4094
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
4095
4095
|
|
4096
|
-
class Maximum < Orb::BaseModel
|
4096
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
4097
4097
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4098
4098
|
|
4099
4099
|
attr_accessor maximum_amount: String
|
@@ -4109,7 +4109,7 @@ module Orb
|
|
4109
4109
|
type minimum =
|
4110
4110
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
4111
4111
|
|
4112
|
-
class Minimum < Orb::BaseModel
|
4112
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
4113
4113
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4114
4114
|
|
4115
4115
|
attr_accessor minimum_amount: String
|
@@ -4125,7 +4125,7 @@ module Orb
|
|
4125
4125
|
type price_type = :usage_price | :fixed_price
|
4126
4126
|
|
4127
4127
|
module PriceType
|
4128
|
-
extend Orb::Enum
|
4128
|
+
extend Orb::Internal::Type::Enum
|
4129
4129
|
|
4130
4130
|
USAGE_PRICE: :usage_price
|
4131
4131
|
FIXED_PRICE: :fixed_price
|
@@ -4139,7 +4139,7 @@ module Orb
|
|
4139
4139
|
dimensional_price_group_id: String
|
4140
4140
|
}
|
4141
4141
|
|
4142
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
4142
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
4143
4143
|
attr_accessor dimension_values: ::Array[String]
|
4144
4144
|
|
4145
4145
|
attr_accessor dimensional_price_group_id: String
|
@@ -4181,7 +4181,7 @@ module Orb
|
|
4181
4181
|
dimensional_price_configuration: Orb::Models::Price::UnitWithPercentPrice::DimensionalPriceConfiguration?
|
4182
4182
|
}
|
4183
4183
|
|
4184
|
-
class UnitWithPercentPrice < Orb::BaseModel
|
4184
|
+
class UnitWithPercentPrice < Orb::Internal::Type::BaseModel
|
4185
4185
|
attr_accessor id: String
|
4186
4186
|
|
4187
4187
|
attr_accessor billable_metric: Orb::Models::Price::UnitWithPercentPrice::BillableMetric?
|
@@ -4261,7 +4261,7 @@ module Orb
|
|
4261
4261
|
|
4262
4262
|
type billable_metric = { id: String }
|
4263
4263
|
|
4264
|
-
class BillableMetric < Orb::BaseModel
|
4264
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
4265
4265
|
attr_accessor id: String
|
4266
4266
|
|
4267
4267
|
def initialize: (id: String) -> void
|
@@ -4275,7 +4275,7 @@ module Orb
|
|
4275
4275
|
duration_unit: Orb::Models::Price::UnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
4276
4276
|
}
|
4277
4277
|
|
4278
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4278
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4279
4279
|
attr_accessor duration: Integer
|
4280
4280
|
|
4281
4281
|
attr_accessor duration_unit: Orb::Models::Price::UnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
@@ -4290,7 +4290,7 @@ module Orb
|
|
4290
4290
|
type duration_unit = :day | :month
|
4291
4291
|
|
4292
4292
|
module DurationUnit
|
4293
|
-
extend Orb::Enum
|
4293
|
+
extend Orb::Internal::Type::Enum
|
4294
4294
|
|
4295
4295
|
DAY: :day
|
4296
4296
|
MONTH: :month
|
@@ -4303,7 +4303,7 @@ module Orb
|
|
4303
4303
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
4304
4304
|
|
4305
4305
|
module Cadence
|
4306
|
-
extend Orb::Enum
|
4306
|
+
extend Orb::Internal::Type::Enum
|
4307
4307
|
|
4308
4308
|
ONE_TIME: :one_time
|
4309
4309
|
MONTHLY: :monthly
|
@@ -4317,7 +4317,7 @@ module Orb
|
|
4317
4317
|
|
4318
4318
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
4319
4319
|
|
4320
|
-
class CreditAllocation < Orb::BaseModel
|
4320
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
4321
4321
|
attr_accessor allows_rollover: bool
|
4322
4322
|
|
4323
4323
|
attr_accessor currency: String
|
@@ -4333,7 +4333,7 @@ module Orb
|
|
4333
4333
|
duration_unit: Orb::Models::Price::UnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
4334
4334
|
}
|
4335
4335
|
|
4336
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4336
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4337
4337
|
attr_accessor duration: Integer
|
4338
4338
|
|
4339
4339
|
attr_accessor duration_unit: Orb::Models::Price::UnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4348,7 +4348,7 @@ module Orb
|
|
4348
4348
|
type duration_unit = :day | :month
|
4349
4349
|
|
4350
4350
|
module DurationUnit
|
4351
|
-
extend Orb::Enum
|
4351
|
+
extend Orb::Internal::Type::Enum
|
4352
4352
|
|
4353
4353
|
DAY: :day
|
4354
4354
|
MONTH: :month
|
@@ -4359,7 +4359,7 @@ module Orb
|
|
4359
4359
|
|
4360
4360
|
type item = { id: String, name: String }
|
4361
4361
|
|
4362
|
-
class Item < Orb::BaseModel
|
4362
|
+
class Item < Orb::Internal::Type::BaseModel
|
4363
4363
|
attr_accessor id: String
|
4364
4364
|
|
4365
4365
|
attr_accessor name: String
|
@@ -4372,7 +4372,7 @@ module Orb
|
|
4372
4372
|
type maximum =
|
4373
4373
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
4374
4374
|
|
4375
|
-
class Maximum < Orb::BaseModel
|
4375
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
4376
4376
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4377
4377
|
|
4378
4378
|
attr_accessor maximum_amount: String
|
@@ -4388,7 +4388,7 @@ module Orb
|
|
4388
4388
|
type minimum =
|
4389
4389
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
4390
4390
|
|
4391
|
-
class Minimum < Orb::BaseModel
|
4391
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
4392
4392
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4393
4393
|
|
4394
4394
|
attr_accessor minimum_amount: String
|
@@ -4404,7 +4404,7 @@ module Orb
|
|
4404
4404
|
type price_type = :usage_price | :fixed_price
|
4405
4405
|
|
4406
4406
|
module PriceType
|
4407
|
-
extend Orb::Enum
|
4407
|
+
extend Orb::Internal::Type::Enum
|
4408
4408
|
|
4409
4409
|
USAGE_PRICE: :usage_price
|
4410
4410
|
FIXED_PRICE: :fixed_price
|
@@ -4418,7 +4418,7 @@ module Orb
|
|
4418
4418
|
dimensional_price_group_id: String
|
4419
4419
|
}
|
4420
4420
|
|
4421
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
4421
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
4422
4422
|
attr_accessor dimension_values: ::Array[String]
|
4423
4423
|
|
4424
4424
|
attr_accessor dimensional_price_group_id: String
|
@@ -4460,7 +4460,7 @@ module Orb
|
|
4460
4460
|
dimensional_price_configuration: Orb::Models::Price::MatrixWithAllocationPrice::DimensionalPriceConfiguration?
|
4461
4461
|
}
|
4462
4462
|
|
4463
|
-
class MatrixWithAllocationPrice < Orb::BaseModel
|
4463
|
+
class MatrixWithAllocationPrice < Orb::Internal::Type::BaseModel
|
4464
4464
|
attr_accessor id: String
|
4465
4465
|
|
4466
4466
|
attr_accessor billable_metric: Orb::Models::Price::MatrixWithAllocationPrice::BillableMetric?
|
@@ -4540,7 +4540,7 @@ module Orb
|
|
4540
4540
|
|
4541
4541
|
type billable_metric = { id: String }
|
4542
4542
|
|
4543
|
-
class BillableMetric < Orb::BaseModel
|
4543
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
4544
4544
|
attr_accessor id: String
|
4545
4545
|
|
4546
4546
|
def initialize: (id: String) -> void
|
@@ -4554,7 +4554,7 @@ module Orb
|
|
4554
4554
|
duration_unit: Orb::Models::Price::MatrixWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
4555
4555
|
}
|
4556
4556
|
|
4557
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4557
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4558
4558
|
attr_accessor duration: Integer
|
4559
4559
|
|
4560
4560
|
attr_accessor duration_unit: Orb::Models::Price::MatrixWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -4569,7 +4569,7 @@ module Orb
|
|
4569
4569
|
type duration_unit = :day | :month
|
4570
4570
|
|
4571
4571
|
module DurationUnit
|
4572
|
-
extend Orb::Enum
|
4572
|
+
extend Orb::Internal::Type::Enum
|
4573
4573
|
|
4574
4574
|
DAY: :day
|
4575
4575
|
MONTH: :month
|
@@ -4582,7 +4582,7 @@ module Orb
|
|
4582
4582
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
4583
4583
|
|
4584
4584
|
module Cadence
|
4585
|
-
extend Orb::Enum
|
4585
|
+
extend Orb::Internal::Type::Enum
|
4586
4586
|
|
4587
4587
|
ONE_TIME: :one_time
|
4588
4588
|
MONTHLY: :monthly
|
@@ -4596,7 +4596,7 @@ module Orb
|
|
4596
4596
|
|
4597
4597
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
4598
4598
|
|
4599
|
-
class CreditAllocation < Orb::BaseModel
|
4599
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
4600
4600
|
attr_accessor allows_rollover: bool
|
4601
4601
|
|
4602
4602
|
attr_accessor currency: String
|
@@ -4612,7 +4612,7 @@ module Orb
|
|
4612
4612
|
duration_unit: Orb::Models::Price::MatrixWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
4613
4613
|
}
|
4614
4614
|
|
4615
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4615
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4616
4616
|
attr_accessor duration: Integer
|
4617
4617
|
|
4618
4618
|
attr_accessor duration_unit: Orb::Models::Price::MatrixWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4627,7 +4627,7 @@ module Orb
|
|
4627
4627
|
type duration_unit = :day | :month
|
4628
4628
|
|
4629
4629
|
module DurationUnit
|
4630
|
-
extend Orb::Enum
|
4630
|
+
extend Orb::Internal::Type::Enum
|
4631
4631
|
|
4632
4632
|
DAY: :day
|
4633
4633
|
MONTH: :month
|
@@ -4638,7 +4638,7 @@ module Orb
|
|
4638
4638
|
|
4639
4639
|
type item = { id: String, name: String }
|
4640
4640
|
|
4641
|
-
class Item < Orb::BaseModel
|
4641
|
+
class Item < Orb::Internal::Type::BaseModel
|
4642
4642
|
attr_accessor id: String
|
4643
4643
|
|
4644
4644
|
attr_accessor name: String
|
@@ -4656,7 +4656,7 @@ module Orb
|
|
4656
4656
|
matrix_values: ::Array[Orb::Models::Price::MatrixWithAllocationPrice::MatrixWithAllocationConfig::MatrixValue]
|
4657
4657
|
}
|
4658
4658
|
|
4659
|
-
class MatrixWithAllocationConfig < Orb::BaseModel
|
4659
|
+
class MatrixWithAllocationConfig < Orb::Internal::Type::BaseModel
|
4660
4660
|
attr_accessor allocation: Float
|
4661
4661
|
|
4662
4662
|
attr_accessor default_unit_amount: String
|
@@ -4677,7 +4677,7 @@ module Orb
|
|
4677
4677
|
type matrix_value =
|
4678
4678
|
{ dimension_values: ::Array[String?], unit_amount: String }
|
4679
4679
|
|
4680
|
-
class MatrixValue < Orb::BaseModel
|
4680
|
+
class MatrixValue < Orb::Internal::Type::BaseModel
|
4681
4681
|
attr_accessor dimension_values: ::Array[String?]
|
4682
4682
|
|
4683
4683
|
attr_accessor unit_amount: String
|
@@ -4694,7 +4694,7 @@ module Orb
|
|
4694
4694
|
type maximum =
|
4695
4695
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
4696
4696
|
|
4697
|
-
class Maximum < Orb::BaseModel
|
4697
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
4698
4698
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4699
4699
|
|
4700
4700
|
attr_accessor maximum_amount: String
|
@@ -4710,7 +4710,7 @@ module Orb
|
|
4710
4710
|
type minimum =
|
4711
4711
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
4712
4712
|
|
4713
|
-
class Minimum < Orb::BaseModel
|
4713
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
4714
4714
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4715
4715
|
|
4716
4716
|
attr_accessor minimum_amount: String
|
@@ -4726,7 +4726,7 @@ module Orb
|
|
4726
4726
|
type price_type = :usage_price | :fixed_price
|
4727
4727
|
|
4728
4728
|
module PriceType
|
4729
|
-
extend Orb::Enum
|
4729
|
+
extend Orb::Internal::Type::Enum
|
4730
4730
|
|
4731
4731
|
USAGE_PRICE: :usage_price
|
4732
4732
|
FIXED_PRICE: :fixed_price
|
@@ -4740,7 +4740,7 @@ module Orb
|
|
4740
4740
|
dimensional_price_group_id: String
|
4741
4741
|
}
|
4742
4742
|
|
4743
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
4743
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
4744
4744
|
attr_accessor dimension_values: ::Array[String]
|
4745
4745
|
|
4746
4746
|
attr_accessor dimensional_price_group_id: String
|
@@ -4782,7 +4782,7 @@ module Orb
|
|
4782
4782
|
dimensional_price_configuration: Orb::Models::Price::TieredWithProrationPrice::DimensionalPriceConfiguration?
|
4783
4783
|
}
|
4784
4784
|
|
4785
|
-
class TieredWithProrationPrice < Orb::BaseModel
|
4785
|
+
class TieredWithProrationPrice < Orb::Internal::Type::BaseModel
|
4786
4786
|
attr_accessor id: String
|
4787
4787
|
|
4788
4788
|
attr_accessor billable_metric: Orb::Models::Price::TieredWithProrationPrice::BillableMetric?
|
@@ -4862,7 +4862,7 @@ module Orb
|
|
4862
4862
|
|
4863
4863
|
type billable_metric = { id: String }
|
4864
4864
|
|
4865
|
-
class BillableMetric < Orb::BaseModel
|
4865
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
4866
4866
|
attr_accessor id: String
|
4867
4867
|
|
4868
4868
|
def initialize: (id: String) -> void
|
@@ -4876,7 +4876,7 @@ module Orb
|
|
4876
4876
|
duration_unit: Orb::Models::Price::TieredWithProrationPrice::BillingCycleConfiguration::duration_unit
|
4877
4877
|
}
|
4878
4878
|
|
4879
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4879
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4880
4880
|
attr_accessor duration: Integer
|
4881
4881
|
|
4882
4882
|
attr_accessor duration_unit: Orb::Models::Price::TieredWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -4891,7 +4891,7 @@ module Orb
|
|
4891
4891
|
type duration_unit = :day | :month
|
4892
4892
|
|
4893
4893
|
module DurationUnit
|
4894
|
-
extend Orb::Enum
|
4894
|
+
extend Orb::Internal::Type::Enum
|
4895
4895
|
|
4896
4896
|
DAY: :day
|
4897
4897
|
MONTH: :month
|
@@ -4904,7 +4904,7 @@ module Orb
|
|
4904
4904
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
4905
4905
|
|
4906
4906
|
module Cadence
|
4907
|
-
extend Orb::Enum
|
4907
|
+
extend Orb::Internal::Type::Enum
|
4908
4908
|
|
4909
4909
|
ONE_TIME: :one_time
|
4910
4910
|
MONTHLY: :monthly
|
@@ -4918,7 +4918,7 @@ module Orb
|
|
4918
4918
|
|
4919
4919
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
4920
4920
|
|
4921
|
-
class CreditAllocation < Orb::BaseModel
|
4921
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
4922
4922
|
attr_accessor allows_rollover: bool
|
4923
4923
|
|
4924
4924
|
attr_accessor currency: String
|
@@ -4934,7 +4934,7 @@ module Orb
|
|
4934
4934
|
duration_unit: Orb::Models::Price::TieredWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
4935
4935
|
}
|
4936
4936
|
|
4937
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4937
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4938
4938
|
attr_accessor duration: Integer
|
4939
4939
|
|
4940
4940
|
attr_accessor duration_unit: Orb::Models::Price::TieredWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4949,7 +4949,7 @@ module Orb
|
|
4949
4949
|
type duration_unit = :day | :month
|
4950
4950
|
|
4951
4951
|
module DurationUnit
|
4952
|
-
extend Orb::Enum
|
4952
|
+
extend Orb::Internal::Type::Enum
|
4953
4953
|
|
4954
4954
|
DAY: :day
|
4955
4955
|
MONTH: :month
|
@@ -4960,7 +4960,7 @@ module Orb
|
|
4960
4960
|
|
4961
4961
|
type item = { id: String, name: String }
|
4962
4962
|
|
4963
|
-
class Item < Orb::BaseModel
|
4963
|
+
class Item < Orb::Internal::Type::BaseModel
|
4964
4964
|
attr_accessor id: String
|
4965
4965
|
|
4966
4966
|
attr_accessor name: String
|
@@ -4973,7 +4973,7 @@ module Orb
|
|
4973
4973
|
type maximum =
|
4974
4974
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
4975
4975
|
|
4976
|
-
class Maximum < Orb::BaseModel
|
4976
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
4977
4977
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4978
4978
|
|
4979
4979
|
attr_accessor maximum_amount: String
|
@@ -4989,7 +4989,7 @@ module Orb
|
|
4989
4989
|
type minimum =
|
4990
4990
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
4991
4991
|
|
4992
|
-
class Minimum < Orb::BaseModel
|
4992
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
4993
4993
|
attr_accessor applies_to_price_ids: ::Array[String]
|
4994
4994
|
|
4995
4995
|
attr_accessor minimum_amount: String
|
@@ -5005,7 +5005,7 @@ module Orb
|
|
5005
5005
|
type price_type = :usage_price | :fixed_price
|
5006
5006
|
|
5007
5007
|
module PriceType
|
5008
|
-
extend Orb::Enum
|
5008
|
+
extend Orb::Internal::Type::Enum
|
5009
5009
|
|
5010
5010
|
USAGE_PRICE: :usage_price
|
5011
5011
|
FIXED_PRICE: :fixed_price
|
@@ -5019,7 +5019,7 @@ module Orb
|
|
5019
5019
|
dimensional_price_group_id: String
|
5020
5020
|
}
|
5021
5021
|
|
5022
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
5022
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
5023
5023
|
attr_accessor dimension_values: ::Array[String]
|
5024
5024
|
|
5025
5025
|
attr_accessor dimensional_price_group_id: String
|
@@ -5061,7 +5061,7 @@ module Orb
|
|
5061
5061
|
dimensional_price_configuration: Orb::Models::Price::UnitWithProrationPrice::DimensionalPriceConfiguration?
|
5062
5062
|
}
|
5063
5063
|
|
5064
|
-
class UnitWithProrationPrice < Orb::BaseModel
|
5064
|
+
class UnitWithProrationPrice < Orb::Internal::Type::BaseModel
|
5065
5065
|
attr_accessor id: String
|
5066
5066
|
|
5067
5067
|
attr_accessor billable_metric: Orb::Models::Price::UnitWithProrationPrice::BillableMetric?
|
@@ -5141,7 +5141,7 @@ module Orb
|
|
5141
5141
|
|
5142
5142
|
type billable_metric = { id: String }
|
5143
5143
|
|
5144
|
-
class BillableMetric < Orb::BaseModel
|
5144
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
5145
5145
|
attr_accessor id: String
|
5146
5146
|
|
5147
5147
|
def initialize: (id: String) -> void
|
@@ -5155,7 +5155,7 @@ module Orb
|
|
5155
5155
|
duration_unit: Orb::Models::Price::UnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
5156
5156
|
}
|
5157
5157
|
|
5158
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5158
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5159
5159
|
attr_accessor duration: Integer
|
5160
5160
|
|
5161
5161
|
attr_accessor duration_unit: Orb::Models::Price::UnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -5170,7 +5170,7 @@ module Orb
|
|
5170
5170
|
type duration_unit = :day | :month
|
5171
5171
|
|
5172
5172
|
module DurationUnit
|
5173
|
-
extend Orb::Enum
|
5173
|
+
extend Orb::Internal::Type::Enum
|
5174
5174
|
|
5175
5175
|
DAY: :day
|
5176
5176
|
MONTH: :month
|
@@ -5183,7 +5183,7 @@ module Orb
|
|
5183
5183
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
5184
5184
|
|
5185
5185
|
module Cadence
|
5186
|
-
extend Orb::Enum
|
5186
|
+
extend Orb::Internal::Type::Enum
|
5187
5187
|
|
5188
5188
|
ONE_TIME: :one_time
|
5189
5189
|
MONTHLY: :monthly
|
@@ -5197,7 +5197,7 @@ module Orb
|
|
5197
5197
|
|
5198
5198
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
5199
5199
|
|
5200
|
-
class CreditAllocation < Orb::BaseModel
|
5200
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
5201
5201
|
attr_accessor allows_rollover: bool
|
5202
5202
|
|
5203
5203
|
attr_accessor currency: String
|
@@ -5213,7 +5213,7 @@ module Orb
|
|
5213
5213
|
duration_unit: Orb::Models::Price::UnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
5214
5214
|
}
|
5215
5215
|
|
5216
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5216
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5217
5217
|
attr_accessor duration: Integer
|
5218
5218
|
|
5219
5219
|
attr_accessor duration_unit: Orb::Models::Price::UnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5228,7 +5228,7 @@ module Orb
|
|
5228
5228
|
type duration_unit = :day | :month
|
5229
5229
|
|
5230
5230
|
module DurationUnit
|
5231
|
-
extend Orb::Enum
|
5231
|
+
extend Orb::Internal::Type::Enum
|
5232
5232
|
|
5233
5233
|
DAY: :day
|
5234
5234
|
MONTH: :month
|
@@ -5239,7 +5239,7 @@ module Orb
|
|
5239
5239
|
|
5240
5240
|
type item = { id: String, name: String }
|
5241
5241
|
|
5242
|
-
class Item < Orb::BaseModel
|
5242
|
+
class Item < Orb::Internal::Type::BaseModel
|
5243
5243
|
attr_accessor id: String
|
5244
5244
|
|
5245
5245
|
attr_accessor name: String
|
@@ -5252,7 +5252,7 @@ module Orb
|
|
5252
5252
|
type maximum =
|
5253
5253
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
5254
5254
|
|
5255
|
-
class Maximum < Orb::BaseModel
|
5255
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
5256
5256
|
attr_accessor applies_to_price_ids: ::Array[String]
|
5257
5257
|
|
5258
5258
|
attr_accessor maximum_amount: String
|
@@ -5268,7 +5268,7 @@ module Orb
|
|
5268
5268
|
type minimum =
|
5269
5269
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
5270
5270
|
|
5271
|
-
class Minimum < Orb::BaseModel
|
5271
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
5272
5272
|
attr_accessor applies_to_price_ids: ::Array[String]
|
5273
5273
|
|
5274
5274
|
attr_accessor minimum_amount: String
|
@@ -5284,7 +5284,7 @@ module Orb
|
|
5284
5284
|
type price_type = :usage_price | :fixed_price
|
5285
5285
|
|
5286
5286
|
module PriceType
|
5287
|
-
extend Orb::Enum
|
5287
|
+
extend Orb::Internal::Type::Enum
|
5288
5288
|
|
5289
5289
|
USAGE_PRICE: :usage_price
|
5290
5290
|
FIXED_PRICE: :fixed_price
|
@@ -5298,7 +5298,7 @@ module Orb
|
|
5298
5298
|
dimensional_price_group_id: String
|
5299
5299
|
}
|
5300
5300
|
|
5301
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
5301
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
5302
5302
|
attr_accessor dimension_values: ::Array[String]
|
5303
5303
|
|
5304
5304
|
attr_accessor dimensional_price_group_id: String
|
@@ -5340,7 +5340,7 @@ module Orb
|
|
5340
5340
|
dimensional_price_configuration: Orb::Models::Price::GroupedAllocationPrice::DimensionalPriceConfiguration?
|
5341
5341
|
}
|
5342
5342
|
|
5343
|
-
class GroupedAllocationPrice < Orb::BaseModel
|
5343
|
+
class GroupedAllocationPrice < Orb::Internal::Type::BaseModel
|
5344
5344
|
attr_accessor id: String
|
5345
5345
|
|
5346
5346
|
attr_accessor billable_metric: Orb::Models::Price::GroupedAllocationPrice::BillableMetric?
|
@@ -5420,7 +5420,7 @@ module Orb
|
|
5420
5420
|
|
5421
5421
|
type billable_metric = { id: String }
|
5422
5422
|
|
5423
|
-
class BillableMetric < Orb::BaseModel
|
5423
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
5424
5424
|
attr_accessor id: String
|
5425
5425
|
|
5426
5426
|
def initialize: (id: String) -> void
|
@@ -5434,7 +5434,7 @@ module Orb
|
|
5434
5434
|
duration_unit: Orb::Models::Price::GroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
5435
5435
|
}
|
5436
5436
|
|
5437
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5437
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5438
5438
|
attr_accessor duration: Integer
|
5439
5439
|
|
5440
5440
|
attr_accessor duration_unit: Orb::Models::Price::GroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -5449,7 +5449,7 @@ module Orb
|
|
5449
5449
|
type duration_unit = :day | :month
|
5450
5450
|
|
5451
5451
|
module DurationUnit
|
5452
|
-
extend Orb::Enum
|
5452
|
+
extend Orb::Internal::Type::Enum
|
5453
5453
|
|
5454
5454
|
DAY: :day
|
5455
5455
|
MONTH: :month
|
@@ -5462,7 +5462,7 @@ module Orb
|
|
5462
5462
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
5463
5463
|
|
5464
5464
|
module Cadence
|
5465
|
-
extend Orb::Enum
|
5465
|
+
extend Orb::Internal::Type::Enum
|
5466
5466
|
|
5467
5467
|
ONE_TIME: :one_time
|
5468
5468
|
MONTHLY: :monthly
|
@@ -5476,7 +5476,7 @@ module Orb
|
|
5476
5476
|
|
5477
5477
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
5478
5478
|
|
5479
|
-
class CreditAllocation < Orb::BaseModel
|
5479
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
5480
5480
|
attr_accessor allows_rollover: bool
|
5481
5481
|
|
5482
5482
|
attr_accessor currency: String
|
@@ -5492,7 +5492,7 @@ module Orb
|
|
5492
5492
|
duration_unit: Orb::Models::Price::GroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
5493
5493
|
}
|
5494
5494
|
|
5495
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5495
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5496
5496
|
attr_accessor duration: Integer
|
5497
5497
|
|
5498
5498
|
attr_accessor duration_unit: Orb::Models::Price::GroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5507,7 +5507,7 @@ module Orb
|
|
5507
5507
|
type duration_unit = :day | :month
|
5508
5508
|
|
5509
5509
|
module DurationUnit
|
5510
|
-
extend Orb::Enum
|
5510
|
+
extend Orb::Internal::Type::Enum
|
5511
5511
|
|
5512
5512
|
DAY: :day
|
5513
5513
|
MONTH: :month
|
@@ -5518,7 +5518,7 @@ module Orb
|
|
5518
5518
|
|
5519
5519
|
type item = { id: String, name: String }
|
5520
5520
|
|
5521
|
-
class Item < Orb::BaseModel
|
5521
|
+
class Item < Orb::Internal::Type::BaseModel
|
5522
5522
|
attr_accessor id: String
|
5523
5523
|
|
5524
5524
|
attr_accessor name: String
|
@@ -5531,7 +5531,7 @@ module Orb
|
|
5531
5531
|
type maximum =
|
5532
5532
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
5533
5533
|
|
5534
|
-
class Maximum < Orb::BaseModel
|
5534
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
5535
5535
|
attr_accessor applies_to_price_ids: ::Array[String]
|
5536
5536
|
|
5537
5537
|
attr_accessor maximum_amount: String
|
@@ -5547,7 +5547,7 @@ module Orb
|
|
5547
5547
|
type minimum =
|
5548
5548
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
5549
5549
|
|
5550
|
-
class Minimum < Orb::BaseModel
|
5550
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
5551
5551
|
attr_accessor applies_to_price_ids: ::Array[String]
|
5552
5552
|
|
5553
5553
|
attr_accessor minimum_amount: String
|
@@ -5563,7 +5563,7 @@ module Orb
|
|
5563
5563
|
type price_type = :usage_price | :fixed_price
|
5564
5564
|
|
5565
5565
|
module PriceType
|
5566
|
-
extend Orb::Enum
|
5566
|
+
extend Orb::Internal::Type::Enum
|
5567
5567
|
|
5568
5568
|
USAGE_PRICE: :usage_price
|
5569
5569
|
FIXED_PRICE: :fixed_price
|
@@ -5577,7 +5577,7 @@ module Orb
|
|
5577
5577
|
dimensional_price_group_id: String
|
5578
5578
|
}
|
5579
5579
|
|
5580
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
5580
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
5581
5581
|
attr_accessor dimension_values: ::Array[String]
|
5582
5582
|
|
5583
5583
|
attr_accessor dimensional_price_group_id: String
|
@@ -5619,7 +5619,7 @@ module Orb
|
|
5619
5619
|
dimensional_price_configuration: Orb::Models::Price::GroupedWithProratedMinimumPrice::DimensionalPriceConfiguration?
|
5620
5620
|
}
|
5621
5621
|
|
5622
|
-
class GroupedWithProratedMinimumPrice < Orb::BaseModel
|
5622
|
+
class GroupedWithProratedMinimumPrice < Orb::Internal::Type::BaseModel
|
5623
5623
|
attr_accessor id: String
|
5624
5624
|
|
5625
5625
|
attr_accessor billable_metric: Orb::Models::Price::GroupedWithProratedMinimumPrice::BillableMetric?
|
@@ -5699,7 +5699,7 @@ module Orb
|
|
5699
5699
|
|
5700
5700
|
type billable_metric = { id: String }
|
5701
5701
|
|
5702
|
-
class BillableMetric < Orb::BaseModel
|
5702
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
5703
5703
|
attr_accessor id: String
|
5704
5704
|
|
5705
5705
|
def initialize: (id: String) -> void
|
@@ -5713,7 +5713,7 @@ module Orb
|
|
5713
5713
|
duration_unit: Orb::Models::Price::GroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
5714
5714
|
}
|
5715
5715
|
|
5716
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5716
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5717
5717
|
attr_accessor duration: Integer
|
5718
5718
|
|
5719
5719
|
attr_accessor duration_unit: Orb::Models::Price::GroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -5728,7 +5728,7 @@ module Orb
|
|
5728
5728
|
type duration_unit = :day | :month
|
5729
5729
|
|
5730
5730
|
module DurationUnit
|
5731
|
-
extend Orb::Enum
|
5731
|
+
extend Orb::Internal::Type::Enum
|
5732
5732
|
|
5733
5733
|
DAY: :day
|
5734
5734
|
MONTH: :month
|
@@ -5741,7 +5741,7 @@ module Orb
|
|
5741
5741
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
5742
5742
|
|
5743
5743
|
module Cadence
|
5744
|
-
extend Orb::Enum
|
5744
|
+
extend Orb::Internal::Type::Enum
|
5745
5745
|
|
5746
5746
|
ONE_TIME: :one_time
|
5747
5747
|
MONTHLY: :monthly
|
@@ -5755,7 +5755,7 @@ module Orb
|
|
5755
5755
|
|
5756
5756
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
5757
5757
|
|
5758
|
-
class CreditAllocation < Orb::BaseModel
|
5758
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
5759
5759
|
attr_accessor allows_rollover: bool
|
5760
5760
|
|
5761
5761
|
attr_accessor currency: String
|
@@ -5771,7 +5771,7 @@ module Orb
|
|
5771
5771
|
duration_unit: Orb::Models::Price::GroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
5772
5772
|
}
|
5773
5773
|
|
5774
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5774
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5775
5775
|
attr_accessor duration: Integer
|
5776
5776
|
|
5777
5777
|
attr_accessor duration_unit: Orb::Models::Price::GroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5786,7 +5786,7 @@ module Orb
|
|
5786
5786
|
type duration_unit = :day | :month
|
5787
5787
|
|
5788
5788
|
module DurationUnit
|
5789
|
-
extend Orb::Enum
|
5789
|
+
extend Orb::Internal::Type::Enum
|
5790
5790
|
|
5791
5791
|
DAY: :day
|
5792
5792
|
MONTH: :month
|
@@ -5797,7 +5797,7 @@ module Orb
|
|
5797
5797
|
|
5798
5798
|
type item = { id: String, name: String }
|
5799
5799
|
|
5800
|
-
class Item < Orb::BaseModel
|
5800
|
+
class Item < Orb::Internal::Type::BaseModel
|
5801
5801
|
attr_accessor id: String
|
5802
5802
|
|
5803
5803
|
attr_accessor name: String
|
@@ -5810,7 +5810,7 @@ module Orb
|
|
5810
5810
|
type maximum =
|
5811
5811
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
5812
5812
|
|
5813
|
-
class Maximum < Orb::BaseModel
|
5813
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
5814
5814
|
attr_accessor applies_to_price_ids: ::Array[String]
|
5815
5815
|
|
5816
5816
|
attr_accessor maximum_amount: String
|
@@ -5826,7 +5826,7 @@ module Orb
|
|
5826
5826
|
type minimum =
|
5827
5827
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
5828
5828
|
|
5829
|
-
class Minimum < Orb::BaseModel
|
5829
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
5830
5830
|
attr_accessor applies_to_price_ids: ::Array[String]
|
5831
5831
|
|
5832
5832
|
attr_accessor minimum_amount: String
|
@@ -5842,7 +5842,7 @@ module Orb
|
|
5842
5842
|
type price_type = :usage_price | :fixed_price
|
5843
5843
|
|
5844
5844
|
module PriceType
|
5845
|
-
extend Orb::Enum
|
5845
|
+
extend Orb::Internal::Type::Enum
|
5846
5846
|
|
5847
5847
|
USAGE_PRICE: :usage_price
|
5848
5848
|
FIXED_PRICE: :fixed_price
|
@@ -5856,7 +5856,7 @@ module Orb
|
|
5856
5856
|
dimensional_price_group_id: String
|
5857
5857
|
}
|
5858
5858
|
|
5859
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
5859
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
5860
5860
|
attr_accessor dimension_values: ::Array[String]
|
5861
5861
|
|
5862
5862
|
attr_accessor dimensional_price_group_id: String
|
@@ -5898,7 +5898,7 @@ module Orb
|
|
5898
5898
|
dimensional_price_configuration: Orb::Models::Price::GroupedWithMeteredMinimumPrice::DimensionalPriceConfiguration?
|
5899
5899
|
}
|
5900
5900
|
|
5901
|
-
class GroupedWithMeteredMinimumPrice < Orb::BaseModel
|
5901
|
+
class GroupedWithMeteredMinimumPrice < Orb::Internal::Type::BaseModel
|
5902
5902
|
attr_accessor id: String
|
5903
5903
|
|
5904
5904
|
attr_accessor billable_metric: Orb::Models::Price::GroupedWithMeteredMinimumPrice::BillableMetric?
|
@@ -5978,7 +5978,7 @@ module Orb
|
|
5978
5978
|
|
5979
5979
|
type billable_metric = { id: String }
|
5980
5980
|
|
5981
|
-
class BillableMetric < Orb::BaseModel
|
5981
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
5982
5982
|
attr_accessor id: String
|
5983
5983
|
|
5984
5984
|
def initialize: (id: String) -> void
|
@@ -5992,7 +5992,7 @@ module Orb
|
|
5992
5992
|
duration_unit: Orb::Models::Price::GroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
5993
5993
|
}
|
5994
5994
|
|
5995
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5995
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5996
5996
|
attr_accessor duration: Integer
|
5997
5997
|
|
5998
5998
|
attr_accessor duration_unit: Orb::Models::Price::GroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -6007,7 +6007,7 @@ module Orb
|
|
6007
6007
|
type duration_unit = :day | :month
|
6008
6008
|
|
6009
6009
|
module DurationUnit
|
6010
|
-
extend Orb::Enum
|
6010
|
+
extend Orb::Internal::Type::Enum
|
6011
6011
|
|
6012
6012
|
DAY: :day
|
6013
6013
|
MONTH: :month
|
@@ -6020,7 +6020,7 @@ module Orb
|
|
6020
6020
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
6021
6021
|
|
6022
6022
|
module Cadence
|
6023
|
-
extend Orb::Enum
|
6023
|
+
extend Orb::Internal::Type::Enum
|
6024
6024
|
|
6025
6025
|
ONE_TIME: :one_time
|
6026
6026
|
MONTHLY: :monthly
|
@@ -6034,7 +6034,7 @@ module Orb
|
|
6034
6034
|
|
6035
6035
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
6036
6036
|
|
6037
|
-
class CreditAllocation < Orb::BaseModel
|
6037
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
6038
6038
|
attr_accessor allows_rollover: bool
|
6039
6039
|
|
6040
6040
|
attr_accessor currency: String
|
@@ -6050,7 +6050,7 @@ module Orb
|
|
6050
6050
|
duration_unit: Orb::Models::Price::GroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
6051
6051
|
}
|
6052
6052
|
|
6053
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6053
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6054
6054
|
attr_accessor duration: Integer
|
6055
6055
|
|
6056
6056
|
attr_accessor duration_unit: Orb::Models::Price::GroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6065,7 +6065,7 @@ module Orb
|
|
6065
6065
|
type duration_unit = :day | :month
|
6066
6066
|
|
6067
6067
|
module DurationUnit
|
6068
|
-
extend Orb::Enum
|
6068
|
+
extend Orb::Internal::Type::Enum
|
6069
6069
|
|
6070
6070
|
DAY: :day
|
6071
6071
|
MONTH: :month
|
@@ -6076,7 +6076,7 @@ module Orb
|
|
6076
6076
|
|
6077
6077
|
type item = { id: String, name: String }
|
6078
6078
|
|
6079
|
-
class Item < Orb::BaseModel
|
6079
|
+
class Item < Orb::Internal::Type::BaseModel
|
6080
6080
|
attr_accessor id: String
|
6081
6081
|
|
6082
6082
|
attr_accessor name: String
|
@@ -6089,7 +6089,7 @@ module Orb
|
|
6089
6089
|
type maximum =
|
6090
6090
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
6091
6091
|
|
6092
|
-
class Maximum < Orb::BaseModel
|
6092
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
6093
6093
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6094
6094
|
|
6095
6095
|
attr_accessor maximum_amount: String
|
@@ -6105,7 +6105,7 @@ module Orb
|
|
6105
6105
|
type minimum =
|
6106
6106
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
6107
6107
|
|
6108
|
-
class Minimum < Orb::BaseModel
|
6108
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
6109
6109
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6110
6110
|
|
6111
6111
|
attr_accessor minimum_amount: String
|
@@ -6121,7 +6121,7 @@ module Orb
|
|
6121
6121
|
type price_type = :usage_price | :fixed_price
|
6122
6122
|
|
6123
6123
|
module PriceType
|
6124
|
-
extend Orb::Enum
|
6124
|
+
extend Orb::Internal::Type::Enum
|
6125
6125
|
|
6126
6126
|
USAGE_PRICE: :usage_price
|
6127
6127
|
FIXED_PRICE: :fixed_price
|
@@ -6135,7 +6135,7 @@ module Orb
|
|
6135
6135
|
dimensional_price_group_id: String
|
6136
6136
|
}
|
6137
6137
|
|
6138
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
6138
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
6139
6139
|
attr_accessor dimension_values: ::Array[String]
|
6140
6140
|
|
6141
6141
|
attr_accessor dimensional_price_group_id: String
|
@@ -6177,7 +6177,7 @@ module Orb
|
|
6177
6177
|
dimensional_price_configuration: Orb::Models::Price::MatrixWithDisplayNamePrice::DimensionalPriceConfiguration?
|
6178
6178
|
}
|
6179
6179
|
|
6180
|
-
class MatrixWithDisplayNamePrice < Orb::BaseModel
|
6180
|
+
class MatrixWithDisplayNamePrice < Orb::Internal::Type::BaseModel
|
6181
6181
|
attr_accessor id: String
|
6182
6182
|
|
6183
6183
|
attr_accessor billable_metric: Orb::Models::Price::MatrixWithDisplayNamePrice::BillableMetric?
|
@@ -6257,7 +6257,7 @@ module Orb
|
|
6257
6257
|
|
6258
6258
|
type billable_metric = { id: String }
|
6259
6259
|
|
6260
|
-
class BillableMetric < Orb::BaseModel
|
6260
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
6261
6261
|
attr_accessor id: String
|
6262
6262
|
|
6263
6263
|
def initialize: (id: String) -> void
|
@@ -6271,7 +6271,7 @@ module Orb
|
|
6271
6271
|
duration_unit: Orb::Models::Price::MatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
6272
6272
|
}
|
6273
6273
|
|
6274
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6274
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6275
6275
|
attr_accessor duration: Integer
|
6276
6276
|
|
6277
6277
|
attr_accessor duration_unit: Orb::Models::Price::MatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
@@ -6286,7 +6286,7 @@ module Orb
|
|
6286
6286
|
type duration_unit = :day | :month
|
6287
6287
|
|
6288
6288
|
module DurationUnit
|
6289
|
-
extend Orb::Enum
|
6289
|
+
extend Orb::Internal::Type::Enum
|
6290
6290
|
|
6291
6291
|
DAY: :day
|
6292
6292
|
MONTH: :month
|
@@ -6299,7 +6299,7 @@ module Orb
|
|
6299
6299
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
6300
6300
|
|
6301
6301
|
module Cadence
|
6302
|
-
extend Orb::Enum
|
6302
|
+
extend Orb::Internal::Type::Enum
|
6303
6303
|
|
6304
6304
|
ONE_TIME: :one_time
|
6305
6305
|
MONTHLY: :monthly
|
@@ -6313,7 +6313,7 @@ module Orb
|
|
6313
6313
|
|
6314
6314
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
6315
6315
|
|
6316
|
-
class CreditAllocation < Orb::BaseModel
|
6316
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
6317
6317
|
attr_accessor allows_rollover: bool
|
6318
6318
|
|
6319
6319
|
attr_accessor currency: String
|
@@ -6329,7 +6329,7 @@ module Orb
|
|
6329
6329
|
duration_unit: Orb::Models::Price::MatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
6330
6330
|
}
|
6331
6331
|
|
6332
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6332
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6333
6333
|
attr_accessor duration: Integer
|
6334
6334
|
|
6335
6335
|
attr_accessor duration_unit: Orb::Models::Price::MatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6344,7 +6344,7 @@ module Orb
|
|
6344
6344
|
type duration_unit = :day | :month
|
6345
6345
|
|
6346
6346
|
module DurationUnit
|
6347
|
-
extend Orb::Enum
|
6347
|
+
extend Orb::Internal::Type::Enum
|
6348
6348
|
|
6349
6349
|
DAY: :day
|
6350
6350
|
MONTH: :month
|
@@ -6355,7 +6355,7 @@ module Orb
|
|
6355
6355
|
|
6356
6356
|
type item = { id: String, name: String }
|
6357
6357
|
|
6358
|
-
class Item < Orb::BaseModel
|
6358
|
+
class Item < Orb::Internal::Type::BaseModel
|
6359
6359
|
attr_accessor id: String
|
6360
6360
|
|
6361
6361
|
attr_accessor name: String
|
@@ -6368,7 +6368,7 @@ module Orb
|
|
6368
6368
|
type maximum =
|
6369
6369
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
6370
6370
|
|
6371
|
-
class Maximum < Orb::BaseModel
|
6371
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
6372
6372
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6373
6373
|
|
6374
6374
|
attr_accessor maximum_amount: String
|
@@ -6384,7 +6384,7 @@ module Orb
|
|
6384
6384
|
type minimum =
|
6385
6385
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
6386
6386
|
|
6387
|
-
class Minimum < Orb::BaseModel
|
6387
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
6388
6388
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6389
6389
|
|
6390
6390
|
attr_accessor minimum_amount: String
|
@@ -6400,7 +6400,7 @@ module Orb
|
|
6400
6400
|
type price_type = :usage_price | :fixed_price
|
6401
6401
|
|
6402
6402
|
module PriceType
|
6403
|
-
extend Orb::Enum
|
6403
|
+
extend Orb::Internal::Type::Enum
|
6404
6404
|
|
6405
6405
|
USAGE_PRICE: :usage_price
|
6406
6406
|
FIXED_PRICE: :fixed_price
|
@@ -6414,7 +6414,7 @@ module Orb
|
|
6414
6414
|
dimensional_price_group_id: String
|
6415
6415
|
}
|
6416
6416
|
|
6417
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
6417
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
6418
6418
|
attr_accessor dimension_values: ::Array[String]
|
6419
6419
|
|
6420
6420
|
attr_accessor dimensional_price_group_id: String
|
@@ -6456,7 +6456,7 @@ module Orb
|
|
6456
6456
|
dimensional_price_configuration: Orb::Models::Price::BulkWithProrationPrice::DimensionalPriceConfiguration?
|
6457
6457
|
}
|
6458
6458
|
|
6459
|
-
class BulkWithProrationPrice < Orb::BaseModel
|
6459
|
+
class BulkWithProrationPrice < Orb::Internal::Type::BaseModel
|
6460
6460
|
attr_accessor id: String
|
6461
6461
|
|
6462
6462
|
attr_accessor billable_metric: Orb::Models::Price::BulkWithProrationPrice::BillableMetric?
|
@@ -6536,7 +6536,7 @@ module Orb
|
|
6536
6536
|
|
6537
6537
|
type billable_metric = { id: String }
|
6538
6538
|
|
6539
|
-
class BillableMetric < Orb::BaseModel
|
6539
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
6540
6540
|
attr_accessor id: String
|
6541
6541
|
|
6542
6542
|
def initialize: (id: String) -> void
|
@@ -6550,7 +6550,7 @@ module Orb
|
|
6550
6550
|
duration_unit: Orb::Models::Price::BulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
6551
6551
|
}
|
6552
6552
|
|
6553
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6553
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6554
6554
|
attr_accessor duration: Integer
|
6555
6555
|
|
6556
6556
|
attr_accessor duration_unit: Orb::Models::Price::BulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -6565,7 +6565,7 @@ module Orb
|
|
6565
6565
|
type duration_unit = :day | :month
|
6566
6566
|
|
6567
6567
|
module DurationUnit
|
6568
|
-
extend Orb::Enum
|
6568
|
+
extend Orb::Internal::Type::Enum
|
6569
6569
|
|
6570
6570
|
DAY: :day
|
6571
6571
|
MONTH: :month
|
@@ -6578,7 +6578,7 @@ module Orb
|
|
6578
6578
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
6579
6579
|
|
6580
6580
|
module Cadence
|
6581
|
-
extend Orb::Enum
|
6581
|
+
extend Orb::Internal::Type::Enum
|
6582
6582
|
|
6583
6583
|
ONE_TIME: :one_time
|
6584
6584
|
MONTHLY: :monthly
|
@@ -6592,7 +6592,7 @@ module Orb
|
|
6592
6592
|
|
6593
6593
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
6594
6594
|
|
6595
|
-
class CreditAllocation < Orb::BaseModel
|
6595
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
6596
6596
|
attr_accessor allows_rollover: bool
|
6597
6597
|
|
6598
6598
|
attr_accessor currency: String
|
@@ -6608,7 +6608,7 @@ module Orb
|
|
6608
6608
|
duration_unit: Orb::Models::Price::BulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
6609
6609
|
}
|
6610
6610
|
|
6611
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6611
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6612
6612
|
attr_accessor duration: Integer
|
6613
6613
|
|
6614
6614
|
attr_accessor duration_unit: Orb::Models::Price::BulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6623,7 +6623,7 @@ module Orb
|
|
6623
6623
|
type duration_unit = :day | :month
|
6624
6624
|
|
6625
6625
|
module DurationUnit
|
6626
|
-
extend Orb::Enum
|
6626
|
+
extend Orb::Internal::Type::Enum
|
6627
6627
|
|
6628
6628
|
DAY: :day
|
6629
6629
|
MONTH: :month
|
@@ -6634,7 +6634,7 @@ module Orb
|
|
6634
6634
|
|
6635
6635
|
type item = { id: String, name: String }
|
6636
6636
|
|
6637
|
-
class Item < Orb::BaseModel
|
6637
|
+
class Item < Orb::Internal::Type::BaseModel
|
6638
6638
|
attr_accessor id: String
|
6639
6639
|
|
6640
6640
|
attr_accessor name: String
|
@@ -6647,7 +6647,7 @@ module Orb
|
|
6647
6647
|
type maximum =
|
6648
6648
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
6649
6649
|
|
6650
|
-
class Maximum < Orb::BaseModel
|
6650
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
6651
6651
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6652
6652
|
|
6653
6653
|
attr_accessor maximum_amount: String
|
@@ -6663,7 +6663,7 @@ module Orb
|
|
6663
6663
|
type minimum =
|
6664
6664
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
6665
6665
|
|
6666
|
-
class Minimum < Orb::BaseModel
|
6666
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
6667
6667
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6668
6668
|
|
6669
6669
|
attr_accessor minimum_amount: String
|
@@ -6679,7 +6679,7 @@ module Orb
|
|
6679
6679
|
type price_type = :usage_price | :fixed_price
|
6680
6680
|
|
6681
6681
|
module PriceType
|
6682
|
-
extend Orb::Enum
|
6682
|
+
extend Orb::Internal::Type::Enum
|
6683
6683
|
|
6684
6684
|
USAGE_PRICE: :usage_price
|
6685
6685
|
FIXED_PRICE: :fixed_price
|
@@ -6693,7 +6693,7 @@ module Orb
|
|
6693
6693
|
dimensional_price_group_id: String
|
6694
6694
|
}
|
6695
6695
|
|
6696
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
6696
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
6697
6697
|
attr_accessor dimension_values: ::Array[String]
|
6698
6698
|
|
6699
6699
|
attr_accessor dimensional_price_group_id: String
|
@@ -6735,7 +6735,7 @@ module Orb
|
|
6735
6735
|
dimensional_price_configuration: Orb::Models::Price::GroupedTieredPackagePrice::DimensionalPriceConfiguration?
|
6736
6736
|
}
|
6737
6737
|
|
6738
|
-
class GroupedTieredPackagePrice < Orb::BaseModel
|
6738
|
+
class GroupedTieredPackagePrice < Orb::Internal::Type::BaseModel
|
6739
6739
|
attr_accessor id: String
|
6740
6740
|
|
6741
6741
|
attr_accessor billable_metric: Orb::Models::Price::GroupedTieredPackagePrice::BillableMetric?
|
@@ -6815,7 +6815,7 @@ module Orb
|
|
6815
6815
|
|
6816
6816
|
type billable_metric = { id: String }
|
6817
6817
|
|
6818
|
-
class BillableMetric < Orb::BaseModel
|
6818
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
6819
6819
|
attr_accessor id: String
|
6820
6820
|
|
6821
6821
|
def initialize: (id: String) -> void
|
@@ -6829,7 +6829,7 @@ module Orb
|
|
6829
6829
|
duration_unit: Orb::Models::Price::GroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
6830
6830
|
}
|
6831
6831
|
|
6832
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6832
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6833
6833
|
attr_accessor duration: Integer
|
6834
6834
|
|
6835
6835
|
attr_accessor duration_unit: Orb::Models::Price::GroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -6844,7 +6844,7 @@ module Orb
|
|
6844
6844
|
type duration_unit = :day | :month
|
6845
6845
|
|
6846
6846
|
module DurationUnit
|
6847
|
-
extend Orb::Enum
|
6847
|
+
extend Orb::Internal::Type::Enum
|
6848
6848
|
|
6849
6849
|
DAY: :day
|
6850
6850
|
MONTH: :month
|
@@ -6857,7 +6857,7 @@ module Orb
|
|
6857
6857
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
6858
6858
|
|
6859
6859
|
module Cadence
|
6860
|
-
extend Orb::Enum
|
6860
|
+
extend Orb::Internal::Type::Enum
|
6861
6861
|
|
6862
6862
|
ONE_TIME: :one_time
|
6863
6863
|
MONTHLY: :monthly
|
@@ -6871,7 +6871,7 @@ module Orb
|
|
6871
6871
|
|
6872
6872
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
6873
6873
|
|
6874
|
-
class CreditAllocation < Orb::BaseModel
|
6874
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
6875
6875
|
attr_accessor allows_rollover: bool
|
6876
6876
|
|
6877
6877
|
attr_accessor currency: String
|
@@ -6887,7 +6887,7 @@ module Orb
|
|
6887
6887
|
duration_unit: Orb::Models::Price::GroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
6888
6888
|
}
|
6889
6889
|
|
6890
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6890
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6891
6891
|
attr_accessor duration: Integer
|
6892
6892
|
|
6893
6893
|
attr_accessor duration_unit: Orb::Models::Price::GroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6902,7 +6902,7 @@ module Orb
|
|
6902
6902
|
type duration_unit = :day | :month
|
6903
6903
|
|
6904
6904
|
module DurationUnit
|
6905
|
-
extend Orb::Enum
|
6905
|
+
extend Orb::Internal::Type::Enum
|
6906
6906
|
|
6907
6907
|
DAY: :day
|
6908
6908
|
MONTH: :month
|
@@ -6913,7 +6913,7 @@ module Orb
|
|
6913
6913
|
|
6914
6914
|
type item = { id: String, name: String }
|
6915
6915
|
|
6916
|
-
class Item < Orb::BaseModel
|
6916
|
+
class Item < Orb::Internal::Type::BaseModel
|
6917
6917
|
attr_accessor id: String
|
6918
6918
|
|
6919
6919
|
attr_accessor name: String
|
@@ -6926,7 +6926,7 @@ module Orb
|
|
6926
6926
|
type maximum =
|
6927
6927
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
6928
6928
|
|
6929
|
-
class Maximum < Orb::BaseModel
|
6929
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
6930
6930
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6931
6931
|
|
6932
6932
|
attr_accessor maximum_amount: String
|
@@ -6942,7 +6942,7 @@ module Orb
|
|
6942
6942
|
type minimum =
|
6943
6943
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
6944
6944
|
|
6945
|
-
class Minimum < Orb::BaseModel
|
6945
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
6946
6946
|
attr_accessor applies_to_price_ids: ::Array[String]
|
6947
6947
|
|
6948
6948
|
attr_accessor minimum_amount: String
|
@@ -6958,7 +6958,7 @@ module Orb
|
|
6958
6958
|
type price_type = :usage_price | :fixed_price
|
6959
6959
|
|
6960
6960
|
module PriceType
|
6961
|
-
extend Orb::Enum
|
6961
|
+
extend Orb::Internal::Type::Enum
|
6962
6962
|
|
6963
6963
|
USAGE_PRICE: :usage_price
|
6964
6964
|
FIXED_PRICE: :fixed_price
|
@@ -6972,7 +6972,7 @@ module Orb
|
|
6972
6972
|
dimensional_price_group_id: String
|
6973
6973
|
}
|
6974
6974
|
|
6975
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
6975
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
6976
6976
|
attr_accessor dimension_values: ::Array[String]
|
6977
6977
|
|
6978
6978
|
attr_accessor dimensional_price_group_id: String
|
@@ -7014,7 +7014,7 @@ module Orb
|
|
7014
7014
|
dimensional_price_configuration: Orb::Models::Price::MaxGroupTieredPackagePrice::DimensionalPriceConfiguration?
|
7015
7015
|
}
|
7016
7016
|
|
7017
|
-
class MaxGroupTieredPackagePrice < Orb::BaseModel
|
7017
|
+
class MaxGroupTieredPackagePrice < Orb::Internal::Type::BaseModel
|
7018
7018
|
attr_accessor id: String
|
7019
7019
|
|
7020
7020
|
attr_accessor billable_metric: Orb::Models::Price::MaxGroupTieredPackagePrice::BillableMetric?
|
@@ -7094,7 +7094,7 @@ module Orb
|
|
7094
7094
|
|
7095
7095
|
type billable_metric = { id: String }
|
7096
7096
|
|
7097
|
-
class BillableMetric < Orb::BaseModel
|
7097
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
7098
7098
|
attr_accessor id: String
|
7099
7099
|
|
7100
7100
|
def initialize: (id: String) -> void
|
@@ -7108,7 +7108,7 @@ module Orb
|
|
7108
7108
|
duration_unit: Orb::Models::Price::MaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
7109
7109
|
}
|
7110
7110
|
|
7111
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7111
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7112
7112
|
attr_accessor duration: Integer
|
7113
7113
|
|
7114
7114
|
attr_accessor duration_unit: Orb::Models::Price::MaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -7123,7 +7123,7 @@ module Orb
|
|
7123
7123
|
type duration_unit = :day | :month
|
7124
7124
|
|
7125
7125
|
module DurationUnit
|
7126
|
-
extend Orb::Enum
|
7126
|
+
extend Orb::Internal::Type::Enum
|
7127
7127
|
|
7128
7128
|
DAY: :day
|
7129
7129
|
MONTH: :month
|
@@ -7136,7 +7136,7 @@ module Orb
|
|
7136
7136
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
7137
7137
|
|
7138
7138
|
module Cadence
|
7139
|
-
extend Orb::Enum
|
7139
|
+
extend Orb::Internal::Type::Enum
|
7140
7140
|
|
7141
7141
|
ONE_TIME: :one_time
|
7142
7142
|
MONTHLY: :monthly
|
@@ -7150,7 +7150,7 @@ module Orb
|
|
7150
7150
|
|
7151
7151
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
7152
7152
|
|
7153
|
-
class CreditAllocation < Orb::BaseModel
|
7153
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
7154
7154
|
attr_accessor allows_rollover: bool
|
7155
7155
|
|
7156
7156
|
attr_accessor currency: String
|
@@ -7166,7 +7166,7 @@ module Orb
|
|
7166
7166
|
duration_unit: Orb::Models::Price::MaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
7167
7167
|
}
|
7168
7168
|
|
7169
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7169
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7170
7170
|
attr_accessor duration: Integer
|
7171
7171
|
|
7172
7172
|
attr_accessor duration_unit: Orb::Models::Price::MaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7181,7 +7181,7 @@ module Orb
|
|
7181
7181
|
type duration_unit = :day | :month
|
7182
7182
|
|
7183
7183
|
module DurationUnit
|
7184
|
-
extend Orb::Enum
|
7184
|
+
extend Orb::Internal::Type::Enum
|
7185
7185
|
|
7186
7186
|
DAY: :day
|
7187
7187
|
MONTH: :month
|
@@ -7192,7 +7192,7 @@ module Orb
|
|
7192
7192
|
|
7193
7193
|
type item = { id: String, name: String }
|
7194
7194
|
|
7195
|
-
class Item < Orb::BaseModel
|
7195
|
+
class Item < Orb::Internal::Type::BaseModel
|
7196
7196
|
attr_accessor id: String
|
7197
7197
|
|
7198
7198
|
attr_accessor name: String
|
@@ -7205,7 +7205,7 @@ module Orb
|
|
7205
7205
|
type maximum =
|
7206
7206
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
7207
7207
|
|
7208
|
-
class Maximum < Orb::BaseModel
|
7208
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
7209
7209
|
attr_accessor applies_to_price_ids: ::Array[String]
|
7210
7210
|
|
7211
7211
|
attr_accessor maximum_amount: String
|
@@ -7221,7 +7221,7 @@ module Orb
|
|
7221
7221
|
type minimum =
|
7222
7222
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
7223
7223
|
|
7224
|
-
class Minimum < Orb::BaseModel
|
7224
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
7225
7225
|
attr_accessor applies_to_price_ids: ::Array[String]
|
7226
7226
|
|
7227
7227
|
attr_accessor minimum_amount: String
|
@@ -7237,7 +7237,7 @@ module Orb
|
|
7237
7237
|
type price_type = :usage_price | :fixed_price
|
7238
7238
|
|
7239
7239
|
module PriceType
|
7240
|
-
extend Orb::Enum
|
7240
|
+
extend Orb::Internal::Type::Enum
|
7241
7241
|
|
7242
7242
|
USAGE_PRICE: :usage_price
|
7243
7243
|
FIXED_PRICE: :fixed_price
|
@@ -7251,7 +7251,7 @@ module Orb
|
|
7251
7251
|
dimensional_price_group_id: String
|
7252
7252
|
}
|
7253
7253
|
|
7254
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
7254
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
7255
7255
|
attr_accessor dimension_values: ::Array[String]
|
7256
7256
|
|
7257
7257
|
attr_accessor dimensional_price_group_id: String
|
@@ -7293,7 +7293,7 @@ module Orb
|
|
7293
7293
|
dimensional_price_configuration: Orb::Models::Price::ScalableMatrixWithUnitPricingPrice::DimensionalPriceConfiguration?
|
7294
7294
|
}
|
7295
7295
|
|
7296
|
-
class ScalableMatrixWithUnitPricingPrice < Orb::BaseModel
|
7296
|
+
class ScalableMatrixWithUnitPricingPrice < Orb::Internal::Type::BaseModel
|
7297
7297
|
attr_accessor id: String
|
7298
7298
|
|
7299
7299
|
attr_accessor billable_metric: Orb::Models::Price::ScalableMatrixWithUnitPricingPrice::BillableMetric?
|
@@ -7373,7 +7373,7 @@ module Orb
|
|
7373
7373
|
|
7374
7374
|
type billable_metric = { id: String }
|
7375
7375
|
|
7376
|
-
class BillableMetric < Orb::BaseModel
|
7376
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
7377
7377
|
attr_accessor id: String
|
7378
7378
|
|
7379
7379
|
def initialize: (id: String) -> void
|
@@ -7387,7 +7387,7 @@ module Orb
|
|
7387
7387
|
duration_unit: Orb::Models::Price::ScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
7388
7388
|
}
|
7389
7389
|
|
7390
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7390
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7391
7391
|
attr_accessor duration: Integer
|
7392
7392
|
|
7393
7393
|
attr_accessor duration_unit: Orb::Models::Price::ScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -7402,7 +7402,7 @@ module Orb
|
|
7402
7402
|
type duration_unit = :day | :month
|
7403
7403
|
|
7404
7404
|
module DurationUnit
|
7405
|
-
extend Orb::Enum
|
7405
|
+
extend Orb::Internal::Type::Enum
|
7406
7406
|
|
7407
7407
|
DAY: :day
|
7408
7408
|
MONTH: :month
|
@@ -7415,7 +7415,7 @@ module Orb
|
|
7415
7415
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
7416
7416
|
|
7417
7417
|
module Cadence
|
7418
|
-
extend Orb::Enum
|
7418
|
+
extend Orb::Internal::Type::Enum
|
7419
7419
|
|
7420
7420
|
ONE_TIME: :one_time
|
7421
7421
|
MONTHLY: :monthly
|
@@ -7429,7 +7429,7 @@ module Orb
|
|
7429
7429
|
|
7430
7430
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
7431
7431
|
|
7432
|
-
class CreditAllocation < Orb::BaseModel
|
7432
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
7433
7433
|
attr_accessor allows_rollover: bool
|
7434
7434
|
|
7435
7435
|
attr_accessor currency: String
|
@@ -7445,7 +7445,7 @@ module Orb
|
|
7445
7445
|
duration_unit: Orb::Models::Price::ScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
7446
7446
|
}
|
7447
7447
|
|
7448
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7448
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7449
7449
|
attr_accessor duration: Integer
|
7450
7450
|
|
7451
7451
|
attr_accessor duration_unit: Orb::Models::Price::ScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7460,7 +7460,7 @@ module Orb
|
|
7460
7460
|
type duration_unit = :day | :month
|
7461
7461
|
|
7462
7462
|
module DurationUnit
|
7463
|
-
extend Orb::Enum
|
7463
|
+
extend Orb::Internal::Type::Enum
|
7464
7464
|
|
7465
7465
|
DAY: :day
|
7466
7466
|
MONTH: :month
|
@@ -7471,7 +7471,7 @@ module Orb
|
|
7471
7471
|
|
7472
7472
|
type item = { id: String, name: String }
|
7473
7473
|
|
7474
|
-
class Item < Orb::BaseModel
|
7474
|
+
class Item < Orb::Internal::Type::BaseModel
|
7475
7475
|
attr_accessor id: String
|
7476
7476
|
|
7477
7477
|
attr_accessor name: String
|
@@ -7484,7 +7484,7 @@ module Orb
|
|
7484
7484
|
type maximum =
|
7485
7485
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
7486
7486
|
|
7487
|
-
class Maximum < Orb::BaseModel
|
7487
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
7488
7488
|
attr_accessor applies_to_price_ids: ::Array[String]
|
7489
7489
|
|
7490
7490
|
attr_accessor maximum_amount: String
|
@@ -7500,7 +7500,7 @@ module Orb
|
|
7500
7500
|
type minimum =
|
7501
7501
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
7502
7502
|
|
7503
|
-
class Minimum < Orb::BaseModel
|
7503
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
7504
7504
|
attr_accessor applies_to_price_ids: ::Array[String]
|
7505
7505
|
|
7506
7506
|
attr_accessor minimum_amount: String
|
@@ -7516,7 +7516,7 @@ module Orb
|
|
7516
7516
|
type price_type = :usage_price | :fixed_price
|
7517
7517
|
|
7518
7518
|
module PriceType
|
7519
|
-
extend Orb::Enum
|
7519
|
+
extend Orb::Internal::Type::Enum
|
7520
7520
|
|
7521
7521
|
USAGE_PRICE: :usage_price
|
7522
7522
|
FIXED_PRICE: :fixed_price
|
@@ -7530,7 +7530,7 @@ module Orb
|
|
7530
7530
|
dimensional_price_group_id: String
|
7531
7531
|
}
|
7532
7532
|
|
7533
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
7533
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
7534
7534
|
attr_accessor dimension_values: ::Array[String]
|
7535
7535
|
|
7536
7536
|
attr_accessor dimensional_price_group_id: String
|
@@ -7572,7 +7572,7 @@ module Orb
|
|
7572
7572
|
dimensional_price_configuration: Orb::Models::Price::ScalableMatrixWithTieredPricingPrice::DimensionalPriceConfiguration?
|
7573
7573
|
}
|
7574
7574
|
|
7575
|
-
class ScalableMatrixWithTieredPricingPrice < Orb::BaseModel
|
7575
|
+
class ScalableMatrixWithTieredPricingPrice < Orb::Internal::Type::BaseModel
|
7576
7576
|
attr_accessor id: String
|
7577
7577
|
|
7578
7578
|
attr_accessor billable_metric: Orb::Models::Price::ScalableMatrixWithTieredPricingPrice::BillableMetric?
|
@@ -7652,7 +7652,7 @@ module Orb
|
|
7652
7652
|
|
7653
7653
|
type billable_metric = { id: String }
|
7654
7654
|
|
7655
|
-
class BillableMetric < Orb::BaseModel
|
7655
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
7656
7656
|
attr_accessor id: String
|
7657
7657
|
|
7658
7658
|
def initialize: (id: String) -> void
|
@@ -7666,7 +7666,7 @@ module Orb
|
|
7666
7666
|
duration_unit: Orb::Models::Price::ScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
7667
7667
|
}
|
7668
7668
|
|
7669
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7669
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7670
7670
|
attr_accessor duration: Integer
|
7671
7671
|
|
7672
7672
|
attr_accessor duration_unit: Orb::Models::Price::ScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -7681,7 +7681,7 @@ module Orb
|
|
7681
7681
|
type duration_unit = :day | :month
|
7682
7682
|
|
7683
7683
|
module DurationUnit
|
7684
|
-
extend Orb::Enum
|
7684
|
+
extend Orb::Internal::Type::Enum
|
7685
7685
|
|
7686
7686
|
DAY: :day
|
7687
7687
|
MONTH: :month
|
@@ -7694,7 +7694,7 @@ module Orb
|
|
7694
7694
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
7695
7695
|
|
7696
7696
|
module Cadence
|
7697
|
-
extend Orb::Enum
|
7697
|
+
extend Orb::Internal::Type::Enum
|
7698
7698
|
|
7699
7699
|
ONE_TIME: :one_time
|
7700
7700
|
MONTHLY: :monthly
|
@@ -7708,7 +7708,7 @@ module Orb
|
|
7708
7708
|
|
7709
7709
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
7710
7710
|
|
7711
|
-
class CreditAllocation < Orb::BaseModel
|
7711
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
7712
7712
|
attr_accessor allows_rollover: bool
|
7713
7713
|
|
7714
7714
|
attr_accessor currency: String
|
@@ -7724,7 +7724,7 @@ module Orb
|
|
7724
7724
|
duration_unit: Orb::Models::Price::ScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
7725
7725
|
}
|
7726
7726
|
|
7727
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7727
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7728
7728
|
attr_accessor duration: Integer
|
7729
7729
|
|
7730
7730
|
attr_accessor duration_unit: Orb::Models::Price::ScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7739,7 +7739,7 @@ module Orb
|
|
7739
7739
|
type duration_unit = :day | :month
|
7740
7740
|
|
7741
7741
|
module DurationUnit
|
7742
|
-
extend Orb::Enum
|
7742
|
+
extend Orb::Internal::Type::Enum
|
7743
7743
|
|
7744
7744
|
DAY: :day
|
7745
7745
|
MONTH: :month
|
@@ -7750,7 +7750,7 @@ module Orb
|
|
7750
7750
|
|
7751
7751
|
type item = { id: String, name: String }
|
7752
7752
|
|
7753
|
-
class Item < Orb::BaseModel
|
7753
|
+
class Item < Orb::Internal::Type::BaseModel
|
7754
7754
|
attr_accessor id: String
|
7755
7755
|
|
7756
7756
|
attr_accessor name: String
|
@@ -7763,7 +7763,7 @@ module Orb
|
|
7763
7763
|
type maximum =
|
7764
7764
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
7765
7765
|
|
7766
|
-
class Maximum < Orb::BaseModel
|
7766
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
7767
7767
|
attr_accessor applies_to_price_ids: ::Array[String]
|
7768
7768
|
|
7769
7769
|
attr_accessor maximum_amount: String
|
@@ -7779,7 +7779,7 @@ module Orb
|
|
7779
7779
|
type minimum =
|
7780
7780
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
7781
7781
|
|
7782
|
-
class Minimum < Orb::BaseModel
|
7782
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
7783
7783
|
attr_accessor applies_to_price_ids: ::Array[String]
|
7784
7784
|
|
7785
7785
|
attr_accessor minimum_amount: String
|
@@ -7795,7 +7795,7 @@ module Orb
|
|
7795
7795
|
type price_type = :usage_price | :fixed_price
|
7796
7796
|
|
7797
7797
|
module PriceType
|
7798
|
-
extend Orb::Enum
|
7798
|
+
extend Orb::Internal::Type::Enum
|
7799
7799
|
|
7800
7800
|
USAGE_PRICE: :usage_price
|
7801
7801
|
FIXED_PRICE: :fixed_price
|
@@ -7809,7 +7809,7 @@ module Orb
|
|
7809
7809
|
dimensional_price_group_id: String
|
7810
7810
|
}
|
7811
7811
|
|
7812
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
7812
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
7813
7813
|
attr_accessor dimension_values: ::Array[String]
|
7814
7814
|
|
7815
7815
|
attr_accessor dimensional_price_group_id: String
|
@@ -7851,7 +7851,7 @@ module Orb
|
|
7851
7851
|
dimensional_price_configuration: Orb::Models::Price::CumulativeGroupedBulkPrice::DimensionalPriceConfiguration?
|
7852
7852
|
}
|
7853
7853
|
|
7854
|
-
class CumulativeGroupedBulkPrice < Orb::BaseModel
|
7854
|
+
class CumulativeGroupedBulkPrice < Orb::Internal::Type::BaseModel
|
7855
7855
|
attr_accessor id: String
|
7856
7856
|
|
7857
7857
|
attr_accessor billable_metric: Orb::Models::Price::CumulativeGroupedBulkPrice::BillableMetric?
|
@@ -7931,7 +7931,7 @@ module Orb
|
|
7931
7931
|
|
7932
7932
|
type billable_metric = { id: String }
|
7933
7933
|
|
7934
|
-
class BillableMetric < Orb::BaseModel
|
7934
|
+
class BillableMetric < Orb::Internal::Type::BaseModel
|
7935
7935
|
attr_accessor id: String
|
7936
7936
|
|
7937
7937
|
def initialize: (id: String) -> void
|
@@ -7945,7 +7945,7 @@ module Orb
|
|
7945
7945
|
duration_unit: Orb::Models::Price::CumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
7946
7946
|
}
|
7947
7947
|
|
7948
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7948
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7949
7949
|
attr_accessor duration: Integer
|
7950
7950
|
|
7951
7951
|
attr_accessor duration_unit: Orb::Models::Price::CumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -7960,7 +7960,7 @@ module Orb
|
|
7960
7960
|
type duration_unit = :day | :month
|
7961
7961
|
|
7962
7962
|
module DurationUnit
|
7963
|
-
extend Orb::Enum
|
7963
|
+
extend Orb::Internal::Type::Enum
|
7964
7964
|
|
7965
7965
|
DAY: :day
|
7966
7966
|
MONTH: :month
|
@@ -7973,7 +7973,7 @@ module Orb
|
|
7973
7973
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
7974
7974
|
|
7975
7975
|
module Cadence
|
7976
|
-
extend Orb::Enum
|
7976
|
+
extend Orb::Internal::Type::Enum
|
7977
7977
|
|
7978
7978
|
ONE_TIME: :one_time
|
7979
7979
|
MONTHLY: :monthly
|
@@ -7987,7 +7987,7 @@ module Orb
|
|
7987
7987
|
|
7988
7988
|
type credit_allocation = { allows_rollover: bool, currency: String }
|
7989
7989
|
|
7990
|
-
class CreditAllocation < Orb::BaseModel
|
7990
|
+
class CreditAllocation < Orb::Internal::Type::BaseModel
|
7991
7991
|
attr_accessor allows_rollover: bool
|
7992
7992
|
|
7993
7993
|
attr_accessor currency: String
|
@@ -8003,7 +8003,7 @@ module Orb
|
|
8003
8003
|
duration_unit: Orb::Models::Price::CumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
8004
8004
|
}
|
8005
8005
|
|
8006
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8006
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8007
8007
|
attr_accessor duration: Integer
|
8008
8008
|
|
8009
8009
|
attr_accessor duration_unit: Orb::Models::Price::CumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8018,7 +8018,7 @@ module Orb
|
|
8018
8018
|
type duration_unit = :day | :month
|
8019
8019
|
|
8020
8020
|
module DurationUnit
|
8021
|
-
extend Orb::Enum
|
8021
|
+
extend Orb::Internal::Type::Enum
|
8022
8022
|
|
8023
8023
|
DAY: :day
|
8024
8024
|
MONTH: :month
|
@@ -8029,7 +8029,7 @@ module Orb
|
|
8029
8029
|
|
8030
8030
|
type item = { id: String, name: String }
|
8031
8031
|
|
8032
|
-
class Item < Orb::BaseModel
|
8032
|
+
class Item < Orb::Internal::Type::BaseModel
|
8033
8033
|
attr_accessor id: String
|
8034
8034
|
|
8035
8035
|
attr_accessor name: String
|
@@ -8042,7 +8042,7 @@ module Orb
|
|
8042
8042
|
type maximum =
|
8043
8043
|
{ applies_to_price_ids: ::Array[String], maximum_amount: String }
|
8044
8044
|
|
8045
|
-
class Maximum < Orb::BaseModel
|
8045
|
+
class Maximum < Orb::Internal::Type::BaseModel
|
8046
8046
|
attr_accessor applies_to_price_ids: ::Array[String]
|
8047
8047
|
|
8048
8048
|
attr_accessor maximum_amount: String
|
@@ -8058,7 +8058,7 @@ module Orb
|
|
8058
8058
|
type minimum =
|
8059
8059
|
{ applies_to_price_ids: ::Array[String], minimum_amount: String }
|
8060
8060
|
|
8061
|
-
class Minimum < Orb::BaseModel
|
8061
|
+
class Minimum < Orb::Internal::Type::BaseModel
|
8062
8062
|
attr_accessor applies_to_price_ids: ::Array[String]
|
8063
8063
|
|
8064
8064
|
attr_accessor minimum_amount: String
|
@@ -8074,7 +8074,7 @@ module Orb
|
|
8074
8074
|
type price_type = :usage_price | :fixed_price
|
8075
8075
|
|
8076
8076
|
module PriceType
|
8077
|
-
extend Orb::Enum
|
8077
|
+
extend Orb::Internal::Type::Enum
|
8078
8078
|
|
8079
8079
|
USAGE_PRICE: :usage_price
|
8080
8080
|
FIXED_PRICE: :fixed_price
|
@@ -8088,7 +8088,7 @@ module Orb
|
|
8088
8088
|
dimensional_price_group_id: String
|
8089
8089
|
}
|
8090
8090
|
|
8091
|
-
class DimensionalPriceConfiguration < Orb::BaseModel
|
8091
|
+
class DimensionalPriceConfiguration < Orb::Internal::Type::BaseModel
|
8092
8092
|
attr_accessor dimension_values: ::Array[String]
|
8093
8093
|
|
8094
8094
|
attr_accessor dimensional_price_group_id: String
|