orb-billing 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +43 -0
- data/README.md +1 -1
- data/lib/orb/client.rb +7 -0
- data/lib/orb/internal/util.rb +22 -7
- data/lib/orb/models/alert.rb +10 -1
- data/lib/orb/models/alert_create_for_customer_params.rb +8 -1
- data/lib/orb/models/alert_create_for_external_customer_params.rb +8 -1
- data/lib/orb/models/alert_create_for_subscription_params.rb +29 -1
- data/lib/orb/models/alert_disable_params.rb +8 -1
- data/lib/orb/models/alert_enable_params.rb +8 -1
- data/lib/orb/models/alert_retrieve_params.rb +7 -1
- data/lib/orb/models/alert_update_params.rb +8 -1
- data/lib/orb/models/beta/external_plan_id_create_plan_version_params.rb +17769 -414
- data/lib/orb/models/beta/external_plan_id_fetch_plan_version_params.rb +7 -1
- data/lib/orb/models/beta/external_plan_id_set_default_plan_version_params.rb +8 -1
- data/lib/orb/models/beta_create_plan_version_params.rb +17633 -406
- data/lib/orb/models/beta_fetch_plan_version_params.rb +7 -1
- data/lib/orb/models/beta_set_default_plan_version_params.rb +8 -1
- data/lib/orb/models/coupon_archive_params.rb +7 -1
- data/lib/orb/models/coupon_fetch_params.rb +7 -1
- data/lib/orb/models/coupons/subscription_list_params.rb +8 -1
- data/lib/orb/models/credit_block_delete_params.rb +7 -1
- data/lib/orb/models/credit_block_list_invoices_params.rb +7 -1
- data/lib/orb/models/credit_block_retrieve_params.rb +7 -1
- data/lib/orb/models/credit_note_fetch_params.rb +7 -1
- data/lib/orb/models/customer.rb +13 -1
- data/lib/orb/models/customer_create_params.rb +12 -1
- data/lib/orb/models/customer_delete_params.rb +7 -1
- data/lib/orb/models/customer_fetch_by_external_id_params.rb +7 -1
- data/lib/orb/models/customer_fetch_params.rb +7 -1
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rb +7 -1
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rb +7 -1
- data/lib/orb/models/customer_update_by_external_id_params.rb +25 -5
- data/lib/orb/models/customer_update_params.rb +25 -5
- data/lib/orb/models/customers/balance_transaction_create_params.rb +8 -1
- data/lib/orb/models/customers/balance_transaction_list_params.rb +8 -1
- data/lib/orb/models/customers/cost_list_by_external_id_params.rb +8 -1
- data/lib/orb/models/customers/cost_list_params.rb +8 -1
- data/lib/orb/models/customers/credit_list_by_external_id_params.rb +8 -1
- data/lib/orb/models/customers/credit_list_params.rb +8 -1
- data/lib/orb/models/customers/credits/decrement_ledger_entry.rb +5 -1
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +582 -315
- data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +580 -313
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +8 -1
- data/lib/orb/models/customers/credits/ledger_list_params.rb +8 -1
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +8 -1
- data/lib/orb/models/customers/credits/top_up_create_params.rb +8 -1
- data/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rb +7 -1
- data/lib/orb/models/customers/credits/top_up_delete_params.rb +7 -1
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rb +8 -1
- data/lib/orb/models/customers/credits/top_up_list_params.rb +8 -1
- data/lib/orb/models/dimensional_price_group_retrieve_params.rb +7 -1
- data/lib/orb/models/dimensional_price_group_update_params.rb +8 -1
- data/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rb +7 -1
- data/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_update_params.rb +8 -1
- data/lib/orb/models/event_deprecate_params.rb +7 -1
- data/lib/orb/models/event_update_params.rb +8 -1
- data/lib/orb/models/events/backfill_close_params.rb +7 -1
- data/lib/orb/models/events/backfill_fetch_params.rb +7 -1
- data/lib/orb/models/events/backfill_revert_params.rb +7 -1
- data/lib/orb/models/invoice_delete_line_item_params.rb +7 -1
- data/lib/orb/models/invoice_fetch_params.rb +7 -1
- data/lib/orb/models/invoice_issue_params.rb +8 -1
- data/lib/orb/models/invoice_issue_summary_params.rb +8 -1
- data/lib/orb/models/invoice_mark_paid_params.rb +8 -1
- data/lib/orb/models/invoice_pay_params.rb +16 -1
- data/lib/orb/models/invoice_update_params.rb +8 -1
- data/lib/orb/models/invoice_void_params.rb +7 -1
- data/lib/orb/models/item_archive_params.rb +7 -1
- data/lib/orb/models/item_fetch_params.rb +7 -1
- data/lib/orb/models/item_update_params.rb +8 -1
- data/lib/orb/models/license_deactivate_params.rb +8 -1
- data/lib/orb/models/license_retrieve_by_external_id_params.rb +8 -1
- data/lib/orb/models/license_retrieve_params.rb +7 -1
- data/lib/orb/models/license_type_retrieve_params.rb +7 -1
- data/lib/orb/models/licenses/external_license_get_usage_params.rb +8 -1
- data/lib/orb/models/licenses/usage_get_usage_params.rb +8 -1
- data/lib/orb/models/metric_fetch_params.rb +7 -1
- data/lib/orb/models/metric_update_params.rb +8 -1
- data/lib/orb/models/plan_create_params.rb +8502 -1
- data/lib/orb/models/plan_fetch_params.rb +7 -1
- data/lib/orb/models/plan_update_params.rb +8 -1
- data/lib/orb/models/plans/external_plan_id_fetch_params.rb +7 -1
- data/lib/orb/models/plans/external_plan_id_update_params.rb +8 -1
- data/lib/orb/models/plans/migration_cancel_params.rb +7 -1
- data/lib/orb/models/plans/migration_list_params.rb +8 -1
- data/lib/orb/models/plans/migration_retrieve_params.rb +7 -1
- data/lib/orb/models/price.rb +248 -31
- data/lib/orb/models/price_create_params.rb +949 -1321
- data/lib/orb/models/price_evaluate_params.rb +8 -1
- data/lib/orb/models/price_fetch_params.rb +7 -1
- data/lib/orb/models/price_update_params.rb +8 -1
- data/lib/orb/models/prices/external_price_id_fetch_params.rb +7 -1
- data/lib/orb/models/prices/external_price_id_update_params.rb +8 -1
- data/lib/orb/models/subscription_cancel_params.rb +8 -1
- data/lib/orb/models/subscription_change_apply_params.rb +8 -1
- data/lib/orb/models/subscription_change_cancel_params.rb +7 -1
- data/lib/orb/models/subscription_change_retrieve_params.rb +7 -1
- data/lib/orb/models/subscription_fetch_costs_params.rb +8 -1
- data/lib/orb/models/subscription_fetch_params.rb +7 -1
- data/lib/orb/models/subscription_fetch_schedule_params.rb +8 -1
- data/lib/orb/models/subscription_fetch_usage_params.rb +8 -1
- data/lib/orb/models/subscription_price_intervals_params.rb +8 -1
- data/lib/orb/models/subscription_redeem_coupon_params.rb +8 -1
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +8 -1
- data/lib/orb/models/subscription_trigger_phase_params.rb +8 -1
- data/lib/orb/models/subscription_unschedule_cancellation_params.rb +7 -1
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rb +8 -1
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rb +7 -1
- data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +8 -1
- data/lib/orb/models/subscription_update_params.rb +8 -1
- data/lib/orb/models/subscription_update_trial_params.rb +8 -1
- data/lib/orb/resources/alerts.rb +8 -1
- data/lib/orb/resources/coupons.rb +1 -2
- data/lib/orb/resources/credit_blocks.rb +11 -8
- data/lib/orb/resources/customers/credits/ledger.rb +12 -67
- data/lib/orb/resources/customers.rb +6 -5
- data/lib/orb/resources/events/backfills.rb +3 -4
- data/lib/orb/resources/invoices.rb +12 -5
- data/lib/orb/resources/prices.rb +9 -100
- data/lib/orb/resources/subscriptions.rb +4 -4
- data/lib/orb/version.rb +1 -1
- data/rbi/orb/client.rbi +6 -0
- data/rbi/orb/internal/util.rbi +8 -0
- data/rbi/orb/models/alert.rbi +10 -0
- data/rbi/orb/models/alert_create_for_customer_params.rbi +6 -0
- data/rbi/orb/models/alert_create_for_external_customer_params.rbi +6 -0
- data/rbi/orb/models/alert_create_for_subscription_params.rbi +26 -0
- data/rbi/orb/models/alert_disable_params.rbi +6 -0
- data/rbi/orb/models/alert_enable_params.rbi +6 -0
- data/rbi/orb/models/alert_retrieve_params.rbi +13 -5
- data/rbi/orb/models/alert_update_params.rbi +6 -0
- data/rbi/orb/models/beta/external_plan_id_create_plan_version_params.rbi +30163 -889
- data/rbi/orb/models/beta/external_plan_id_fetch_plan_version_params.rbi +10 -2
- data/rbi/orb/models/beta/external_plan_id_set_default_plan_version_params.rbi +10 -1
- data/rbi/orb/models/beta_create_plan_version_params.rbi +30126 -884
- data/rbi/orb/models/beta_fetch_plan_version_params.rbi +10 -2
- data/rbi/orb/models/beta_set_default_plan_version_params.rbi +10 -1
- data/rbi/orb/models/coupon_archive_params.rbi +13 -5
- data/rbi/orb/models/coupon_fetch_params.rbi +13 -5
- data/rbi/orb/models/coupons/subscription_list_params.rbi +6 -0
- data/rbi/orb/models/credit_block_delete_params.rbi +13 -5
- data/rbi/orb/models/credit_block_list_invoices_params.rbi +13 -5
- data/rbi/orb/models/credit_block_retrieve_params.rbi +13 -5
- data/rbi/orb/models/credit_note_fetch_params.rbi +13 -5
- data/rbi/orb/models/customer.rbi +22 -0
- data/rbi/orb/models/customer_create_params.rbi +17 -0
- data/rbi/orb/models/customer_delete_params.rbi +13 -5
- data/rbi/orb/models/customer_fetch_by_external_id_params.rbi +13 -5
- data/rbi/orb/models/customer_fetch_params.rbi +13 -5
- data/rbi/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbi +13 -5
- data/rbi/orb/models/customer_sync_payment_methods_from_gateway_params.rbi +13 -5
- data/rbi/orb/models/customer_update_by_external_id_params.rbi +31 -4
- data/rbi/orb/models/customer_update_params.rbi +31 -4
- data/rbi/orb/models/customers/balance_transaction_create_params.rbi +6 -0
- data/rbi/orb/models/customers/balance_transaction_list_params.rbi +6 -0
- data/rbi/orb/models/customers/cost_list_by_external_id_params.rbi +6 -0
- data/rbi/orb/models/customers/cost_list_params.rbi +6 -0
- data/rbi/orb/models/customers/credit_list_by_external_id_params.rbi +6 -0
- data/rbi/orb/models/customers/credit_list_params.rbi +6 -0
- data/rbi/orb/models/customers/credits/decrement_ledger_entry.rbi +4 -0
- data/rbi/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbi +861 -478
- data/rbi/orb/models/customers/credits/ledger_create_entry_params.rbi +861 -478
- data/rbi/orb/models/customers/credits/ledger_list_by_external_id_params.rbi +6 -0
- data/rbi/orb/models/customers/credits/ledger_list_params.rbi +6 -0
- data/rbi/orb/models/customers/credits/top_up_create_by_external_id_params.rbi +6 -0
- data/rbi/orb/models/customers/credits/top_up_create_params.rbi +6 -0
- data/rbi/orb/models/customers/credits/top_up_delete_by_external_id_params.rbi +6 -1
- data/rbi/orb/models/customers/credits/top_up_delete_params.rbi +10 -2
- data/rbi/orb/models/customers/credits/top_up_list_by_external_id_params.rbi +6 -0
- data/rbi/orb/models/customers/credits/top_up_list_params.rbi +6 -0
- data/rbi/orb/models/dimensional_price_group_retrieve_params.rbi +16 -5
- data/rbi/orb/models/dimensional_price_group_update_params.rbi +6 -0
- data/rbi/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbi +16 -5
- data/rbi/orb/models/dimensional_price_groups/external_dimensional_price_group_id_update_params.rbi +6 -0
- data/rbi/orb/models/event_deprecate_params.rbi +13 -5
- data/rbi/orb/models/event_update_params.rbi +6 -0
- data/rbi/orb/models/events/backfill_close_params.rbi +13 -5
- data/rbi/orb/models/events/backfill_fetch_params.rbi +13 -5
- data/rbi/orb/models/events/backfill_revert_params.rbi +13 -5
- data/rbi/orb/models/invoice_delete_line_item_params.rbi +10 -2
- data/rbi/orb/models/invoice_fetch_params.rbi +13 -5
- data/rbi/orb/models/invoice_issue_params.rbi +10 -1
- data/rbi/orb/models/invoice_issue_summary_params.rbi +10 -1
- data/rbi/orb/models/invoice_mark_paid_params.rbi +6 -0
- data/rbi/orb/models/invoice_pay_params.rbi +27 -5
- data/rbi/orb/models/invoice_update_params.rbi +6 -0
- data/rbi/orb/models/invoice_void_params.rbi +13 -5
- data/rbi/orb/models/item_archive_params.rbi +13 -5
- data/rbi/orb/models/item_fetch_params.rbi +13 -5
- data/rbi/orb/models/item_update_params.rbi +6 -0
- data/rbi/orb/models/license_deactivate_params.rbi +10 -1
- data/rbi/orb/models/license_retrieve_by_external_id_params.rbi +6 -0
- data/rbi/orb/models/license_retrieve_params.rbi +13 -5
- data/rbi/orb/models/license_type_retrieve_params.rbi +13 -5
- data/rbi/orb/models/licenses/external_license_get_usage_params.rbi +6 -0
- data/rbi/orb/models/licenses/usage_get_usage_params.rbi +6 -0
- data/rbi/orb/models/metric_fetch_params.rbi +13 -5
- data/rbi/orb/models/metric_update_params.rbi +6 -0
- data/rbi/orb/models/plan_create_params.rbi +14618 -0
- data/rbi/orb/models/plan_fetch_params.rbi +13 -5
- data/rbi/orb/models/plan_update_params.rbi +6 -0
- data/rbi/orb/models/plans/external_plan_id_fetch_params.rbi +13 -5
- data/rbi/orb/models/plans/external_plan_id_update_params.rbi +6 -0
- data/rbi/orb/models/plans/migration_cancel_params.rbi +10 -2
- data/rbi/orb/models/plans/migration_list_params.rbi +6 -0
- data/rbi/orb/models/plans/migration_retrieve_params.rbi +10 -2
- data/rbi/orb/models/price.rbi +186 -0
- data/rbi/orb/models/price_create_params.rbi +1778 -2590
- data/rbi/orb/models/price_evaluate_params.rbi +6 -0
- data/rbi/orb/models/price_fetch_params.rbi +13 -5
- data/rbi/orb/models/price_update_params.rbi +6 -0
- data/rbi/orb/models/prices/external_price_id_fetch_params.rbi +13 -5
- data/rbi/orb/models/prices/external_price_id_update_params.rbi +6 -0
- data/rbi/orb/models/subscription_cancel_params.rbi +6 -0
- data/rbi/orb/models/subscription_change_apply_params.rbi +6 -0
- data/rbi/orb/models/subscription_change_cancel_params.rbi +16 -5
- data/rbi/orb/models/subscription_change_retrieve_params.rbi +16 -5
- data/rbi/orb/models/subscription_fetch_costs_params.rbi +6 -0
- data/rbi/orb/models/subscription_fetch_params.rbi +13 -5
- data/rbi/orb/models/subscription_fetch_schedule_params.rbi +6 -0
- data/rbi/orb/models/subscription_fetch_usage_params.rbi +6 -0
- data/rbi/orb/models/subscription_price_intervals_params.rbi +6 -0
- data/rbi/orb/models/subscription_redeem_coupon_params.rbi +6 -0
- data/rbi/orb/models/subscription_schedule_plan_change_params.rbi +6 -0
- data/rbi/orb/models/subscription_trigger_phase_params.rbi +6 -0
- data/rbi/orb/models/subscription_unschedule_cancellation_params.rbi +13 -5
- data/rbi/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbi +10 -1
- data/rbi/orb/models/subscription_unschedule_pending_plan_changes_params.rbi +13 -5
- data/rbi/orb/models/subscription_update_fixed_fee_quantity_params.rbi +6 -0
- data/rbi/orb/models/subscription_update_params.rbi +6 -0
- data/rbi/orb/models/subscription_update_trial_params.rbi +6 -0
- data/rbi/orb/resources/alerts.rbi +8 -0
- data/rbi/orb/resources/coupons.rbi +1 -2
- data/rbi/orb/resources/credit_blocks.rbi +10 -7
- data/rbi/orb/resources/customers/credits/ledger.rbi +22 -132
- data/rbi/orb/resources/customers.rbi +12 -7
- data/rbi/orb/resources/events/backfills.rbi +3 -4
- data/rbi/orb/resources/invoices.rbi +11 -3
- data/rbi/orb/resources/prices.rbi +35 -184
- data/rbi/orb/resources/subscriptions.rbi +4 -4
- data/sig/orb/client.rbs +3 -0
- data/sig/orb/internal/util.rbs +4 -0
- data/sig/orb/models/alert.rbs +5 -0
- data/sig/orb/models/alert_create_for_customer_params.rbs +5 -0
- data/sig/orb/models/alert_create_for_external_customer_params.rbs +5 -0
- data/sig/orb/models/alert_create_for_subscription_params.rbs +16 -1
- data/sig/orb/models/alert_disable_params.rbs +6 -1
- data/sig/orb/models/alert_enable_params.rbs +6 -1
- data/sig/orb/models/alert_retrieve_params.rbs +9 -3
- data/sig/orb/models/alert_update_params.rbs +5 -1
- data/sig/orb/models/beta/external_plan_id_create_plan_version_params.rbs +12092 -373
- data/sig/orb/models/beta/external_plan_id_fetch_plan_version_params.rbs +6 -1
- data/sig/orb/models/beta/external_plan_id_set_default_plan_version_params.rbs +6 -1
- data/sig/orb/models/beta_create_plan_version_params.rbs +12075 -370
- data/sig/orb/models/beta_fetch_plan_version_params.rbs +10 -2
- data/sig/orb/models/beta_set_default_plan_version_params.rbs +10 -2
- data/sig/orb/models/coupon_archive_params.rbs +12 -3
- data/sig/orb/models/coupon_fetch_params.rbs +12 -3
- data/sig/orb/models/coupons/subscription_list_params.rbs +5 -1
- data/sig/orb/models/credit_block_delete_params.rbs +8 -3
- data/sig/orb/models/credit_block_list_invoices_params.rbs +8 -3
- data/sig/orb/models/credit_block_retrieve_params.rbs +8 -3
- data/sig/orb/models/credit_note_fetch_params.rbs +11 -3
- data/sig/orb/models/customer.rbs +14 -2
- data/sig/orb/models/customer_create_params.rbs +12 -1
- data/sig/orb/models/customer_delete_params.rbs +12 -3
- data/sig/orb/models/customer_fetch_by_external_id_params.rbs +11 -3
- data/sig/orb/models/customer_fetch_params.rbs +12 -3
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbs +11 -3
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_params.rbs +11 -3
- data/sig/orb/models/customer_update_by_external_id_params.rbs +17 -1
- data/sig/orb/models/customer_update_params.rbs +17 -1
- data/sig/orb/models/customers/balance_transaction_create_params.rbs +5 -0
- data/sig/orb/models/customers/balance_transaction_list_params.rbs +5 -0
- data/sig/orb/models/customers/cost_list_by_external_id_params.rbs +5 -0
- data/sig/orb/models/customers/cost_list_params.rbs +5 -0
- data/sig/orb/models/customers/credit_list_by_external_id_params.rbs +5 -0
- data/sig/orb/models/customers/credit_list_params.rbs +5 -0
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbs +345 -157
- data/sig/orb/models/customers/credits/ledger_create_entry_params.rbs +345 -157
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_params.rbs +5 -0
- data/sig/orb/models/customers/credits/ledger_list_params.rbs +5 -0
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_params.rbs +5 -0
- data/sig/orb/models/customers/credits/top_up_create_params.rbs +5 -0
- data/sig/orb/models/customers/credits/top_up_delete_by_external_id_params.rbs +5 -1
- data/sig/orb/models/customers/credits/top_up_delete_params.rbs +6 -1
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_params.rbs +5 -1
- data/sig/orb/models/customers/credits/top_up_list_params.rbs +5 -1
- data/sig/orb/models/dimensional_price_group_retrieve_params.rbs +12 -3
- data/sig/orb/models/dimensional_price_group_update_params.rbs +5 -0
- data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbs +12 -3
- data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_update_params.rbs +5 -0
- data/sig/orb/models/event_deprecate_params.rbs +9 -3
- data/sig/orb/models/event_update_params.rbs +5 -0
- data/sig/orb/models/events/backfill_close_params.rbs +11 -3
- data/sig/orb/models/events/backfill_fetch_params.rbs +11 -3
- data/sig/orb/models/events/backfill_revert_params.rbs +11 -3
- data/sig/orb/models/invoice_delete_line_item_params.rbs +6 -1
- data/sig/orb/models/invoice_fetch_params.rbs +12 -3
- data/sig/orb/models/invoice_issue_params.rbs +6 -1
- data/sig/orb/models/invoice_issue_summary_params.rbs +6 -1
- data/sig/orb/models/invoice_mark_paid_params.rbs +10 -1
- data/sig/orb/models/invoice_pay_params.rbs +17 -3
- data/sig/orb/models/invoice_update_params.rbs +5 -0
- data/sig/orb/models/invoice_void_params.rbs +12 -3
- data/sig/orb/models/item_archive_params.rbs +9 -3
- data/sig/orb/models/item_fetch_params.rbs +9 -3
- data/sig/orb/models/item_update_params.rbs +5 -0
- data/sig/orb/models/license_deactivate_params.rbs +10 -2
- data/sig/orb/models/license_retrieve_by_external_id_params.rbs +9 -1
- data/sig/orb/models/license_retrieve_params.rbs +11 -3
- data/sig/orb/models/license_type_retrieve_params.rbs +11 -3
- data/sig/orb/models/licenses/external_license_get_usage_params.rbs +5 -0
- data/sig/orb/models/licenses/usage_get_usage_params.rbs +5 -0
- data/sig/orb/models/metric_fetch_params.rbs +12 -3
- data/sig/orb/models/metric_update_params.rbs +5 -1
- data/sig/orb/models/plan_create_params.rbs +5850 -0
- data/sig/orb/models/plan_fetch_params.rbs +9 -3
- data/sig/orb/models/plan_update_params.rbs +9 -1
- data/sig/orb/models/plans/external_plan_id_fetch_params.rbs +11 -3
- data/sig/orb/models/plans/external_plan_id_update_params.rbs +9 -1
- data/sig/orb/models/plans/migration_cancel_params.rbs +6 -1
- data/sig/orb/models/plans/migration_list_params.rbs +5 -1
- data/sig/orb/models/plans/migration_retrieve_params.rbs +6 -1
- data/sig/orb/models/price.rbs +155 -0
- data/sig/orb/models/price_create_params.rbs +616 -1011
- data/sig/orb/models/price_evaluate_params.rbs +5 -0
- data/sig/orb/models/price_fetch_params.rbs +9 -3
- data/sig/orb/models/price_update_params.rbs +5 -1
- data/sig/orb/models/prices/external_price_id_fetch_params.rbs +11 -3
- data/sig/orb/models/prices/external_price_id_update_params.rbs +5 -1
- data/sig/orb/models/subscription_cancel_params.rbs +5 -0
- data/sig/orb/models/subscription_change_apply_params.rbs +5 -0
- data/sig/orb/models/subscription_change_cancel_params.rbs +12 -3
- data/sig/orb/models/subscription_change_retrieve_params.rbs +12 -3
- data/sig/orb/models/subscription_fetch_costs_params.rbs +5 -0
- data/sig/orb/models/subscription_fetch_params.rbs +11 -3
- data/sig/orb/models/subscription_fetch_schedule_params.rbs +5 -0
- data/sig/orb/models/subscription_fetch_usage_params.rbs +5 -0
- data/sig/orb/models/subscription_price_intervals_params.rbs +5 -0
- data/sig/orb/models/subscription_redeem_coupon_params.rbs +5 -0
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +5 -0
- data/sig/orb/models/subscription_trigger_phase_params.rbs +9 -1
- data/sig/orb/models/subscription_unschedule_cancellation_params.rbs +11 -3
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbs +10 -2
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_params.rbs +11 -3
- data/sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs +5 -0
- data/sig/orb/models/subscription_update_params.rbs +5 -0
- data/sig/orb/models/subscription_update_trial_params.rbs +5 -0
- data/sig/orb/resources/alerts.rbs +2 -0
- data/sig/orb/resources/customers/credits/ledger.rbs +2 -26
- data/sig/orb/resources/invoices.rbs +1 -0
- data/sig/orb/resources/prices.rbs +1 -48
- metadata +2 -2
data/rbi/orb/models/price.rbi
CHANGED
|
@@ -121,6 +121,9 @@ module Orb
|
|
|
121
121
|
sig { returns(T.nilable(Float)) }
|
|
122
122
|
attr_accessor :fixed_price_quantity
|
|
123
123
|
|
|
124
|
+
sig { returns(T.nilable(String)) }
|
|
125
|
+
attr_accessor :invoice_grouping_key
|
|
126
|
+
|
|
124
127
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
125
128
|
attr_reader :invoicing_cycle_configuration
|
|
126
129
|
|
|
@@ -247,6 +250,7 @@ module Orb
|
|
|
247
250
|
),
|
|
248
251
|
external_price_id: T.nilable(String),
|
|
249
252
|
fixed_price_quantity: T.nilable(Float),
|
|
253
|
+
invoice_grouping_key: T.nilable(String),
|
|
250
254
|
invoicing_cycle_configuration:
|
|
251
255
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
252
256
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -281,6 +285,7 @@ module Orb
|
|
|
281
285
|
discount:,
|
|
282
286
|
external_price_id:,
|
|
283
287
|
fixed_price_quantity:,
|
|
288
|
+
invoice_grouping_key:,
|
|
284
289
|
invoicing_cycle_configuration:,
|
|
285
290
|
# A minimal representation of an Item containing only the essential identifying
|
|
286
291
|
# information.
|
|
@@ -331,6 +336,7 @@ module Orb
|
|
|
331
336
|
discount: T.nilable(Orb::Discount::Variants),
|
|
332
337
|
external_price_id: T.nilable(String),
|
|
333
338
|
fixed_price_quantity: T.nilable(Float),
|
|
339
|
+
invoice_grouping_key: T.nilable(String),
|
|
334
340
|
invoicing_cycle_configuration:
|
|
335
341
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
336
342
|
item: Orb::ItemSlim,
|
|
@@ -674,6 +680,9 @@ module Orb
|
|
|
674
680
|
sig { returns(T.nilable(Float)) }
|
|
675
681
|
attr_accessor :fixed_price_quantity
|
|
676
682
|
|
|
683
|
+
sig { returns(T.nilable(String)) }
|
|
684
|
+
attr_accessor :invoice_grouping_key
|
|
685
|
+
|
|
677
686
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
678
687
|
attr_reader :invoicing_cycle_configuration
|
|
679
688
|
|
|
@@ -800,6 +809,7 @@ module Orb
|
|
|
800
809
|
),
|
|
801
810
|
external_price_id: T.nilable(String),
|
|
802
811
|
fixed_price_quantity: T.nilable(Float),
|
|
812
|
+
invoice_grouping_key: T.nilable(String),
|
|
803
813
|
invoicing_cycle_configuration:
|
|
804
814
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
805
815
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -834,6 +844,7 @@ module Orb
|
|
|
834
844
|
discount:,
|
|
835
845
|
external_price_id:,
|
|
836
846
|
fixed_price_quantity:,
|
|
847
|
+
invoice_grouping_key:,
|
|
837
848
|
invoicing_cycle_configuration:,
|
|
838
849
|
# A minimal representation of an Item containing only the essential identifying
|
|
839
850
|
# information.
|
|
@@ -884,6 +895,7 @@ module Orb
|
|
|
884
895
|
discount: T.nilable(Orb::Discount::Variants),
|
|
885
896
|
external_price_id: T.nilable(String),
|
|
886
897
|
fixed_price_quantity: T.nilable(Float),
|
|
898
|
+
invoice_grouping_key: T.nilable(String),
|
|
887
899
|
invoicing_cycle_configuration:
|
|
888
900
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
889
901
|
item: Orb::ItemSlim,
|
|
@@ -1242,6 +1254,9 @@ module Orb
|
|
|
1242
1254
|
sig { returns(T.nilable(Float)) }
|
|
1243
1255
|
attr_accessor :fixed_price_quantity
|
|
1244
1256
|
|
|
1257
|
+
sig { returns(T.nilable(String)) }
|
|
1258
|
+
attr_accessor :invoice_grouping_key
|
|
1259
|
+
|
|
1245
1260
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
1246
1261
|
attr_reader :invoicing_cycle_configuration
|
|
1247
1262
|
|
|
@@ -1362,6 +1377,7 @@ module Orb
|
|
|
1362
1377
|
),
|
|
1363
1378
|
external_price_id: T.nilable(String),
|
|
1364
1379
|
fixed_price_quantity: T.nilable(Float),
|
|
1380
|
+
invoice_grouping_key: T.nilable(String),
|
|
1365
1381
|
invoicing_cycle_configuration:
|
|
1366
1382
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
1367
1383
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -1397,6 +1413,7 @@ module Orb
|
|
|
1397
1413
|
discount:,
|
|
1398
1414
|
external_price_id:,
|
|
1399
1415
|
fixed_price_quantity:,
|
|
1416
|
+
invoice_grouping_key:,
|
|
1400
1417
|
invoicing_cycle_configuration:,
|
|
1401
1418
|
# A minimal representation of an Item containing only the essential identifying
|
|
1402
1419
|
# information.
|
|
@@ -1446,6 +1463,7 @@ module Orb
|
|
|
1446
1463
|
discount: T.nilable(Orb::Discount::Variants),
|
|
1447
1464
|
external_price_id: T.nilable(String),
|
|
1448
1465
|
fixed_price_quantity: T.nilable(Float),
|
|
1466
|
+
invoice_grouping_key: T.nilable(String),
|
|
1449
1467
|
invoicing_cycle_configuration:
|
|
1450
1468
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
1451
1469
|
item: Orb::ItemSlim,
|
|
@@ -1810,6 +1828,9 @@ module Orb
|
|
|
1810
1828
|
sig { returns(T.nilable(Float)) }
|
|
1811
1829
|
attr_accessor :fixed_price_quantity
|
|
1812
1830
|
|
|
1831
|
+
sig { returns(T.nilable(String)) }
|
|
1832
|
+
attr_accessor :invoice_grouping_key
|
|
1833
|
+
|
|
1813
1834
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
1814
1835
|
attr_reader :invoicing_cycle_configuration
|
|
1815
1836
|
|
|
@@ -1934,6 +1955,7 @@ module Orb
|
|
|
1934
1955
|
),
|
|
1935
1956
|
external_price_id: T.nilable(String),
|
|
1936
1957
|
fixed_price_quantity: T.nilable(Float),
|
|
1958
|
+
invoice_grouping_key: T.nilable(String),
|
|
1937
1959
|
invoicing_cycle_configuration:
|
|
1938
1960
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
1939
1961
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -1970,6 +1992,7 @@ module Orb
|
|
|
1970
1992
|
discount:,
|
|
1971
1993
|
external_price_id:,
|
|
1972
1994
|
fixed_price_quantity:,
|
|
1995
|
+
invoice_grouping_key:,
|
|
1973
1996
|
invoicing_cycle_configuration:,
|
|
1974
1997
|
# A minimal representation of an Item containing only the essential identifying
|
|
1975
1998
|
# information.
|
|
@@ -2025,6 +2048,7 @@ module Orb
|
|
|
2025
2048
|
discount: T.nilable(Orb::Discount::Variants),
|
|
2026
2049
|
external_price_id: T.nilable(String),
|
|
2027
2050
|
fixed_price_quantity: T.nilable(Float),
|
|
2051
|
+
invoice_grouping_key: T.nilable(String),
|
|
2028
2052
|
invoicing_cycle_configuration:
|
|
2029
2053
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
2030
2054
|
item: Orb::ItemSlim,
|
|
@@ -2560,6 +2584,9 @@ module Orb
|
|
|
2560
2584
|
sig { returns(T.nilable(Float)) }
|
|
2561
2585
|
attr_accessor :fixed_price_quantity
|
|
2562
2586
|
|
|
2587
|
+
sig { returns(T.nilable(String)) }
|
|
2588
|
+
attr_accessor :invoice_grouping_key
|
|
2589
|
+
|
|
2563
2590
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
2564
2591
|
attr_reader :invoicing_cycle_configuration
|
|
2565
2592
|
|
|
@@ -2686,6 +2713,7 @@ module Orb
|
|
|
2686
2713
|
),
|
|
2687
2714
|
external_price_id: T.nilable(String),
|
|
2688
2715
|
fixed_price_quantity: T.nilable(Float),
|
|
2716
|
+
invoice_grouping_key: T.nilable(String),
|
|
2689
2717
|
invoicing_cycle_configuration:
|
|
2690
2718
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
2691
2719
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -2720,6 +2748,7 @@ module Orb
|
|
|
2720
2748
|
discount:,
|
|
2721
2749
|
external_price_id:,
|
|
2722
2750
|
fixed_price_quantity:,
|
|
2751
|
+
invoice_grouping_key:,
|
|
2723
2752
|
invoicing_cycle_configuration:,
|
|
2724
2753
|
# A minimal representation of an Item containing only the essential identifying
|
|
2725
2754
|
# information.
|
|
@@ -2770,6 +2799,7 @@ module Orb
|
|
|
2770
2799
|
discount: T.nilable(Orb::Discount::Variants),
|
|
2771
2800
|
external_price_id: T.nilable(String),
|
|
2772
2801
|
fixed_price_quantity: T.nilable(Float),
|
|
2802
|
+
invoice_grouping_key: T.nilable(String),
|
|
2773
2803
|
invoicing_cycle_configuration:
|
|
2774
2804
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
2775
2805
|
item: Orb::ItemSlim,
|
|
@@ -3125,6 +3155,9 @@ module Orb
|
|
|
3125
3155
|
sig { returns(T.nilable(Float)) }
|
|
3126
3156
|
attr_accessor :fixed_price_quantity
|
|
3127
3157
|
|
|
3158
|
+
sig { returns(T.nilable(String)) }
|
|
3159
|
+
attr_accessor :invoice_grouping_key
|
|
3160
|
+
|
|
3128
3161
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
3129
3162
|
attr_reader :invoicing_cycle_configuration
|
|
3130
3163
|
|
|
@@ -3251,6 +3284,7 @@ module Orb
|
|
|
3251
3284
|
),
|
|
3252
3285
|
external_price_id: T.nilable(String),
|
|
3253
3286
|
fixed_price_quantity: T.nilable(Float),
|
|
3287
|
+
invoice_grouping_key: T.nilable(String),
|
|
3254
3288
|
invoicing_cycle_configuration:
|
|
3255
3289
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
3256
3290
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -3285,6 +3319,7 @@ module Orb
|
|
|
3285
3319
|
discount:,
|
|
3286
3320
|
external_price_id:,
|
|
3287
3321
|
fixed_price_quantity:,
|
|
3322
|
+
invoice_grouping_key:,
|
|
3288
3323
|
invoicing_cycle_configuration:,
|
|
3289
3324
|
# A minimal representation of an Item containing only the essential identifying
|
|
3290
3325
|
# information.
|
|
@@ -3335,6 +3370,7 @@ module Orb
|
|
|
3335
3370
|
discount: T.nilable(Orb::Discount::Variants),
|
|
3336
3371
|
external_price_id: T.nilable(String),
|
|
3337
3372
|
fixed_price_quantity: T.nilable(Float),
|
|
3373
|
+
invoice_grouping_key: T.nilable(String),
|
|
3338
3374
|
invoicing_cycle_configuration:
|
|
3339
3375
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
3340
3376
|
item: Orb::ItemSlim,
|
|
@@ -3698,6 +3734,9 @@ module Orb
|
|
|
3698
3734
|
sig { returns(T.nilable(Float)) }
|
|
3699
3735
|
attr_accessor :fixed_price_quantity
|
|
3700
3736
|
|
|
3737
|
+
sig { returns(T.nilable(String)) }
|
|
3738
|
+
attr_accessor :invoice_grouping_key
|
|
3739
|
+
|
|
3701
3740
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
3702
3741
|
attr_reader :invoicing_cycle_configuration
|
|
3703
3742
|
|
|
@@ -3839,6 +3878,7 @@ module Orb
|
|
|
3839
3878
|
),
|
|
3840
3879
|
external_price_id: T.nilable(String),
|
|
3841
3880
|
fixed_price_quantity: T.nilable(Float),
|
|
3881
|
+
invoice_grouping_key: T.nilable(String),
|
|
3842
3882
|
invoicing_cycle_configuration:
|
|
3843
3883
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
3844
3884
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -3875,6 +3915,7 @@ module Orb
|
|
|
3875
3915
|
discount:,
|
|
3876
3916
|
external_price_id:,
|
|
3877
3917
|
fixed_price_quantity:,
|
|
3918
|
+
invoice_grouping_key:,
|
|
3878
3919
|
invoicing_cycle_configuration:,
|
|
3879
3920
|
# A minimal representation of an Item containing only the essential identifying
|
|
3880
3921
|
# information.
|
|
@@ -3932,6 +3973,7 @@ module Orb
|
|
|
3932
3973
|
discount: T.nilable(Orb::Discount::Variants),
|
|
3933
3974
|
external_price_id: T.nilable(String),
|
|
3934
3975
|
fixed_price_quantity: T.nilable(Float),
|
|
3976
|
+
invoice_grouping_key: T.nilable(String),
|
|
3935
3977
|
invoicing_cycle_configuration:
|
|
3936
3978
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
3937
3979
|
item: Orb::ItemSlim,
|
|
@@ -4440,6 +4482,9 @@ module Orb
|
|
|
4440
4482
|
sig { returns(T.nilable(Float)) }
|
|
4441
4483
|
attr_accessor :fixed_price_quantity
|
|
4442
4484
|
|
|
4485
|
+
sig { returns(T.nilable(String)) }
|
|
4486
|
+
attr_accessor :invoice_grouping_key
|
|
4487
|
+
|
|
4443
4488
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
4444
4489
|
attr_reader :invoicing_cycle_configuration
|
|
4445
4490
|
|
|
@@ -4574,6 +4619,7 @@ module Orb
|
|
|
4574
4619
|
),
|
|
4575
4620
|
external_price_id: T.nilable(String),
|
|
4576
4621
|
fixed_price_quantity: T.nilable(Float),
|
|
4622
|
+
invoice_grouping_key: T.nilable(String),
|
|
4577
4623
|
invoicing_cycle_configuration:
|
|
4578
4624
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
4579
4625
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -4610,6 +4656,7 @@ module Orb
|
|
|
4610
4656
|
discount:,
|
|
4611
4657
|
external_price_id:,
|
|
4612
4658
|
fixed_price_quantity:,
|
|
4659
|
+
invoice_grouping_key:,
|
|
4613
4660
|
invoicing_cycle_configuration:,
|
|
4614
4661
|
# A minimal representation of an Item containing only the essential identifying
|
|
4615
4662
|
# information.
|
|
@@ -4665,6 +4712,7 @@ module Orb
|
|
|
4665
4712
|
discount: T.nilable(Orb::Discount::Variants),
|
|
4666
4713
|
external_price_id: T.nilable(String),
|
|
4667
4714
|
fixed_price_quantity: T.nilable(Float),
|
|
4715
|
+
invoice_grouping_key: T.nilable(String),
|
|
4668
4716
|
invoicing_cycle_configuration:
|
|
4669
4717
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
4670
4718
|
item: Orb::ItemSlim,
|
|
@@ -5152,6 +5200,9 @@ module Orb
|
|
|
5152
5200
|
sig { returns(T.nilable(Float)) }
|
|
5153
5201
|
attr_accessor :fixed_price_quantity
|
|
5154
5202
|
|
|
5203
|
+
sig { returns(T.nilable(String)) }
|
|
5204
|
+
attr_accessor :invoice_grouping_key
|
|
5205
|
+
|
|
5155
5206
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
5156
5207
|
attr_reader :invoicing_cycle_configuration
|
|
5157
5208
|
|
|
@@ -5286,6 +5337,7 @@ module Orb
|
|
|
5286
5337
|
),
|
|
5287
5338
|
external_price_id: T.nilable(String),
|
|
5288
5339
|
fixed_price_quantity: T.nilable(Float),
|
|
5340
|
+
invoice_grouping_key: T.nilable(String),
|
|
5289
5341
|
invoicing_cycle_configuration:
|
|
5290
5342
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
5291
5343
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -5322,6 +5374,7 @@ module Orb
|
|
|
5322
5374
|
discount:,
|
|
5323
5375
|
external_price_id:,
|
|
5324
5376
|
fixed_price_quantity:,
|
|
5377
|
+
invoice_grouping_key:,
|
|
5325
5378
|
invoicing_cycle_configuration:,
|
|
5326
5379
|
# A minimal representation of an Item containing only the essential identifying
|
|
5327
5380
|
# information.
|
|
@@ -5377,6 +5430,7 @@ module Orb
|
|
|
5377
5430
|
discount: T.nilable(Orb::Discount::Variants),
|
|
5378
5431
|
external_price_id: T.nilable(String),
|
|
5379
5432
|
fixed_price_quantity: T.nilable(Float),
|
|
5433
|
+
invoice_grouping_key: T.nilable(String),
|
|
5380
5434
|
invoicing_cycle_configuration:
|
|
5381
5435
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
5382
5436
|
item: Orb::ItemSlim,
|
|
@@ -5913,6 +5967,9 @@ module Orb
|
|
|
5913
5967
|
end
|
|
5914
5968
|
attr_writer :grouped_tiered_config
|
|
5915
5969
|
|
|
5970
|
+
sig { returns(T.nilable(String)) }
|
|
5971
|
+
attr_accessor :invoice_grouping_key
|
|
5972
|
+
|
|
5916
5973
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
5917
5974
|
attr_reader :invoicing_cycle_configuration
|
|
5918
5975
|
|
|
@@ -6037,6 +6094,7 @@ module Orb
|
|
|
6037
6094
|
fixed_price_quantity: T.nilable(Float),
|
|
6038
6095
|
grouped_tiered_config:
|
|
6039
6096
|
Orb::Price::GroupedTiered::GroupedTieredConfig::OrHash,
|
|
6097
|
+
invoice_grouping_key: T.nilable(String),
|
|
6040
6098
|
invoicing_cycle_configuration:
|
|
6041
6099
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
6042
6100
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -6073,6 +6131,7 @@ module Orb
|
|
|
6073
6131
|
fixed_price_quantity:,
|
|
6074
6132
|
# Configuration for grouped_tiered pricing
|
|
6075
6133
|
grouped_tiered_config:,
|
|
6134
|
+
invoice_grouping_key:,
|
|
6076
6135
|
invoicing_cycle_configuration:,
|
|
6077
6136
|
# A minimal representation of an Item containing only the essential identifying
|
|
6078
6137
|
# information.
|
|
@@ -6128,6 +6187,7 @@ module Orb
|
|
|
6128
6187
|
fixed_price_quantity: T.nilable(Float),
|
|
6129
6188
|
grouped_tiered_config:
|
|
6130
6189
|
Orb::Price::GroupedTiered::GroupedTieredConfig,
|
|
6190
|
+
invoice_grouping_key: T.nilable(String),
|
|
6131
6191
|
invoicing_cycle_configuration:
|
|
6132
6192
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
6133
6193
|
item: Orb::ItemSlim,
|
|
@@ -6619,6 +6679,9 @@ module Orb
|
|
|
6619
6679
|
sig { returns(T.nilable(Float)) }
|
|
6620
6680
|
attr_accessor :fixed_price_quantity
|
|
6621
6681
|
|
|
6682
|
+
sig { returns(T.nilable(String)) }
|
|
6683
|
+
attr_accessor :invoice_grouping_key
|
|
6684
|
+
|
|
6622
6685
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
6623
6686
|
attr_reader :invoicing_cycle_configuration
|
|
6624
6687
|
|
|
@@ -6764,6 +6827,7 @@ module Orb
|
|
|
6764
6827
|
),
|
|
6765
6828
|
external_price_id: T.nilable(String),
|
|
6766
6829
|
fixed_price_quantity: T.nilable(Float),
|
|
6830
|
+
invoice_grouping_key: T.nilable(String),
|
|
6767
6831
|
invoicing_cycle_configuration:
|
|
6768
6832
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
6769
6833
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -6803,6 +6867,7 @@ module Orb
|
|
|
6803
6867
|
discount:,
|
|
6804
6868
|
external_price_id:,
|
|
6805
6869
|
fixed_price_quantity:,
|
|
6870
|
+
invoice_grouping_key:,
|
|
6806
6871
|
invoicing_cycle_configuration:,
|
|
6807
6872
|
# A minimal representation of an Item containing only the essential identifying
|
|
6808
6873
|
# information.
|
|
@@ -6861,6 +6926,7 @@ module Orb
|
|
|
6861
6926
|
discount: T.nilable(Orb::Discount::Variants),
|
|
6862
6927
|
external_price_id: T.nilable(String),
|
|
6863
6928
|
fixed_price_quantity: T.nilable(Float),
|
|
6929
|
+
invoice_grouping_key: T.nilable(String),
|
|
6864
6930
|
invoicing_cycle_configuration:
|
|
6865
6931
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
6866
6932
|
item: Orb::ItemSlim,
|
|
@@ -7383,6 +7449,9 @@ module Orb
|
|
|
7383
7449
|
sig { returns(T.nilable(Float)) }
|
|
7384
7450
|
attr_accessor :fixed_price_quantity
|
|
7385
7451
|
|
|
7452
|
+
sig { returns(T.nilable(String)) }
|
|
7453
|
+
attr_accessor :invoice_grouping_key
|
|
7454
|
+
|
|
7386
7455
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
7387
7456
|
attr_reader :invoicing_cycle_configuration
|
|
7388
7457
|
|
|
@@ -7526,6 +7595,7 @@ module Orb
|
|
|
7526
7595
|
),
|
|
7527
7596
|
external_price_id: T.nilable(String),
|
|
7528
7597
|
fixed_price_quantity: T.nilable(Float),
|
|
7598
|
+
invoice_grouping_key: T.nilable(String),
|
|
7529
7599
|
invoicing_cycle_configuration:
|
|
7530
7600
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
7531
7601
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -7562,6 +7632,7 @@ module Orb
|
|
|
7562
7632
|
discount:,
|
|
7563
7633
|
external_price_id:,
|
|
7564
7634
|
fixed_price_quantity:,
|
|
7635
|
+
invoice_grouping_key:,
|
|
7565
7636
|
invoicing_cycle_configuration:,
|
|
7566
7637
|
# A minimal representation of an Item containing only the essential identifying
|
|
7567
7638
|
# information.
|
|
@@ -7619,6 +7690,7 @@ module Orb
|
|
|
7619
7690
|
discount: T.nilable(Orb::Discount::Variants),
|
|
7620
7691
|
external_price_id: T.nilable(String),
|
|
7621
7692
|
fixed_price_quantity: T.nilable(Float),
|
|
7693
|
+
invoice_grouping_key: T.nilable(String),
|
|
7622
7694
|
invoicing_cycle_configuration:
|
|
7623
7695
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
7624
7696
|
item: Orb::ItemSlim,
|
|
@@ -8079,6 +8151,9 @@ module Orb
|
|
|
8079
8151
|
sig { returns(T.nilable(Float)) }
|
|
8080
8152
|
attr_accessor :fixed_price_quantity
|
|
8081
8153
|
|
|
8154
|
+
sig { returns(T.nilable(String)) }
|
|
8155
|
+
attr_accessor :invoice_grouping_key
|
|
8156
|
+
|
|
8082
8157
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
8083
8158
|
attr_reader :invoicing_cycle_configuration
|
|
8084
8159
|
|
|
@@ -8213,6 +8288,7 @@ module Orb
|
|
|
8213
8288
|
),
|
|
8214
8289
|
external_price_id: T.nilable(String),
|
|
8215
8290
|
fixed_price_quantity: T.nilable(Float),
|
|
8291
|
+
invoice_grouping_key: T.nilable(String),
|
|
8216
8292
|
invoicing_cycle_configuration:
|
|
8217
8293
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
8218
8294
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -8249,6 +8325,7 @@ module Orb
|
|
|
8249
8325
|
discount:,
|
|
8250
8326
|
external_price_id:,
|
|
8251
8327
|
fixed_price_quantity:,
|
|
8328
|
+
invoice_grouping_key:,
|
|
8252
8329
|
invoicing_cycle_configuration:,
|
|
8253
8330
|
# A minimal representation of an Item containing only the essential identifying
|
|
8254
8331
|
# information.
|
|
@@ -8304,6 +8381,7 @@ module Orb
|
|
|
8304
8381
|
discount: T.nilable(Orb::Discount::Variants),
|
|
8305
8382
|
external_price_id: T.nilable(String),
|
|
8306
8383
|
fixed_price_quantity: T.nilable(Float),
|
|
8384
|
+
invoice_grouping_key: T.nilable(String),
|
|
8307
8385
|
invoicing_cycle_configuration:
|
|
8308
8386
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
8309
8387
|
item: Orb::ItemSlim,
|
|
@@ -8740,6 +8818,9 @@ module Orb
|
|
|
8740
8818
|
sig { returns(T.nilable(Float)) }
|
|
8741
8819
|
attr_accessor :fixed_price_quantity
|
|
8742
8820
|
|
|
8821
|
+
sig { returns(T.nilable(String)) }
|
|
8822
|
+
attr_accessor :invoice_grouping_key
|
|
8823
|
+
|
|
8743
8824
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
8744
8825
|
attr_reader :invoicing_cycle_configuration
|
|
8745
8826
|
|
|
@@ -8879,6 +8960,7 @@ module Orb
|
|
|
8879
8960
|
),
|
|
8880
8961
|
external_price_id: T.nilable(String),
|
|
8881
8962
|
fixed_price_quantity: T.nilable(Float),
|
|
8963
|
+
invoice_grouping_key: T.nilable(String),
|
|
8882
8964
|
invoicing_cycle_configuration:
|
|
8883
8965
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
8884
8966
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -8915,6 +8997,7 @@ module Orb
|
|
|
8915
8997
|
discount:,
|
|
8916
8998
|
external_price_id:,
|
|
8917
8999
|
fixed_price_quantity:,
|
|
9000
|
+
invoice_grouping_key:,
|
|
8918
9001
|
invoicing_cycle_configuration:,
|
|
8919
9002
|
# A minimal representation of an Item containing only the essential identifying
|
|
8920
9003
|
# information.
|
|
@@ -8972,6 +9055,7 @@ module Orb
|
|
|
8972
9055
|
discount: T.nilable(Orb::Discount::Variants),
|
|
8973
9056
|
external_price_id: T.nilable(String),
|
|
8974
9057
|
fixed_price_quantity: T.nilable(Float),
|
|
9058
|
+
invoice_grouping_key: T.nilable(String),
|
|
8975
9059
|
invoicing_cycle_configuration:
|
|
8976
9060
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
8977
9061
|
item: Orb::ItemSlim,
|
|
@@ -9391,6 +9475,9 @@ module Orb
|
|
|
9391
9475
|
sig { returns(T.nilable(Float)) }
|
|
9392
9476
|
attr_accessor :fixed_price_quantity
|
|
9393
9477
|
|
|
9478
|
+
sig { returns(T.nilable(String)) }
|
|
9479
|
+
attr_accessor :invoice_grouping_key
|
|
9480
|
+
|
|
9394
9481
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
9395
9482
|
attr_reader :invoicing_cycle_configuration
|
|
9396
9483
|
|
|
@@ -9530,6 +9617,7 @@ module Orb
|
|
|
9530
9617
|
),
|
|
9531
9618
|
external_price_id: T.nilable(String),
|
|
9532
9619
|
fixed_price_quantity: T.nilable(Float),
|
|
9620
|
+
invoice_grouping_key: T.nilable(String),
|
|
9533
9621
|
invoicing_cycle_configuration:
|
|
9534
9622
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
9535
9623
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -9566,6 +9654,7 @@ module Orb
|
|
|
9566
9654
|
discount:,
|
|
9567
9655
|
external_price_id:,
|
|
9568
9656
|
fixed_price_quantity:,
|
|
9657
|
+
invoice_grouping_key:,
|
|
9569
9658
|
invoicing_cycle_configuration:,
|
|
9570
9659
|
# A minimal representation of an Item containing only the essential identifying
|
|
9571
9660
|
# information.
|
|
@@ -9623,6 +9712,7 @@ module Orb
|
|
|
9623
9712
|
discount: T.nilable(Orb::Discount::Variants),
|
|
9624
9713
|
external_price_id: T.nilable(String),
|
|
9625
9714
|
fixed_price_quantity: T.nilable(Float),
|
|
9715
|
+
invoice_grouping_key: T.nilable(String),
|
|
9626
9716
|
invoicing_cycle_configuration:
|
|
9627
9717
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
9628
9718
|
item: Orb::ItemSlim,
|
|
@@ -10131,6 +10221,9 @@ module Orb
|
|
|
10131
10221
|
sig { returns(T.nilable(Float)) }
|
|
10132
10222
|
attr_accessor :fixed_price_quantity
|
|
10133
10223
|
|
|
10224
|
+
sig { returns(T.nilable(String)) }
|
|
10225
|
+
attr_accessor :invoice_grouping_key
|
|
10226
|
+
|
|
10134
10227
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
10135
10228
|
attr_reader :invoicing_cycle_configuration
|
|
10136
10229
|
|
|
@@ -10265,6 +10358,7 @@ module Orb
|
|
|
10265
10358
|
),
|
|
10266
10359
|
external_price_id: T.nilable(String),
|
|
10267
10360
|
fixed_price_quantity: T.nilable(Float),
|
|
10361
|
+
invoice_grouping_key: T.nilable(String),
|
|
10268
10362
|
invoicing_cycle_configuration:
|
|
10269
10363
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
10270
10364
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -10301,6 +10395,7 @@ module Orb
|
|
|
10301
10395
|
discount:,
|
|
10302
10396
|
external_price_id:,
|
|
10303
10397
|
fixed_price_quantity:,
|
|
10398
|
+
invoice_grouping_key:,
|
|
10304
10399
|
invoicing_cycle_configuration:,
|
|
10305
10400
|
# A minimal representation of an Item containing only the essential identifying
|
|
10306
10401
|
# information.
|
|
@@ -10356,6 +10451,7 @@ module Orb
|
|
|
10356
10451
|
discount: T.nilable(Orb::Discount::Variants),
|
|
10357
10452
|
external_price_id: T.nilable(String),
|
|
10358
10453
|
fixed_price_quantity: T.nilable(Float),
|
|
10454
|
+
invoice_grouping_key: T.nilable(String),
|
|
10359
10455
|
invoicing_cycle_configuration:
|
|
10360
10456
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
10361
10457
|
item: Orb::ItemSlim,
|
|
@@ -10804,6 +10900,9 @@ module Orb
|
|
|
10804
10900
|
end
|
|
10805
10901
|
attr_writer :grouped_allocation_config
|
|
10806
10902
|
|
|
10903
|
+
sig { returns(T.nilable(String)) }
|
|
10904
|
+
attr_accessor :invoice_grouping_key
|
|
10905
|
+
|
|
10807
10906
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
10808
10907
|
attr_reader :invoicing_cycle_configuration
|
|
10809
10908
|
|
|
@@ -10928,6 +11027,7 @@ module Orb
|
|
|
10928
11027
|
fixed_price_quantity: T.nilable(Float),
|
|
10929
11028
|
grouped_allocation_config:
|
|
10930
11029
|
Orb::Price::GroupedAllocation::GroupedAllocationConfig::OrHash,
|
|
11030
|
+
invoice_grouping_key: T.nilable(String),
|
|
10931
11031
|
invoicing_cycle_configuration:
|
|
10932
11032
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
10933
11033
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -10964,6 +11064,7 @@ module Orb
|
|
|
10964
11064
|
fixed_price_quantity:,
|
|
10965
11065
|
# Configuration for grouped_allocation pricing
|
|
10966
11066
|
grouped_allocation_config:,
|
|
11067
|
+
invoice_grouping_key:,
|
|
10967
11068
|
invoicing_cycle_configuration:,
|
|
10968
11069
|
# A minimal representation of an Item containing only the essential identifying
|
|
10969
11070
|
# information.
|
|
@@ -11019,6 +11120,7 @@ module Orb
|
|
|
11019
11120
|
fixed_price_quantity: T.nilable(Float),
|
|
11020
11121
|
grouped_allocation_config:
|
|
11021
11122
|
Orb::Price::GroupedAllocation::GroupedAllocationConfig,
|
|
11123
|
+
invoice_grouping_key: T.nilable(String),
|
|
11022
11124
|
invoicing_cycle_configuration:
|
|
11023
11125
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
11024
11126
|
item: Orb::ItemSlim,
|
|
@@ -11491,6 +11593,9 @@ module Orb
|
|
|
11491
11593
|
sig { returns(T.nilable(Float)) }
|
|
11492
11594
|
attr_accessor :fixed_price_quantity
|
|
11493
11595
|
|
|
11596
|
+
sig { returns(T.nilable(String)) }
|
|
11597
|
+
attr_accessor :invoice_grouping_key
|
|
11598
|
+
|
|
11494
11599
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
11495
11600
|
attr_reader :invoicing_cycle_configuration
|
|
11496
11601
|
|
|
@@ -11615,6 +11720,7 @@ module Orb
|
|
|
11615
11720
|
),
|
|
11616
11721
|
external_price_id: T.nilable(String),
|
|
11617
11722
|
fixed_price_quantity: T.nilable(Float),
|
|
11723
|
+
invoice_grouping_key: T.nilable(String),
|
|
11618
11724
|
invoicing_cycle_configuration:
|
|
11619
11725
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
11620
11726
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -11651,6 +11757,7 @@ module Orb
|
|
|
11651
11757
|
discount:,
|
|
11652
11758
|
external_price_id:,
|
|
11653
11759
|
fixed_price_quantity:,
|
|
11760
|
+
invoice_grouping_key:,
|
|
11654
11761
|
invoicing_cycle_configuration:,
|
|
11655
11762
|
# A minimal representation of an Item containing only the essential identifying
|
|
11656
11763
|
# information.
|
|
@@ -11706,6 +11813,7 @@ module Orb
|
|
|
11706
11813
|
discount: T.nilable(Orb::Discount::Variants),
|
|
11707
11814
|
external_price_id: T.nilable(String),
|
|
11708
11815
|
fixed_price_quantity: T.nilable(Float),
|
|
11816
|
+
invoice_grouping_key: T.nilable(String),
|
|
11709
11817
|
invoicing_cycle_configuration:
|
|
11710
11818
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
11711
11819
|
item: Orb::ItemSlim,
|
|
@@ -12228,6 +12336,9 @@ module Orb
|
|
|
12228
12336
|
end
|
|
12229
12337
|
attr_writer :grouped_with_prorated_minimum_config
|
|
12230
12338
|
|
|
12339
|
+
sig { returns(T.nilable(String)) }
|
|
12340
|
+
attr_accessor :invoice_grouping_key
|
|
12341
|
+
|
|
12231
12342
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
12232
12343
|
attr_reader :invoicing_cycle_configuration
|
|
12233
12344
|
|
|
@@ -12363,6 +12474,7 @@ module Orb
|
|
|
12363
12474
|
fixed_price_quantity: T.nilable(Float),
|
|
12364
12475
|
grouped_with_prorated_minimum_config:
|
|
12365
12476
|
Orb::Price::GroupedWithProratedMinimum::GroupedWithProratedMinimumConfig::OrHash,
|
|
12477
|
+
invoice_grouping_key: T.nilable(String),
|
|
12366
12478
|
invoicing_cycle_configuration:
|
|
12367
12479
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
12368
12480
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -12402,6 +12514,7 @@ module Orb
|
|
|
12402
12514
|
fixed_price_quantity:,
|
|
12403
12515
|
# Configuration for grouped_with_prorated_minimum pricing
|
|
12404
12516
|
grouped_with_prorated_minimum_config:,
|
|
12517
|
+
invoice_grouping_key:,
|
|
12405
12518
|
invoicing_cycle_configuration:,
|
|
12406
12519
|
# A minimal representation of an Item containing only the essential identifying
|
|
12407
12520
|
# information.
|
|
@@ -12460,6 +12573,7 @@ module Orb
|
|
|
12460
12573
|
fixed_price_quantity: T.nilable(Float),
|
|
12461
12574
|
grouped_with_prorated_minimum_config:
|
|
12462
12575
|
Orb::Price::GroupedWithProratedMinimum::GroupedWithProratedMinimumConfig,
|
|
12576
|
+
invoice_grouping_key: T.nilable(String),
|
|
12463
12577
|
invoicing_cycle_configuration:
|
|
12464
12578
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
12465
12579
|
item: Orb::ItemSlim,
|
|
@@ -12950,6 +13064,9 @@ module Orb
|
|
|
12950
13064
|
end
|
|
12951
13065
|
attr_writer :grouped_with_metered_minimum_config
|
|
12952
13066
|
|
|
13067
|
+
sig { returns(T.nilable(String)) }
|
|
13068
|
+
attr_accessor :invoice_grouping_key
|
|
13069
|
+
|
|
12953
13070
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
12954
13071
|
attr_reader :invoicing_cycle_configuration
|
|
12955
13072
|
|
|
@@ -13083,6 +13200,7 @@ module Orb
|
|
|
13083
13200
|
fixed_price_quantity: T.nilable(Float),
|
|
13084
13201
|
grouped_with_metered_minimum_config:
|
|
13085
13202
|
Orb::Price::GroupedWithMeteredMinimum::GroupedWithMeteredMinimumConfig::OrHash,
|
|
13203
|
+
invoice_grouping_key: T.nilable(String),
|
|
13086
13204
|
invoicing_cycle_configuration:
|
|
13087
13205
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
13088
13206
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -13122,6 +13240,7 @@ module Orb
|
|
|
13122
13240
|
fixed_price_quantity:,
|
|
13123
13241
|
# Configuration for grouped_with_metered_minimum pricing
|
|
13124
13242
|
grouped_with_metered_minimum_config:,
|
|
13243
|
+
invoice_grouping_key:,
|
|
13125
13244
|
invoicing_cycle_configuration:,
|
|
13126
13245
|
# A minimal representation of an Item containing only the essential identifying
|
|
13127
13246
|
# information.
|
|
@@ -13180,6 +13299,7 @@ module Orb
|
|
|
13180
13299
|
fixed_price_quantity: T.nilable(Float),
|
|
13181
13300
|
grouped_with_metered_minimum_config:
|
|
13182
13301
|
Orb::Price::GroupedWithMeteredMinimum::GroupedWithMeteredMinimumConfig,
|
|
13302
|
+
invoice_grouping_key: T.nilable(String),
|
|
13183
13303
|
invoicing_cycle_configuration:
|
|
13184
13304
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
13185
13305
|
item: Orb::ItemSlim,
|
|
@@ -13800,6 +13920,9 @@ module Orb
|
|
|
13800
13920
|
end
|
|
13801
13921
|
attr_writer :grouped_with_min_max_thresholds_config
|
|
13802
13922
|
|
|
13923
|
+
sig { returns(T.nilable(String)) }
|
|
13924
|
+
attr_accessor :invoice_grouping_key
|
|
13925
|
+
|
|
13803
13926
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
13804
13927
|
attr_reader :invoicing_cycle_configuration
|
|
13805
13928
|
|
|
@@ -13935,6 +14058,7 @@ module Orb
|
|
|
13935
14058
|
fixed_price_quantity: T.nilable(Float),
|
|
13936
14059
|
grouped_with_min_max_thresholds_config:
|
|
13937
14060
|
Orb::Price::GroupedWithMinMaxThresholds::GroupedWithMinMaxThresholdsConfig::OrHash,
|
|
14061
|
+
invoice_grouping_key: T.nilable(String),
|
|
13938
14062
|
invoicing_cycle_configuration:
|
|
13939
14063
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
13940
14064
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -13974,6 +14098,7 @@ module Orb
|
|
|
13974
14098
|
fixed_price_quantity:,
|
|
13975
14099
|
# Configuration for grouped_with_min_max_thresholds pricing
|
|
13976
14100
|
grouped_with_min_max_thresholds_config:,
|
|
14101
|
+
invoice_grouping_key:,
|
|
13977
14102
|
invoicing_cycle_configuration:,
|
|
13978
14103
|
# A minimal representation of an Item containing only the essential identifying
|
|
13979
14104
|
# information.
|
|
@@ -14032,6 +14157,7 @@ module Orb
|
|
|
14032
14157
|
fixed_price_quantity: T.nilable(Float),
|
|
14033
14158
|
grouped_with_min_max_thresholds_config:
|
|
14034
14159
|
Orb::Price::GroupedWithMinMaxThresholds::GroupedWithMinMaxThresholdsConfig,
|
|
14160
|
+
invoice_grouping_key: T.nilable(String),
|
|
14035
14161
|
invoicing_cycle_configuration:
|
|
14036
14162
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
14037
14163
|
item: Orb::ItemSlim,
|
|
@@ -14517,6 +14643,9 @@ module Orb
|
|
|
14517
14643
|
sig { returns(T.nilable(Float)) }
|
|
14518
14644
|
attr_accessor :fixed_price_quantity
|
|
14519
14645
|
|
|
14646
|
+
sig { returns(T.nilable(String)) }
|
|
14647
|
+
attr_accessor :invoice_grouping_key
|
|
14648
|
+
|
|
14520
14649
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
14521
14650
|
attr_reader :invoicing_cycle_configuration
|
|
14522
14651
|
|
|
@@ -14660,6 +14789,7 @@ module Orb
|
|
|
14660
14789
|
),
|
|
14661
14790
|
external_price_id: T.nilable(String),
|
|
14662
14791
|
fixed_price_quantity: T.nilable(Float),
|
|
14792
|
+
invoice_grouping_key: T.nilable(String),
|
|
14663
14793
|
invoicing_cycle_configuration:
|
|
14664
14794
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
14665
14795
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -14696,6 +14826,7 @@ module Orb
|
|
|
14696
14826
|
discount:,
|
|
14697
14827
|
external_price_id:,
|
|
14698
14828
|
fixed_price_quantity:,
|
|
14829
|
+
invoice_grouping_key:,
|
|
14699
14830
|
invoicing_cycle_configuration:,
|
|
14700
14831
|
# A minimal representation of an Item containing only the essential identifying
|
|
14701
14832
|
# information.
|
|
@@ -14753,6 +14884,7 @@ module Orb
|
|
|
14753
14884
|
discount: T.nilable(Orb::Discount::Variants),
|
|
14754
14885
|
external_price_id: T.nilable(String),
|
|
14755
14886
|
fixed_price_quantity: T.nilable(Float),
|
|
14887
|
+
invoice_grouping_key: T.nilable(String),
|
|
14756
14888
|
invoicing_cycle_configuration:
|
|
14757
14889
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
14758
14890
|
item: Orb::ItemSlim,
|
|
@@ -15295,6 +15427,9 @@ module Orb
|
|
|
15295
15427
|
end
|
|
15296
15428
|
attr_writer :grouped_tiered_package_config
|
|
15297
15429
|
|
|
15430
|
+
sig { returns(T.nilable(String)) }
|
|
15431
|
+
attr_accessor :invoice_grouping_key
|
|
15432
|
+
|
|
15298
15433
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
15299
15434
|
attr_reader :invoicing_cycle_configuration
|
|
15300
15435
|
|
|
@@ -15424,6 +15559,7 @@ module Orb
|
|
|
15424
15559
|
fixed_price_quantity: T.nilable(Float),
|
|
15425
15560
|
grouped_tiered_package_config:
|
|
15426
15561
|
Orb::Price::GroupedTieredPackage::GroupedTieredPackageConfig::OrHash,
|
|
15562
|
+
invoice_grouping_key: T.nilable(String),
|
|
15427
15563
|
invoicing_cycle_configuration:
|
|
15428
15564
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
15429
15565
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -15460,6 +15596,7 @@ module Orb
|
|
|
15460
15596
|
fixed_price_quantity:,
|
|
15461
15597
|
# Configuration for grouped_tiered_package pricing
|
|
15462
15598
|
grouped_tiered_package_config:,
|
|
15599
|
+
invoice_grouping_key:,
|
|
15463
15600
|
invoicing_cycle_configuration:,
|
|
15464
15601
|
# A minimal representation of an Item containing only the essential identifying
|
|
15465
15602
|
# information.
|
|
@@ -15517,6 +15654,7 @@ module Orb
|
|
|
15517
15654
|
fixed_price_quantity: T.nilable(Float),
|
|
15518
15655
|
grouped_tiered_package_config:
|
|
15519
15656
|
Orb::Price::GroupedTieredPackage::GroupedTieredPackageConfig,
|
|
15657
|
+
invoice_grouping_key: T.nilable(String),
|
|
15520
15658
|
invoicing_cycle_configuration:
|
|
15521
15659
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
15522
15660
|
item: Orb::ItemSlim,
|
|
@@ -16037,6 +16175,9 @@ module Orb
|
|
|
16037
16175
|
sig { returns(T.nilable(Float)) }
|
|
16038
16176
|
attr_accessor :fixed_price_quantity
|
|
16039
16177
|
|
|
16178
|
+
sig { returns(T.nilable(String)) }
|
|
16179
|
+
attr_accessor :invoice_grouping_key
|
|
16180
|
+
|
|
16040
16181
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
16041
16182
|
attr_reader :invoicing_cycle_configuration
|
|
16042
16183
|
|
|
@@ -16180,6 +16321,7 @@ module Orb
|
|
|
16180
16321
|
),
|
|
16181
16322
|
external_price_id: T.nilable(String),
|
|
16182
16323
|
fixed_price_quantity: T.nilable(Float),
|
|
16324
|
+
invoice_grouping_key: T.nilable(String),
|
|
16183
16325
|
invoicing_cycle_configuration:
|
|
16184
16326
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
16185
16327
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -16216,6 +16358,7 @@ module Orb
|
|
|
16216
16358
|
discount:,
|
|
16217
16359
|
external_price_id:,
|
|
16218
16360
|
fixed_price_quantity:,
|
|
16361
|
+
invoice_grouping_key:,
|
|
16219
16362
|
invoicing_cycle_configuration:,
|
|
16220
16363
|
# A minimal representation of an Item containing only the essential identifying
|
|
16221
16364
|
# information.
|
|
@@ -16273,6 +16416,7 @@ module Orb
|
|
|
16273
16416
|
discount: T.nilable(Orb::Discount::Variants),
|
|
16274
16417
|
external_price_id: T.nilable(String),
|
|
16275
16418
|
fixed_price_quantity: T.nilable(Float),
|
|
16419
|
+
invoice_grouping_key: T.nilable(String),
|
|
16276
16420
|
invoicing_cycle_configuration:
|
|
16277
16421
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
16278
16422
|
item: Orb::ItemSlim,
|
|
@@ -16804,6 +16948,9 @@ module Orb
|
|
|
16804
16948
|
sig { returns(T.nilable(Float)) }
|
|
16805
16949
|
attr_accessor :fixed_price_quantity
|
|
16806
16950
|
|
|
16951
|
+
sig { returns(T.nilable(String)) }
|
|
16952
|
+
attr_accessor :invoice_grouping_key
|
|
16953
|
+
|
|
16807
16954
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
16808
16955
|
attr_reader :invoicing_cycle_configuration
|
|
16809
16956
|
|
|
@@ -16954,6 +17101,7 @@ module Orb
|
|
|
16954
17101
|
),
|
|
16955
17102
|
external_price_id: T.nilable(String),
|
|
16956
17103
|
fixed_price_quantity: T.nilable(Float),
|
|
17104
|
+
invoice_grouping_key: T.nilable(String),
|
|
16957
17105
|
invoicing_cycle_configuration:
|
|
16958
17106
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
16959
17107
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -16993,6 +17141,7 @@ module Orb
|
|
|
16993
17141
|
discount:,
|
|
16994
17142
|
external_price_id:,
|
|
16995
17143
|
fixed_price_quantity:,
|
|
17144
|
+
invoice_grouping_key:,
|
|
16996
17145
|
invoicing_cycle_configuration:,
|
|
16997
17146
|
# A minimal representation of an Item containing only the essential identifying
|
|
16998
17147
|
# information.
|
|
@@ -17051,6 +17200,7 @@ module Orb
|
|
|
17051
17200
|
discount: T.nilable(Orb::Discount::Variants),
|
|
17052
17201
|
external_price_id: T.nilable(String),
|
|
17053
17202
|
fixed_price_quantity: T.nilable(Float),
|
|
17203
|
+
invoice_grouping_key: T.nilable(String),
|
|
17054
17204
|
invoicing_cycle_configuration:
|
|
17055
17205
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
17056
17206
|
item: Orb::ItemSlim,
|
|
@@ -17626,6 +17776,9 @@ module Orb
|
|
|
17626
17776
|
sig { returns(T.nilable(Float)) }
|
|
17627
17777
|
attr_accessor :fixed_price_quantity
|
|
17628
17778
|
|
|
17779
|
+
sig { returns(T.nilable(String)) }
|
|
17780
|
+
attr_accessor :invoice_grouping_key
|
|
17781
|
+
|
|
17629
17782
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
17630
17783
|
attr_reader :invoicing_cycle_configuration
|
|
17631
17784
|
|
|
@@ -17776,6 +17929,7 @@ module Orb
|
|
|
17776
17929
|
),
|
|
17777
17930
|
external_price_id: T.nilable(String),
|
|
17778
17931
|
fixed_price_quantity: T.nilable(Float),
|
|
17932
|
+
invoice_grouping_key: T.nilable(String),
|
|
17779
17933
|
invoicing_cycle_configuration:
|
|
17780
17934
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
17781
17935
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -17815,6 +17969,7 @@ module Orb
|
|
|
17815
17969
|
discount:,
|
|
17816
17970
|
external_price_id:,
|
|
17817
17971
|
fixed_price_quantity:,
|
|
17972
|
+
invoice_grouping_key:,
|
|
17818
17973
|
invoicing_cycle_configuration:,
|
|
17819
17974
|
# A minimal representation of an Item containing only the essential identifying
|
|
17820
17975
|
# information.
|
|
@@ -17873,6 +18028,7 @@ module Orb
|
|
|
17873
18028
|
discount: T.nilable(Orb::Discount::Variants),
|
|
17874
18029
|
external_price_id: T.nilable(String),
|
|
17875
18030
|
fixed_price_quantity: T.nilable(Float),
|
|
18031
|
+
invoice_grouping_key: T.nilable(String),
|
|
17876
18032
|
invoicing_cycle_configuration:
|
|
17877
18033
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
17878
18034
|
item: Orb::ItemSlim,
|
|
@@ -18485,6 +18641,9 @@ module Orb
|
|
|
18485
18641
|
sig { returns(T.nilable(Float)) }
|
|
18486
18642
|
attr_accessor :fixed_price_quantity
|
|
18487
18643
|
|
|
18644
|
+
sig { returns(T.nilable(String)) }
|
|
18645
|
+
attr_accessor :invoice_grouping_key
|
|
18646
|
+
|
|
18488
18647
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
18489
18648
|
attr_reader :invoicing_cycle_configuration
|
|
18490
18649
|
|
|
@@ -18614,6 +18773,7 @@ module Orb
|
|
|
18614
18773
|
),
|
|
18615
18774
|
external_price_id: T.nilable(String),
|
|
18616
18775
|
fixed_price_quantity: T.nilable(Float),
|
|
18776
|
+
invoice_grouping_key: T.nilable(String),
|
|
18617
18777
|
invoicing_cycle_configuration:
|
|
18618
18778
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
18619
18779
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -18650,6 +18810,7 @@ module Orb
|
|
|
18650
18810
|
discount:,
|
|
18651
18811
|
external_price_id:,
|
|
18652
18812
|
fixed_price_quantity:,
|
|
18813
|
+
invoice_grouping_key:,
|
|
18653
18814
|
invoicing_cycle_configuration:,
|
|
18654
18815
|
# A minimal representation of an Item containing only the essential identifying
|
|
18655
18816
|
# information.
|
|
@@ -18707,6 +18868,7 @@ module Orb
|
|
|
18707
18868
|
discount: T.nilable(Orb::Discount::Variants),
|
|
18708
18869
|
external_price_id: T.nilable(String),
|
|
18709
18870
|
fixed_price_quantity: T.nilable(Float),
|
|
18871
|
+
invoice_grouping_key: T.nilable(String),
|
|
18710
18872
|
invoicing_cycle_configuration:
|
|
18711
18873
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
18712
18874
|
item: Orb::ItemSlim,
|
|
@@ -19258,6 +19420,9 @@ module Orb
|
|
|
19258
19420
|
sig { returns(T.nilable(Float)) }
|
|
19259
19421
|
attr_accessor :fixed_price_quantity
|
|
19260
19422
|
|
|
19423
|
+
sig { returns(T.nilable(String)) }
|
|
19424
|
+
attr_accessor :invoice_grouping_key
|
|
19425
|
+
|
|
19261
19426
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
19262
19427
|
attr_reader :invoicing_cycle_configuration
|
|
19263
19428
|
|
|
@@ -19393,6 +19558,7 @@ module Orb
|
|
|
19393
19558
|
),
|
|
19394
19559
|
external_price_id: T.nilable(String),
|
|
19395
19560
|
fixed_price_quantity: T.nilable(Float),
|
|
19561
|
+
invoice_grouping_key: T.nilable(String),
|
|
19396
19562
|
invoicing_cycle_configuration:
|
|
19397
19563
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
19398
19564
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -19432,6 +19598,7 @@ module Orb
|
|
|
19432
19598
|
discount:,
|
|
19433
19599
|
external_price_id:,
|
|
19434
19600
|
fixed_price_quantity:,
|
|
19601
|
+
invoice_grouping_key:,
|
|
19435
19602
|
invoicing_cycle_configuration:,
|
|
19436
19603
|
# A minimal representation of an Item containing only the essential identifying
|
|
19437
19604
|
# information.
|
|
@@ -19490,6 +19657,7 @@ module Orb
|
|
|
19490
19657
|
discount: T.nilable(Orb::Discount::Variants),
|
|
19491
19658
|
external_price_id: T.nilable(String),
|
|
19492
19659
|
fixed_price_quantity: T.nilable(Float),
|
|
19660
|
+
invoice_grouping_key: T.nilable(String),
|
|
19493
19661
|
invoicing_cycle_configuration:
|
|
19494
19662
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
19495
19663
|
item: Orb::ItemSlim,
|
|
@@ -19971,6 +20139,9 @@ module Orb
|
|
|
19971
20139
|
sig { returns(T.nilable(Float)) }
|
|
19972
20140
|
attr_accessor :fixed_price_quantity
|
|
19973
20141
|
|
|
20142
|
+
sig { returns(T.nilable(String)) }
|
|
20143
|
+
attr_accessor :invoice_grouping_key
|
|
20144
|
+
|
|
19974
20145
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
19975
20146
|
attr_reader :invoicing_cycle_configuration
|
|
19976
20147
|
|
|
@@ -20105,6 +20276,7 @@ module Orb
|
|
|
20105
20276
|
),
|
|
20106
20277
|
external_price_id: T.nilable(String),
|
|
20107
20278
|
fixed_price_quantity: T.nilable(Float),
|
|
20279
|
+
invoice_grouping_key: T.nilable(String),
|
|
20108
20280
|
invoicing_cycle_configuration:
|
|
20109
20281
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
20110
20282
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -20141,6 +20313,7 @@ module Orb
|
|
|
20141
20313
|
discount:,
|
|
20142
20314
|
external_price_id:,
|
|
20143
20315
|
fixed_price_quantity:,
|
|
20316
|
+
invoice_grouping_key:,
|
|
20144
20317
|
invoicing_cycle_configuration:,
|
|
20145
20318
|
# A minimal representation of an Item containing only the essential identifying
|
|
20146
20319
|
# information.
|
|
@@ -20196,6 +20369,7 @@ module Orb
|
|
|
20196
20369
|
discount: T.nilable(Orb::Discount::Variants),
|
|
20197
20370
|
external_price_id: T.nilable(String),
|
|
20198
20371
|
fixed_price_quantity: T.nilable(Float),
|
|
20372
|
+
invoice_grouping_key: T.nilable(String),
|
|
20199
20373
|
invoicing_cycle_configuration:
|
|
20200
20374
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
20201
20375
|
item: Orb::ItemSlim,
|
|
@@ -20634,6 +20808,9 @@ module Orb
|
|
|
20634
20808
|
sig { returns(T.nilable(Float)) }
|
|
20635
20809
|
attr_accessor :fixed_price_quantity
|
|
20636
20810
|
|
|
20811
|
+
sig { returns(T.nilable(String)) }
|
|
20812
|
+
attr_accessor :invoice_grouping_key
|
|
20813
|
+
|
|
20637
20814
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
20638
20815
|
attr_reader :invoicing_cycle_configuration
|
|
20639
20816
|
|
|
@@ -20764,6 +20941,7 @@ module Orb
|
|
|
20764
20941
|
),
|
|
20765
20942
|
external_price_id: T.nilable(String),
|
|
20766
20943
|
fixed_price_quantity: T.nilable(Float),
|
|
20944
|
+
invoice_grouping_key: T.nilable(String),
|
|
20767
20945
|
invoicing_cycle_configuration:
|
|
20768
20946
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
20769
20947
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -20798,6 +20976,7 @@ module Orb
|
|
|
20798
20976
|
discount:,
|
|
20799
20977
|
external_price_id:,
|
|
20800
20978
|
fixed_price_quantity:,
|
|
20979
|
+
invoice_grouping_key:,
|
|
20801
20980
|
invoicing_cycle_configuration:,
|
|
20802
20981
|
# A minimal representation of an Item containing only the essential identifying
|
|
20803
20982
|
# information.
|
|
@@ -20848,6 +21027,7 @@ module Orb
|
|
|
20848
21027
|
discount: T.nilable(Orb::Discount::Variants),
|
|
20849
21028
|
external_price_id: T.nilable(String),
|
|
20850
21029
|
fixed_price_quantity: T.nilable(Float),
|
|
21030
|
+
invoice_grouping_key: T.nilable(String),
|
|
20851
21031
|
invoicing_cycle_configuration:
|
|
20852
21032
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
20853
21033
|
item: Orb::ItemSlim,
|
|
@@ -21244,6 +21424,9 @@ module Orb
|
|
|
21244
21424
|
sig { returns(T.nilable(Float)) }
|
|
21245
21425
|
attr_accessor :fixed_price_quantity
|
|
21246
21426
|
|
|
21427
|
+
sig { returns(T.nilable(String)) }
|
|
21428
|
+
attr_accessor :invoice_grouping_key
|
|
21429
|
+
|
|
21247
21430
|
sig { returns(T.nilable(Orb::BillingCycleConfiguration)) }
|
|
21248
21431
|
attr_reader :invoicing_cycle_configuration
|
|
21249
21432
|
|
|
@@ -21366,6 +21549,7 @@ module Orb
|
|
|
21366
21549
|
Orb::Price::EventOutput::EventOutputConfig::OrHash,
|
|
21367
21550
|
external_price_id: T.nilable(String),
|
|
21368
21551
|
fixed_price_quantity: T.nilable(Float),
|
|
21552
|
+
invoice_grouping_key: T.nilable(String),
|
|
21369
21553
|
invoicing_cycle_configuration:
|
|
21370
21554
|
T.nilable(Orb::BillingCycleConfiguration::OrHash),
|
|
21371
21555
|
item: Orb::ItemSlim::OrHash,
|
|
@@ -21402,6 +21586,7 @@ module Orb
|
|
|
21402
21586
|
event_output_config:,
|
|
21403
21587
|
external_price_id:,
|
|
21404
21588
|
fixed_price_quantity:,
|
|
21589
|
+
invoice_grouping_key:,
|
|
21405
21590
|
invoicing_cycle_configuration:,
|
|
21406
21591
|
# A minimal representation of an Item containing only the essential identifying
|
|
21407
21592
|
# information.
|
|
@@ -21455,6 +21640,7 @@ module Orb
|
|
|
21455
21640
|
event_output_config: Orb::Price::EventOutput::EventOutputConfig,
|
|
21456
21641
|
external_price_id: T.nilable(String),
|
|
21457
21642
|
fixed_price_quantity: T.nilable(Float),
|
|
21643
|
+
invoice_grouping_key: T.nilable(String),
|
|
21458
21644
|
invoicing_cycle_configuration:
|
|
21459
21645
|
T.nilable(Orb::BillingCycleConfiguration),
|
|
21460
21646
|
item: Orb::ItemSlim,
|