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/sig/orb/models/price.rbs
CHANGED
|
@@ -52,6 +52,7 @@ module Orb
|
|
|
52
52
|
discount: Orb::Models::discount?,
|
|
53
53
|
external_price_id: String?,
|
|
54
54
|
fixed_price_quantity: Float?,
|
|
55
|
+
invoice_grouping_key: String?,
|
|
55
56
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
56
57
|
item: Orb::ItemSlim,
|
|
57
58
|
maximum: Orb::Maximum?,
|
|
@@ -98,6 +99,8 @@ module Orb
|
|
|
98
99
|
|
|
99
100
|
attr_accessor fixed_price_quantity: Float?
|
|
100
101
|
|
|
102
|
+
attr_accessor invoice_grouping_key: String?
|
|
103
|
+
|
|
101
104
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
102
105
|
|
|
103
106
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -143,6 +146,7 @@ module Orb
|
|
|
143
146
|
discount: Orb::Models::discount?,
|
|
144
147
|
external_price_id: String?,
|
|
145
148
|
fixed_price_quantity: Float?,
|
|
149
|
+
invoice_grouping_key: String?,
|
|
146
150
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
147
151
|
item: Orb::ItemSlim,
|
|
148
152
|
maximum: Orb::Maximum?,
|
|
@@ -175,6 +179,7 @@ module Orb
|
|
|
175
179
|
discount: Orb::Models::discount?,
|
|
176
180
|
external_price_id: String?,
|
|
177
181
|
fixed_price_quantity: Float?,
|
|
182
|
+
invoice_grouping_key: String?,
|
|
178
183
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
179
184
|
item: Orb::ItemSlim,
|
|
180
185
|
maximum: Orb::Maximum?,
|
|
@@ -319,6 +324,7 @@ module Orb
|
|
|
319
324
|
discount: Orb::Models::discount?,
|
|
320
325
|
external_price_id: String?,
|
|
321
326
|
fixed_price_quantity: Float?,
|
|
327
|
+
invoice_grouping_key: String?,
|
|
322
328
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
323
329
|
item: Orb::ItemSlim,
|
|
324
330
|
maximum: Orb::Maximum?,
|
|
@@ -365,6 +371,8 @@ module Orb
|
|
|
365
371
|
|
|
366
372
|
attr_accessor fixed_price_quantity: Float?
|
|
367
373
|
|
|
374
|
+
attr_accessor invoice_grouping_key: String?
|
|
375
|
+
|
|
368
376
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
369
377
|
|
|
370
378
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -410,6 +418,7 @@ module Orb
|
|
|
410
418
|
discount: Orb::Models::discount?,
|
|
411
419
|
external_price_id: String?,
|
|
412
420
|
fixed_price_quantity: Float?,
|
|
421
|
+
invoice_grouping_key: String?,
|
|
413
422
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
414
423
|
item: Orb::ItemSlim,
|
|
415
424
|
maximum: Orb::Maximum?,
|
|
@@ -442,6 +451,7 @@ module Orb
|
|
|
442
451
|
discount: Orb::Models::discount?,
|
|
443
452
|
external_price_id: String?,
|
|
444
453
|
fixed_price_quantity: Float?,
|
|
454
|
+
invoice_grouping_key: String?,
|
|
445
455
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
446
456
|
item: Orb::ItemSlim,
|
|
447
457
|
maximum: Orb::Maximum?,
|
|
@@ -587,6 +597,7 @@ module Orb
|
|
|
587
597
|
discount: Orb::Models::discount?,
|
|
588
598
|
external_price_id: String?,
|
|
589
599
|
fixed_price_quantity: Float?,
|
|
600
|
+
invoice_grouping_key: String?,
|
|
590
601
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
591
602
|
item: Orb::ItemSlim,
|
|
592
603
|
maximum: Orb::Maximum?,
|
|
@@ -634,6 +645,8 @@ module Orb
|
|
|
634
645
|
|
|
635
646
|
attr_accessor fixed_price_quantity: Float?
|
|
636
647
|
|
|
648
|
+
attr_accessor invoice_grouping_key: String?
|
|
649
|
+
|
|
637
650
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
638
651
|
|
|
639
652
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -678,6 +691,7 @@ module Orb
|
|
|
678
691
|
discount: Orb::Models::discount?,
|
|
679
692
|
external_price_id: String?,
|
|
680
693
|
fixed_price_quantity: Float?,
|
|
694
|
+
invoice_grouping_key: String?,
|
|
681
695
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
682
696
|
item: Orb::ItemSlim,
|
|
683
697
|
maximum: Orb::Maximum?,
|
|
@@ -710,6 +724,7 @@ module Orb
|
|
|
710
724
|
discount: Orb::Models::discount?,
|
|
711
725
|
external_price_id: String?,
|
|
712
726
|
fixed_price_quantity: Float?,
|
|
727
|
+
invoice_grouping_key: String?,
|
|
713
728
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
714
729
|
item: Orb::ItemSlim,
|
|
715
730
|
maximum: Orb::Maximum?,
|
|
@@ -854,6 +869,7 @@ module Orb
|
|
|
854
869
|
discount: Orb::Models::discount?,
|
|
855
870
|
external_price_id: String?,
|
|
856
871
|
fixed_price_quantity: Float?,
|
|
872
|
+
invoice_grouping_key: String?,
|
|
857
873
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
858
874
|
item: Orb::ItemSlim,
|
|
859
875
|
maximum: Orb::Maximum?,
|
|
@@ -901,6 +917,8 @@ module Orb
|
|
|
901
917
|
|
|
902
918
|
attr_accessor fixed_price_quantity: Float?
|
|
903
919
|
|
|
920
|
+
attr_accessor invoice_grouping_key: String?
|
|
921
|
+
|
|
904
922
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
905
923
|
|
|
906
924
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -945,6 +963,7 @@ module Orb
|
|
|
945
963
|
discount: Orb::Models::discount?,
|
|
946
964
|
external_price_id: String?,
|
|
947
965
|
fixed_price_quantity: Float?,
|
|
966
|
+
invoice_grouping_key: String?,
|
|
948
967
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
949
968
|
item: Orb::ItemSlim,
|
|
950
969
|
maximum: Orb::Maximum?,
|
|
@@ -977,6 +996,7 @@ module Orb
|
|
|
977
996
|
discount: Orb::Models::discount?,
|
|
978
997
|
external_price_id: String?,
|
|
979
998
|
fixed_price_quantity: Float?,
|
|
999
|
+
invoice_grouping_key: String?,
|
|
980
1000
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
981
1001
|
item: Orb::ItemSlim,
|
|
982
1002
|
maximum: Orb::Maximum?,
|
|
@@ -1172,6 +1192,7 @@ module Orb
|
|
|
1172
1192
|
discount: Orb::Models::discount?,
|
|
1173
1193
|
external_price_id: String?,
|
|
1174
1194
|
fixed_price_quantity: Float?,
|
|
1195
|
+
invoice_grouping_key: String?,
|
|
1175
1196
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1176
1197
|
item: Orb::ItemSlim,
|
|
1177
1198
|
maximum: Orb::Maximum?,
|
|
@@ -1218,6 +1239,8 @@ module Orb
|
|
|
1218
1239
|
|
|
1219
1240
|
attr_accessor fixed_price_quantity: Float?
|
|
1220
1241
|
|
|
1242
|
+
attr_accessor invoice_grouping_key: String?
|
|
1243
|
+
|
|
1221
1244
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
1222
1245
|
|
|
1223
1246
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -1263,6 +1286,7 @@ module Orb
|
|
|
1263
1286
|
discount: Orb::Models::discount?,
|
|
1264
1287
|
external_price_id: String?,
|
|
1265
1288
|
fixed_price_quantity: Float?,
|
|
1289
|
+
invoice_grouping_key: String?,
|
|
1266
1290
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1267
1291
|
item: Orb::ItemSlim,
|
|
1268
1292
|
maximum: Orb::Maximum?,
|
|
@@ -1295,6 +1319,7 @@ module Orb
|
|
|
1295
1319
|
discount: Orb::Models::discount?,
|
|
1296
1320
|
external_price_id: String?,
|
|
1297
1321
|
fixed_price_quantity: Float?,
|
|
1322
|
+
invoice_grouping_key: String?,
|
|
1298
1323
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1299
1324
|
item: Orb::ItemSlim,
|
|
1300
1325
|
maximum: Orb::Maximum?,
|
|
@@ -1439,6 +1464,7 @@ module Orb
|
|
|
1439
1464
|
discount: Orb::Models::discount?,
|
|
1440
1465
|
external_price_id: String?,
|
|
1441
1466
|
fixed_price_quantity: Float?,
|
|
1467
|
+
invoice_grouping_key: String?,
|
|
1442
1468
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1443
1469
|
item: Orb::ItemSlim,
|
|
1444
1470
|
matrix_config: Orb::MatrixConfig,
|
|
@@ -1485,6 +1511,8 @@ module Orb
|
|
|
1485
1511
|
|
|
1486
1512
|
attr_accessor fixed_price_quantity: Float?
|
|
1487
1513
|
|
|
1514
|
+
attr_accessor invoice_grouping_key: String?
|
|
1515
|
+
|
|
1488
1516
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
1489
1517
|
|
|
1490
1518
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -1530,6 +1558,7 @@ module Orb
|
|
|
1530
1558
|
discount: Orb::Models::discount?,
|
|
1531
1559
|
external_price_id: String?,
|
|
1532
1560
|
fixed_price_quantity: Float?,
|
|
1561
|
+
invoice_grouping_key: String?,
|
|
1533
1562
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1534
1563
|
item: Orb::ItemSlim,
|
|
1535
1564
|
matrix_config: Orb::MatrixConfig,
|
|
@@ -1562,6 +1591,7 @@ module Orb
|
|
|
1562
1591
|
discount: Orb::Models::discount?,
|
|
1563
1592
|
external_price_id: String?,
|
|
1564
1593
|
fixed_price_quantity: Float?,
|
|
1594
|
+
invoice_grouping_key: String?,
|
|
1565
1595
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1566
1596
|
item: Orb::ItemSlim,
|
|
1567
1597
|
matrix_config: Orb::MatrixConfig,
|
|
@@ -1706,6 +1736,7 @@ module Orb
|
|
|
1706
1736
|
discount: Orb::Models::discount?,
|
|
1707
1737
|
external_price_id: String?,
|
|
1708
1738
|
fixed_price_quantity: Float?,
|
|
1739
|
+
invoice_grouping_key: String?,
|
|
1709
1740
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1710
1741
|
item: Orb::ItemSlim,
|
|
1711
1742
|
maximum: Orb::Maximum?,
|
|
@@ -1752,6 +1783,8 @@ module Orb
|
|
|
1752
1783
|
|
|
1753
1784
|
attr_accessor fixed_price_quantity: Float?
|
|
1754
1785
|
|
|
1786
|
+
attr_accessor invoice_grouping_key: String?
|
|
1787
|
+
|
|
1755
1788
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
1756
1789
|
|
|
1757
1790
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -1797,6 +1830,7 @@ module Orb
|
|
|
1797
1830
|
discount: Orb::Models::discount?,
|
|
1798
1831
|
external_price_id: String?,
|
|
1799
1832
|
fixed_price_quantity: Float?,
|
|
1833
|
+
invoice_grouping_key: String?,
|
|
1800
1834
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1801
1835
|
item: Orb::ItemSlim,
|
|
1802
1836
|
maximum: Orb::Maximum?,
|
|
@@ -1829,6 +1863,7 @@ module Orb
|
|
|
1829
1863
|
discount: Orb::Models::discount?,
|
|
1830
1864
|
external_price_id: String?,
|
|
1831
1865
|
fixed_price_quantity: Float?,
|
|
1866
|
+
invoice_grouping_key: String?,
|
|
1832
1867
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
1833
1868
|
item: Orb::ItemSlim,
|
|
1834
1869
|
maximum: Orb::Maximum?,
|
|
@@ -2007,6 +2042,7 @@ module Orb
|
|
|
2007
2042
|
discount: Orb::Models::discount?,
|
|
2008
2043
|
external_price_id: String?,
|
|
2009
2044
|
fixed_price_quantity: Float?,
|
|
2045
|
+
invoice_grouping_key: String?,
|
|
2010
2046
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2011
2047
|
item: Orb::ItemSlim,
|
|
2012
2048
|
maximum: Orb::Maximum?,
|
|
@@ -2053,6 +2089,8 @@ module Orb
|
|
|
2053
2089
|
|
|
2054
2090
|
attr_accessor fixed_price_quantity: Float?
|
|
2055
2091
|
|
|
2092
|
+
attr_accessor invoice_grouping_key: String?
|
|
2093
|
+
|
|
2056
2094
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
2057
2095
|
|
|
2058
2096
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -2098,6 +2136,7 @@ module Orb
|
|
|
2098
2136
|
discount: Orb::Models::discount?,
|
|
2099
2137
|
external_price_id: String?,
|
|
2100
2138
|
fixed_price_quantity: Float?,
|
|
2139
|
+
invoice_grouping_key: String?,
|
|
2101
2140
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2102
2141
|
item: Orb::ItemSlim,
|
|
2103
2142
|
maximum: Orb::Maximum?,
|
|
@@ -2130,6 +2169,7 @@ module Orb
|
|
|
2130
2169
|
discount: Orb::Models::discount?,
|
|
2131
2170
|
external_price_id: String?,
|
|
2132
2171
|
fixed_price_quantity: Float?,
|
|
2172
|
+
invoice_grouping_key: String?,
|
|
2133
2173
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2134
2174
|
item: Orb::ItemSlim,
|
|
2135
2175
|
maximum: Orb::Maximum?,
|
|
@@ -2308,6 +2348,7 @@ module Orb
|
|
|
2308
2348
|
discount: Orb::Models::discount?,
|
|
2309
2349
|
external_price_id: String?,
|
|
2310
2350
|
fixed_price_quantity: Float?,
|
|
2351
|
+
invoice_grouping_key: String?,
|
|
2311
2352
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2312
2353
|
item: Orb::ItemSlim,
|
|
2313
2354
|
maximum: Orb::Maximum?,
|
|
@@ -2354,6 +2395,8 @@ module Orb
|
|
|
2354
2395
|
|
|
2355
2396
|
attr_accessor fixed_price_quantity: Float?
|
|
2356
2397
|
|
|
2398
|
+
attr_accessor invoice_grouping_key: String?
|
|
2399
|
+
|
|
2357
2400
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
2358
2401
|
|
|
2359
2402
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -2399,6 +2442,7 @@ module Orb
|
|
|
2399
2442
|
discount: Orb::Models::discount?,
|
|
2400
2443
|
external_price_id: String?,
|
|
2401
2444
|
fixed_price_quantity: Float?,
|
|
2445
|
+
invoice_grouping_key: String?,
|
|
2402
2446
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2403
2447
|
item: Orb::ItemSlim,
|
|
2404
2448
|
maximum: Orb::Maximum?,
|
|
@@ -2431,6 +2475,7 @@ module Orb
|
|
|
2431
2475
|
discount: Orb::Models::discount?,
|
|
2432
2476
|
external_price_id: String?,
|
|
2433
2477
|
fixed_price_quantity: Float?,
|
|
2478
|
+
invoice_grouping_key: String?,
|
|
2434
2479
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2435
2480
|
item: Orb::ItemSlim,
|
|
2436
2481
|
maximum: Orb::Maximum?,
|
|
@@ -2634,6 +2679,7 @@ module Orb
|
|
|
2634
2679
|
external_price_id: String?,
|
|
2635
2680
|
fixed_price_quantity: Float?,
|
|
2636
2681
|
grouped_tiered_config: Orb::Price::GroupedTiered::GroupedTieredConfig,
|
|
2682
|
+
invoice_grouping_key: String?,
|
|
2637
2683
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2638
2684
|
item: Orb::ItemSlim,
|
|
2639
2685
|
maximum: Orb::Maximum?,
|
|
@@ -2681,6 +2727,8 @@ module Orb
|
|
|
2681
2727
|
|
|
2682
2728
|
attr_accessor grouped_tiered_config: Orb::Price::GroupedTiered::GroupedTieredConfig
|
|
2683
2729
|
|
|
2730
|
+
attr_accessor invoice_grouping_key: String?
|
|
2731
|
+
|
|
2684
2732
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
2685
2733
|
|
|
2686
2734
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -2725,6 +2773,7 @@ module Orb
|
|
|
2725
2773
|
external_price_id: String?,
|
|
2726
2774
|
fixed_price_quantity: Float?,
|
|
2727
2775
|
grouped_tiered_config: Orb::Price::GroupedTiered::GroupedTieredConfig,
|
|
2776
|
+
invoice_grouping_key: String?,
|
|
2728
2777
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2729
2778
|
item: Orb::ItemSlim,
|
|
2730
2779
|
maximum: Orb::Maximum?,
|
|
@@ -2757,6 +2806,7 @@ module Orb
|
|
|
2757
2806
|
external_price_id: String?,
|
|
2758
2807
|
fixed_price_quantity: Float?,
|
|
2759
2808
|
grouped_tiered_config: Orb::Price::GroupedTiered::GroupedTieredConfig,
|
|
2809
|
+
invoice_grouping_key: String?,
|
|
2760
2810
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2761
2811
|
item: Orb::ItemSlim,
|
|
2762
2812
|
maximum: Orb::Maximum?,
|
|
@@ -2937,6 +2987,7 @@ module Orb
|
|
|
2937
2987
|
discount: Orb::Models::discount?,
|
|
2938
2988
|
external_price_id: String?,
|
|
2939
2989
|
fixed_price_quantity: Float?,
|
|
2990
|
+
invoice_grouping_key: String?,
|
|
2940
2991
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
2941
2992
|
item: Orb::ItemSlim,
|
|
2942
2993
|
maximum: Orb::Maximum?,
|
|
@@ -2983,6 +3034,8 @@ module Orb
|
|
|
2983
3034
|
|
|
2984
3035
|
attr_accessor fixed_price_quantity: Float?
|
|
2985
3036
|
|
|
3037
|
+
attr_accessor invoice_grouping_key: String?
|
|
3038
|
+
|
|
2986
3039
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
2987
3040
|
|
|
2988
3041
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -3028,6 +3081,7 @@ module Orb
|
|
|
3028
3081
|
discount: Orb::Models::discount?,
|
|
3029
3082
|
external_price_id: String?,
|
|
3030
3083
|
fixed_price_quantity: Float?,
|
|
3084
|
+
invoice_grouping_key: String?,
|
|
3031
3085
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3032
3086
|
item: Orb::ItemSlim,
|
|
3033
3087
|
maximum: Orb::Maximum?,
|
|
@@ -3060,6 +3114,7 @@ module Orb
|
|
|
3060
3114
|
discount: Orb::Models::discount?,
|
|
3061
3115
|
external_price_id: String?,
|
|
3062
3116
|
fixed_price_quantity: Float?,
|
|
3117
|
+
invoice_grouping_key: String?,
|
|
3063
3118
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3064
3119
|
item: Orb::ItemSlim,
|
|
3065
3120
|
maximum: Orb::Maximum?,
|
|
@@ -3253,6 +3308,7 @@ module Orb
|
|
|
3253
3308
|
discount: Orb::Models::discount?,
|
|
3254
3309
|
external_price_id: String?,
|
|
3255
3310
|
fixed_price_quantity: Float?,
|
|
3311
|
+
invoice_grouping_key: String?,
|
|
3256
3312
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3257
3313
|
item: Orb::ItemSlim,
|
|
3258
3314
|
maximum: Orb::Maximum?,
|
|
@@ -3299,6 +3355,8 @@ module Orb
|
|
|
3299
3355
|
|
|
3300
3356
|
attr_accessor fixed_price_quantity: Float?
|
|
3301
3357
|
|
|
3358
|
+
attr_accessor invoice_grouping_key: String?
|
|
3359
|
+
|
|
3302
3360
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
3303
3361
|
|
|
3304
3362
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -3344,6 +3402,7 @@ module Orb
|
|
|
3344
3402
|
discount: Orb::Models::discount?,
|
|
3345
3403
|
external_price_id: String?,
|
|
3346
3404
|
fixed_price_quantity: Float?,
|
|
3405
|
+
invoice_grouping_key: String?,
|
|
3347
3406
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3348
3407
|
item: Orb::ItemSlim,
|
|
3349
3408
|
maximum: Orb::Maximum?,
|
|
@@ -3376,6 +3435,7 @@ module Orb
|
|
|
3376
3435
|
discount: Orb::Models::discount?,
|
|
3377
3436
|
external_price_id: String?,
|
|
3378
3437
|
fixed_price_quantity: Float?,
|
|
3438
|
+
invoice_grouping_key: String?,
|
|
3379
3439
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3380
3440
|
item: Orb::ItemSlim,
|
|
3381
3441
|
maximum: Orb::Maximum?,
|
|
@@ -3543,6 +3603,7 @@ module Orb
|
|
|
3543
3603
|
discount: Orb::Models::discount?,
|
|
3544
3604
|
external_price_id: String?,
|
|
3545
3605
|
fixed_price_quantity: Float?,
|
|
3606
|
+
invoice_grouping_key: String?,
|
|
3546
3607
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3547
3608
|
item: Orb::ItemSlim,
|
|
3548
3609
|
maximum: Orb::Maximum?,
|
|
@@ -3589,6 +3650,8 @@ module Orb
|
|
|
3589
3650
|
|
|
3590
3651
|
attr_accessor fixed_price_quantity: Float?
|
|
3591
3652
|
|
|
3653
|
+
attr_accessor invoice_grouping_key: String?
|
|
3654
|
+
|
|
3592
3655
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
3593
3656
|
|
|
3594
3657
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -3634,6 +3697,7 @@ module Orb
|
|
|
3634
3697
|
discount: Orb::Models::discount?,
|
|
3635
3698
|
external_price_id: String?,
|
|
3636
3699
|
fixed_price_quantity: Float?,
|
|
3700
|
+
invoice_grouping_key: String?,
|
|
3637
3701
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3638
3702
|
item: Orb::ItemSlim,
|
|
3639
3703
|
maximum: Orb::Maximum?,
|
|
@@ -3666,6 +3730,7 @@ module Orb
|
|
|
3666
3730
|
discount: Orb::Models::discount?,
|
|
3667
3731
|
external_price_id: String?,
|
|
3668
3732
|
fixed_price_quantity: Float?,
|
|
3733
|
+
invoice_grouping_key: String?,
|
|
3669
3734
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3670
3735
|
item: Orb::ItemSlim,
|
|
3671
3736
|
maximum: Orb::Maximum?,
|
|
@@ -3822,6 +3887,7 @@ module Orb
|
|
|
3822
3887
|
discount: Orb::Models::discount?,
|
|
3823
3888
|
external_price_id: String?,
|
|
3824
3889
|
fixed_price_quantity: Float?,
|
|
3890
|
+
invoice_grouping_key: String?,
|
|
3825
3891
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3826
3892
|
item: Orb::ItemSlim,
|
|
3827
3893
|
matrix_with_allocation_config: Orb::MatrixWithAllocationConfig,
|
|
@@ -3868,6 +3934,8 @@ module Orb
|
|
|
3868
3934
|
|
|
3869
3935
|
attr_accessor fixed_price_quantity: Float?
|
|
3870
3936
|
|
|
3937
|
+
attr_accessor invoice_grouping_key: String?
|
|
3938
|
+
|
|
3871
3939
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
3872
3940
|
|
|
3873
3941
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -3913,6 +3981,7 @@ module Orb
|
|
|
3913
3981
|
discount: Orb::Models::discount?,
|
|
3914
3982
|
external_price_id: String?,
|
|
3915
3983
|
fixed_price_quantity: Float?,
|
|
3984
|
+
invoice_grouping_key: String?,
|
|
3916
3985
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3917
3986
|
item: Orb::ItemSlim,
|
|
3918
3987
|
matrix_with_allocation_config: Orb::MatrixWithAllocationConfig,
|
|
@@ -3945,6 +4014,7 @@ module Orb
|
|
|
3945
4014
|
discount: Orb::Models::discount?,
|
|
3946
4015
|
external_price_id: String?,
|
|
3947
4016
|
fixed_price_quantity: Float?,
|
|
4017
|
+
invoice_grouping_key: String?,
|
|
3948
4018
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
3949
4019
|
item: Orb::ItemSlim,
|
|
3950
4020
|
matrix_with_allocation_config: Orb::MatrixWithAllocationConfig,
|
|
@@ -4089,6 +4159,7 @@ module Orb
|
|
|
4089
4159
|
discount: Orb::Models::discount?,
|
|
4090
4160
|
external_price_id: String?,
|
|
4091
4161
|
fixed_price_quantity: Float?,
|
|
4162
|
+
invoice_grouping_key: String?,
|
|
4092
4163
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4093
4164
|
item: Orb::ItemSlim,
|
|
4094
4165
|
maximum: Orb::Maximum?,
|
|
@@ -4135,6 +4206,8 @@ module Orb
|
|
|
4135
4206
|
|
|
4136
4207
|
attr_accessor fixed_price_quantity: Float?
|
|
4137
4208
|
|
|
4209
|
+
attr_accessor invoice_grouping_key: String?
|
|
4210
|
+
|
|
4138
4211
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
4139
4212
|
|
|
4140
4213
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -4180,6 +4253,7 @@ module Orb
|
|
|
4180
4253
|
discount: Orb::Models::discount?,
|
|
4181
4254
|
external_price_id: String?,
|
|
4182
4255
|
fixed_price_quantity: Float?,
|
|
4256
|
+
invoice_grouping_key: String?,
|
|
4183
4257
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4184
4258
|
item: Orb::ItemSlim,
|
|
4185
4259
|
maximum: Orb::Maximum?,
|
|
@@ -4212,6 +4286,7 @@ module Orb
|
|
|
4212
4286
|
discount: Orb::Models::discount?,
|
|
4213
4287
|
external_price_id: String?,
|
|
4214
4288
|
fixed_price_quantity: Float?,
|
|
4289
|
+
invoice_grouping_key: String?,
|
|
4215
4290
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4216
4291
|
item: Orb::ItemSlim,
|
|
4217
4292
|
maximum: Orb::Maximum?,
|
|
@@ -4388,6 +4463,7 @@ module Orb
|
|
|
4388
4463
|
discount: Orb::Models::discount?,
|
|
4389
4464
|
external_price_id: String?,
|
|
4390
4465
|
fixed_price_quantity: Float?,
|
|
4466
|
+
invoice_grouping_key: String?,
|
|
4391
4467
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4392
4468
|
item: Orb::ItemSlim,
|
|
4393
4469
|
maximum: Orb::Maximum?,
|
|
@@ -4434,6 +4510,8 @@ module Orb
|
|
|
4434
4510
|
|
|
4435
4511
|
attr_accessor fixed_price_quantity: Float?
|
|
4436
4512
|
|
|
4513
|
+
attr_accessor invoice_grouping_key: String?
|
|
4514
|
+
|
|
4437
4515
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
4438
4516
|
|
|
4439
4517
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -4479,6 +4557,7 @@ module Orb
|
|
|
4479
4557
|
discount: Orb::Models::discount?,
|
|
4480
4558
|
external_price_id: String?,
|
|
4481
4559
|
fixed_price_quantity: Float?,
|
|
4560
|
+
invoice_grouping_key: String?,
|
|
4482
4561
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4483
4562
|
item: Orb::ItemSlim,
|
|
4484
4563
|
maximum: Orb::Maximum?,
|
|
@@ -4511,6 +4590,7 @@ module Orb
|
|
|
4511
4590
|
discount: Orb::Models::discount?,
|
|
4512
4591
|
external_price_id: String?,
|
|
4513
4592
|
fixed_price_quantity: Float?,
|
|
4593
|
+
invoice_grouping_key: String?,
|
|
4514
4594
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4515
4595
|
item: Orb::ItemSlim,
|
|
4516
4596
|
maximum: Orb::Maximum?,
|
|
@@ -4666,6 +4746,7 @@ module Orb
|
|
|
4666
4746
|
external_price_id: String?,
|
|
4667
4747
|
fixed_price_quantity: Float?,
|
|
4668
4748
|
grouped_allocation_config: Orb::Price::GroupedAllocation::GroupedAllocationConfig,
|
|
4749
|
+
invoice_grouping_key: String?,
|
|
4669
4750
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4670
4751
|
item: Orb::ItemSlim,
|
|
4671
4752
|
maximum: Orb::Maximum?,
|
|
@@ -4713,6 +4794,8 @@ module Orb
|
|
|
4713
4794
|
|
|
4714
4795
|
attr_accessor grouped_allocation_config: Orb::Price::GroupedAllocation::GroupedAllocationConfig
|
|
4715
4796
|
|
|
4797
|
+
attr_accessor invoice_grouping_key: String?
|
|
4798
|
+
|
|
4716
4799
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
4717
4800
|
|
|
4718
4801
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -4757,6 +4840,7 @@ module Orb
|
|
|
4757
4840
|
external_price_id: String?,
|
|
4758
4841
|
fixed_price_quantity: Float?,
|
|
4759
4842
|
grouped_allocation_config: Orb::Price::GroupedAllocation::GroupedAllocationConfig,
|
|
4843
|
+
invoice_grouping_key: String?,
|
|
4760
4844
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4761
4845
|
item: Orb::ItemSlim,
|
|
4762
4846
|
maximum: Orb::Maximum?,
|
|
@@ -4789,6 +4873,7 @@ module Orb
|
|
|
4789
4873
|
external_price_id: String?,
|
|
4790
4874
|
fixed_price_quantity: Float?,
|
|
4791
4875
|
grouped_allocation_config: Orb::Price::GroupedAllocation::GroupedAllocationConfig,
|
|
4876
|
+
invoice_grouping_key: String?,
|
|
4792
4877
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4793
4878
|
item: Orb::ItemSlim,
|
|
4794
4879
|
maximum: Orb::Maximum?,
|
|
@@ -4960,6 +5045,7 @@ module Orb
|
|
|
4960
5045
|
discount: Orb::Models::discount?,
|
|
4961
5046
|
external_price_id: String?,
|
|
4962
5047
|
fixed_price_quantity: Float?,
|
|
5048
|
+
invoice_grouping_key: String?,
|
|
4963
5049
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
4964
5050
|
item: Orb::ItemSlim,
|
|
4965
5051
|
maximum: Orb::Maximum?,
|
|
@@ -5007,6 +5093,8 @@ module Orb
|
|
|
5007
5093
|
|
|
5008
5094
|
attr_accessor fixed_price_quantity: Float?
|
|
5009
5095
|
|
|
5096
|
+
attr_accessor invoice_grouping_key: String?
|
|
5097
|
+
|
|
5010
5098
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
5011
5099
|
|
|
5012
5100
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -5051,6 +5139,7 @@ module Orb
|
|
|
5051
5139
|
discount: Orb::Models::discount?,
|
|
5052
5140
|
external_price_id: String?,
|
|
5053
5141
|
fixed_price_quantity: Float?,
|
|
5142
|
+
invoice_grouping_key: String?,
|
|
5054
5143
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5055
5144
|
item: Orb::ItemSlim,
|
|
5056
5145
|
maximum: Orb::Maximum?,
|
|
@@ -5083,6 +5172,7 @@ module Orb
|
|
|
5083
5172
|
discount: Orb::Models::discount?,
|
|
5084
5173
|
external_price_id: String?,
|
|
5085
5174
|
fixed_price_quantity: Float?,
|
|
5175
|
+
invoice_grouping_key: String?,
|
|
5086
5176
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5087
5177
|
item: Orb::ItemSlim,
|
|
5088
5178
|
maximum: Orb::Maximum?,
|
|
@@ -5259,6 +5349,7 @@ module Orb
|
|
|
5259
5349
|
external_price_id: String?,
|
|
5260
5350
|
fixed_price_quantity: Float?,
|
|
5261
5351
|
grouped_with_prorated_minimum_config: Orb::Price::GroupedWithProratedMinimum::GroupedWithProratedMinimumConfig,
|
|
5352
|
+
invoice_grouping_key: String?,
|
|
5262
5353
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5263
5354
|
item: Orb::ItemSlim,
|
|
5264
5355
|
maximum: Orb::Maximum?,
|
|
@@ -5306,6 +5397,8 @@ module Orb
|
|
|
5306
5397
|
|
|
5307
5398
|
attr_accessor grouped_with_prorated_minimum_config: Orb::Price::GroupedWithProratedMinimum::GroupedWithProratedMinimumConfig
|
|
5308
5399
|
|
|
5400
|
+
attr_accessor invoice_grouping_key: String?
|
|
5401
|
+
|
|
5309
5402
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
5310
5403
|
|
|
5311
5404
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -5350,6 +5443,7 @@ module Orb
|
|
|
5350
5443
|
external_price_id: String?,
|
|
5351
5444
|
fixed_price_quantity: Float?,
|
|
5352
5445
|
grouped_with_prorated_minimum_config: Orb::Price::GroupedWithProratedMinimum::GroupedWithProratedMinimumConfig,
|
|
5446
|
+
invoice_grouping_key: String?,
|
|
5353
5447
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5354
5448
|
item: Orb::ItemSlim,
|
|
5355
5449
|
maximum: Orb::Maximum?,
|
|
@@ -5382,6 +5476,7 @@ module Orb
|
|
|
5382
5476
|
external_price_id: String?,
|
|
5383
5477
|
fixed_price_quantity: Float?,
|
|
5384
5478
|
grouped_with_prorated_minimum_config: Orb::Price::GroupedWithProratedMinimum::GroupedWithProratedMinimumConfig,
|
|
5479
|
+
invoice_grouping_key: String?,
|
|
5385
5480
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5386
5481
|
item: Orb::ItemSlim,
|
|
5387
5482
|
maximum: Orb::Maximum?,
|
|
@@ -5549,6 +5644,7 @@ module Orb
|
|
|
5549
5644
|
external_price_id: String?,
|
|
5550
5645
|
fixed_price_quantity: Float?,
|
|
5551
5646
|
grouped_with_metered_minimum_config: Orb::Price::GroupedWithMeteredMinimum::GroupedWithMeteredMinimumConfig,
|
|
5647
|
+
invoice_grouping_key: String?,
|
|
5552
5648
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5553
5649
|
item: Orb::ItemSlim,
|
|
5554
5650
|
maximum: Orb::Maximum?,
|
|
@@ -5596,6 +5692,8 @@ module Orb
|
|
|
5596
5692
|
|
|
5597
5693
|
attr_accessor grouped_with_metered_minimum_config: Orb::Price::GroupedWithMeteredMinimum::GroupedWithMeteredMinimumConfig
|
|
5598
5694
|
|
|
5695
|
+
attr_accessor invoice_grouping_key: String?
|
|
5696
|
+
|
|
5599
5697
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
5600
5698
|
|
|
5601
5699
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -5640,6 +5738,7 @@ module Orb
|
|
|
5640
5738
|
external_price_id: String?,
|
|
5641
5739
|
fixed_price_quantity: Float?,
|
|
5642
5740
|
grouped_with_metered_minimum_config: Orb::Price::GroupedWithMeteredMinimum::GroupedWithMeteredMinimumConfig,
|
|
5741
|
+
invoice_grouping_key: String?,
|
|
5643
5742
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5644
5743
|
item: Orb::ItemSlim,
|
|
5645
5744
|
maximum: Orb::Maximum?,
|
|
@@ -5672,6 +5771,7 @@ module Orb
|
|
|
5672
5771
|
external_price_id: String?,
|
|
5673
5772
|
fixed_price_quantity: Float?,
|
|
5674
5773
|
grouped_with_metered_minimum_config: Orb::Price::GroupedWithMeteredMinimum::GroupedWithMeteredMinimumConfig,
|
|
5774
|
+
invoice_grouping_key: String?,
|
|
5675
5775
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5676
5776
|
item: Orb::ItemSlim,
|
|
5677
5777
|
maximum: Orb::Maximum?,
|
|
@@ -5886,6 +5986,7 @@ module Orb
|
|
|
5886
5986
|
external_price_id: String?,
|
|
5887
5987
|
fixed_price_quantity: Float?,
|
|
5888
5988
|
grouped_with_min_max_thresholds_config: Orb::Price::GroupedWithMinMaxThresholds::GroupedWithMinMaxThresholdsConfig,
|
|
5989
|
+
invoice_grouping_key: String?,
|
|
5889
5990
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5890
5991
|
item: Orb::ItemSlim,
|
|
5891
5992
|
maximum: Orb::Maximum?,
|
|
@@ -5933,6 +6034,8 @@ module Orb
|
|
|
5933
6034
|
|
|
5934
6035
|
attr_accessor grouped_with_min_max_thresholds_config: Orb::Price::GroupedWithMinMaxThresholds::GroupedWithMinMaxThresholdsConfig
|
|
5935
6036
|
|
|
6037
|
+
attr_accessor invoice_grouping_key: String?
|
|
6038
|
+
|
|
5936
6039
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
5937
6040
|
|
|
5938
6041
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -5977,6 +6080,7 @@ module Orb
|
|
|
5977
6080
|
external_price_id: String?,
|
|
5978
6081
|
fixed_price_quantity: Float?,
|
|
5979
6082
|
grouped_with_min_max_thresholds_config: Orb::Price::GroupedWithMinMaxThresholds::GroupedWithMinMaxThresholdsConfig,
|
|
6083
|
+
invoice_grouping_key: String?,
|
|
5980
6084
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
5981
6085
|
item: Orb::ItemSlim,
|
|
5982
6086
|
maximum: Orb::Maximum?,
|
|
@@ -6009,6 +6113,7 @@ module Orb
|
|
|
6009
6113
|
external_price_id: String?,
|
|
6010
6114
|
fixed_price_quantity: Float?,
|
|
6011
6115
|
grouped_with_min_max_thresholds_config: Orb::Price::GroupedWithMinMaxThresholds::GroupedWithMinMaxThresholdsConfig,
|
|
6116
|
+
invoice_grouping_key: String?,
|
|
6012
6117
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6013
6118
|
item: Orb::ItemSlim,
|
|
6014
6119
|
maximum: Orb::Maximum?,
|
|
@@ -6184,6 +6289,7 @@ module Orb
|
|
|
6184
6289
|
discount: Orb::Models::discount?,
|
|
6185
6290
|
external_price_id: String?,
|
|
6186
6291
|
fixed_price_quantity: Float?,
|
|
6292
|
+
invoice_grouping_key: String?,
|
|
6187
6293
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6188
6294
|
item: Orb::ItemSlim,
|
|
6189
6295
|
matrix_with_display_name_config: Orb::Price::MatrixWithDisplayName::MatrixWithDisplayNameConfig,
|
|
@@ -6230,6 +6336,8 @@ module Orb
|
|
|
6230
6336
|
|
|
6231
6337
|
attr_accessor fixed_price_quantity: Float?
|
|
6232
6338
|
|
|
6339
|
+
attr_accessor invoice_grouping_key: String?
|
|
6340
|
+
|
|
6233
6341
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
6234
6342
|
|
|
6235
6343
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -6275,6 +6383,7 @@ module Orb
|
|
|
6275
6383
|
discount: Orb::Models::discount?,
|
|
6276
6384
|
external_price_id: String?,
|
|
6277
6385
|
fixed_price_quantity: Float?,
|
|
6386
|
+
invoice_grouping_key: String?,
|
|
6278
6387
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6279
6388
|
item: Orb::ItemSlim,
|
|
6280
6389
|
matrix_with_display_name_config: Orb::Price::MatrixWithDisplayName::MatrixWithDisplayNameConfig,
|
|
@@ -6307,6 +6416,7 @@ module Orb
|
|
|
6307
6416
|
discount: Orb::Models::discount?,
|
|
6308
6417
|
external_price_id: String?,
|
|
6309
6418
|
fixed_price_quantity: Float?,
|
|
6419
|
+
invoice_grouping_key: String?,
|
|
6310
6420
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6311
6421
|
item: Orb::ItemSlim,
|
|
6312
6422
|
matrix_with_display_name_config: Orb::Price::MatrixWithDisplayName::MatrixWithDisplayNameConfig,
|
|
@@ -6501,6 +6611,7 @@ module Orb
|
|
|
6501
6611
|
external_price_id: String?,
|
|
6502
6612
|
fixed_price_quantity: Float?,
|
|
6503
6613
|
grouped_tiered_package_config: Orb::Price::GroupedTieredPackage::GroupedTieredPackageConfig,
|
|
6614
|
+
invoice_grouping_key: String?,
|
|
6504
6615
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6505
6616
|
item: Orb::ItemSlim,
|
|
6506
6617
|
maximum: Orb::Maximum?,
|
|
@@ -6548,6 +6659,8 @@ module Orb
|
|
|
6548
6659
|
|
|
6549
6660
|
attr_accessor grouped_tiered_package_config: Orb::Price::GroupedTieredPackage::GroupedTieredPackageConfig
|
|
6550
6661
|
|
|
6662
|
+
attr_accessor invoice_grouping_key: String?
|
|
6663
|
+
|
|
6551
6664
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
6552
6665
|
|
|
6553
6666
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -6592,6 +6705,7 @@ module Orb
|
|
|
6592
6705
|
external_price_id: String?,
|
|
6593
6706
|
fixed_price_quantity: Float?,
|
|
6594
6707
|
grouped_tiered_package_config: Orb::Price::GroupedTieredPackage::GroupedTieredPackageConfig,
|
|
6708
|
+
invoice_grouping_key: String?,
|
|
6595
6709
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6596
6710
|
item: Orb::ItemSlim,
|
|
6597
6711
|
maximum: Orb::Maximum?,
|
|
@@ -6624,6 +6738,7 @@ module Orb
|
|
|
6624
6738
|
external_price_id: String?,
|
|
6625
6739
|
fixed_price_quantity: Float?,
|
|
6626
6740
|
grouped_tiered_package_config: Orb::Price::GroupedTieredPackage::GroupedTieredPackageConfig,
|
|
6741
|
+
invoice_grouping_key: String?,
|
|
6627
6742
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6628
6743
|
item: Orb::ItemSlim,
|
|
6629
6744
|
maximum: Orb::Maximum?,
|
|
@@ -6806,6 +6921,7 @@ module Orb
|
|
|
6806
6921
|
discount: Orb::Models::discount?,
|
|
6807
6922
|
external_price_id: String?,
|
|
6808
6923
|
fixed_price_quantity: Float?,
|
|
6924
|
+
invoice_grouping_key: String?,
|
|
6809
6925
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6810
6926
|
item: Orb::ItemSlim,
|
|
6811
6927
|
max_group_tiered_package_config: Orb::Price::MaxGroupTieredPackage::MaxGroupTieredPackageConfig,
|
|
@@ -6852,6 +6968,8 @@ module Orb
|
|
|
6852
6968
|
|
|
6853
6969
|
attr_accessor fixed_price_quantity: Float?
|
|
6854
6970
|
|
|
6971
|
+
attr_accessor invoice_grouping_key: String?
|
|
6972
|
+
|
|
6855
6973
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
6856
6974
|
|
|
6857
6975
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -6897,6 +7015,7 @@ module Orb
|
|
|
6897
7015
|
discount: Orb::Models::discount?,
|
|
6898
7016
|
external_price_id: String?,
|
|
6899
7017
|
fixed_price_quantity: Float?,
|
|
7018
|
+
invoice_grouping_key: String?,
|
|
6900
7019
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6901
7020
|
item: Orb::ItemSlim,
|
|
6902
7021
|
max_group_tiered_package_config: Orb::Price::MaxGroupTieredPackage::MaxGroupTieredPackageConfig,
|
|
@@ -6929,6 +7048,7 @@ module Orb
|
|
|
6929
7048
|
discount: Orb::Models::discount?,
|
|
6930
7049
|
external_price_id: String?,
|
|
6931
7050
|
fixed_price_quantity: Float?,
|
|
7051
|
+
invoice_grouping_key: String?,
|
|
6932
7052
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
6933
7053
|
item: Orb::ItemSlim,
|
|
6934
7054
|
max_group_tiered_package_config: Orb::Price::MaxGroupTieredPackage::MaxGroupTieredPackageConfig,
|
|
@@ -7115,6 +7235,7 @@ module Orb
|
|
|
7115
7235
|
discount: Orb::Models::discount?,
|
|
7116
7236
|
external_price_id: String?,
|
|
7117
7237
|
fixed_price_quantity: Float?,
|
|
7238
|
+
invoice_grouping_key: String?,
|
|
7118
7239
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7119
7240
|
item: Orb::ItemSlim,
|
|
7120
7241
|
maximum: Orb::Maximum?,
|
|
@@ -7161,6 +7282,8 @@ module Orb
|
|
|
7161
7282
|
|
|
7162
7283
|
attr_accessor fixed_price_quantity: Float?
|
|
7163
7284
|
|
|
7285
|
+
attr_accessor invoice_grouping_key: String?
|
|
7286
|
+
|
|
7164
7287
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
7165
7288
|
|
|
7166
7289
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -7206,6 +7329,7 @@ module Orb
|
|
|
7206
7329
|
discount: Orb::Models::discount?,
|
|
7207
7330
|
external_price_id: String?,
|
|
7208
7331
|
fixed_price_quantity: Float?,
|
|
7332
|
+
invoice_grouping_key: String?,
|
|
7209
7333
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7210
7334
|
item: Orb::ItemSlim,
|
|
7211
7335
|
maximum: Orb::Maximum?,
|
|
@@ -7238,6 +7362,7 @@ module Orb
|
|
|
7238
7362
|
discount: Orb::Models::discount?,
|
|
7239
7363
|
external_price_id: String?,
|
|
7240
7364
|
fixed_price_quantity: Float?,
|
|
7365
|
+
invoice_grouping_key: String?,
|
|
7241
7366
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7242
7367
|
item: Orb::ItemSlim,
|
|
7243
7368
|
maximum: Orb::Maximum?,
|
|
@@ -7451,6 +7576,7 @@ module Orb
|
|
|
7451
7576
|
discount: Orb::Models::discount?,
|
|
7452
7577
|
external_price_id: String?,
|
|
7453
7578
|
fixed_price_quantity: Float?,
|
|
7579
|
+
invoice_grouping_key: String?,
|
|
7454
7580
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7455
7581
|
item: Orb::ItemSlim,
|
|
7456
7582
|
maximum: Orb::Maximum?,
|
|
@@ -7497,6 +7623,8 @@ module Orb
|
|
|
7497
7623
|
|
|
7498
7624
|
attr_accessor fixed_price_quantity: Float?
|
|
7499
7625
|
|
|
7626
|
+
attr_accessor invoice_grouping_key: String?
|
|
7627
|
+
|
|
7500
7628
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
7501
7629
|
|
|
7502
7630
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -7542,6 +7670,7 @@ module Orb
|
|
|
7542
7670
|
discount: Orb::Models::discount?,
|
|
7543
7671
|
external_price_id: String?,
|
|
7544
7672
|
fixed_price_quantity: Float?,
|
|
7673
|
+
invoice_grouping_key: String?,
|
|
7545
7674
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7546
7675
|
item: Orb::ItemSlim,
|
|
7547
7676
|
maximum: Orb::Maximum?,
|
|
@@ -7574,6 +7703,7 @@ module Orb
|
|
|
7574
7703
|
discount: Orb::Models::discount?,
|
|
7575
7704
|
external_price_id: String?,
|
|
7576
7705
|
fixed_price_quantity: Float?,
|
|
7706
|
+
invoice_grouping_key: String?,
|
|
7577
7707
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7578
7708
|
item: Orb::ItemSlim,
|
|
7579
7709
|
maximum: Orb::Maximum?,
|
|
@@ -7793,6 +7923,7 @@ module Orb
|
|
|
7793
7923
|
discount: Orb::Models::discount?,
|
|
7794
7924
|
external_price_id: String?,
|
|
7795
7925
|
fixed_price_quantity: Float?,
|
|
7926
|
+
invoice_grouping_key: String?,
|
|
7796
7927
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7797
7928
|
item: Orb::ItemSlim,
|
|
7798
7929
|
maximum: Orb::Maximum?,
|
|
@@ -7840,6 +7971,8 @@ module Orb
|
|
|
7840
7971
|
|
|
7841
7972
|
attr_accessor fixed_price_quantity: Float?
|
|
7842
7973
|
|
|
7974
|
+
attr_accessor invoice_grouping_key: String?
|
|
7975
|
+
|
|
7843
7976
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
7844
7977
|
|
|
7845
7978
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -7884,6 +8017,7 @@ module Orb
|
|
|
7884
8017
|
discount: Orb::Models::discount?,
|
|
7885
8018
|
external_price_id: String?,
|
|
7886
8019
|
fixed_price_quantity: Float?,
|
|
8020
|
+
invoice_grouping_key: String?,
|
|
7887
8021
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7888
8022
|
item: Orb::ItemSlim,
|
|
7889
8023
|
maximum: Orb::Maximum?,
|
|
@@ -7916,6 +8050,7 @@ module Orb
|
|
|
7916
8050
|
discount: Orb::Models::discount?,
|
|
7917
8051
|
external_price_id: String?,
|
|
7918
8052
|
fixed_price_quantity: Float?,
|
|
8053
|
+
invoice_grouping_key: String?,
|
|
7919
8054
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
7920
8055
|
item: Orb::ItemSlim,
|
|
7921
8056
|
maximum: Orb::Maximum?,
|
|
@@ -8109,6 +8244,7 @@ module Orb
|
|
|
8109
8244
|
discount: Orb::Models::discount?,
|
|
8110
8245
|
external_price_id: String?,
|
|
8111
8246
|
fixed_price_quantity: Float?,
|
|
8247
|
+
invoice_grouping_key: String?,
|
|
8112
8248
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8113
8249
|
item: Orb::ItemSlim,
|
|
8114
8250
|
maximum: Orb::Maximum?,
|
|
@@ -8156,6 +8292,8 @@ module Orb
|
|
|
8156
8292
|
|
|
8157
8293
|
attr_accessor fixed_price_quantity: Float?
|
|
8158
8294
|
|
|
8295
|
+
attr_accessor invoice_grouping_key: String?
|
|
8296
|
+
|
|
8159
8297
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
8160
8298
|
|
|
8161
8299
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -8200,6 +8338,7 @@ module Orb
|
|
|
8200
8338
|
discount: Orb::Models::discount?,
|
|
8201
8339
|
external_price_id: String?,
|
|
8202
8340
|
fixed_price_quantity: Float?,
|
|
8341
|
+
invoice_grouping_key: String?,
|
|
8203
8342
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8204
8343
|
item: Orb::ItemSlim,
|
|
8205
8344
|
maximum: Orb::Maximum?,
|
|
@@ -8232,6 +8371,7 @@ module Orb
|
|
|
8232
8371
|
discount: Orb::Models::discount?,
|
|
8233
8372
|
external_price_id: String?,
|
|
8234
8373
|
fixed_price_quantity: Float?,
|
|
8374
|
+
invoice_grouping_key: String?,
|
|
8235
8375
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8236
8376
|
item: Orb::ItemSlim,
|
|
8237
8377
|
maximum: Orb::Maximum?,
|
|
@@ -8407,6 +8547,7 @@ module Orb
|
|
|
8407
8547
|
discount: Orb::Models::discount?,
|
|
8408
8548
|
external_price_id: String?,
|
|
8409
8549
|
fixed_price_quantity: Float?,
|
|
8550
|
+
invoice_grouping_key: String?,
|
|
8410
8551
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8411
8552
|
item: Orb::ItemSlim,
|
|
8412
8553
|
maximum: Orb::Maximum?,
|
|
@@ -8453,6 +8594,8 @@ module Orb
|
|
|
8453
8594
|
|
|
8454
8595
|
attr_accessor fixed_price_quantity: Float?
|
|
8455
8596
|
|
|
8597
|
+
attr_accessor invoice_grouping_key: String?
|
|
8598
|
+
|
|
8456
8599
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
8457
8600
|
|
|
8458
8601
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -8498,6 +8641,7 @@ module Orb
|
|
|
8498
8641
|
discount: Orb::Models::discount?,
|
|
8499
8642
|
external_price_id: String?,
|
|
8500
8643
|
fixed_price_quantity: Float?,
|
|
8644
|
+
invoice_grouping_key: String?,
|
|
8501
8645
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8502
8646
|
item: Orb::ItemSlim,
|
|
8503
8647
|
maximum: Orb::Maximum?,
|
|
@@ -8530,6 +8674,7 @@ module Orb
|
|
|
8530
8674
|
discount: Orb::Models::discount?,
|
|
8531
8675
|
external_price_id: String?,
|
|
8532
8676
|
fixed_price_quantity: Float?,
|
|
8677
|
+
invoice_grouping_key: String?,
|
|
8533
8678
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8534
8679
|
item: Orb::ItemSlim,
|
|
8535
8680
|
maximum: Orb::Maximum?,
|
|
@@ -8689,6 +8834,7 @@ module Orb
|
|
|
8689
8834
|
discount: Orb::Models::discount?,
|
|
8690
8835
|
external_price_id: String?,
|
|
8691
8836
|
fixed_price_quantity: Float?,
|
|
8837
|
+
invoice_grouping_key: String?,
|
|
8692
8838
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8693
8839
|
item: Orb::ItemSlim,
|
|
8694
8840
|
maximum: Orb::Maximum?,
|
|
@@ -8735,6 +8881,8 @@ module Orb
|
|
|
8735
8881
|
|
|
8736
8882
|
attr_accessor fixed_price_quantity: Float?
|
|
8737
8883
|
|
|
8884
|
+
attr_accessor invoice_grouping_key: String?
|
|
8885
|
+
|
|
8738
8886
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
8739
8887
|
|
|
8740
8888
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -8780,6 +8928,7 @@ module Orb
|
|
|
8780
8928
|
discount: Orb::Models::discount?,
|
|
8781
8929
|
external_price_id: String?,
|
|
8782
8930
|
fixed_price_quantity: Float?,
|
|
8931
|
+
invoice_grouping_key: String?,
|
|
8783
8932
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8784
8933
|
item: Orb::ItemSlim,
|
|
8785
8934
|
maximum: Orb::Maximum?,
|
|
@@ -8812,6 +8961,7 @@ module Orb
|
|
|
8812
8961
|
discount: Orb::Models::discount?,
|
|
8813
8962
|
external_price_id: String?,
|
|
8814
8963
|
fixed_price_quantity: Float?,
|
|
8964
|
+
invoice_grouping_key: String?,
|
|
8815
8965
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8816
8966
|
item: Orb::ItemSlim,
|
|
8817
8967
|
maximum: Orb::Maximum?,
|
|
@@ -8967,6 +9117,7 @@ module Orb
|
|
|
8967
9117
|
event_output_config: Orb::Price::EventOutput::EventOutputConfig,
|
|
8968
9118
|
external_price_id: String?,
|
|
8969
9119
|
fixed_price_quantity: Float?,
|
|
9120
|
+
invoice_grouping_key: String?,
|
|
8970
9121
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
8971
9122
|
item: Orb::ItemSlim,
|
|
8972
9123
|
maximum: Orb::Maximum?,
|
|
@@ -9014,6 +9165,8 @@ module Orb
|
|
|
9014
9165
|
|
|
9015
9166
|
attr_accessor fixed_price_quantity: Float?
|
|
9016
9167
|
|
|
9168
|
+
attr_accessor invoice_grouping_key: String?
|
|
9169
|
+
|
|
9017
9170
|
attr_accessor invoicing_cycle_configuration: Orb::BillingCycleConfiguration?
|
|
9018
9171
|
|
|
9019
9172
|
attr_accessor item: Orb::ItemSlim
|
|
@@ -9058,6 +9211,7 @@ module Orb
|
|
|
9058
9211
|
event_output_config: Orb::Price::EventOutput::EventOutputConfig,
|
|
9059
9212
|
external_price_id: String?,
|
|
9060
9213
|
fixed_price_quantity: Float?,
|
|
9214
|
+
invoice_grouping_key: String?,
|
|
9061
9215
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
9062
9216
|
item: Orb::ItemSlim,
|
|
9063
9217
|
maximum: Orb::Maximum?,
|
|
@@ -9090,6 +9244,7 @@ module Orb
|
|
|
9090
9244
|
event_output_config: Orb::Price::EventOutput::EventOutputConfig,
|
|
9091
9245
|
external_price_id: String?,
|
|
9092
9246
|
fixed_price_quantity: Float?,
|
|
9247
|
+
invoice_grouping_key: String?,
|
|
9093
9248
|
invoicing_cycle_configuration: Orb::BillingCycleConfiguration?,
|
|
9094
9249
|
item: Orb::ItemSlim,
|
|
9095
9250
|
maximum: Orb::Maximum?,
|