orb-billing 0.1.0.pre.alpha.35 → 0.1.0.pre.alpha.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +31 -4
- data/lib/orb/client.rb +1 -1
- data/lib/orb/errors.rb +1 -53
- data/lib/orb/internal/page.rb +108 -0
- data/lib/orb/internal/transport/base_client.rb +473 -0
- data/lib/orb/internal/transport/pooled_net_requester.rb +184 -0
- data/lib/orb/internal/type/array_of.rb +116 -0
- data/lib/orb/internal/type/base_model.rb +369 -0
- data/lib/orb/internal/type/base_page.rb +43 -0
- data/lib/orb/internal/type/boolean_model.rb +54 -0
- data/lib/orb/internal/type/converter.rb +219 -0
- data/lib/orb/internal/type/enum.rb +103 -0
- data/lib/orb/internal/type/hash_of.rb +142 -0
- data/lib/orb/internal/type/request_parameters.rb +40 -0
- data/lib/orb/internal/type/union.rb +227 -0
- data/lib/orb/internal/type/unknown.rb +58 -0
- data/lib/orb/internal/util.rb +717 -0
- data/lib/orb/internal.rb +8 -0
- data/lib/orb/models/alert.rb +15 -15
- data/lib/orb/models/alert_create_for_customer_params.rb +8 -8
- data/lib/orb/models/alert_create_for_external_customer_params.rb +8 -8
- data/lib/orb/models/alert_create_for_subscription_params.rb +9 -8
- data/lib/orb/models/alert_disable_params.rb +4 -4
- data/lib/orb/models/alert_enable_params.rb +4 -4
- data/lib/orb/models/alert_list_params.rb +4 -4
- data/lib/orb/models/alert_retrieve_params.rb +4 -4
- data/lib/orb/models/alert_update_params.rb +7 -7
- data/lib/orb/models/amount_discount.rb +4 -4
- data/lib/orb/models/billable_metric.rb +4 -4
- data/lib/orb/models/billing_cycle_relative_date.rb +1 -1
- data/lib/orb/models/coupon.rb +3 -3
- data/lib/orb/models/coupon_archive_params.rb +4 -4
- data/lib/orb/models/coupon_create_params.rb +9 -9
- data/lib/orb/models/coupon_fetch_params.rb +4 -4
- data/lib/orb/models/coupon_list_params.rb +5 -5
- data/lib/orb/models/coupons/subscription_list_params.rb +4 -4
- data/lib/orb/models/credit_note.rb +30 -30
- data/lib/orb/models/credit_note_create_params.rb +8 -8
- data/lib/orb/models/credit_note_fetch_params.rb +4 -4
- data/lib/orb/models/credit_note_list_params.rb +4 -4
- data/lib/orb/models/customer.rb +33 -33
- data/lib/orb/models/customer_create_params.rb +36 -36
- data/lib/orb/models/customer_delete_params.rb +4 -4
- data/lib/orb/models/customer_fetch_by_external_id_params.rb +4 -4
- data/lib/orb/models/customer_fetch_params.rb +4 -4
- data/lib/orb/models/customer_list_params.rb +4 -4
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rb +4 -4
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rb +4 -4
- data/lib/orb/models/customer_update_by_external_id_params.rb +36 -36
- data/lib/orb/models/customer_update_params.rb +36 -36
- data/lib/orb/models/customers/balance_transaction_create_params.rb +5 -5
- data/lib/orb/models/customers/balance_transaction_create_response.rb +8 -8
- data/lib/orb/models/customers/balance_transaction_list_params.rb +4 -4
- data/lib/orb/models/customers/balance_transaction_list_response.rb +8 -8
- data/lib/orb/models/customers/cost_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/cost_list_by_external_id_response.rb +9 -8
- data/lib/orb/models/customers/cost_list_params.rb +5 -5
- data/lib/orb/models/customers/cost_list_response.rb +8 -8
- data/lib/orb/models/customers/credit_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/credit_list_by_external_id_response.rb +3 -3
- data/lib/orb/models/customers/credit_list_params.rb +5 -5
- data/lib/orb/models/customers/credit_list_response.rb +3 -3
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +11 -11
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +11 -11
- data/lib/orb/models/customers/credits/ledger_create_entry_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +6 -6
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_list_params.rb +6 -6
- data/lib/orb/models/customers/credits/ledger_list_response.rb +57 -57
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +9 -9
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_create_params.rb +9 -9
- data/lib/orb/models/customers/credits/top_up_create_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_delete_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_list_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_response.rb +7 -7
- data/lib/orb/models/dimensional_price_group.rb +4 -4
- data/lib/orb/models/dimensional_price_group_create_params.rb +6 -6
- data/lib/orb/models/dimensional_price_group_list_params.rb +4 -4
- data/lib/orb/models/dimensional_price_group_retrieve_params.rb +4 -4
- data/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rb +4 -4
- data/lib/orb/models/dimensional_price_groups.rb +3 -3
- data/lib/orb/models/discount.rb +1 -1
- data/lib/orb/models/evaluate_price_group.rb +6 -5
- data/lib/orb/models/event_deprecate_params.rb +4 -4
- data/lib/orb/models/event_deprecate_response.rb +2 -2
- data/lib/orb/models/event_ingest_params.rb +9 -9
- data/lib/orb/models/event_ingest_response.rb +11 -10
- data/lib/orb/models/event_search_params.rb +5 -5
- data/lib/orb/models/event_search_response.rb +7 -7
- data/lib/orb/models/event_update_params.rb +5 -5
- data/lib/orb/models/event_update_response.rb +2 -2
- data/lib/orb/models/events/backfill_close_params.rb +4 -4
- data/lib/orb/models/events/backfill_close_response.rb +4 -4
- data/lib/orb/models/events/backfill_create_params.rb +5 -5
- data/lib/orb/models/events/backfill_create_response.rb +4 -4
- data/lib/orb/models/events/backfill_fetch_params.rb +4 -4
- data/lib/orb/models/events/backfill_fetch_response.rb +4 -4
- data/lib/orb/models/events/backfill_list_params.rb +4 -4
- data/lib/orb/models/events/backfill_list_response.rb +4 -4
- data/lib/orb/models/events/backfill_revert_params.rb +4 -4
- data/lib/orb/models/events/backfill_revert_response.rb +4 -4
- data/lib/orb/models/events/event_volumes.rb +5 -5
- data/lib/orb/models/events/volume_list_params.rb +4 -4
- data/lib/orb/models/invoice.rb +102 -100
- data/lib/orb/models/invoice_create_params.rb +12 -12
- data/lib/orb/models/invoice_fetch_params.rb +4 -4
- data/lib/orb/models/invoice_fetch_upcoming_params.rb +4 -4
- data/lib/orb/models/invoice_fetch_upcoming_response.rb +104 -100
- data/lib/orb/models/invoice_issue_params.rb +5 -5
- data/lib/orb/models/invoice_level_discount.rb +1 -1
- data/lib/orb/models/invoice_line_item_create_params.rb +4 -4
- data/lib/orb/models/invoice_line_item_create_response.rb +55 -53
- data/lib/orb/models/invoice_list_params.rb +10 -8
- data/lib/orb/models/invoice_mark_paid_params.rb +4 -4
- data/lib/orb/models/invoice_pay_params.rb +4 -4
- data/lib/orb/models/invoice_update_params.rb +5 -5
- data/lib/orb/models/invoice_void_params.rb +4 -4
- data/lib/orb/models/item.rb +6 -6
- data/lib/orb/models/item_create_params.rb +4 -4
- data/lib/orb/models/item_fetch_params.rb +4 -4
- data/lib/orb/models/item_list_params.rb +4 -4
- data/lib/orb/models/item_update_params.rb +8 -8
- data/lib/orb/models/metric_create_params.rb +5 -5
- data/lib/orb/models/metric_fetch_params.rb +4 -4
- data/lib/orb/models/metric_list_params.rb +4 -4
- data/lib/orb/models/metric_update_params.rb +5 -5
- data/lib/orb/models/pagination_metadata.rb +3 -3
- data/lib/orb/models/percentage_discount.rb +4 -4
- data/lib/orb/models/plan.rb +50 -50
- data/lib/orb/models/plan_create_params.rb +337 -333
- data/lib/orb/models/plan_fetch_params.rb +4 -4
- data/lib/orb/models/plan_list_params.rb +5 -5
- data/lib/orb/models/plan_update_params.rb +5 -5
- data/lib/orb/models/plans/external_plan_id_fetch_params.rb +4 -4
- data/lib/orb/models/plans/external_plan_id_update_params.rb +5 -5
- data/lib/orb/models/price.rb +824 -816
- data/lib/orb/models/price_create_params.rb +78 -73
- data/lib/orb/models/price_evaluate_params.rb +5 -5
- data/lib/orb/models/price_evaluate_response.rb +3 -3
- data/lib/orb/models/price_fetch_params.rb +4 -4
- data/lib/orb/models/price_list_params.rb +4 -4
- data/lib/orb/models/price_update_params.rb +5 -5
- data/lib/orb/models/prices/external_price_id_fetch_params.rb +4 -4
- data/lib/orb/models/prices/external_price_id_update_params.rb +5 -5
- data/lib/orb/models/subscription.rb +74 -70
- data/lib/orb/models/subscription_cancel_params.rb +6 -6
- data/lib/orb/models/subscription_cancel_response.rb +73 -70
- data/lib/orb/models/subscription_create_params.rb +758 -740
- data/lib/orb/models/subscription_create_response.rb +73 -70
- data/lib/orb/models/subscription_fetch_costs_params.rb +5 -5
- data/lib/orb/models/subscription_fetch_costs_response.rb +8 -8
- data/lib/orb/models/subscription_fetch_params.rb +4 -4
- data/lib/orb/models/subscription_fetch_schedule_params.rb +4 -4
- data/lib/orb/models/subscription_fetch_schedule_response.rb +4 -4
- data/lib/orb/models/subscription_fetch_usage_params.rb +6 -6
- data/lib/orb/models/subscription_list_params.rb +7 -7
- data/lib/orb/models/subscription_price_intervals_params.rb +443 -434
- data/lib/orb/models/subscription_price_intervals_response.rb +70 -70
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +756 -740
- data/lib/orb/models/subscription_schedule_plan_change_response.rb +70 -70
- data/lib/orb/models/subscription_trigger_phase_params.rb +5 -5
- data/lib/orb/models/subscription_trigger_phase_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_cancellation_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_cancellation_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +70 -70
- data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +6 -6
- data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +70 -70
- data/lib/orb/models/subscription_update_params.rb +6 -6
- data/lib/orb/models/subscription_update_trial_params.rb +6 -6
- data/lib/orb/models/subscription_update_trial_response.rb +70 -70
- data/lib/orb/models/subscription_usage.rb +27 -25
- data/lib/orb/models/subscriptions.rb +3 -3
- data/lib/orb/models/top_level_ping_params.rb +4 -4
- data/lib/orb/models/top_level_ping_response.rb +2 -2
- data/lib/orb/models/trial_discount.rb +4 -4
- data/lib/orb/models/usage_discount.rb +4 -4
- data/lib/orb/request_options.rb +4 -4
- data/lib/orb/resources/alerts.rb +2 -2
- data/lib/orb/resources/coupons/subscriptions.rb +2 -2
- data/lib/orb/resources/coupons.rb +2 -2
- data/lib/orb/resources/credit_notes.rb +2 -2
- data/lib/orb/resources/customers/balance_transactions.rb +2 -2
- data/lib/orb/resources/customers/credits/ledger.rb +4 -4
- data/lib/orb/resources/customers/credits/top_ups.rb +4 -4
- data/lib/orb/resources/customers/credits.rb +4 -4
- data/lib/orb/resources/customers.rb +2 -2
- data/lib/orb/resources/dimensional_price_groups.rb +2 -2
- data/lib/orb/resources/events/backfills.rb +2 -2
- data/lib/orb/resources/invoices.rb +2 -2
- data/lib/orb/resources/items.rb +2 -2
- data/lib/orb/resources/metrics.rb +2 -2
- data/lib/orb/resources/plans.rb +2 -2
- data/lib/orb/resources/prices.rb +2 -2
- data/lib/orb/resources/subscriptions.rb +4 -4
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +15 -15
- data/rbi/lib/orb/client.rbi +1 -1
- data/rbi/lib/orb/errors.rbi +0 -52
- data/rbi/lib/orb/internal/page.rbi +37 -0
- data/rbi/lib/orb/internal/transport/base_client.rbi +209 -0
- data/rbi/lib/orb/internal/transport/pooled_net_requester.rbi +66 -0
- data/rbi/lib/orb/internal/type/array_of.rbi +88 -0
- data/rbi/lib/orb/internal/type/base_model.rbi +208 -0
- data/rbi/lib/orb/internal/type/base_page.rbi +41 -0
- data/rbi/lib/orb/internal/type/boolean_model.rbi +43 -0
- data/rbi/lib/orb/internal/type/converter.rbi +106 -0
- data/rbi/lib/orb/internal/type/enum.rbi +60 -0
- data/rbi/lib/orb/internal/type/hash_of.rbi +87 -0
- data/rbi/lib/orb/internal/type/request_parameters.rbi +22 -0
- data/rbi/lib/orb/internal/type/union.rbi +70 -0
- data/rbi/lib/orb/internal/type/unknown.rbi +42 -0
- data/rbi/lib/orb/internal/util.rbi +280 -0
- data/rbi/lib/orb/internal.rbi +12 -0
- data/rbi/lib/orb/models/alert.rbi +16 -16
- data/rbi/lib/orb/models/alert_create_for_customer_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_create_for_external_customer_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_create_for_subscription_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_disable_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_enable_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_list_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_retrieve_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_update_params.rbi +6 -6
- data/rbi/lib/orb/models/amount_discount.rbi +2 -2
- data/rbi/lib/orb/models/billable_metric.rbi +4 -4
- data/rbi/lib/orb/models/billing_cycle_relative_date.rbi +1 -1
- data/rbi/lib/orb/models/coupon.rbi +3 -3
- data/rbi/lib/orb/models/coupon_archive_params.rbi +4 -4
- data/rbi/lib/orb/models/coupon_create_params.rbi +8 -8
- data/rbi/lib/orb/models/coupon_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/coupon_list_params.rbi +4 -4
- data/rbi/lib/orb/models/coupons/subscription_list_params.rbi +4 -4
- data/rbi/lib/orb/models/credit_note.rbi +29 -26
- data/rbi/lib/orb/models/credit_note_create_params.rbi +7 -7
- data/rbi/lib/orb/models/credit_note_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/credit_note_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customer.rbi +36 -30
- data/rbi/lib/orb/models/customer_create_params.rbi +34 -31
- data/rbi/lib/orb/models/customer_delete_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_fetch_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_update_by_external_id_params.rbi +33 -31
- data/rbi/lib/orb/models/customer_update_params.rbi +34 -31
- data/rbi/lib/orb/models/customers/balance_transaction_create_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/balance_transaction_create_response.rbi +17 -9
- data/rbi/lib/orb/models/customers/balance_transaction_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/balance_transaction_list_response.rbi +13 -9
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_response.rbi +6 -6
- data/rbi/lib/orb/models/customers/cost_list_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/cost_list_response.rbi +6 -6
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_response.rbi +2 -2
- data/rbi/lib/orb/models/customers/credit_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credit_list_response.rbi +2 -2
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbi +9 -9
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_params.rbi +9 -9
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rbi +6 -6
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_list_params.rbi +6 -6
- data/rbi/lib/orb/models/customers/credits/ledger_list_response.rbi +63 -57
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rbi +14 -8
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rbi +5 -5
- data/rbi/lib/orb/models/customers/credits/top_up_create_params.rbi +8 -8
- data/rbi/lib/orb/models/customers/credits/top_up_create_response.rbi +5 -5
- data/rbi/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_delete_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rbi +11 -5
- data/rbi/lib/orb/models/customers/credits/top_up_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_response.rbi +5 -5
- data/rbi/lib/orb/models/dimensional_price_group.rbi +1 -1
- data/rbi/lib/orb/models/dimensional_price_group_create_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_group_list_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_group_retrieve_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbi +9 -4
- data/rbi/lib/orb/models/dimensional_price_groups.rbi +4 -4
- data/rbi/lib/orb/models/discount.rbi +1 -1
- data/rbi/lib/orb/models/evaluate_price_group.rbi +2 -2
- data/rbi/lib/orb/models/event_deprecate_params.rbi +4 -4
- data/rbi/lib/orb/models/event_deprecate_response.rbi +1 -1
- data/rbi/lib/orb/models/event_ingest_params.rbi +6 -6
- data/rbi/lib/orb/models/event_ingest_response.rbi +6 -6
- data/rbi/lib/orb/models/event_search_params.rbi +4 -4
- data/rbi/lib/orb/models/event_search_response.rbi +3 -3
- data/rbi/lib/orb/models/event_update_params.rbi +4 -4
- data/rbi/lib/orb/models/event_update_response.rbi +1 -1
- data/rbi/lib/orb/models/events/backfill_close_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_close_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_create_params.rbi +4 -4
- data/rbi/lib/orb/models/events/backfill_create_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_fetch_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_list_params.rbi +4 -4
- data/rbi/lib/orb/models/events/backfill_list_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_revert_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_revert_response.rbi +2 -2
- data/rbi/lib/orb/models/events/event_volumes.rbi +3 -3
- data/rbi/lib/orb/models/events/volume_list_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice.rbi +96 -84
- data/rbi/lib/orb/models/invoice_create_params.rbi +14 -11
- data/rbi/lib/orb/models/invoice_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_response.rbi +94 -84
- data/rbi/lib/orb/models/invoice_issue_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_level_discount.rbi +1 -1
- data/rbi/lib/orb/models/invoice_line_item_create_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_line_item_create_response.rbi +42 -38
- data/rbi/lib/orb/models/invoice_list_params.rbi +6 -6
- data/rbi/lib/orb/models/invoice_mark_paid_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_pay_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_update_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_void_params.rbi +4 -4
- data/rbi/lib/orb/models/item.rbi +4 -4
- data/rbi/lib/orb/models/item_create_params.rbi +4 -4
- data/rbi/lib/orb/models/item_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/item_list_params.rbi +4 -4
- data/rbi/lib/orb/models/item_update_params.rbi +7 -7
- data/rbi/lib/orb/models/metric_create_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_list_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_update_params.rbi +4 -4
- data/rbi/lib/orb/models/pagination_metadata.rbi +1 -1
- data/rbi/lib/orb/models/percentage_discount.rbi +2 -2
- data/rbi/lib/orb/models/plan.rbi +37 -37
- data/rbi/lib/orb/models/plan_create_params.rbi +307 -291
- data/rbi/lib/orb/models/plan_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/plan_list_params.rbi +5 -5
- data/rbi/lib/orb/models/plan_update_params.rbi +4 -4
- data/rbi/lib/orb/models/plans/external_plan_id_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/plans/external_plan_id_update_params.rbi +4 -4
- data/rbi/lib/orb/models/price.rbi +1038 -880
- data/rbi/lib/orb/models/price_create_params.rbi +60 -53
- data/rbi/lib/orb/models/price_evaluate_params.rbi +4 -4
- data/rbi/lib/orb/models/price_evaluate_response.rbi +2 -2
- data/rbi/lib/orb/models/price_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/price_list_params.rbi +4 -4
- data/rbi/lib/orb/models/price_update_params.rbi +4 -4
- data/rbi/lib/orb/models/prices/external_price_id_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/prices/external_price_id_update_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription.rbi +42 -40
- data/rbi/lib/orb/models/subscription_cancel_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_cancel_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_create_params.rbi +630 -620
- data/rbi/lib/orb/models/subscription_create_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_fetch_costs_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_fetch_costs_response.rbi +6 -6
- data/rbi/lib/orb/models/subscription_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_response.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_usage_params.rbi +6 -6
- data/rbi/lib/orb/models/subscription_list_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_price_intervals_params.rbi +385 -365
- data/rbi/lib/orb/models/subscription_price_intervals_response.rbi +42 -40
- data/rbi/lib/orb/models/subscription_schedule_plan_change_params.rbi +627 -621
- data/rbi/lib/orb/models/subscription_schedule_plan_change_response.rbi +49 -40
- data/rbi/lib/orb/models/subscription_trigger_phase_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_trigger_phase_response.rbi +48 -40
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbi +46 -40
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rbi +61 -40
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_update_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_update_trial_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_update_trial_response.rbi +49 -40
- data/rbi/lib/orb/models/subscription_usage.rbi +30 -24
- data/rbi/lib/orb/models/subscriptions.rbi +4 -4
- data/rbi/lib/orb/models/top_level_ping_params.rbi +4 -4
- data/rbi/lib/orb/models/top_level_ping_response.rbi +1 -1
- data/rbi/lib/orb/models/trial_discount.rbi +2 -2
- data/rbi/lib/orb/models/usage_discount.rbi +2 -2
- data/rbi/lib/orb/request_options.rbi +2 -2
- data/rbi/lib/orb/resources/alerts.rbi +16 -13
- data/rbi/lib/orb/resources/coupons/subscriptions.rbi +2 -2
- data/rbi/lib/orb/resources/coupons.rbi +12 -6
- data/rbi/lib/orb/resources/credit_notes.rbi +5 -5
- data/rbi/lib/orb/resources/customers/balance_transactions.rbi +3 -3
- data/rbi/lib/orb/resources/customers/costs.rbi +2 -2
- data/rbi/lib/orb/resources/customers/credits/ledger.rbi +8 -8
- data/rbi/lib/orb/resources/customers/credits/top_ups.rbi +13 -10
- data/rbi/lib/orb/resources/customers/credits.rbi +4 -4
- data/rbi/lib/orb/resources/customers.rbi +31 -31
- data/rbi/lib/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rbi +1 -1
- data/rbi/lib/orb/resources/dimensional_price_groups.rbi +4 -4
- data/rbi/lib/orb/resources/events/backfills.rbi +6 -6
- data/rbi/lib/orb/resources/events/volume.rbi +1 -1
- data/rbi/lib/orb/resources/events.rbi +8 -5
- data/rbi/lib/orb/resources/invoice_line_items.rbi +1 -1
- data/rbi/lib/orb/resources/invoices.rbi +21 -12
- data/rbi/lib/orb/resources/items.rbi +9 -6
- data/rbi/lib/orb/resources/metrics.rbi +8 -5
- data/rbi/lib/orb/resources/plans/external_plan_id.rbi +2 -2
- data/rbi/lib/orb/resources/plans.rbi +9 -6
- data/rbi/lib/orb/resources/prices/external_price_id.rbi +2 -2
- data/rbi/lib/orb/resources/prices.rbi +20 -17
- data/rbi/lib/orb/resources/subscriptions.rbi +40 -36
- data/rbi/lib/orb/resources/top_level.rbi +1 -1
- data/rbi/lib/orb/version.rbi +1 -1
- data/sig/orb/client.rbs +1 -1
- data/sig/orb/errors.rbs +0 -52
- data/sig/orb/internal/page.rbs +24 -0
- data/sig/orb/internal/transport/base_client.rbs +110 -0
- data/sig/orb/internal/transport/pooled_net_requester.rbs +41 -0
- data/sig/orb/internal/type/array_of.rbs +38 -0
- data/sig/orb/internal/type/base_model.rbs +79 -0
- data/sig/orb/internal/type/base_page.rbs +24 -0
- data/sig/orb/internal/type/boolean_model.rbs +20 -0
- data/sig/orb/internal/type/converter.rbs +44 -0
- data/sig/orb/internal/type/enum.rbs +24 -0
- data/sig/orb/internal/type/hash_of.rbs +38 -0
- data/sig/orb/internal/type/request_parameters.rbs +15 -0
- data/sig/orb/internal/type/union.rbs +42 -0
- data/sig/orb/internal/type/unknown.rbs +20 -0
- data/sig/orb/internal/util.rbs +139 -0
- data/sig/orb/internal.rbs +5 -0
- data/sig/orb/models/alert.rbs +7 -7
- data/sig/orb/models/alert_create_for_customer_params.rbs +6 -6
- data/sig/orb/models/alert_create_for_external_customer_params.rbs +6 -6
- data/sig/orb/models/alert_create_for_subscription_params.rbs +6 -6
- data/sig/orb/models/alert_disable_params.rbs +4 -4
- data/sig/orb/models/alert_enable_params.rbs +4 -4
- data/sig/orb/models/alert_list_params.rbs +4 -4
- data/sig/orb/models/alert_retrieve_params.rbs +4 -4
- data/sig/orb/models/alert_update_params.rbs +5 -5
- data/sig/orb/models/amount_discount.rbs +2 -2
- data/sig/orb/models/billable_metric.rbs +2 -2
- data/sig/orb/models/billing_cycle_relative_date.rbs +1 -1
- data/sig/orb/models/coupon.rbs +2 -2
- data/sig/orb/models/coupon_archive_params.rbs +4 -4
- data/sig/orb/models/coupon_create_params.rbs +7 -7
- data/sig/orb/models/coupon_fetch_params.rbs +4 -4
- data/sig/orb/models/coupon_list_params.rbs +4 -4
- data/sig/orb/models/coupons/subscription_list_params.rbs +5 -4
- data/sig/orb/models/credit_note.rbs +14 -14
- data/sig/orb/models/credit_note_create_params.rbs +6 -6
- data/sig/orb/models/credit_note_fetch_params.rbs +5 -4
- data/sig/orb/models/credit_note_list_params.rbs +4 -4
- data/sig/orb/models/customer.rbs +14 -14
- data/sig/orb/models/customer_create_params.rbs +17 -17
- data/sig/orb/models/customer_delete_params.rbs +4 -4
- data/sig/orb/models/customer_fetch_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customer_fetch_params.rbs +4 -4
- data/sig/orb/models/customer_list_params.rbs +4 -4
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbs +4 -4
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_params.rbs +4 -4
- data/sig/orb/models/customer_update_by_external_id_params.rbs +17 -17
- data/sig/orb/models/customer_update_params.rbs +17 -17
- data/sig/orb/models/customers/balance_transaction_create_params.rbs +5 -5
- data/sig/orb/models/customers/balance_transaction_create_response.rbs +5 -5
- data/sig/orb/models/customers/balance_transaction_list_params.rbs +4 -4
- data/sig/orb/models/customers/balance_transaction_list_response.rbs +5 -5
- data/sig/orb/models/customers/cost_list_by_external_id_params.rbs +5 -5
- data/sig/orb/models/customers/cost_list_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/cost_list_params.rbs +5 -5
- data/sig/orb/models/customers/cost_list_response.rbs +3 -3
- data/sig/orb/models/customers/credit_list_by_external_id_params.rbs +4 -4
- data/sig/orb/models/customers/credit_list_by_external_id_response.rbs +2 -2
- data/sig/orb/models/customers/credit_list_params.rbs +4 -4
- data/sig/orb/models/customers/credit_list_response.rbs +2 -2
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbs +7 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_create_entry_params.rbs +7 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_params.rbs +6 -6
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_list_params.rbs +6 -6
- data/sig/orb/models/customers/credits/ledger_list_response.rbs +29 -29
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_params.rbs +6 -6
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_create_params.rbs +6 -6
- data/sig/orb/models/customers/credits/top_up_create_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_delete_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_delete_params.rbs +4 -4
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_list_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_list_response.rbs +3 -3
- data/sig/orb/models/dimensional_price_group.rbs +1 -1
- data/sig/orb/models/dimensional_price_group_create_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_group_list_params.rbs +5 -4
- data/sig/orb/models/dimensional_price_group_retrieve_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_groups.rbs +1 -1
- data/sig/orb/models/discount.rbs +1 -1
- data/sig/orb/models/evaluate_price_group.rbs +2 -2
- data/sig/orb/models/event_deprecate_params.rbs +4 -4
- data/sig/orb/models/event_deprecate_response.rbs +1 -1
- data/sig/orb/models/event_ingest_params.rbs +5 -5
- data/sig/orb/models/event_ingest_response.rbs +3 -3
- data/sig/orb/models/event_search_params.rbs +4 -4
- data/sig/orb/models/event_search_response.rbs +2 -2
- data/sig/orb/models/event_update_params.rbs +4 -4
- data/sig/orb/models/event_update_response.rbs +1 -1
- data/sig/orb/models/events/backfill_close_params.rbs +5 -4
- data/sig/orb/models/events/backfill_close_response.rbs +2 -2
- data/sig/orb/models/events/backfill_create_params.rbs +4 -4
- data/sig/orb/models/events/backfill_create_response.rbs +2 -2
- data/sig/orb/models/events/backfill_fetch_params.rbs +5 -4
- data/sig/orb/models/events/backfill_fetch_response.rbs +2 -2
- data/sig/orb/models/events/backfill_list_params.rbs +5 -4
- data/sig/orb/models/events/backfill_list_response.rbs +2 -2
- data/sig/orb/models/events/backfill_revert_params.rbs +5 -4
- data/sig/orb/models/events/backfill_revert_response.rbs +2 -2
- data/sig/orb/models/events/event_volumes.rbs +2 -2
- data/sig/orb/models/events/volume_list_params.rbs +4 -4
- data/sig/orb/models/invoice.rbs +40 -40
- data/sig/orb/models/invoice_create_params.rbs +7 -7
- data/sig/orb/models/invoice_fetch_params.rbs +4 -4
- data/sig/orb/models/invoice_fetch_upcoming_params.rbs +4 -4
- data/sig/orb/models/invoice_fetch_upcoming_response.rbs +40 -40
- data/sig/orb/models/invoice_issue_params.rbs +5 -4
- data/sig/orb/models/invoice_level_discount.rbs +1 -1
- data/sig/orb/models/invoice_line_item_create_params.rbs +4 -4
- data/sig/orb/models/invoice_line_item_create_response.rbs +19 -19
- data/sig/orb/models/invoice_list_params.rbs +6 -6
- data/sig/orb/models/invoice_mark_paid_params.rbs +4 -4
- data/sig/orb/models/invoice_pay_params.rbs +4 -4
- data/sig/orb/models/invoice_update_params.rbs +5 -4
- data/sig/orb/models/invoice_void_params.rbs +4 -4
- data/sig/orb/models/item.rbs +3 -3
- data/sig/orb/models/item_create_params.rbs +5 -4
- data/sig/orb/models/item_fetch_params.rbs +4 -4
- data/sig/orb/models/item_list_params.rbs +5 -4
- data/sig/orb/models/item_update_params.rbs +6 -6
- data/sig/orb/models/metric_create_params.rbs +4 -4
- data/sig/orb/models/metric_fetch_params.rbs +4 -4
- data/sig/orb/models/metric_list_params.rbs +4 -4
- data/sig/orb/models/metric_update_params.rbs +5 -4
- data/sig/orb/models/pagination_metadata.rbs +1 -1
- data/sig/orb/models/percentage_discount.rbs +2 -2
- data/sig/orb/models/plan.rbs +18 -18
- data/sig/orb/models/plan_create_params.rbs +169 -169
- data/sig/orb/models/plan_fetch_params.rbs +4 -4
- data/sig/orb/models/plan_list_params.rbs +5 -5
- data/sig/orb/models/plan_update_params.rbs +4 -4
- data/sig/orb/models/plans/external_plan_id_fetch_params.rbs +5 -4
- data/sig/orb/models/plans/external_plan_id_update_params.rbs +4 -4
- data/sig/orb/models/price.rbs +380 -380
- data/sig/orb/models/price_create_params.rbs +25 -25
- data/sig/orb/models/price_evaluate_params.rbs +4 -4
- data/sig/orb/models/price_evaluate_response.rbs +1 -1
- data/sig/orb/models/price_fetch_params.rbs +4 -4
- data/sig/orb/models/price_list_params.rbs +5 -4
- data/sig/orb/models/price_update_params.rbs +5 -4
- data/sig/orb/models/prices/external_price_id_fetch_params.rbs +5 -4
- data/sig/orb/models/prices/external_price_id_update_params.rbs +5 -4
- data/sig/orb/models/subscription.rbs +21 -21
- data/sig/orb/models/subscription_cancel_params.rbs +5 -5
- data/sig/orb/models/subscription_cancel_response.rbs +21 -21
- data/sig/orb/models/subscription_create_params.rbs +360 -360
- data/sig/orb/models/subscription_create_response.rbs +21 -21
- data/sig/orb/models/subscription_fetch_costs_params.rbs +5 -5
- data/sig/orb/models/subscription_fetch_costs_response.rbs +3 -3
- data/sig/orb/models/subscription_fetch_params.rbs +5 -4
- data/sig/orb/models/subscription_fetch_schedule_params.rbs +4 -4
- data/sig/orb/models/subscription_fetch_schedule_response.rbs +2 -2
- data/sig/orb/models/subscription_fetch_usage_params.rbs +6 -6
- data/sig/orb/models/subscription_list_params.rbs +5 -5
- data/sig/orb/models/subscription_price_intervals_params.rbs +214 -214
- data/sig/orb/models/subscription_price_intervals_response.rbs +21 -21
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +361 -361
- data/sig/orb/models/subscription_schedule_plan_change_response.rbs +21 -21
- data/sig/orb/models/subscription_trigger_phase_params.rbs +4 -4
- data/sig/orb/models/subscription_trigger_phase_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_cancellation_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +21 -21
- data/sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs +5 -5
- data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +21 -21
- data/sig/orb/models/subscription_update_params.rbs +4 -4
- data/sig/orb/models/subscription_update_trial_params.rbs +5 -5
- data/sig/orb/models/subscription_update_trial_response.rbs +21 -21
- data/sig/orb/models/subscription_usage.rbs +12 -12
- data/sig/orb/models/subscriptions.rbs +1 -1
- data/sig/orb/models/top_level_ping_params.rbs +4 -4
- data/sig/orb/models/top_level_ping_response.rbs +1 -1
- data/sig/orb/models/trial_discount.rbs +2 -2
- data/sig/orb/models/usage_discount.rbs +2 -2
- data/sig/orb/request_options.rbs +1 -1
- data/sig/orb/resources/alerts.rbs +1 -1
- data/sig/orb/resources/coupons/subscriptions.rbs +1 -1
- data/sig/orb/resources/coupons.rbs +1 -1
- data/sig/orb/resources/credit_notes.rbs +1 -1
- data/sig/orb/resources/customers/balance_transactions.rbs +1 -1
- data/sig/orb/resources/customers/credits/ledger.rbs +2 -2
- data/sig/orb/resources/customers/credits/top_ups.rbs +2 -2
- data/sig/orb/resources/customers/credits.rbs +2 -2
- data/sig/orb/resources/customers.rbs +1 -1
- data/sig/orb/resources/dimensional_price_groups.rbs +1 -1
- data/sig/orb/resources/events/backfills.rbs +1 -1
- data/sig/orb/resources/invoices.rbs +1 -1
- data/sig/orb/resources/items.rbs +1 -1
- data/sig/orb/resources/metrics.rbs +1 -1
- data/sig/orb/resources/plans.rbs +1 -1
- data/sig/orb/resources/prices.rbs +1 -1
- data/sig/orb/resources/subscriptions.rbs +2 -2
- data/sig/orb/version.rbs +1 -1
- metadata +47 -47
- data/lib/orb/page.rb +0 -114
- data/lib/orb/transport/base_client.rb +0 -459
- data/lib/orb/transport/pooled_net_requester.rb +0 -182
- data/lib/orb/type/array_of.rb +0 -112
- data/lib/orb/type/base_model.rb +0 -367
- data/lib/orb/type/base_page.rb +0 -61
- data/lib/orb/type/boolean_model.rb +0 -52
- data/lib/orb/type/converter.rb +0 -217
- data/lib/orb/type/enum.rb +0 -101
- data/lib/orb/type/hash_of.rb +0 -132
- data/lib/orb/type/request_parameters.rb +0 -38
- data/lib/orb/type/union.rb +0 -225
- data/lib/orb/type/unknown.rb +0 -56
- data/lib/orb/type.rb +0 -23
- data/lib/orb/util.rb +0 -722
- data/rbi/lib/orb/page.rbi +0 -35
- data/rbi/lib/orb/transport/base_client.rbi +0 -205
- data/rbi/lib/orb/transport/pooled_net_requester.rbi +0 -64
- data/rbi/lib/orb/type/array_of.rbi +0 -82
- data/rbi/lib/orb/type/base_model.rbi +0 -197
- data/rbi/lib/orb/type/base_page.rbi +0 -38
- data/rbi/lib/orb/type/boolean_model.rbi +0 -41
- data/rbi/lib/orb/type/converter.rbi +0 -95
- data/rbi/lib/orb/type/enum.rbi +0 -58
- data/rbi/lib/orb/type/hash_of.rbi +0 -86
- data/rbi/lib/orb/type/request_parameters.rbi +0 -20
- data/rbi/lib/orb/type/union.rbi +0 -66
- data/rbi/lib/orb/type/unknown.rbi +0 -37
- data/rbi/lib/orb/type.rbi +0 -23
- data/rbi/lib/orb/util.rbi +0 -278
- data/sig/orb/page.rbs +0 -22
- data/sig/orb/transport/base_client.rbs +0 -110
- data/sig/orb/transport/pooled_net_requester.rbs +0 -39
- data/sig/orb/type/array_of.rbs +0 -36
- data/sig/orb/type/base_model.rbs +0 -77
- data/sig/orb/type/base_page.rbs +0 -22
- data/sig/orb/type/boolean_model.rbs +0 -18
- data/sig/orb/type/converter.rbs +0 -36
- data/sig/orb/type/enum.rbs +0 -22
- data/sig/orb/type/hash_of.rbs +0 -36
- data/sig/orb/type/request_parameters.rbs +0 -13
- data/sig/orb/type/union.rbs +0 -37
- data/sig/orb/type/unknown.rbs +0 -15
- data/sig/orb/type.rbs +0 -22
- data/sig/orb/util.rbs +0 -132
@@ -29,11 +29,11 @@ module Orb
|
|
29
29
|
trial_duration_days: Integer?,
|
30
30
|
usage_customer_ids: ::Array[String]?
|
31
31
|
}
|
32
|
-
& Orb::request_parameters
|
32
|
+
& Orb::Internal::Type::request_parameters
|
33
33
|
|
34
|
-
class SubscriptionSchedulePlanChangeParams < Orb::BaseModel
|
35
|
-
extend Orb::Type::RequestParameters::Converter
|
36
|
-
include Orb::RequestParameters
|
34
|
+
class SubscriptionSchedulePlanChangeParams < Orb::Internal::Type::BaseModel
|
35
|
+
extend Orb::Internal::Type::RequestParameters::Converter
|
36
|
+
include Orb::Internal::Type::RequestParameters
|
37
37
|
|
38
38
|
attr_accessor change_option: Orb::Models::SubscriptionSchedulePlanChangeParams::change_option
|
39
39
|
|
@@ -123,7 +123,7 @@ module Orb
|
|
123
123
|
:requested_date | :end_of_subscription_term | :immediate
|
124
124
|
|
125
125
|
module ChangeOption
|
126
|
-
extend Orb::Enum
|
126
|
+
extend Orb::Internal::Type::Enum
|
127
127
|
|
128
128
|
REQUESTED_DATE: :requested_date
|
129
129
|
END_OF_SUBSCRIPTION_TERM: :end_of_subscription_term
|
@@ -140,7 +140,7 @@ module Orb
|
|
140
140
|
start_date: Time?
|
141
141
|
}
|
142
142
|
|
143
|
-
class AddAdjustment < Orb::BaseModel
|
143
|
+
class AddAdjustment < Orb::Internal::Type::BaseModel
|
144
144
|
attr_accessor adjustment: Orb::Models::SubscriptionSchedulePlanChangeParams::AddAdjustment::adjustment
|
145
145
|
|
146
146
|
attr_accessor end_date: Time?
|
@@ -166,7 +166,7 @@ module Orb
|
|
166
166
|
| Orb::Models::SubscriptionSchedulePlanChangeParams::AddAdjustment::Adjustment::NewMaximum
|
167
167
|
|
168
168
|
module Adjustment
|
169
|
-
extend Orb::Union
|
169
|
+
extend Orb::Internal::Type::Union
|
170
170
|
|
171
171
|
type new_percentage_discount =
|
172
172
|
{
|
@@ -176,7 +176,7 @@ module Orb
|
|
176
176
|
is_invoice_level: bool
|
177
177
|
}
|
178
178
|
|
179
|
-
class NewPercentageDiscount < Orb::BaseModel
|
179
|
+
class NewPercentageDiscount < Orb::Internal::Type::BaseModel
|
180
180
|
attr_accessor adjustment_type: :percentage_discount
|
181
181
|
|
182
182
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -205,7 +205,7 @@ module Orb
|
|
205
205
|
is_invoice_level: bool
|
206
206
|
}
|
207
207
|
|
208
|
-
class NewUsageDiscount < Orb::BaseModel
|
208
|
+
class NewUsageDiscount < Orb::Internal::Type::BaseModel
|
209
209
|
attr_accessor adjustment_type: :usage_discount
|
210
210
|
|
211
211
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -234,7 +234,7 @@ module Orb
|
|
234
234
|
is_invoice_level: bool
|
235
235
|
}
|
236
236
|
|
237
|
-
class NewAmountDiscount < Orb::BaseModel
|
237
|
+
class NewAmountDiscount < Orb::Internal::Type::BaseModel
|
238
238
|
attr_accessor adjustment_type: :amount_discount
|
239
239
|
|
240
240
|
attr_accessor amount_discount: String
|
@@ -264,7 +264,7 @@ module Orb
|
|
264
264
|
is_invoice_level: bool
|
265
265
|
}
|
266
266
|
|
267
|
-
class NewMinimum < Orb::BaseModel
|
267
|
+
class NewMinimum < Orb::Internal::Type::BaseModel
|
268
268
|
attr_accessor adjustment_type: :minimum
|
269
269
|
|
270
270
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -296,7 +296,7 @@ module Orb
|
|
296
296
|
is_invoice_level: bool
|
297
297
|
}
|
298
298
|
|
299
|
-
class NewMaximum < Orb::BaseModel
|
299
|
+
class NewMaximum < Orb::Internal::Type::BaseModel
|
300
300
|
attr_accessor adjustment_type: :maximum
|
301
301
|
|
302
302
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -335,7 +335,7 @@ module Orb
|
|
335
335
|
start_date: Time?
|
336
336
|
}
|
337
337
|
|
338
|
-
class AddPrice < Orb::BaseModel
|
338
|
+
class AddPrice < Orb::Internal::Type::BaseModel
|
339
339
|
attr_accessor allocation_price: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::AllocationPrice?
|
340
340
|
|
341
341
|
attr_accessor discounts: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Discount]?
|
@@ -379,7 +379,7 @@ module Orb
|
|
379
379
|
expires_at_end_of_cadence: bool
|
380
380
|
}
|
381
381
|
|
382
|
-
class AllocationPrice < Orb::BaseModel
|
382
|
+
class AllocationPrice < Orb::Internal::Type::BaseModel
|
383
383
|
attr_accessor amount: String
|
384
384
|
|
385
385
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::AllocationPrice::cadence
|
@@ -401,7 +401,7 @@ module Orb
|
|
401
401
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
402
402
|
|
403
403
|
module Cadence
|
404
|
-
extend Orb::Enum
|
404
|
+
extend Orb::Internal::Type::Enum
|
405
405
|
|
406
406
|
ONE_TIME: :one_time
|
407
407
|
MONTHLY: :monthly
|
@@ -422,7 +422,7 @@ module Orb
|
|
422
422
|
usage_discount: Float?
|
423
423
|
}
|
424
424
|
|
425
|
-
class Discount < Orb::BaseModel
|
425
|
+
class Discount < Orb::Internal::Type::BaseModel
|
426
426
|
attr_accessor discount_type: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Discount::discount_type
|
427
427
|
|
428
428
|
attr_accessor amount_discount: String?
|
@@ -443,7 +443,7 @@ module Orb
|
|
443
443
|
type discount_type = :percentage | :usage | :amount
|
444
444
|
|
445
445
|
module DiscountType
|
446
|
-
extend Orb::Enum
|
446
|
+
extend Orb::Internal::Type::Enum
|
447
447
|
|
448
448
|
PERCENTAGE: :percentage
|
449
449
|
USAGE: :usage
|
@@ -481,7 +481,7 @@ module Orb
|
|
481
481
|
| Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice
|
482
482
|
|
483
483
|
module Price
|
484
|
-
extend Orb::Union
|
484
|
+
extend Orb::Internal::Type::Union
|
485
485
|
|
486
486
|
type new_subscription_unit_price =
|
487
487
|
{
|
@@ -503,7 +503,7 @@ module Orb
|
|
503
503
|
reference_id: String?
|
504
504
|
}
|
505
505
|
|
506
|
-
class NewSubscriptionUnitPrice < Orb::BaseModel
|
506
|
+
class NewSubscriptionUnitPrice < Orb::Internal::Type::BaseModel
|
507
507
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitPrice::cadence
|
508
508
|
|
509
509
|
attr_accessor item_id: String
|
@@ -566,7 +566,7 @@ module Orb
|
|
566
566
|
| :custom
|
567
567
|
|
568
568
|
module Cadence
|
569
|
-
extend Orb::Enum
|
569
|
+
extend Orb::Internal::Type::Enum
|
570
570
|
|
571
571
|
ANNUAL: :annual
|
572
572
|
SEMI_ANNUAL: :semi_annual
|
@@ -580,7 +580,7 @@ module Orb
|
|
580
580
|
|
581
581
|
type unit_config = { unit_amount: String }
|
582
582
|
|
583
|
-
class UnitConfig < Orb::BaseModel
|
583
|
+
class UnitConfig < Orb::Internal::Type::BaseModel
|
584
584
|
attr_accessor unit_amount: String
|
585
585
|
|
586
586
|
def initialize: (unit_amount: String) -> void
|
@@ -594,7 +594,7 @@ module Orb
|
|
594
594
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
595
595
|
}
|
596
596
|
|
597
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
597
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
598
598
|
attr_accessor duration: Integer
|
599
599
|
|
600
600
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
@@ -609,7 +609,7 @@ module Orb
|
|
609
609
|
type duration_unit = :day | :month
|
610
610
|
|
611
611
|
module DurationUnit
|
612
|
-
extend Orb::Enum
|
612
|
+
extend Orb::Internal::Type::Enum
|
613
613
|
|
614
614
|
DAY: :day
|
615
615
|
MONTH: :month
|
@@ -624,7 +624,7 @@ module Orb
|
|
624
624
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
625
625
|
}
|
626
626
|
|
627
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
627
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
628
628
|
attr_accessor duration: Integer
|
629
629
|
|
630
630
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -639,7 +639,7 @@ module Orb
|
|
639
639
|
type duration_unit = :day | :month
|
640
640
|
|
641
641
|
module DurationUnit
|
642
|
-
extend Orb::Enum
|
642
|
+
extend Orb::Internal::Type::Enum
|
643
643
|
|
644
644
|
DAY: :day
|
645
645
|
MONTH: :month
|
@@ -669,7 +669,7 @@ module Orb
|
|
669
669
|
reference_id: String?
|
670
670
|
}
|
671
671
|
|
672
|
-
class NewSubscriptionPackagePrice < Orb::BaseModel
|
672
|
+
class NewSubscriptionPackagePrice < Orb::Internal::Type::BaseModel
|
673
673
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackagePrice::cadence
|
674
674
|
|
675
675
|
attr_accessor item_id: String
|
@@ -732,7 +732,7 @@ module Orb
|
|
732
732
|
| :custom
|
733
733
|
|
734
734
|
module Cadence
|
735
|
-
extend Orb::Enum
|
735
|
+
extend Orb::Internal::Type::Enum
|
736
736
|
|
737
737
|
ANNUAL: :annual
|
738
738
|
SEMI_ANNUAL: :semi_annual
|
@@ -747,7 +747,7 @@ module Orb
|
|
747
747
|
type package_config =
|
748
748
|
{ package_amount: String, package_size: Integer }
|
749
749
|
|
750
|
-
class PackageConfig < Orb::BaseModel
|
750
|
+
class PackageConfig < Orb::Internal::Type::BaseModel
|
751
751
|
attr_accessor package_amount: String
|
752
752
|
|
753
753
|
attr_accessor package_size: Integer
|
@@ -766,7 +766,7 @@ module Orb
|
|
766
766
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
767
767
|
}
|
768
768
|
|
769
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
769
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
770
770
|
attr_accessor duration: Integer
|
771
771
|
|
772
772
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -781,7 +781,7 @@ module Orb
|
|
781
781
|
type duration_unit = :day | :month
|
782
782
|
|
783
783
|
module DurationUnit
|
784
|
-
extend Orb::Enum
|
784
|
+
extend Orb::Internal::Type::Enum
|
785
785
|
|
786
786
|
DAY: :day
|
787
787
|
MONTH: :month
|
@@ -796,7 +796,7 @@ module Orb
|
|
796
796
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
797
797
|
}
|
798
798
|
|
799
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
799
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
800
800
|
attr_accessor duration: Integer
|
801
801
|
|
802
802
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -811,7 +811,7 @@ module Orb
|
|
811
811
|
type duration_unit = :day | :month
|
812
812
|
|
813
813
|
module DurationUnit
|
814
|
-
extend Orb::Enum
|
814
|
+
extend Orb::Internal::Type::Enum
|
815
815
|
|
816
816
|
DAY: :day
|
817
817
|
MONTH: :month
|
@@ -841,7 +841,7 @@ module Orb
|
|
841
841
|
reference_id: String?
|
842
842
|
}
|
843
843
|
|
844
|
-
class NewSubscriptionMatrixPrice < Orb::BaseModel
|
844
|
+
class NewSubscriptionMatrixPrice < Orb::Internal::Type::BaseModel
|
845
845
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixPrice::cadence
|
846
846
|
|
847
847
|
attr_accessor item_id: String
|
@@ -904,7 +904,7 @@ module Orb
|
|
904
904
|
| :custom
|
905
905
|
|
906
906
|
module Cadence
|
907
|
-
extend Orb::Enum
|
907
|
+
extend Orb::Internal::Type::Enum
|
908
908
|
|
909
909
|
ANNUAL: :annual
|
910
910
|
SEMI_ANNUAL: :semi_annual
|
@@ -923,7 +923,7 @@ module Orb
|
|
923
923
|
matrix_values: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixPrice::MatrixConfig::MatrixValue]
|
924
924
|
}
|
925
925
|
|
926
|
-
class MatrixConfig < Orb::BaseModel
|
926
|
+
class MatrixConfig < Orb::Internal::Type::BaseModel
|
927
927
|
attr_accessor default_unit_amount: String
|
928
928
|
|
929
929
|
attr_accessor dimensions: ::Array[String?]
|
@@ -941,7 +941,7 @@ module Orb
|
|
941
941
|
type matrix_value =
|
942
942
|
{ dimension_values: ::Array[String?], unit_amount: String }
|
943
943
|
|
944
|
-
class MatrixValue < Orb::BaseModel
|
944
|
+
class MatrixValue < Orb::Internal::Type::BaseModel
|
945
945
|
attr_accessor dimension_values: ::Array[String?]
|
946
946
|
|
947
947
|
attr_accessor unit_amount: String
|
@@ -961,7 +961,7 @@ module Orb
|
|
961
961
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
962
962
|
}
|
963
963
|
|
964
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
964
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
965
965
|
attr_accessor duration: Integer
|
966
966
|
|
967
967
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
@@ -976,7 +976,7 @@ module Orb
|
|
976
976
|
type duration_unit = :day | :month
|
977
977
|
|
978
978
|
module DurationUnit
|
979
|
-
extend Orb::Enum
|
979
|
+
extend Orb::Internal::Type::Enum
|
980
980
|
|
981
981
|
DAY: :day
|
982
982
|
MONTH: :month
|
@@ -991,7 +991,7 @@ module Orb
|
|
991
991
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
992
992
|
}
|
993
993
|
|
994
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
994
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
995
995
|
attr_accessor duration: Integer
|
996
996
|
|
997
997
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1006,7 +1006,7 @@ module Orb
|
|
1006
1006
|
type duration_unit = :day | :month
|
1007
1007
|
|
1008
1008
|
module DurationUnit
|
1009
|
-
extend Orb::Enum
|
1009
|
+
extend Orb::Internal::Type::Enum
|
1010
1010
|
|
1011
1011
|
DAY: :day
|
1012
1012
|
MONTH: :month
|
@@ -1036,7 +1036,7 @@ module Orb
|
|
1036
1036
|
reference_id: String?
|
1037
1037
|
}
|
1038
1038
|
|
1039
|
-
class NewSubscriptionTieredPrice < Orb::BaseModel
|
1039
|
+
class NewSubscriptionTieredPrice < Orb::Internal::Type::BaseModel
|
1040
1040
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::cadence
|
1041
1041
|
|
1042
1042
|
attr_accessor item_id: String
|
@@ -1099,7 +1099,7 @@ module Orb
|
|
1099
1099
|
| :custom
|
1100
1100
|
|
1101
1101
|
module Cadence
|
1102
|
-
extend Orb::Enum
|
1102
|
+
extend Orb::Internal::Type::Enum
|
1103
1103
|
|
1104
1104
|
ANNUAL: :annual
|
1105
1105
|
SEMI_ANNUAL: :semi_annual
|
@@ -1116,7 +1116,7 @@ module Orb
|
|
1116
1116
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
1117
1117
|
}
|
1118
1118
|
|
1119
|
-
class TieredConfig < Orb::BaseModel
|
1119
|
+
class TieredConfig < Orb::Internal::Type::BaseModel
|
1120
1120
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
1121
1121
|
|
1122
1122
|
def initialize: (
|
@@ -1128,7 +1128,7 @@ module Orb
|
|
1128
1128
|
type tier =
|
1129
1129
|
{ first_unit: Float, unit_amount: String, last_unit: Float? }
|
1130
1130
|
|
1131
|
-
class Tier < Orb::BaseModel
|
1131
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1132
1132
|
attr_accessor first_unit: Float
|
1133
1133
|
|
1134
1134
|
attr_accessor unit_amount: String
|
@@ -1151,7 +1151,7 @@ module Orb
|
|
1151
1151
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
1152
1152
|
}
|
1153
1153
|
|
1154
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1154
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1155
1155
|
attr_accessor duration: Integer
|
1156
1156
|
|
1157
1157
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
@@ -1166,7 +1166,7 @@ module Orb
|
|
1166
1166
|
type duration_unit = :day | :month
|
1167
1167
|
|
1168
1168
|
module DurationUnit
|
1169
|
-
extend Orb::Enum
|
1169
|
+
extend Orb::Internal::Type::Enum
|
1170
1170
|
|
1171
1171
|
DAY: :day
|
1172
1172
|
MONTH: :month
|
@@ -1181,7 +1181,7 @@ module Orb
|
|
1181
1181
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
1182
1182
|
}
|
1183
1183
|
|
1184
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1184
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1185
1185
|
attr_accessor duration: Integer
|
1186
1186
|
|
1187
1187
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1196,7 +1196,7 @@ module Orb
|
|
1196
1196
|
type duration_unit = :day | :month
|
1197
1197
|
|
1198
1198
|
module DurationUnit
|
1199
|
-
extend Orb::Enum
|
1199
|
+
extend Orb::Internal::Type::Enum
|
1200
1200
|
|
1201
1201
|
DAY: :day
|
1202
1202
|
MONTH: :month
|
@@ -1226,7 +1226,7 @@ module Orb
|
|
1226
1226
|
reference_id: String?
|
1227
1227
|
}
|
1228
1228
|
|
1229
|
-
class NewSubscriptionTieredBpsPrice < Orb::BaseModel
|
1229
|
+
class NewSubscriptionTieredBpsPrice < Orb::Internal::Type::BaseModel
|
1230
1230
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::cadence
|
1231
1231
|
|
1232
1232
|
attr_accessor item_id: String
|
@@ -1289,7 +1289,7 @@ module Orb
|
|
1289
1289
|
| :custom
|
1290
1290
|
|
1291
1291
|
module Cadence
|
1292
|
-
extend Orb::Enum
|
1292
|
+
extend Orb::Internal::Type::Enum
|
1293
1293
|
|
1294
1294
|
ANNUAL: :annual
|
1295
1295
|
SEMI_ANNUAL: :semi_annual
|
@@ -1306,7 +1306,7 @@ module Orb
|
|
1306
1306
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
1307
1307
|
}
|
1308
1308
|
|
1309
|
-
class TieredBpsConfig < Orb::BaseModel
|
1309
|
+
class TieredBpsConfig < Orb::Internal::Type::BaseModel
|
1310
1310
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
1311
1311
|
|
1312
1312
|
def initialize: (
|
@@ -1323,7 +1323,7 @@ module Orb
|
|
1323
1323
|
per_unit_maximum: String?
|
1324
1324
|
}
|
1325
1325
|
|
1326
|
-
class Tier < Orb::BaseModel
|
1326
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1327
1327
|
attr_accessor bps: Float
|
1328
1328
|
|
1329
1329
|
attr_accessor minimum_amount: String
|
@@ -1349,7 +1349,7 @@ module Orb
|
|
1349
1349
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
1350
1350
|
}
|
1351
1351
|
|
1352
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1352
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1353
1353
|
attr_accessor duration: Integer
|
1354
1354
|
|
1355
1355
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1364,7 +1364,7 @@ module Orb
|
|
1364
1364
|
type duration_unit = :day | :month
|
1365
1365
|
|
1366
1366
|
module DurationUnit
|
1367
|
-
extend Orb::Enum
|
1367
|
+
extend Orb::Internal::Type::Enum
|
1368
1368
|
|
1369
1369
|
DAY: :day
|
1370
1370
|
MONTH: :month
|
@@ -1379,7 +1379,7 @@ module Orb
|
|
1379
1379
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1380
1380
|
}
|
1381
1381
|
|
1382
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1382
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1383
1383
|
attr_accessor duration: Integer
|
1384
1384
|
|
1385
1385
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1394,7 +1394,7 @@ module Orb
|
|
1394
1394
|
type duration_unit = :day | :month
|
1395
1395
|
|
1396
1396
|
module DurationUnit
|
1397
|
-
extend Orb::Enum
|
1397
|
+
extend Orb::Internal::Type::Enum
|
1398
1398
|
|
1399
1399
|
DAY: :day
|
1400
1400
|
MONTH: :month
|
@@ -1424,7 +1424,7 @@ module Orb
|
|
1424
1424
|
reference_id: String?
|
1425
1425
|
}
|
1426
1426
|
|
1427
|
-
class NewSubscriptionBpsPrice < Orb::BaseModel
|
1427
|
+
class NewSubscriptionBpsPrice < Orb::Internal::Type::BaseModel
|
1428
1428
|
attr_accessor bps_config: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBpsPrice::BpsConfig
|
1429
1429
|
|
1430
1430
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBpsPrice::cadence
|
@@ -1480,7 +1480,7 @@ module Orb
|
|
1480
1480
|
|
1481
1481
|
type bps_config = { bps: Float, per_unit_maximum: String? }
|
1482
1482
|
|
1483
|
-
class BpsConfig < Orb::BaseModel
|
1483
|
+
class BpsConfig < Orb::Internal::Type::BaseModel
|
1484
1484
|
attr_accessor bps: Float
|
1485
1485
|
|
1486
1486
|
attr_accessor per_unit_maximum: String?
|
@@ -1499,7 +1499,7 @@ module Orb
|
|
1499
1499
|
| :custom
|
1500
1500
|
|
1501
1501
|
module Cadence
|
1502
|
-
extend Orb::Enum
|
1502
|
+
extend Orb::Internal::Type::Enum
|
1503
1503
|
|
1504
1504
|
ANNUAL: :annual
|
1505
1505
|
SEMI_ANNUAL: :semi_annual
|
@@ -1517,7 +1517,7 @@ module Orb
|
|
1517
1517
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
1518
1518
|
}
|
1519
1519
|
|
1520
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1520
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1521
1521
|
attr_accessor duration: Integer
|
1522
1522
|
|
1523
1523
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1532,7 +1532,7 @@ module Orb
|
|
1532
1532
|
type duration_unit = :day | :month
|
1533
1533
|
|
1534
1534
|
module DurationUnit
|
1535
|
-
extend Orb::Enum
|
1535
|
+
extend Orb::Internal::Type::Enum
|
1536
1536
|
|
1537
1537
|
DAY: :day
|
1538
1538
|
MONTH: :month
|
@@ -1547,7 +1547,7 @@ module Orb
|
|
1547
1547
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1548
1548
|
}
|
1549
1549
|
|
1550
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1550
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1551
1551
|
attr_accessor duration: Integer
|
1552
1552
|
|
1553
1553
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1562,7 +1562,7 @@ module Orb
|
|
1562
1562
|
type duration_unit = :day | :month
|
1563
1563
|
|
1564
1564
|
module DurationUnit
|
1565
|
-
extend Orb::Enum
|
1565
|
+
extend Orb::Internal::Type::Enum
|
1566
1566
|
|
1567
1567
|
DAY: :day
|
1568
1568
|
MONTH: :month
|
@@ -1592,7 +1592,7 @@ module Orb
|
|
1592
1592
|
reference_id: String?
|
1593
1593
|
}
|
1594
1594
|
|
1595
|
-
class NewSubscriptionBulkBpsPrice < Orb::BaseModel
|
1595
|
+
class NewSubscriptionBulkBpsPrice < Orb::Internal::Type::BaseModel
|
1596
1596
|
attr_accessor bulk_bps_config: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig
|
1597
1597
|
|
1598
1598
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::cadence
|
@@ -1651,7 +1651,7 @@ module Orb
|
|
1651
1651
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
1652
1652
|
}
|
1653
1653
|
|
1654
|
-
class BulkBpsConfig < Orb::BaseModel
|
1654
|
+
class BulkBpsConfig < Orb::Internal::Type::BaseModel
|
1655
1655
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
1656
1656
|
|
1657
1657
|
def initialize: (
|
@@ -1667,7 +1667,7 @@ module Orb
|
|
1667
1667
|
per_unit_maximum: String?
|
1668
1668
|
}
|
1669
1669
|
|
1670
|
-
class Tier < Orb::BaseModel
|
1670
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1671
1671
|
attr_accessor bps: Float
|
1672
1672
|
|
1673
1673
|
attr_accessor maximum_amount: String?
|
@@ -1693,7 +1693,7 @@ module Orb
|
|
1693
1693
|
| :custom
|
1694
1694
|
|
1695
1695
|
module Cadence
|
1696
|
-
extend Orb::Enum
|
1696
|
+
extend Orb::Internal::Type::Enum
|
1697
1697
|
|
1698
1698
|
ANNUAL: :annual
|
1699
1699
|
SEMI_ANNUAL: :semi_annual
|
@@ -1711,7 +1711,7 @@ module Orb
|
|
1711
1711
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
1712
1712
|
}
|
1713
1713
|
|
1714
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1714
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1715
1715
|
attr_accessor duration: Integer
|
1716
1716
|
|
1717
1717
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1726,7 +1726,7 @@ module Orb
|
|
1726
1726
|
type duration_unit = :day | :month
|
1727
1727
|
|
1728
1728
|
module DurationUnit
|
1729
|
-
extend Orb::Enum
|
1729
|
+
extend Orb::Internal::Type::Enum
|
1730
1730
|
|
1731
1731
|
DAY: :day
|
1732
1732
|
MONTH: :month
|
@@ -1741,7 +1741,7 @@ module Orb
|
|
1741
1741
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1742
1742
|
}
|
1743
1743
|
|
1744
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1744
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1745
1745
|
attr_accessor duration: Integer
|
1746
1746
|
|
1747
1747
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1756,7 +1756,7 @@ module Orb
|
|
1756
1756
|
type duration_unit = :day | :month
|
1757
1757
|
|
1758
1758
|
module DurationUnit
|
1759
|
-
extend Orb::Enum
|
1759
|
+
extend Orb::Internal::Type::Enum
|
1760
1760
|
|
1761
1761
|
DAY: :day
|
1762
1762
|
MONTH: :month
|
@@ -1786,7 +1786,7 @@ module Orb
|
|
1786
1786
|
reference_id: String?
|
1787
1787
|
}
|
1788
1788
|
|
1789
|
-
class NewSubscriptionBulkPrice < Orb::BaseModel
|
1789
|
+
class NewSubscriptionBulkPrice < Orb::Internal::Type::BaseModel
|
1790
1790
|
attr_accessor bulk_config: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::BulkConfig
|
1791
1791
|
|
1792
1792
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::cadence
|
@@ -1845,7 +1845,7 @@ module Orb
|
|
1845
1845
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
1846
1846
|
}
|
1847
1847
|
|
1848
|
-
class BulkConfig < Orb::BaseModel
|
1848
|
+
class BulkConfig < Orb::Internal::Type::BaseModel
|
1849
1849
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
1850
1850
|
|
1851
1851
|
def initialize: (
|
@@ -1856,7 +1856,7 @@ module Orb
|
|
1856
1856
|
|
1857
1857
|
type tier = { unit_amount: String, maximum_units: Float? }
|
1858
1858
|
|
1859
|
-
class Tier < Orb::BaseModel
|
1859
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1860
1860
|
attr_accessor unit_amount: String
|
1861
1861
|
|
1862
1862
|
attr_accessor maximum_units: Float?
|
@@ -1879,7 +1879,7 @@ module Orb
|
|
1879
1879
|
| :custom
|
1880
1880
|
|
1881
1881
|
module Cadence
|
1882
|
-
extend Orb::Enum
|
1882
|
+
extend Orb::Internal::Type::Enum
|
1883
1883
|
|
1884
1884
|
ANNUAL: :annual
|
1885
1885
|
SEMI_ANNUAL: :semi_annual
|
@@ -1897,7 +1897,7 @@ module Orb
|
|
1897
1897
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
1898
1898
|
}
|
1899
1899
|
|
1900
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1900
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1901
1901
|
attr_accessor duration: Integer
|
1902
1902
|
|
1903
1903
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -1912,7 +1912,7 @@ module Orb
|
|
1912
1912
|
type duration_unit = :day | :month
|
1913
1913
|
|
1914
1914
|
module DurationUnit
|
1915
|
-
extend Orb::Enum
|
1915
|
+
extend Orb::Internal::Type::Enum
|
1916
1916
|
|
1917
1917
|
DAY: :day
|
1918
1918
|
MONTH: :month
|
@@ -1927,7 +1927,7 @@ module Orb
|
|
1927
1927
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
1928
1928
|
}
|
1929
1929
|
|
1930
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1930
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1931
1931
|
attr_accessor duration: Integer
|
1932
1932
|
|
1933
1933
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1942,7 +1942,7 @@ module Orb
|
|
1942
1942
|
type duration_unit = :day | :month
|
1943
1943
|
|
1944
1944
|
module DurationUnit
|
1945
|
-
extend Orb::Enum
|
1945
|
+
extend Orb::Internal::Type::Enum
|
1946
1946
|
|
1947
1947
|
DAY: :day
|
1948
1948
|
MONTH: :month
|
@@ -1972,7 +1972,7 @@ module Orb
|
|
1972
1972
|
reference_id: String?
|
1973
1973
|
}
|
1974
1974
|
|
1975
|
-
class NewSubscriptionThresholdTotalAmountPrice < Orb::BaseModel
|
1975
|
+
class NewSubscriptionThresholdTotalAmountPrice < Orb::Internal::Type::BaseModel
|
1976
1976
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::cadence
|
1977
1977
|
|
1978
1978
|
attr_accessor item_id: String
|
@@ -2035,7 +2035,7 @@ module Orb
|
|
2035
2035
|
| :custom
|
2036
2036
|
|
2037
2037
|
module Cadence
|
2038
|
-
extend Orb::Enum
|
2038
|
+
extend Orb::Internal::Type::Enum
|
2039
2039
|
|
2040
2040
|
ANNUAL: :annual
|
2041
2041
|
SEMI_ANNUAL: :semi_annual
|
@@ -2053,7 +2053,7 @@ module Orb
|
|
2053
2053
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
2054
2054
|
}
|
2055
2055
|
|
2056
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2056
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2057
2057
|
attr_accessor duration: Integer
|
2058
2058
|
|
2059
2059
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
@@ -2068,7 +2068,7 @@ module Orb
|
|
2068
2068
|
type duration_unit = :day | :month
|
2069
2069
|
|
2070
2070
|
module DurationUnit
|
2071
|
-
extend Orb::Enum
|
2071
|
+
extend Orb::Internal::Type::Enum
|
2072
2072
|
|
2073
2073
|
DAY: :day
|
2074
2074
|
MONTH: :month
|
@@ -2083,7 +2083,7 @@ module Orb
|
|
2083
2083
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
2084
2084
|
}
|
2085
2085
|
|
2086
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2086
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2087
2087
|
attr_accessor duration: Integer
|
2088
2088
|
|
2089
2089
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2098,7 +2098,7 @@ module Orb
|
|
2098
2098
|
type duration_unit = :day | :month
|
2099
2099
|
|
2100
2100
|
module DurationUnit
|
2101
|
-
extend Orb::Enum
|
2101
|
+
extend Orb::Internal::Type::Enum
|
2102
2102
|
|
2103
2103
|
DAY: :day
|
2104
2104
|
MONTH: :month
|
@@ -2128,7 +2128,7 @@ module Orb
|
|
2128
2128
|
reference_id: String?
|
2129
2129
|
}
|
2130
2130
|
|
2131
|
-
class NewSubscriptionTieredPackagePrice < Orb::BaseModel
|
2131
|
+
class NewSubscriptionTieredPackagePrice < Orb::Internal::Type::BaseModel
|
2132
2132
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::cadence
|
2133
2133
|
|
2134
2134
|
attr_accessor item_id: String
|
@@ -2191,7 +2191,7 @@ module Orb
|
|
2191
2191
|
| :custom
|
2192
2192
|
|
2193
2193
|
module Cadence
|
2194
|
-
extend Orb::Enum
|
2194
|
+
extend Orb::Internal::Type::Enum
|
2195
2195
|
|
2196
2196
|
ANNUAL: :annual
|
2197
2197
|
SEMI_ANNUAL: :semi_annual
|
@@ -2209,7 +2209,7 @@ module Orb
|
|
2209
2209
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
2210
2210
|
}
|
2211
2211
|
|
2212
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2212
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2213
2213
|
attr_accessor duration: Integer
|
2214
2214
|
|
2215
2215
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -2224,7 +2224,7 @@ module Orb
|
|
2224
2224
|
type duration_unit = :day | :month
|
2225
2225
|
|
2226
2226
|
module DurationUnit
|
2227
|
-
extend Orb::Enum
|
2227
|
+
extend Orb::Internal::Type::Enum
|
2228
2228
|
|
2229
2229
|
DAY: :day
|
2230
2230
|
MONTH: :month
|
@@ -2239,7 +2239,7 @@ module Orb
|
|
2239
2239
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
2240
2240
|
}
|
2241
2241
|
|
2242
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2242
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2243
2243
|
attr_accessor duration: Integer
|
2244
2244
|
|
2245
2245
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2254,7 +2254,7 @@ module Orb
|
|
2254
2254
|
type duration_unit = :day | :month
|
2255
2255
|
|
2256
2256
|
module DurationUnit
|
2257
|
-
extend Orb::Enum
|
2257
|
+
extend Orb::Internal::Type::Enum
|
2258
2258
|
|
2259
2259
|
DAY: :day
|
2260
2260
|
MONTH: :month
|
@@ -2284,7 +2284,7 @@ module Orb
|
|
2284
2284
|
reference_id: String?
|
2285
2285
|
}
|
2286
2286
|
|
2287
|
-
class NewSubscriptionTieredWithMinimumPrice < Orb::BaseModel
|
2287
|
+
class NewSubscriptionTieredWithMinimumPrice < Orb::Internal::Type::BaseModel
|
2288
2288
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::cadence
|
2289
2289
|
|
2290
2290
|
attr_accessor item_id: String
|
@@ -2347,7 +2347,7 @@ module Orb
|
|
2347
2347
|
| :custom
|
2348
2348
|
|
2349
2349
|
module Cadence
|
2350
|
-
extend Orb::Enum
|
2350
|
+
extend Orb::Internal::Type::Enum
|
2351
2351
|
|
2352
2352
|
ANNUAL: :annual
|
2353
2353
|
SEMI_ANNUAL: :semi_annual
|
@@ -2365,7 +2365,7 @@ module Orb
|
|
2365
2365
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
2366
2366
|
}
|
2367
2367
|
|
2368
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2368
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2369
2369
|
attr_accessor duration: Integer
|
2370
2370
|
|
2371
2371
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -2380,7 +2380,7 @@ module Orb
|
|
2380
2380
|
type duration_unit = :day | :month
|
2381
2381
|
|
2382
2382
|
module DurationUnit
|
2383
|
-
extend Orb::Enum
|
2383
|
+
extend Orb::Internal::Type::Enum
|
2384
2384
|
|
2385
2385
|
DAY: :day
|
2386
2386
|
MONTH: :month
|
@@ -2395,7 +2395,7 @@ module Orb
|
|
2395
2395
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
2396
2396
|
}
|
2397
2397
|
|
2398
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2398
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2399
2399
|
attr_accessor duration: Integer
|
2400
2400
|
|
2401
2401
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2410,7 +2410,7 @@ module Orb
|
|
2410
2410
|
type duration_unit = :day | :month
|
2411
2411
|
|
2412
2412
|
module DurationUnit
|
2413
|
-
extend Orb::Enum
|
2413
|
+
extend Orb::Internal::Type::Enum
|
2414
2414
|
|
2415
2415
|
DAY: :day
|
2416
2416
|
MONTH: :month
|
@@ -2440,7 +2440,7 @@ module Orb
|
|
2440
2440
|
reference_id: String?
|
2441
2441
|
}
|
2442
2442
|
|
2443
|
-
class NewSubscriptionUnitWithPercentPrice < Orb::BaseModel
|
2443
|
+
class NewSubscriptionUnitWithPercentPrice < Orb::Internal::Type::BaseModel
|
2444
2444
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::cadence
|
2445
2445
|
|
2446
2446
|
attr_accessor item_id: String
|
@@ -2503,7 +2503,7 @@ module Orb
|
|
2503
2503
|
| :custom
|
2504
2504
|
|
2505
2505
|
module Cadence
|
2506
|
-
extend Orb::Enum
|
2506
|
+
extend Orb::Internal::Type::Enum
|
2507
2507
|
|
2508
2508
|
ANNUAL: :annual
|
2509
2509
|
SEMI_ANNUAL: :semi_annual
|
@@ -2521,7 +2521,7 @@ module Orb
|
|
2521
2521
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
2522
2522
|
}
|
2523
2523
|
|
2524
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2524
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2525
2525
|
attr_accessor duration: Integer
|
2526
2526
|
|
2527
2527
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
@@ -2536,7 +2536,7 @@ module Orb
|
|
2536
2536
|
type duration_unit = :day | :month
|
2537
2537
|
|
2538
2538
|
module DurationUnit
|
2539
|
-
extend Orb::Enum
|
2539
|
+
extend Orb::Internal::Type::Enum
|
2540
2540
|
|
2541
2541
|
DAY: :day
|
2542
2542
|
MONTH: :month
|
@@ -2551,7 +2551,7 @@ module Orb
|
|
2551
2551
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
2552
2552
|
}
|
2553
2553
|
|
2554
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2554
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2555
2555
|
attr_accessor duration: Integer
|
2556
2556
|
|
2557
2557
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2566,7 +2566,7 @@ module Orb
|
|
2566
2566
|
type duration_unit = :day | :month
|
2567
2567
|
|
2568
2568
|
module DurationUnit
|
2569
|
-
extend Orb::Enum
|
2569
|
+
extend Orb::Internal::Type::Enum
|
2570
2570
|
|
2571
2571
|
DAY: :day
|
2572
2572
|
MONTH: :month
|
@@ -2596,7 +2596,7 @@ module Orb
|
|
2596
2596
|
reference_id: String?
|
2597
2597
|
}
|
2598
2598
|
|
2599
|
-
class NewSubscriptionPackageWithAllocationPrice < Orb::BaseModel
|
2599
|
+
class NewSubscriptionPackageWithAllocationPrice < Orb::Internal::Type::BaseModel
|
2600
2600
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::cadence
|
2601
2601
|
|
2602
2602
|
attr_accessor item_id: String
|
@@ -2659,7 +2659,7 @@ module Orb
|
|
2659
2659
|
| :custom
|
2660
2660
|
|
2661
2661
|
module Cadence
|
2662
|
-
extend Orb::Enum
|
2662
|
+
extend Orb::Internal::Type::Enum
|
2663
2663
|
|
2664
2664
|
ANNUAL: :annual
|
2665
2665
|
SEMI_ANNUAL: :semi_annual
|
@@ -2677,7 +2677,7 @@ module Orb
|
|
2677
2677
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
2678
2678
|
}
|
2679
2679
|
|
2680
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2680
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2681
2681
|
attr_accessor duration: Integer
|
2682
2682
|
|
2683
2683
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -2692,7 +2692,7 @@ module Orb
|
|
2692
2692
|
type duration_unit = :day | :month
|
2693
2693
|
|
2694
2694
|
module DurationUnit
|
2695
|
-
extend Orb::Enum
|
2695
|
+
extend Orb::Internal::Type::Enum
|
2696
2696
|
|
2697
2697
|
DAY: :day
|
2698
2698
|
MONTH: :month
|
@@ -2707,7 +2707,7 @@ module Orb
|
|
2707
2707
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
2708
2708
|
}
|
2709
2709
|
|
2710
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2710
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2711
2711
|
attr_accessor duration: Integer
|
2712
2712
|
|
2713
2713
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2722,7 +2722,7 @@ module Orb
|
|
2722
2722
|
type duration_unit = :day | :month
|
2723
2723
|
|
2724
2724
|
module DurationUnit
|
2725
|
-
extend Orb::Enum
|
2725
|
+
extend Orb::Internal::Type::Enum
|
2726
2726
|
|
2727
2727
|
DAY: :day
|
2728
2728
|
MONTH: :month
|
@@ -2752,7 +2752,7 @@ module Orb
|
|
2752
2752
|
reference_id: String?
|
2753
2753
|
}
|
2754
2754
|
|
2755
|
-
class NewSubscriptionTierWithProrationPrice < Orb::BaseModel
|
2755
|
+
class NewSubscriptionTierWithProrationPrice < Orb::Internal::Type::BaseModel
|
2756
2756
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::cadence
|
2757
2757
|
|
2758
2758
|
attr_accessor item_id: String
|
@@ -2815,7 +2815,7 @@ module Orb
|
|
2815
2815
|
| :custom
|
2816
2816
|
|
2817
2817
|
module Cadence
|
2818
|
-
extend Orb::Enum
|
2818
|
+
extend Orb::Internal::Type::Enum
|
2819
2819
|
|
2820
2820
|
ANNUAL: :annual
|
2821
2821
|
SEMI_ANNUAL: :semi_annual
|
@@ -2833,7 +2833,7 @@ module Orb
|
|
2833
2833
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
2834
2834
|
}
|
2835
2835
|
|
2836
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2836
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2837
2837
|
attr_accessor duration: Integer
|
2838
2838
|
|
2839
2839
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -2848,7 +2848,7 @@ module Orb
|
|
2848
2848
|
type duration_unit = :day | :month
|
2849
2849
|
|
2850
2850
|
module DurationUnit
|
2851
|
-
extend Orb::Enum
|
2851
|
+
extend Orb::Internal::Type::Enum
|
2852
2852
|
|
2853
2853
|
DAY: :day
|
2854
2854
|
MONTH: :month
|
@@ -2863,7 +2863,7 @@ module Orb
|
|
2863
2863
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
2864
2864
|
}
|
2865
2865
|
|
2866
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2866
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2867
2867
|
attr_accessor duration: Integer
|
2868
2868
|
|
2869
2869
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2878,7 +2878,7 @@ module Orb
|
|
2878
2878
|
type duration_unit = :day | :month
|
2879
2879
|
|
2880
2880
|
module DurationUnit
|
2881
|
-
extend Orb::Enum
|
2881
|
+
extend Orb::Internal::Type::Enum
|
2882
2882
|
|
2883
2883
|
DAY: :day
|
2884
2884
|
MONTH: :month
|
@@ -2908,7 +2908,7 @@ module Orb
|
|
2908
2908
|
reference_id: String?
|
2909
2909
|
}
|
2910
2910
|
|
2911
|
-
class NewSubscriptionUnitWithProrationPrice < Orb::BaseModel
|
2911
|
+
class NewSubscriptionUnitWithProrationPrice < Orb::Internal::Type::BaseModel
|
2912
2912
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::cadence
|
2913
2913
|
|
2914
2914
|
attr_accessor item_id: String
|
@@ -2971,7 +2971,7 @@ module Orb
|
|
2971
2971
|
| :custom
|
2972
2972
|
|
2973
2973
|
module Cadence
|
2974
|
-
extend Orb::Enum
|
2974
|
+
extend Orb::Internal::Type::Enum
|
2975
2975
|
|
2976
2976
|
ANNUAL: :annual
|
2977
2977
|
SEMI_ANNUAL: :semi_annual
|
@@ -2989,7 +2989,7 @@ module Orb
|
|
2989
2989
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
2990
2990
|
}
|
2991
2991
|
|
2992
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2992
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2993
2993
|
attr_accessor duration: Integer
|
2994
2994
|
|
2995
2995
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -3004,7 +3004,7 @@ module Orb
|
|
3004
3004
|
type duration_unit = :day | :month
|
3005
3005
|
|
3006
3006
|
module DurationUnit
|
3007
|
-
extend Orb::Enum
|
3007
|
+
extend Orb::Internal::Type::Enum
|
3008
3008
|
|
3009
3009
|
DAY: :day
|
3010
3010
|
MONTH: :month
|
@@ -3019,7 +3019,7 @@ module Orb
|
|
3019
3019
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
3020
3020
|
}
|
3021
3021
|
|
3022
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3022
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3023
3023
|
attr_accessor duration: Integer
|
3024
3024
|
|
3025
3025
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3034,7 +3034,7 @@ module Orb
|
|
3034
3034
|
type duration_unit = :day | :month
|
3035
3035
|
|
3036
3036
|
module DurationUnit
|
3037
|
-
extend Orb::Enum
|
3037
|
+
extend Orb::Internal::Type::Enum
|
3038
3038
|
|
3039
3039
|
DAY: :day
|
3040
3040
|
MONTH: :month
|
@@ -3064,7 +3064,7 @@ module Orb
|
|
3064
3064
|
reference_id: String?
|
3065
3065
|
}
|
3066
3066
|
|
3067
|
-
class NewSubscriptionGroupedAllocationPrice < Orb::BaseModel
|
3067
|
+
class NewSubscriptionGroupedAllocationPrice < Orb::Internal::Type::BaseModel
|
3068
3068
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::cadence
|
3069
3069
|
|
3070
3070
|
attr_accessor grouped_allocation_config: ::Hash[Symbol, top]
|
@@ -3127,7 +3127,7 @@ module Orb
|
|
3127
3127
|
| :custom
|
3128
3128
|
|
3129
3129
|
module Cadence
|
3130
|
-
extend Orb::Enum
|
3130
|
+
extend Orb::Internal::Type::Enum
|
3131
3131
|
|
3132
3132
|
ANNUAL: :annual
|
3133
3133
|
SEMI_ANNUAL: :semi_annual
|
@@ -3145,7 +3145,7 @@ module Orb
|
|
3145
3145
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
3146
3146
|
}
|
3147
3147
|
|
3148
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3148
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3149
3149
|
attr_accessor duration: Integer
|
3150
3150
|
|
3151
3151
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -3160,7 +3160,7 @@ module Orb
|
|
3160
3160
|
type duration_unit = :day | :month
|
3161
3161
|
|
3162
3162
|
module DurationUnit
|
3163
|
-
extend Orb::Enum
|
3163
|
+
extend Orb::Internal::Type::Enum
|
3164
3164
|
|
3165
3165
|
DAY: :day
|
3166
3166
|
MONTH: :month
|
@@ -3175,7 +3175,7 @@ module Orb
|
|
3175
3175
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
3176
3176
|
}
|
3177
3177
|
|
3178
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3178
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3179
3179
|
attr_accessor duration: Integer
|
3180
3180
|
|
3181
3181
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3190,7 +3190,7 @@ module Orb
|
|
3190
3190
|
type duration_unit = :day | :month
|
3191
3191
|
|
3192
3192
|
module DurationUnit
|
3193
|
-
extend Orb::Enum
|
3193
|
+
extend Orb::Internal::Type::Enum
|
3194
3194
|
|
3195
3195
|
DAY: :day
|
3196
3196
|
MONTH: :month
|
@@ -3220,7 +3220,7 @@ module Orb
|
|
3220
3220
|
reference_id: String?
|
3221
3221
|
}
|
3222
3222
|
|
3223
|
-
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::BaseModel
|
3223
|
+
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::Internal::Type::BaseModel
|
3224
3224
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::cadence
|
3225
3225
|
|
3226
3226
|
attr_accessor grouped_with_prorated_minimum_config: ::Hash[Symbol, top]
|
@@ -3283,7 +3283,7 @@ module Orb
|
|
3283
3283
|
| :custom
|
3284
3284
|
|
3285
3285
|
module Cadence
|
3286
|
-
extend Orb::Enum
|
3286
|
+
extend Orb::Internal::Type::Enum
|
3287
3287
|
|
3288
3288
|
ANNUAL: :annual
|
3289
3289
|
SEMI_ANNUAL: :semi_annual
|
@@ -3301,7 +3301,7 @@ module Orb
|
|
3301
3301
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
3302
3302
|
}
|
3303
3303
|
|
3304
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3304
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3305
3305
|
attr_accessor duration: Integer
|
3306
3306
|
|
3307
3307
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -3316,7 +3316,7 @@ module Orb
|
|
3316
3316
|
type duration_unit = :day | :month
|
3317
3317
|
|
3318
3318
|
module DurationUnit
|
3319
|
-
extend Orb::Enum
|
3319
|
+
extend Orb::Internal::Type::Enum
|
3320
3320
|
|
3321
3321
|
DAY: :day
|
3322
3322
|
MONTH: :month
|
@@ -3331,7 +3331,7 @@ module Orb
|
|
3331
3331
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
3332
3332
|
}
|
3333
3333
|
|
3334
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3334
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3335
3335
|
attr_accessor duration: Integer
|
3336
3336
|
|
3337
3337
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3346,7 +3346,7 @@ module Orb
|
|
3346
3346
|
type duration_unit = :day | :month
|
3347
3347
|
|
3348
3348
|
module DurationUnit
|
3349
|
-
extend Orb::Enum
|
3349
|
+
extend Orb::Internal::Type::Enum
|
3350
3350
|
|
3351
3351
|
DAY: :day
|
3352
3352
|
MONTH: :month
|
@@ -3376,7 +3376,7 @@ module Orb
|
|
3376
3376
|
reference_id: String?
|
3377
3377
|
}
|
3378
3378
|
|
3379
|
-
class NewSubscriptionBulkWithProrationPrice < Orb::BaseModel
|
3379
|
+
class NewSubscriptionBulkWithProrationPrice < Orb::Internal::Type::BaseModel
|
3380
3380
|
attr_accessor bulk_with_proration_config: ::Hash[Symbol, top]
|
3381
3381
|
|
3382
3382
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::cadence
|
@@ -3439,7 +3439,7 @@ module Orb
|
|
3439
3439
|
| :custom
|
3440
3440
|
|
3441
3441
|
module Cadence
|
3442
|
-
extend Orb::Enum
|
3442
|
+
extend Orb::Internal::Type::Enum
|
3443
3443
|
|
3444
3444
|
ANNUAL: :annual
|
3445
3445
|
SEMI_ANNUAL: :semi_annual
|
@@ -3457,7 +3457,7 @@ module Orb
|
|
3457
3457
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
3458
3458
|
}
|
3459
3459
|
|
3460
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3460
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3461
3461
|
attr_accessor duration: Integer
|
3462
3462
|
|
3463
3463
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -3472,7 +3472,7 @@ module Orb
|
|
3472
3472
|
type duration_unit = :day | :month
|
3473
3473
|
|
3474
3474
|
module DurationUnit
|
3475
|
-
extend Orb::Enum
|
3475
|
+
extend Orb::Internal::Type::Enum
|
3476
3476
|
|
3477
3477
|
DAY: :day
|
3478
3478
|
MONTH: :month
|
@@ -3487,7 +3487,7 @@ module Orb
|
|
3487
3487
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
3488
3488
|
}
|
3489
3489
|
|
3490
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3490
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3491
3491
|
attr_accessor duration: Integer
|
3492
3492
|
|
3493
3493
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3502,7 +3502,7 @@ module Orb
|
|
3502
3502
|
type duration_unit = :day | :month
|
3503
3503
|
|
3504
3504
|
module DurationUnit
|
3505
|
-
extend Orb::Enum
|
3505
|
+
extend Orb::Internal::Type::Enum
|
3506
3506
|
|
3507
3507
|
DAY: :day
|
3508
3508
|
MONTH: :month
|
@@ -3532,7 +3532,7 @@ module Orb
|
|
3532
3532
|
reference_id: String?
|
3533
3533
|
}
|
3534
3534
|
|
3535
|
-
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::BaseModel
|
3535
|
+
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::Internal::Type::BaseModel
|
3536
3536
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::cadence
|
3537
3537
|
|
3538
3538
|
attr_accessor item_id: String
|
@@ -3595,7 +3595,7 @@ module Orb
|
|
3595
3595
|
| :custom
|
3596
3596
|
|
3597
3597
|
module Cadence
|
3598
|
-
extend Orb::Enum
|
3598
|
+
extend Orb::Internal::Type::Enum
|
3599
3599
|
|
3600
3600
|
ANNUAL: :annual
|
3601
3601
|
SEMI_ANNUAL: :semi_annual
|
@@ -3613,7 +3613,7 @@ module Orb
|
|
3613
3613
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
3614
3614
|
}
|
3615
3615
|
|
3616
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3616
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3617
3617
|
attr_accessor duration: Integer
|
3618
3618
|
|
3619
3619
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -3628,7 +3628,7 @@ module Orb
|
|
3628
3628
|
type duration_unit = :day | :month
|
3629
3629
|
|
3630
3630
|
module DurationUnit
|
3631
|
-
extend Orb::Enum
|
3631
|
+
extend Orb::Internal::Type::Enum
|
3632
3632
|
|
3633
3633
|
DAY: :day
|
3634
3634
|
MONTH: :month
|
@@ -3643,7 +3643,7 @@ module Orb
|
|
3643
3643
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
3644
3644
|
}
|
3645
3645
|
|
3646
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3646
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3647
3647
|
attr_accessor duration: Integer
|
3648
3648
|
|
3649
3649
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3658,7 +3658,7 @@ module Orb
|
|
3658
3658
|
type duration_unit = :day | :month
|
3659
3659
|
|
3660
3660
|
module DurationUnit
|
3661
|
-
extend Orb::Enum
|
3661
|
+
extend Orb::Internal::Type::Enum
|
3662
3662
|
|
3663
3663
|
DAY: :day
|
3664
3664
|
MONTH: :month
|
@@ -3688,7 +3688,7 @@ module Orb
|
|
3688
3688
|
reference_id: String?
|
3689
3689
|
}
|
3690
3690
|
|
3691
|
-
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::BaseModel
|
3691
|
+
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::Internal::Type::BaseModel
|
3692
3692
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::cadence
|
3693
3693
|
|
3694
3694
|
attr_accessor item_id: String
|
@@ -3751,7 +3751,7 @@ module Orb
|
|
3751
3751
|
| :custom
|
3752
3752
|
|
3753
3753
|
module Cadence
|
3754
|
-
extend Orb::Enum
|
3754
|
+
extend Orb::Internal::Type::Enum
|
3755
3755
|
|
3756
3756
|
ANNUAL: :annual
|
3757
3757
|
SEMI_ANNUAL: :semi_annual
|
@@ -3769,7 +3769,7 @@ module Orb
|
|
3769
3769
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
3770
3770
|
}
|
3771
3771
|
|
3772
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3772
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3773
3773
|
attr_accessor duration: Integer
|
3774
3774
|
|
3775
3775
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -3784,7 +3784,7 @@ module Orb
|
|
3784
3784
|
type duration_unit = :day | :month
|
3785
3785
|
|
3786
3786
|
module DurationUnit
|
3787
|
-
extend Orb::Enum
|
3787
|
+
extend Orb::Internal::Type::Enum
|
3788
3788
|
|
3789
3789
|
DAY: :day
|
3790
3790
|
MONTH: :month
|
@@ -3799,7 +3799,7 @@ module Orb
|
|
3799
3799
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
3800
3800
|
}
|
3801
3801
|
|
3802
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3802
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3803
3803
|
attr_accessor duration: Integer
|
3804
3804
|
|
3805
3805
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3814,7 +3814,7 @@ module Orb
|
|
3814
3814
|
type duration_unit = :day | :month
|
3815
3815
|
|
3816
3816
|
module DurationUnit
|
3817
|
-
extend Orb::Enum
|
3817
|
+
extend Orb::Internal::Type::Enum
|
3818
3818
|
|
3819
3819
|
DAY: :day
|
3820
3820
|
MONTH: :month
|
@@ -3844,7 +3844,7 @@ module Orb
|
|
3844
3844
|
reference_id: String?
|
3845
3845
|
}
|
3846
3846
|
|
3847
|
-
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::BaseModel
|
3847
|
+
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::Internal::Type::BaseModel
|
3848
3848
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::cadence
|
3849
3849
|
|
3850
3850
|
attr_accessor cumulative_grouped_bulk_config: ::Hash[Symbol, top]
|
@@ -3907,7 +3907,7 @@ module Orb
|
|
3907
3907
|
| :custom
|
3908
3908
|
|
3909
3909
|
module Cadence
|
3910
|
-
extend Orb::Enum
|
3910
|
+
extend Orb::Internal::Type::Enum
|
3911
3911
|
|
3912
3912
|
ANNUAL: :annual
|
3913
3913
|
SEMI_ANNUAL: :semi_annual
|
@@ -3925,7 +3925,7 @@ module Orb
|
|
3925
3925
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
3926
3926
|
}
|
3927
3927
|
|
3928
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3928
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3929
3929
|
attr_accessor duration: Integer
|
3930
3930
|
|
3931
3931
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -3940,7 +3940,7 @@ module Orb
|
|
3940
3940
|
type duration_unit = :day | :month
|
3941
3941
|
|
3942
3942
|
module DurationUnit
|
3943
|
-
extend Orb::Enum
|
3943
|
+
extend Orb::Internal::Type::Enum
|
3944
3944
|
|
3945
3945
|
DAY: :day
|
3946
3946
|
MONTH: :month
|
@@ -3955,7 +3955,7 @@ module Orb
|
|
3955
3955
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
3956
3956
|
}
|
3957
3957
|
|
3958
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3958
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3959
3959
|
attr_accessor duration: Integer
|
3960
3960
|
|
3961
3961
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3970,7 +3970,7 @@ module Orb
|
|
3970
3970
|
type duration_unit = :day | :month
|
3971
3971
|
|
3972
3972
|
module DurationUnit
|
3973
|
-
extend Orb::Enum
|
3973
|
+
extend Orb::Internal::Type::Enum
|
3974
3974
|
|
3975
3975
|
DAY: :day
|
3976
3976
|
MONTH: :month
|
@@ -4000,7 +4000,7 @@ module Orb
|
|
4000
4000
|
reference_id: String?
|
4001
4001
|
}
|
4002
4002
|
|
4003
|
-
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::BaseModel
|
4003
|
+
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::Internal::Type::BaseModel
|
4004
4004
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::cadence
|
4005
4005
|
|
4006
4006
|
attr_accessor item_id: String
|
@@ -4063,7 +4063,7 @@ module Orb
|
|
4063
4063
|
| :custom
|
4064
4064
|
|
4065
4065
|
module Cadence
|
4066
|
-
extend Orb::Enum
|
4066
|
+
extend Orb::Internal::Type::Enum
|
4067
4067
|
|
4068
4068
|
ANNUAL: :annual
|
4069
4069
|
SEMI_ANNUAL: :semi_annual
|
@@ -4081,7 +4081,7 @@ module Orb
|
|
4081
4081
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
4082
4082
|
}
|
4083
4083
|
|
4084
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4084
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4085
4085
|
attr_accessor duration: Integer
|
4086
4086
|
|
4087
4087
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -4096,7 +4096,7 @@ module Orb
|
|
4096
4096
|
type duration_unit = :day | :month
|
4097
4097
|
|
4098
4098
|
module DurationUnit
|
4099
|
-
extend Orb::Enum
|
4099
|
+
extend Orb::Internal::Type::Enum
|
4100
4100
|
|
4101
4101
|
DAY: :day
|
4102
4102
|
MONTH: :month
|
@@ -4111,7 +4111,7 @@ module Orb
|
|
4111
4111
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
4112
4112
|
}
|
4113
4113
|
|
4114
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4114
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4115
4115
|
attr_accessor duration: Integer
|
4116
4116
|
|
4117
4117
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4126,7 +4126,7 @@ module Orb
|
|
4126
4126
|
type duration_unit = :day | :month
|
4127
4127
|
|
4128
4128
|
module DurationUnit
|
4129
|
-
extend Orb::Enum
|
4129
|
+
extend Orb::Internal::Type::Enum
|
4130
4130
|
|
4131
4131
|
DAY: :day
|
4132
4132
|
MONTH: :month
|
@@ -4156,7 +4156,7 @@ module Orb
|
|
4156
4156
|
reference_id: String?
|
4157
4157
|
}
|
4158
4158
|
|
4159
|
-
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::BaseModel
|
4159
|
+
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::Internal::Type::BaseModel
|
4160
4160
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::cadence
|
4161
4161
|
|
4162
4162
|
attr_accessor grouped_with_metered_minimum_config: ::Hash[Symbol, top]
|
@@ -4219,7 +4219,7 @@ module Orb
|
|
4219
4219
|
| :custom
|
4220
4220
|
|
4221
4221
|
module Cadence
|
4222
|
-
extend Orb::Enum
|
4222
|
+
extend Orb::Internal::Type::Enum
|
4223
4223
|
|
4224
4224
|
ANNUAL: :annual
|
4225
4225
|
SEMI_ANNUAL: :semi_annual
|
@@ -4237,7 +4237,7 @@ module Orb
|
|
4237
4237
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
4238
4238
|
}
|
4239
4239
|
|
4240
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4240
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4241
4241
|
attr_accessor duration: Integer
|
4242
4242
|
|
4243
4243
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -4252,7 +4252,7 @@ module Orb
|
|
4252
4252
|
type duration_unit = :day | :month
|
4253
4253
|
|
4254
4254
|
module DurationUnit
|
4255
|
-
extend Orb::Enum
|
4255
|
+
extend Orb::Internal::Type::Enum
|
4256
4256
|
|
4257
4257
|
DAY: :day
|
4258
4258
|
MONTH: :month
|
@@ -4267,7 +4267,7 @@ module Orb
|
|
4267
4267
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
4268
4268
|
}
|
4269
4269
|
|
4270
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4270
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4271
4271
|
attr_accessor duration: Integer
|
4272
4272
|
|
4273
4273
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4282,7 +4282,7 @@ module Orb
|
|
4282
4282
|
type duration_unit = :day | :month
|
4283
4283
|
|
4284
4284
|
module DurationUnit
|
4285
|
-
extend Orb::Enum
|
4285
|
+
extend Orb::Internal::Type::Enum
|
4286
4286
|
|
4287
4287
|
DAY: :day
|
4288
4288
|
MONTH: :month
|
@@ -4312,7 +4312,7 @@ module Orb
|
|
4312
4312
|
reference_id: String?
|
4313
4313
|
}
|
4314
4314
|
|
4315
|
-
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::BaseModel
|
4315
|
+
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::Internal::Type::BaseModel
|
4316
4316
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::cadence
|
4317
4317
|
|
4318
4318
|
attr_accessor item_id: String
|
@@ -4375,7 +4375,7 @@ module Orb
|
|
4375
4375
|
| :custom
|
4376
4376
|
|
4377
4377
|
module Cadence
|
4378
|
-
extend Orb::Enum
|
4378
|
+
extend Orb::Internal::Type::Enum
|
4379
4379
|
|
4380
4380
|
ANNUAL: :annual
|
4381
4381
|
SEMI_ANNUAL: :semi_annual
|
@@ -4393,7 +4393,7 @@ module Orb
|
|
4393
4393
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
4394
4394
|
}
|
4395
4395
|
|
4396
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4396
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4397
4397
|
attr_accessor duration: Integer
|
4398
4398
|
|
4399
4399
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
@@ -4408,7 +4408,7 @@ module Orb
|
|
4408
4408
|
type duration_unit = :day | :month
|
4409
4409
|
|
4410
4410
|
module DurationUnit
|
4411
|
-
extend Orb::Enum
|
4411
|
+
extend Orb::Internal::Type::Enum
|
4412
4412
|
|
4413
4413
|
DAY: :day
|
4414
4414
|
MONTH: :month
|
@@ -4423,7 +4423,7 @@ module Orb
|
|
4423
4423
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
4424
4424
|
}
|
4425
4425
|
|
4426
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4426
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4427
4427
|
attr_accessor duration: Integer
|
4428
4428
|
|
4429
4429
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4438,7 +4438,7 @@ module Orb
|
|
4438
4438
|
type duration_unit = :day | :month
|
4439
4439
|
|
4440
4440
|
module DurationUnit
|
4441
|
-
extend Orb::Enum
|
4441
|
+
extend Orb::Internal::Type::Enum
|
4442
4442
|
|
4443
4443
|
DAY: :day
|
4444
4444
|
MONTH: :month
|
@@ -4468,7 +4468,7 @@ module Orb
|
|
4468
4468
|
reference_id: String?
|
4469
4469
|
}
|
4470
4470
|
|
4471
|
-
class NewSubscriptionGroupedTieredPackagePrice < Orb::BaseModel
|
4471
|
+
class NewSubscriptionGroupedTieredPackagePrice < Orb::Internal::Type::BaseModel
|
4472
4472
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::cadence
|
4473
4473
|
|
4474
4474
|
attr_accessor grouped_tiered_package_config: ::Hash[Symbol, top]
|
@@ -4531,7 +4531,7 @@ module Orb
|
|
4531
4531
|
| :custom
|
4532
4532
|
|
4533
4533
|
module Cadence
|
4534
|
-
extend Orb::Enum
|
4534
|
+
extend Orb::Internal::Type::Enum
|
4535
4535
|
|
4536
4536
|
ANNUAL: :annual
|
4537
4537
|
SEMI_ANNUAL: :semi_annual
|
@@ -4549,7 +4549,7 @@ module Orb
|
|
4549
4549
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
4550
4550
|
}
|
4551
4551
|
|
4552
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4552
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4553
4553
|
attr_accessor duration: Integer
|
4554
4554
|
|
4555
4555
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -4564,7 +4564,7 @@ module Orb
|
|
4564
4564
|
type duration_unit = :day | :month
|
4565
4565
|
|
4566
4566
|
module DurationUnit
|
4567
|
-
extend Orb::Enum
|
4567
|
+
extend Orb::Internal::Type::Enum
|
4568
4568
|
|
4569
4569
|
DAY: :day
|
4570
4570
|
MONTH: :month
|
@@ -4579,7 +4579,7 @@ module Orb
|
|
4579
4579
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
4580
4580
|
}
|
4581
4581
|
|
4582
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4582
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4583
4583
|
attr_accessor duration: Integer
|
4584
4584
|
|
4585
4585
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4594,7 +4594,7 @@ module Orb
|
|
4594
4594
|
type duration_unit = :day | :month
|
4595
4595
|
|
4596
4596
|
module DurationUnit
|
4597
|
-
extend Orb::Enum
|
4597
|
+
extend Orb::Internal::Type::Enum
|
4598
4598
|
|
4599
4599
|
DAY: :day
|
4600
4600
|
MONTH: :month
|
@@ -4612,7 +4612,7 @@ module Orb
|
|
4612
4612
|
:unchanged | :plan_change_date | :start_of_month
|
4613
4613
|
|
4614
4614
|
module BillingCycleAlignment
|
4615
|
-
extend Orb::Enum
|
4615
|
+
extend Orb::Internal::Type::Enum
|
4616
4616
|
|
4617
4617
|
UNCHANGED: :unchanged
|
4618
4618
|
PLAN_CHANGE_DATE: :plan_change_date
|
@@ -4624,7 +4624,7 @@ module Orb
|
|
4624
4624
|
type billing_cycle_anchor_configuration =
|
4625
4625
|
{ day: Integer, month: Integer?, year: Integer? }
|
4626
4626
|
|
4627
|
-
class BillingCycleAnchorConfiguration < Orb::BaseModel
|
4627
|
+
class BillingCycleAnchorConfiguration < Orb::Internal::Type::BaseModel
|
4628
4628
|
attr_accessor day: Integer
|
4629
4629
|
|
4630
4630
|
attr_accessor month: Integer?
|
@@ -4642,7 +4642,7 @@ module Orb
|
|
4642
4642
|
|
4643
4643
|
type remove_adjustment = { adjustment_id: String }
|
4644
4644
|
|
4645
|
-
class RemoveAdjustment < Orb::BaseModel
|
4645
|
+
class RemoveAdjustment < Orb::Internal::Type::BaseModel
|
4646
4646
|
attr_accessor adjustment_id: String
|
4647
4647
|
|
4648
4648
|
def initialize: (adjustment_id: String) -> void
|
@@ -4652,7 +4652,7 @@ module Orb
|
|
4652
4652
|
|
4653
4653
|
type remove_price = { external_price_id: String?, price_id: String? }
|
4654
4654
|
|
4655
|
-
class RemovePrice < Orb::BaseModel
|
4655
|
+
class RemovePrice < Orb::Internal::Type::BaseModel
|
4656
4656
|
attr_accessor external_price_id: String?
|
4657
4657
|
|
4658
4658
|
attr_accessor price_id: String?
|
@@ -4671,7 +4671,7 @@ module Orb
|
|
4671
4671
|
replaces_adjustment_id: String
|
4672
4672
|
}
|
4673
4673
|
|
4674
|
-
class ReplaceAdjustment < Orb::BaseModel
|
4674
|
+
class ReplaceAdjustment < Orb::Internal::Type::BaseModel
|
4675
4675
|
attr_accessor adjustment: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplaceAdjustment::adjustment
|
4676
4676
|
|
4677
4677
|
attr_accessor replaces_adjustment_id: String
|
@@ -4691,7 +4691,7 @@ module Orb
|
|
4691
4691
|
| Orb::Models::SubscriptionSchedulePlanChangeParams::ReplaceAdjustment::Adjustment::NewMaximum
|
4692
4692
|
|
4693
4693
|
module Adjustment
|
4694
|
-
extend Orb::Union
|
4694
|
+
extend Orb::Internal::Type::Union
|
4695
4695
|
|
4696
4696
|
type new_percentage_discount =
|
4697
4697
|
{
|
@@ -4701,7 +4701,7 @@ module Orb
|
|
4701
4701
|
is_invoice_level: bool
|
4702
4702
|
}
|
4703
4703
|
|
4704
|
-
class NewPercentageDiscount < Orb::BaseModel
|
4704
|
+
class NewPercentageDiscount < Orb::Internal::Type::BaseModel
|
4705
4705
|
attr_accessor adjustment_type: :percentage_discount
|
4706
4706
|
|
4707
4707
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4730,7 +4730,7 @@ module Orb
|
|
4730
4730
|
is_invoice_level: bool
|
4731
4731
|
}
|
4732
4732
|
|
4733
|
-
class NewUsageDiscount < Orb::BaseModel
|
4733
|
+
class NewUsageDiscount < Orb::Internal::Type::BaseModel
|
4734
4734
|
attr_accessor adjustment_type: :usage_discount
|
4735
4735
|
|
4736
4736
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4759,7 +4759,7 @@ module Orb
|
|
4759
4759
|
is_invoice_level: bool
|
4760
4760
|
}
|
4761
4761
|
|
4762
|
-
class NewAmountDiscount < Orb::BaseModel
|
4762
|
+
class NewAmountDiscount < Orb::Internal::Type::BaseModel
|
4763
4763
|
attr_accessor adjustment_type: :amount_discount
|
4764
4764
|
|
4765
4765
|
attr_accessor amount_discount: String
|
@@ -4789,7 +4789,7 @@ module Orb
|
|
4789
4789
|
is_invoice_level: bool
|
4790
4790
|
}
|
4791
4791
|
|
4792
|
-
class NewMinimum < Orb::BaseModel
|
4792
|
+
class NewMinimum < Orb::Internal::Type::BaseModel
|
4793
4793
|
attr_accessor adjustment_type: :minimum
|
4794
4794
|
|
4795
4795
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4821,7 +4821,7 @@ module Orb
|
|
4821
4821
|
is_invoice_level: bool
|
4822
4822
|
}
|
4823
4823
|
|
4824
|
-
class NewMaximum < Orb::BaseModel
|
4824
|
+
class NewMaximum < Orb::Internal::Type::BaseModel
|
4825
4825
|
attr_accessor adjustment_type: :maximum
|
4826
4826
|
|
4827
4827
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4859,7 +4859,7 @@ module Orb
|
|
4859
4859
|
price_id: String?
|
4860
4860
|
}
|
4861
4861
|
|
4862
|
-
class ReplacePrice < Orb::BaseModel
|
4862
|
+
class ReplacePrice < Orb::Internal::Type::BaseModel
|
4863
4863
|
attr_accessor replaces_price_id: String
|
4864
4864
|
|
4865
4865
|
attr_accessor allocation_price: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::AllocationPrice?
|
@@ -4900,7 +4900,7 @@ module Orb
|
|
4900
4900
|
expires_at_end_of_cadence: bool
|
4901
4901
|
}
|
4902
4902
|
|
4903
|
-
class AllocationPrice < Orb::BaseModel
|
4903
|
+
class AllocationPrice < Orb::Internal::Type::BaseModel
|
4904
4904
|
attr_accessor amount: String
|
4905
4905
|
|
4906
4906
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::AllocationPrice::cadence
|
@@ -4922,7 +4922,7 @@ module Orb
|
|
4922
4922
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
4923
4923
|
|
4924
4924
|
module Cadence
|
4925
|
-
extend Orb::Enum
|
4925
|
+
extend Orb::Internal::Type::Enum
|
4926
4926
|
|
4927
4927
|
ONE_TIME: :one_time
|
4928
4928
|
MONTHLY: :monthly
|
@@ -4943,7 +4943,7 @@ module Orb
|
|
4943
4943
|
usage_discount: Float?
|
4944
4944
|
}
|
4945
4945
|
|
4946
|
-
class Discount < Orb::BaseModel
|
4946
|
+
class Discount < Orb::Internal::Type::BaseModel
|
4947
4947
|
attr_accessor discount_type: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Discount::discount_type
|
4948
4948
|
|
4949
4949
|
attr_accessor amount_discount: String?
|
@@ -4964,7 +4964,7 @@ module Orb
|
|
4964
4964
|
type discount_type = :percentage | :usage | :amount
|
4965
4965
|
|
4966
4966
|
module DiscountType
|
4967
|
-
extend Orb::Enum
|
4967
|
+
extend Orb::Internal::Type::Enum
|
4968
4968
|
|
4969
4969
|
PERCENTAGE: :percentage
|
4970
4970
|
USAGE: :usage
|
@@ -5002,7 +5002,7 @@ module Orb
|
|
5002
5002
|
| Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice
|
5003
5003
|
|
5004
5004
|
module Price
|
5005
|
-
extend Orb::Union
|
5005
|
+
extend Orb::Internal::Type::Union
|
5006
5006
|
|
5007
5007
|
type new_subscription_unit_price =
|
5008
5008
|
{
|
@@ -5024,7 +5024,7 @@ module Orb
|
|
5024
5024
|
reference_id: String?
|
5025
5025
|
}
|
5026
5026
|
|
5027
|
-
class NewSubscriptionUnitPrice < Orb::BaseModel
|
5027
|
+
class NewSubscriptionUnitPrice < Orb::Internal::Type::BaseModel
|
5028
5028
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitPrice::cadence
|
5029
5029
|
|
5030
5030
|
attr_accessor item_id: String
|
@@ -5087,7 +5087,7 @@ module Orb
|
|
5087
5087
|
| :custom
|
5088
5088
|
|
5089
5089
|
module Cadence
|
5090
|
-
extend Orb::Enum
|
5090
|
+
extend Orb::Internal::Type::Enum
|
5091
5091
|
|
5092
5092
|
ANNUAL: :annual
|
5093
5093
|
SEMI_ANNUAL: :semi_annual
|
@@ -5101,7 +5101,7 @@ module Orb
|
|
5101
5101
|
|
5102
5102
|
type unit_config = { unit_amount: String }
|
5103
5103
|
|
5104
|
-
class UnitConfig < Orb::BaseModel
|
5104
|
+
class UnitConfig < Orb::Internal::Type::BaseModel
|
5105
5105
|
attr_accessor unit_amount: String
|
5106
5106
|
|
5107
5107
|
def initialize: (unit_amount: String) -> void
|
@@ -5115,7 +5115,7 @@ module Orb
|
|
5115
5115
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
5116
5116
|
}
|
5117
5117
|
|
5118
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5118
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5119
5119
|
attr_accessor duration: Integer
|
5120
5120
|
|
5121
5121
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
@@ -5130,7 +5130,7 @@ module Orb
|
|
5130
5130
|
type duration_unit = :day | :month
|
5131
5131
|
|
5132
5132
|
module DurationUnit
|
5133
|
-
extend Orb::Enum
|
5133
|
+
extend Orb::Internal::Type::Enum
|
5134
5134
|
|
5135
5135
|
DAY: :day
|
5136
5136
|
MONTH: :month
|
@@ -5145,7 +5145,7 @@ module Orb
|
|
5145
5145
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
5146
5146
|
}
|
5147
5147
|
|
5148
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5148
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5149
5149
|
attr_accessor duration: Integer
|
5150
5150
|
|
5151
5151
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5160,7 +5160,7 @@ module Orb
|
|
5160
5160
|
type duration_unit = :day | :month
|
5161
5161
|
|
5162
5162
|
module DurationUnit
|
5163
|
-
extend Orb::Enum
|
5163
|
+
extend Orb::Internal::Type::Enum
|
5164
5164
|
|
5165
5165
|
DAY: :day
|
5166
5166
|
MONTH: :month
|
@@ -5190,7 +5190,7 @@ module Orb
|
|
5190
5190
|
reference_id: String?
|
5191
5191
|
}
|
5192
5192
|
|
5193
|
-
class NewSubscriptionPackagePrice < Orb::BaseModel
|
5193
|
+
class NewSubscriptionPackagePrice < Orb::Internal::Type::BaseModel
|
5194
5194
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackagePrice::cadence
|
5195
5195
|
|
5196
5196
|
attr_accessor item_id: String
|
@@ -5253,7 +5253,7 @@ module Orb
|
|
5253
5253
|
| :custom
|
5254
5254
|
|
5255
5255
|
module Cadence
|
5256
|
-
extend Orb::Enum
|
5256
|
+
extend Orb::Internal::Type::Enum
|
5257
5257
|
|
5258
5258
|
ANNUAL: :annual
|
5259
5259
|
SEMI_ANNUAL: :semi_annual
|
@@ -5268,7 +5268,7 @@ module Orb
|
|
5268
5268
|
type package_config =
|
5269
5269
|
{ package_amount: String, package_size: Integer }
|
5270
5270
|
|
5271
|
-
class PackageConfig < Orb::BaseModel
|
5271
|
+
class PackageConfig < Orb::Internal::Type::BaseModel
|
5272
5272
|
attr_accessor package_amount: String
|
5273
5273
|
|
5274
5274
|
attr_accessor package_size: Integer
|
@@ -5287,7 +5287,7 @@ module Orb
|
|
5287
5287
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
5288
5288
|
}
|
5289
5289
|
|
5290
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5290
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5291
5291
|
attr_accessor duration: Integer
|
5292
5292
|
|
5293
5293
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -5302,7 +5302,7 @@ module Orb
|
|
5302
5302
|
type duration_unit = :day | :month
|
5303
5303
|
|
5304
5304
|
module DurationUnit
|
5305
|
-
extend Orb::Enum
|
5305
|
+
extend Orb::Internal::Type::Enum
|
5306
5306
|
|
5307
5307
|
DAY: :day
|
5308
5308
|
MONTH: :month
|
@@ -5317,7 +5317,7 @@ module Orb
|
|
5317
5317
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
5318
5318
|
}
|
5319
5319
|
|
5320
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5320
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5321
5321
|
attr_accessor duration: Integer
|
5322
5322
|
|
5323
5323
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5332,7 +5332,7 @@ module Orb
|
|
5332
5332
|
type duration_unit = :day | :month
|
5333
5333
|
|
5334
5334
|
module DurationUnit
|
5335
|
-
extend Orb::Enum
|
5335
|
+
extend Orb::Internal::Type::Enum
|
5336
5336
|
|
5337
5337
|
DAY: :day
|
5338
5338
|
MONTH: :month
|
@@ -5362,7 +5362,7 @@ module Orb
|
|
5362
5362
|
reference_id: String?
|
5363
5363
|
}
|
5364
5364
|
|
5365
|
-
class NewSubscriptionMatrixPrice < Orb::BaseModel
|
5365
|
+
class NewSubscriptionMatrixPrice < Orb::Internal::Type::BaseModel
|
5366
5366
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::cadence
|
5367
5367
|
|
5368
5368
|
attr_accessor item_id: String
|
@@ -5425,7 +5425,7 @@ module Orb
|
|
5425
5425
|
| :custom
|
5426
5426
|
|
5427
5427
|
module Cadence
|
5428
|
-
extend Orb::Enum
|
5428
|
+
extend Orb::Internal::Type::Enum
|
5429
5429
|
|
5430
5430
|
ANNUAL: :annual
|
5431
5431
|
SEMI_ANNUAL: :semi_annual
|
@@ -5444,7 +5444,7 @@ module Orb
|
|
5444
5444
|
matrix_values: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::MatrixConfig::MatrixValue]
|
5445
5445
|
}
|
5446
5446
|
|
5447
|
-
class MatrixConfig < Orb::BaseModel
|
5447
|
+
class MatrixConfig < Orb::Internal::Type::BaseModel
|
5448
5448
|
attr_accessor default_unit_amount: String
|
5449
5449
|
|
5450
5450
|
attr_accessor dimensions: ::Array[String?]
|
@@ -5462,7 +5462,7 @@ module Orb
|
|
5462
5462
|
type matrix_value =
|
5463
5463
|
{ dimension_values: ::Array[String?], unit_amount: String }
|
5464
5464
|
|
5465
|
-
class MatrixValue < Orb::BaseModel
|
5465
|
+
class MatrixValue < Orb::Internal::Type::BaseModel
|
5466
5466
|
attr_accessor dimension_values: ::Array[String?]
|
5467
5467
|
|
5468
5468
|
attr_accessor unit_amount: String
|
@@ -5482,7 +5482,7 @@ module Orb
|
|
5482
5482
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
5483
5483
|
}
|
5484
5484
|
|
5485
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5485
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5486
5486
|
attr_accessor duration: Integer
|
5487
5487
|
|
5488
5488
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
@@ -5497,7 +5497,7 @@ module Orb
|
|
5497
5497
|
type duration_unit = :day | :month
|
5498
5498
|
|
5499
5499
|
module DurationUnit
|
5500
|
-
extend Orb::Enum
|
5500
|
+
extend Orb::Internal::Type::Enum
|
5501
5501
|
|
5502
5502
|
DAY: :day
|
5503
5503
|
MONTH: :month
|
@@ -5512,7 +5512,7 @@ module Orb
|
|
5512
5512
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
5513
5513
|
}
|
5514
5514
|
|
5515
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5515
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5516
5516
|
attr_accessor duration: Integer
|
5517
5517
|
|
5518
5518
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5527,7 +5527,7 @@ module Orb
|
|
5527
5527
|
type duration_unit = :day | :month
|
5528
5528
|
|
5529
5529
|
module DurationUnit
|
5530
|
-
extend Orb::Enum
|
5530
|
+
extend Orb::Internal::Type::Enum
|
5531
5531
|
|
5532
5532
|
DAY: :day
|
5533
5533
|
MONTH: :month
|
@@ -5557,7 +5557,7 @@ module Orb
|
|
5557
5557
|
reference_id: String?
|
5558
5558
|
}
|
5559
5559
|
|
5560
|
-
class NewSubscriptionTieredPrice < Orb::BaseModel
|
5560
|
+
class NewSubscriptionTieredPrice < Orb::Internal::Type::BaseModel
|
5561
5561
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::cadence
|
5562
5562
|
|
5563
5563
|
attr_accessor item_id: String
|
@@ -5620,7 +5620,7 @@ module Orb
|
|
5620
5620
|
| :custom
|
5621
5621
|
|
5622
5622
|
module Cadence
|
5623
|
-
extend Orb::Enum
|
5623
|
+
extend Orb::Internal::Type::Enum
|
5624
5624
|
|
5625
5625
|
ANNUAL: :annual
|
5626
5626
|
SEMI_ANNUAL: :semi_annual
|
@@ -5637,7 +5637,7 @@ module Orb
|
|
5637
5637
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
5638
5638
|
}
|
5639
5639
|
|
5640
|
-
class TieredConfig < Orb::BaseModel
|
5640
|
+
class TieredConfig < Orb::Internal::Type::BaseModel
|
5641
5641
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
5642
5642
|
|
5643
5643
|
def initialize: (
|
@@ -5649,7 +5649,7 @@ module Orb
|
|
5649
5649
|
type tier =
|
5650
5650
|
{ first_unit: Float, unit_amount: String, last_unit: Float? }
|
5651
5651
|
|
5652
|
-
class Tier < Orb::BaseModel
|
5652
|
+
class Tier < Orb::Internal::Type::BaseModel
|
5653
5653
|
attr_accessor first_unit: Float
|
5654
5654
|
|
5655
5655
|
attr_accessor unit_amount: String
|
@@ -5672,7 +5672,7 @@ module Orb
|
|
5672
5672
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
5673
5673
|
}
|
5674
5674
|
|
5675
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5675
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5676
5676
|
attr_accessor duration: Integer
|
5677
5677
|
|
5678
5678
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
@@ -5687,7 +5687,7 @@ module Orb
|
|
5687
5687
|
type duration_unit = :day | :month
|
5688
5688
|
|
5689
5689
|
module DurationUnit
|
5690
|
-
extend Orb::Enum
|
5690
|
+
extend Orb::Internal::Type::Enum
|
5691
5691
|
|
5692
5692
|
DAY: :day
|
5693
5693
|
MONTH: :month
|
@@ -5702,7 +5702,7 @@ module Orb
|
|
5702
5702
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
5703
5703
|
}
|
5704
5704
|
|
5705
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5705
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5706
5706
|
attr_accessor duration: Integer
|
5707
5707
|
|
5708
5708
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5717,7 +5717,7 @@ module Orb
|
|
5717
5717
|
type duration_unit = :day | :month
|
5718
5718
|
|
5719
5719
|
module DurationUnit
|
5720
|
-
extend Orb::Enum
|
5720
|
+
extend Orb::Internal::Type::Enum
|
5721
5721
|
|
5722
5722
|
DAY: :day
|
5723
5723
|
MONTH: :month
|
@@ -5747,7 +5747,7 @@ module Orb
|
|
5747
5747
|
reference_id: String?
|
5748
5748
|
}
|
5749
5749
|
|
5750
|
-
class NewSubscriptionTieredBpsPrice < Orb::BaseModel
|
5750
|
+
class NewSubscriptionTieredBpsPrice < Orb::Internal::Type::BaseModel
|
5751
5751
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::cadence
|
5752
5752
|
|
5753
5753
|
attr_accessor item_id: String
|
@@ -5810,7 +5810,7 @@ module Orb
|
|
5810
5810
|
| :custom
|
5811
5811
|
|
5812
5812
|
module Cadence
|
5813
|
-
extend Orb::Enum
|
5813
|
+
extend Orb::Internal::Type::Enum
|
5814
5814
|
|
5815
5815
|
ANNUAL: :annual
|
5816
5816
|
SEMI_ANNUAL: :semi_annual
|
@@ -5827,7 +5827,7 @@ module Orb
|
|
5827
5827
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
5828
5828
|
}
|
5829
5829
|
|
5830
|
-
class TieredBpsConfig < Orb::BaseModel
|
5830
|
+
class TieredBpsConfig < Orb::Internal::Type::BaseModel
|
5831
5831
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
5832
5832
|
|
5833
5833
|
def initialize: (
|
@@ -5844,7 +5844,7 @@ module Orb
|
|
5844
5844
|
per_unit_maximum: String?
|
5845
5845
|
}
|
5846
5846
|
|
5847
|
-
class Tier < Orb::BaseModel
|
5847
|
+
class Tier < Orb::Internal::Type::BaseModel
|
5848
5848
|
attr_accessor bps: Float
|
5849
5849
|
|
5850
5850
|
attr_accessor minimum_amount: String
|
@@ -5870,7 +5870,7 @@ module Orb
|
|
5870
5870
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
5871
5871
|
}
|
5872
5872
|
|
5873
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5873
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5874
5874
|
attr_accessor duration: Integer
|
5875
5875
|
|
5876
5876
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -5885,7 +5885,7 @@ module Orb
|
|
5885
5885
|
type duration_unit = :day | :month
|
5886
5886
|
|
5887
5887
|
module DurationUnit
|
5888
|
-
extend Orb::Enum
|
5888
|
+
extend Orb::Internal::Type::Enum
|
5889
5889
|
|
5890
5890
|
DAY: :day
|
5891
5891
|
MONTH: :month
|
@@ -5900,7 +5900,7 @@ module Orb
|
|
5900
5900
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
5901
5901
|
}
|
5902
5902
|
|
5903
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5903
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5904
5904
|
attr_accessor duration: Integer
|
5905
5905
|
|
5906
5906
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5915,7 +5915,7 @@ module Orb
|
|
5915
5915
|
type duration_unit = :day | :month
|
5916
5916
|
|
5917
5917
|
module DurationUnit
|
5918
|
-
extend Orb::Enum
|
5918
|
+
extend Orb::Internal::Type::Enum
|
5919
5919
|
|
5920
5920
|
DAY: :day
|
5921
5921
|
MONTH: :month
|
@@ -5945,7 +5945,7 @@ module Orb
|
|
5945
5945
|
reference_id: String?
|
5946
5946
|
}
|
5947
5947
|
|
5948
|
-
class NewSubscriptionBpsPrice < Orb::BaseModel
|
5948
|
+
class NewSubscriptionBpsPrice < Orb::Internal::Type::BaseModel
|
5949
5949
|
attr_accessor bps_config: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBpsPrice::BpsConfig
|
5950
5950
|
|
5951
5951
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBpsPrice::cadence
|
@@ -6001,7 +6001,7 @@ module Orb
|
|
6001
6001
|
|
6002
6002
|
type bps_config = { bps: Float, per_unit_maximum: String? }
|
6003
6003
|
|
6004
|
-
class BpsConfig < Orb::BaseModel
|
6004
|
+
class BpsConfig < Orb::Internal::Type::BaseModel
|
6005
6005
|
attr_accessor bps: Float
|
6006
6006
|
|
6007
6007
|
attr_accessor per_unit_maximum: String?
|
@@ -6020,7 +6020,7 @@ module Orb
|
|
6020
6020
|
| :custom
|
6021
6021
|
|
6022
6022
|
module Cadence
|
6023
|
-
extend Orb::Enum
|
6023
|
+
extend Orb::Internal::Type::Enum
|
6024
6024
|
|
6025
6025
|
ANNUAL: :annual
|
6026
6026
|
SEMI_ANNUAL: :semi_annual
|
@@ -6038,7 +6038,7 @@ module Orb
|
|
6038
6038
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
6039
6039
|
}
|
6040
6040
|
|
6041
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6041
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6042
6042
|
attr_accessor duration: Integer
|
6043
6043
|
|
6044
6044
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -6053,7 +6053,7 @@ module Orb
|
|
6053
6053
|
type duration_unit = :day | :month
|
6054
6054
|
|
6055
6055
|
module DurationUnit
|
6056
|
-
extend Orb::Enum
|
6056
|
+
extend Orb::Internal::Type::Enum
|
6057
6057
|
|
6058
6058
|
DAY: :day
|
6059
6059
|
MONTH: :month
|
@@ -6068,7 +6068,7 @@ module Orb
|
|
6068
6068
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
6069
6069
|
}
|
6070
6070
|
|
6071
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6071
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6072
6072
|
attr_accessor duration: Integer
|
6073
6073
|
|
6074
6074
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6083,7 +6083,7 @@ module Orb
|
|
6083
6083
|
type duration_unit = :day | :month
|
6084
6084
|
|
6085
6085
|
module DurationUnit
|
6086
|
-
extend Orb::Enum
|
6086
|
+
extend Orb::Internal::Type::Enum
|
6087
6087
|
|
6088
6088
|
DAY: :day
|
6089
6089
|
MONTH: :month
|
@@ -6113,7 +6113,7 @@ module Orb
|
|
6113
6113
|
reference_id: String?
|
6114
6114
|
}
|
6115
6115
|
|
6116
|
-
class NewSubscriptionBulkBpsPrice < Orb::BaseModel
|
6116
|
+
class NewSubscriptionBulkBpsPrice < Orb::Internal::Type::BaseModel
|
6117
6117
|
attr_accessor bulk_bps_config: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig
|
6118
6118
|
|
6119
6119
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::cadence
|
@@ -6172,7 +6172,7 @@ module Orb
|
|
6172
6172
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
6173
6173
|
}
|
6174
6174
|
|
6175
|
-
class BulkBpsConfig < Orb::BaseModel
|
6175
|
+
class BulkBpsConfig < Orb::Internal::Type::BaseModel
|
6176
6176
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
6177
6177
|
|
6178
6178
|
def initialize: (
|
@@ -6188,7 +6188,7 @@ module Orb
|
|
6188
6188
|
per_unit_maximum: String?
|
6189
6189
|
}
|
6190
6190
|
|
6191
|
-
class Tier < Orb::BaseModel
|
6191
|
+
class Tier < Orb::Internal::Type::BaseModel
|
6192
6192
|
attr_accessor bps: Float
|
6193
6193
|
|
6194
6194
|
attr_accessor maximum_amount: String?
|
@@ -6214,7 +6214,7 @@ module Orb
|
|
6214
6214
|
| :custom
|
6215
6215
|
|
6216
6216
|
module Cadence
|
6217
|
-
extend Orb::Enum
|
6217
|
+
extend Orb::Internal::Type::Enum
|
6218
6218
|
|
6219
6219
|
ANNUAL: :annual
|
6220
6220
|
SEMI_ANNUAL: :semi_annual
|
@@ -6232,7 +6232,7 @@ module Orb
|
|
6232
6232
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
6233
6233
|
}
|
6234
6234
|
|
6235
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6235
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6236
6236
|
attr_accessor duration: Integer
|
6237
6237
|
|
6238
6238
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -6247,7 +6247,7 @@ module Orb
|
|
6247
6247
|
type duration_unit = :day | :month
|
6248
6248
|
|
6249
6249
|
module DurationUnit
|
6250
|
-
extend Orb::Enum
|
6250
|
+
extend Orb::Internal::Type::Enum
|
6251
6251
|
|
6252
6252
|
DAY: :day
|
6253
6253
|
MONTH: :month
|
@@ -6262,7 +6262,7 @@ module Orb
|
|
6262
6262
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
6263
6263
|
}
|
6264
6264
|
|
6265
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6265
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6266
6266
|
attr_accessor duration: Integer
|
6267
6267
|
|
6268
6268
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6277,7 +6277,7 @@ module Orb
|
|
6277
6277
|
type duration_unit = :day | :month
|
6278
6278
|
|
6279
6279
|
module DurationUnit
|
6280
|
-
extend Orb::Enum
|
6280
|
+
extend Orb::Internal::Type::Enum
|
6281
6281
|
|
6282
6282
|
DAY: :day
|
6283
6283
|
MONTH: :month
|
@@ -6307,7 +6307,7 @@ module Orb
|
|
6307
6307
|
reference_id: String?
|
6308
6308
|
}
|
6309
6309
|
|
6310
|
-
class NewSubscriptionBulkPrice < Orb::BaseModel
|
6310
|
+
class NewSubscriptionBulkPrice < Orb::Internal::Type::BaseModel
|
6311
6311
|
attr_accessor bulk_config: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BulkConfig
|
6312
6312
|
|
6313
6313
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::cadence
|
@@ -6366,7 +6366,7 @@ module Orb
|
|
6366
6366
|
tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
6367
6367
|
}
|
6368
6368
|
|
6369
|
-
class BulkConfig < Orb::BaseModel
|
6369
|
+
class BulkConfig < Orb::Internal::Type::BaseModel
|
6370
6370
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
6371
6371
|
|
6372
6372
|
def initialize: (
|
@@ -6377,7 +6377,7 @@ module Orb
|
|
6377
6377
|
|
6378
6378
|
type tier = { unit_amount: String, maximum_units: Float? }
|
6379
6379
|
|
6380
|
-
class Tier < Orb::BaseModel
|
6380
|
+
class Tier < Orb::Internal::Type::BaseModel
|
6381
6381
|
attr_accessor unit_amount: String
|
6382
6382
|
|
6383
6383
|
attr_accessor maximum_units: Float?
|
@@ -6400,7 +6400,7 @@ module Orb
|
|
6400
6400
|
| :custom
|
6401
6401
|
|
6402
6402
|
module Cadence
|
6403
|
-
extend Orb::Enum
|
6403
|
+
extend Orb::Internal::Type::Enum
|
6404
6404
|
|
6405
6405
|
ANNUAL: :annual
|
6406
6406
|
SEMI_ANNUAL: :semi_annual
|
@@ -6418,7 +6418,7 @@ module Orb
|
|
6418
6418
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
6419
6419
|
}
|
6420
6420
|
|
6421
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6421
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6422
6422
|
attr_accessor duration: Integer
|
6423
6423
|
|
6424
6424
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -6433,7 +6433,7 @@ module Orb
|
|
6433
6433
|
type duration_unit = :day | :month
|
6434
6434
|
|
6435
6435
|
module DurationUnit
|
6436
|
-
extend Orb::Enum
|
6436
|
+
extend Orb::Internal::Type::Enum
|
6437
6437
|
|
6438
6438
|
DAY: :day
|
6439
6439
|
MONTH: :month
|
@@ -6448,7 +6448,7 @@ module Orb
|
|
6448
6448
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
6449
6449
|
}
|
6450
6450
|
|
6451
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6451
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6452
6452
|
attr_accessor duration: Integer
|
6453
6453
|
|
6454
6454
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6463,7 +6463,7 @@ module Orb
|
|
6463
6463
|
type duration_unit = :day | :month
|
6464
6464
|
|
6465
6465
|
module DurationUnit
|
6466
|
-
extend Orb::Enum
|
6466
|
+
extend Orb::Internal::Type::Enum
|
6467
6467
|
|
6468
6468
|
DAY: :day
|
6469
6469
|
MONTH: :month
|
@@ -6493,7 +6493,7 @@ module Orb
|
|
6493
6493
|
reference_id: String?
|
6494
6494
|
}
|
6495
6495
|
|
6496
|
-
class NewSubscriptionThresholdTotalAmountPrice < Orb::BaseModel
|
6496
|
+
class NewSubscriptionThresholdTotalAmountPrice < Orb::Internal::Type::BaseModel
|
6497
6497
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::cadence
|
6498
6498
|
|
6499
6499
|
attr_accessor item_id: String
|
@@ -6556,7 +6556,7 @@ module Orb
|
|
6556
6556
|
| :custom
|
6557
6557
|
|
6558
6558
|
module Cadence
|
6559
|
-
extend Orb::Enum
|
6559
|
+
extend Orb::Internal::Type::Enum
|
6560
6560
|
|
6561
6561
|
ANNUAL: :annual
|
6562
6562
|
SEMI_ANNUAL: :semi_annual
|
@@ -6574,7 +6574,7 @@ module Orb
|
|
6574
6574
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
6575
6575
|
}
|
6576
6576
|
|
6577
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6577
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6578
6578
|
attr_accessor duration: Integer
|
6579
6579
|
|
6580
6580
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
@@ -6589,7 +6589,7 @@ module Orb
|
|
6589
6589
|
type duration_unit = :day | :month
|
6590
6590
|
|
6591
6591
|
module DurationUnit
|
6592
|
-
extend Orb::Enum
|
6592
|
+
extend Orb::Internal::Type::Enum
|
6593
6593
|
|
6594
6594
|
DAY: :day
|
6595
6595
|
MONTH: :month
|
@@ -6604,7 +6604,7 @@ module Orb
|
|
6604
6604
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
6605
6605
|
}
|
6606
6606
|
|
6607
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6607
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6608
6608
|
attr_accessor duration: Integer
|
6609
6609
|
|
6610
6610
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6619,7 +6619,7 @@ module Orb
|
|
6619
6619
|
type duration_unit = :day | :month
|
6620
6620
|
|
6621
6621
|
module DurationUnit
|
6622
|
-
extend Orb::Enum
|
6622
|
+
extend Orb::Internal::Type::Enum
|
6623
6623
|
|
6624
6624
|
DAY: :day
|
6625
6625
|
MONTH: :month
|
@@ -6649,7 +6649,7 @@ module Orb
|
|
6649
6649
|
reference_id: String?
|
6650
6650
|
}
|
6651
6651
|
|
6652
|
-
class NewSubscriptionTieredPackagePrice < Orb::BaseModel
|
6652
|
+
class NewSubscriptionTieredPackagePrice < Orb::Internal::Type::BaseModel
|
6653
6653
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::cadence
|
6654
6654
|
|
6655
6655
|
attr_accessor item_id: String
|
@@ -6712,7 +6712,7 @@ module Orb
|
|
6712
6712
|
| :custom
|
6713
6713
|
|
6714
6714
|
module Cadence
|
6715
|
-
extend Orb::Enum
|
6715
|
+
extend Orb::Internal::Type::Enum
|
6716
6716
|
|
6717
6717
|
ANNUAL: :annual
|
6718
6718
|
SEMI_ANNUAL: :semi_annual
|
@@ -6730,7 +6730,7 @@ module Orb
|
|
6730
6730
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
6731
6731
|
}
|
6732
6732
|
|
6733
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6733
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6734
6734
|
attr_accessor duration: Integer
|
6735
6735
|
|
6736
6736
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -6745,7 +6745,7 @@ module Orb
|
|
6745
6745
|
type duration_unit = :day | :month
|
6746
6746
|
|
6747
6747
|
module DurationUnit
|
6748
|
-
extend Orb::Enum
|
6748
|
+
extend Orb::Internal::Type::Enum
|
6749
6749
|
|
6750
6750
|
DAY: :day
|
6751
6751
|
MONTH: :month
|
@@ -6760,7 +6760,7 @@ module Orb
|
|
6760
6760
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
6761
6761
|
}
|
6762
6762
|
|
6763
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6763
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6764
6764
|
attr_accessor duration: Integer
|
6765
6765
|
|
6766
6766
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6775,7 +6775,7 @@ module Orb
|
|
6775
6775
|
type duration_unit = :day | :month
|
6776
6776
|
|
6777
6777
|
module DurationUnit
|
6778
|
-
extend Orb::Enum
|
6778
|
+
extend Orb::Internal::Type::Enum
|
6779
6779
|
|
6780
6780
|
DAY: :day
|
6781
6781
|
MONTH: :month
|
@@ -6805,7 +6805,7 @@ module Orb
|
|
6805
6805
|
reference_id: String?
|
6806
6806
|
}
|
6807
6807
|
|
6808
|
-
class NewSubscriptionTieredWithMinimumPrice < Orb::BaseModel
|
6808
|
+
class NewSubscriptionTieredWithMinimumPrice < Orb::Internal::Type::BaseModel
|
6809
6809
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::cadence
|
6810
6810
|
|
6811
6811
|
attr_accessor item_id: String
|
@@ -6868,7 +6868,7 @@ module Orb
|
|
6868
6868
|
| :custom
|
6869
6869
|
|
6870
6870
|
module Cadence
|
6871
|
-
extend Orb::Enum
|
6871
|
+
extend Orb::Internal::Type::Enum
|
6872
6872
|
|
6873
6873
|
ANNUAL: :annual
|
6874
6874
|
SEMI_ANNUAL: :semi_annual
|
@@ -6886,7 +6886,7 @@ module Orb
|
|
6886
6886
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
6887
6887
|
}
|
6888
6888
|
|
6889
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6889
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6890
6890
|
attr_accessor duration: Integer
|
6891
6891
|
|
6892
6892
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -6901,7 +6901,7 @@ module Orb
|
|
6901
6901
|
type duration_unit = :day | :month
|
6902
6902
|
|
6903
6903
|
module DurationUnit
|
6904
|
-
extend Orb::Enum
|
6904
|
+
extend Orb::Internal::Type::Enum
|
6905
6905
|
|
6906
6906
|
DAY: :day
|
6907
6907
|
MONTH: :month
|
@@ -6916,7 +6916,7 @@ module Orb
|
|
6916
6916
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
6917
6917
|
}
|
6918
6918
|
|
6919
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6919
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6920
6920
|
attr_accessor duration: Integer
|
6921
6921
|
|
6922
6922
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6931,7 +6931,7 @@ module Orb
|
|
6931
6931
|
type duration_unit = :day | :month
|
6932
6932
|
|
6933
6933
|
module DurationUnit
|
6934
|
-
extend Orb::Enum
|
6934
|
+
extend Orb::Internal::Type::Enum
|
6935
6935
|
|
6936
6936
|
DAY: :day
|
6937
6937
|
MONTH: :month
|
@@ -6961,7 +6961,7 @@ module Orb
|
|
6961
6961
|
reference_id: String?
|
6962
6962
|
}
|
6963
6963
|
|
6964
|
-
class NewSubscriptionUnitWithPercentPrice < Orb::BaseModel
|
6964
|
+
class NewSubscriptionUnitWithPercentPrice < Orb::Internal::Type::BaseModel
|
6965
6965
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::cadence
|
6966
6966
|
|
6967
6967
|
attr_accessor item_id: String
|
@@ -7024,7 +7024,7 @@ module Orb
|
|
7024
7024
|
| :custom
|
7025
7025
|
|
7026
7026
|
module Cadence
|
7027
|
-
extend Orb::Enum
|
7027
|
+
extend Orb::Internal::Type::Enum
|
7028
7028
|
|
7029
7029
|
ANNUAL: :annual
|
7030
7030
|
SEMI_ANNUAL: :semi_annual
|
@@ -7042,7 +7042,7 @@ module Orb
|
|
7042
7042
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
7043
7043
|
}
|
7044
7044
|
|
7045
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7045
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7046
7046
|
attr_accessor duration: Integer
|
7047
7047
|
|
7048
7048
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
@@ -7057,7 +7057,7 @@ module Orb
|
|
7057
7057
|
type duration_unit = :day | :month
|
7058
7058
|
|
7059
7059
|
module DurationUnit
|
7060
|
-
extend Orb::Enum
|
7060
|
+
extend Orb::Internal::Type::Enum
|
7061
7061
|
|
7062
7062
|
DAY: :day
|
7063
7063
|
MONTH: :month
|
@@ -7072,7 +7072,7 @@ module Orb
|
|
7072
7072
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
7073
7073
|
}
|
7074
7074
|
|
7075
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7075
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7076
7076
|
attr_accessor duration: Integer
|
7077
7077
|
|
7078
7078
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7087,7 +7087,7 @@ module Orb
|
|
7087
7087
|
type duration_unit = :day | :month
|
7088
7088
|
|
7089
7089
|
module DurationUnit
|
7090
|
-
extend Orb::Enum
|
7090
|
+
extend Orb::Internal::Type::Enum
|
7091
7091
|
|
7092
7092
|
DAY: :day
|
7093
7093
|
MONTH: :month
|
@@ -7117,7 +7117,7 @@ module Orb
|
|
7117
7117
|
reference_id: String?
|
7118
7118
|
}
|
7119
7119
|
|
7120
|
-
class NewSubscriptionPackageWithAllocationPrice < Orb::BaseModel
|
7120
|
+
class NewSubscriptionPackageWithAllocationPrice < Orb::Internal::Type::BaseModel
|
7121
7121
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::cadence
|
7122
7122
|
|
7123
7123
|
attr_accessor item_id: String
|
@@ -7180,7 +7180,7 @@ module Orb
|
|
7180
7180
|
| :custom
|
7181
7181
|
|
7182
7182
|
module Cadence
|
7183
|
-
extend Orb::Enum
|
7183
|
+
extend Orb::Internal::Type::Enum
|
7184
7184
|
|
7185
7185
|
ANNUAL: :annual
|
7186
7186
|
SEMI_ANNUAL: :semi_annual
|
@@ -7198,7 +7198,7 @@ module Orb
|
|
7198
7198
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
7199
7199
|
}
|
7200
7200
|
|
7201
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7201
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7202
7202
|
attr_accessor duration: Integer
|
7203
7203
|
|
7204
7204
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7213,7 +7213,7 @@ module Orb
|
|
7213
7213
|
type duration_unit = :day | :month
|
7214
7214
|
|
7215
7215
|
module DurationUnit
|
7216
|
-
extend Orb::Enum
|
7216
|
+
extend Orb::Internal::Type::Enum
|
7217
7217
|
|
7218
7218
|
DAY: :day
|
7219
7219
|
MONTH: :month
|
@@ -7228,7 +7228,7 @@ module Orb
|
|
7228
7228
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
7229
7229
|
}
|
7230
7230
|
|
7231
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7231
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7232
7232
|
attr_accessor duration: Integer
|
7233
7233
|
|
7234
7234
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7243,7 +7243,7 @@ module Orb
|
|
7243
7243
|
type duration_unit = :day | :month
|
7244
7244
|
|
7245
7245
|
module DurationUnit
|
7246
|
-
extend Orb::Enum
|
7246
|
+
extend Orb::Internal::Type::Enum
|
7247
7247
|
|
7248
7248
|
DAY: :day
|
7249
7249
|
MONTH: :month
|
@@ -7273,7 +7273,7 @@ module Orb
|
|
7273
7273
|
reference_id: String?
|
7274
7274
|
}
|
7275
7275
|
|
7276
|
-
class NewSubscriptionTierWithProrationPrice < Orb::BaseModel
|
7276
|
+
class NewSubscriptionTierWithProrationPrice < Orb::Internal::Type::BaseModel
|
7277
7277
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::cadence
|
7278
7278
|
|
7279
7279
|
attr_accessor item_id: String
|
@@ -7336,7 +7336,7 @@ module Orb
|
|
7336
7336
|
| :custom
|
7337
7337
|
|
7338
7338
|
module Cadence
|
7339
|
-
extend Orb::Enum
|
7339
|
+
extend Orb::Internal::Type::Enum
|
7340
7340
|
|
7341
7341
|
ANNUAL: :annual
|
7342
7342
|
SEMI_ANNUAL: :semi_annual
|
@@ -7354,7 +7354,7 @@ module Orb
|
|
7354
7354
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
7355
7355
|
}
|
7356
7356
|
|
7357
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7357
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7358
7358
|
attr_accessor duration: Integer
|
7359
7359
|
|
7360
7360
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7369,7 +7369,7 @@ module Orb
|
|
7369
7369
|
type duration_unit = :day | :month
|
7370
7370
|
|
7371
7371
|
module DurationUnit
|
7372
|
-
extend Orb::Enum
|
7372
|
+
extend Orb::Internal::Type::Enum
|
7373
7373
|
|
7374
7374
|
DAY: :day
|
7375
7375
|
MONTH: :month
|
@@ -7384,7 +7384,7 @@ module Orb
|
|
7384
7384
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
7385
7385
|
}
|
7386
7386
|
|
7387
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7387
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7388
7388
|
attr_accessor duration: Integer
|
7389
7389
|
|
7390
7390
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7399,7 +7399,7 @@ module Orb
|
|
7399
7399
|
type duration_unit = :day | :month
|
7400
7400
|
|
7401
7401
|
module DurationUnit
|
7402
|
-
extend Orb::Enum
|
7402
|
+
extend Orb::Internal::Type::Enum
|
7403
7403
|
|
7404
7404
|
DAY: :day
|
7405
7405
|
MONTH: :month
|
@@ -7429,7 +7429,7 @@ module Orb
|
|
7429
7429
|
reference_id: String?
|
7430
7430
|
}
|
7431
7431
|
|
7432
|
-
class NewSubscriptionUnitWithProrationPrice < Orb::BaseModel
|
7432
|
+
class NewSubscriptionUnitWithProrationPrice < Orb::Internal::Type::BaseModel
|
7433
7433
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::cadence
|
7434
7434
|
|
7435
7435
|
attr_accessor item_id: String
|
@@ -7492,7 +7492,7 @@ module Orb
|
|
7492
7492
|
| :custom
|
7493
7493
|
|
7494
7494
|
module Cadence
|
7495
|
-
extend Orb::Enum
|
7495
|
+
extend Orb::Internal::Type::Enum
|
7496
7496
|
|
7497
7497
|
ANNUAL: :annual
|
7498
7498
|
SEMI_ANNUAL: :semi_annual
|
@@ -7510,7 +7510,7 @@ module Orb
|
|
7510
7510
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
7511
7511
|
}
|
7512
7512
|
|
7513
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7513
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7514
7514
|
attr_accessor duration: Integer
|
7515
7515
|
|
7516
7516
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7525,7 +7525,7 @@ module Orb
|
|
7525
7525
|
type duration_unit = :day | :month
|
7526
7526
|
|
7527
7527
|
module DurationUnit
|
7528
|
-
extend Orb::Enum
|
7528
|
+
extend Orb::Internal::Type::Enum
|
7529
7529
|
|
7530
7530
|
DAY: :day
|
7531
7531
|
MONTH: :month
|
@@ -7540,7 +7540,7 @@ module Orb
|
|
7540
7540
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
7541
7541
|
}
|
7542
7542
|
|
7543
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7543
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7544
7544
|
attr_accessor duration: Integer
|
7545
7545
|
|
7546
7546
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7555,7 +7555,7 @@ module Orb
|
|
7555
7555
|
type duration_unit = :day | :month
|
7556
7556
|
|
7557
7557
|
module DurationUnit
|
7558
|
-
extend Orb::Enum
|
7558
|
+
extend Orb::Internal::Type::Enum
|
7559
7559
|
|
7560
7560
|
DAY: :day
|
7561
7561
|
MONTH: :month
|
@@ -7585,7 +7585,7 @@ module Orb
|
|
7585
7585
|
reference_id: String?
|
7586
7586
|
}
|
7587
7587
|
|
7588
|
-
class NewSubscriptionGroupedAllocationPrice < Orb::BaseModel
|
7588
|
+
class NewSubscriptionGroupedAllocationPrice < Orb::Internal::Type::BaseModel
|
7589
7589
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::cadence
|
7590
7590
|
|
7591
7591
|
attr_accessor grouped_allocation_config: ::Hash[Symbol, top]
|
@@ -7648,7 +7648,7 @@ module Orb
|
|
7648
7648
|
| :custom
|
7649
7649
|
|
7650
7650
|
module Cadence
|
7651
|
-
extend Orb::Enum
|
7651
|
+
extend Orb::Internal::Type::Enum
|
7652
7652
|
|
7653
7653
|
ANNUAL: :annual
|
7654
7654
|
SEMI_ANNUAL: :semi_annual
|
@@ -7666,7 +7666,7 @@ module Orb
|
|
7666
7666
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
7667
7667
|
}
|
7668
7668
|
|
7669
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7669
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7670
7670
|
attr_accessor duration: Integer
|
7671
7671
|
|
7672
7672
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7681,7 +7681,7 @@ module Orb
|
|
7681
7681
|
type duration_unit = :day | :month
|
7682
7682
|
|
7683
7683
|
module DurationUnit
|
7684
|
-
extend Orb::Enum
|
7684
|
+
extend Orb::Internal::Type::Enum
|
7685
7685
|
|
7686
7686
|
DAY: :day
|
7687
7687
|
MONTH: :month
|
@@ -7696,7 +7696,7 @@ module Orb
|
|
7696
7696
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
7697
7697
|
}
|
7698
7698
|
|
7699
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7699
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7700
7700
|
attr_accessor duration: Integer
|
7701
7701
|
|
7702
7702
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7711,7 +7711,7 @@ module Orb
|
|
7711
7711
|
type duration_unit = :day | :month
|
7712
7712
|
|
7713
7713
|
module DurationUnit
|
7714
|
-
extend Orb::Enum
|
7714
|
+
extend Orb::Internal::Type::Enum
|
7715
7715
|
|
7716
7716
|
DAY: :day
|
7717
7717
|
MONTH: :month
|
@@ -7741,7 +7741,7 @@ module Orb
|
|
7741
7741
|
reference_id: String?
|
7742
7742
|
}
|
7743
7743
|
|
7744
|
-
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::BaseModel
|
7744
|
+
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::Internal::Type::BaseModel
|
7745
7745
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::cadence
|
7746
7746
|
|
7747
7747
|
attr_accessor grouped_with_prorated_minimum_config: ::Hash[Symbol, top]
|
@@ -7804,7 +7804,7 @@ module Orb
|
|
7804
7804
|
| :custom
|
7805
7805
|
|
7806
7806
|
module Cadence
|
7807
|
-
extend Orb::Enum
|
7807
|
+
extend Orb::Internal::Type::Enum
|
7808
7808
|
|
7809
7809
|
ANNUAL: :annual
|
7810
7810
|
SEMI_ANNUAL: :semi_annual
|
@@ -7822,7 +7822,7 @@ module Orb
|
|
7822
7822
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
7823
7823
|
}
|
7824
7824
|
|
7825
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7825
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7826
7826
|
attr_accessor duration: Integer
|
7827
7827
|
|
7828
7828
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -7837,7 +7837,7 @@ module Orb
|
|
7837
7837
|
type duration_unit = :day | :month
|
7838
7838
|
|
7839
7839
|
module DurationUnit
|
7840
|
-
extend Orb::Enum
|
7840
|
+
extend Orb::Internal::Type::Enum
|
7841
7841
|
|
7842
7842
|
DAY: :day
|
7843
7843
|
MONTH: :month
|
@@ -7852,7 +7852,7 @@ module Orb
|
|
7852
7852
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
7853
7853
|
}
|
7854
7854
|
|
7855
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7855
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7856
7856
|
attr_accessor duration: Integer
|
7857
7857
|
|
7858
7858
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7867,7 +7867,7 @@ module Orb
|
|
7867
7867
|
type duration_unit = :day | :month
|
7868
7868
|
|
7869
7869
|
module DurationUnit
|
7870
|
-
extend Orb::Enum
|
7870
|
+
extend Orb::Internal::Type::Enum
|
7871
7871
|
|
7872
7872
|
DAY: :day
|
7873
7873
|
MONTH: :month
|
@@ -7897,7 +7897,7 @@ module Orb
|
|
7897
7897
|
reference_id: String?
|
7898
7898
|
}
|
7899
7899
|
|
7900
|
-
class NewSubscriptionBulkWithProrationPrice < Orb::BaseModel
|
7900
|
+
class NewSubscriptionBulkWithProrationPrice < Orb::Internal::Type::BaseModel
|
7901
7901
|
attr_accessor bulk_with_proration_config: ::Hash[Symbol, top]
|
7902
7902
|
|
7903
7903
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::cadence
|
@@ -7960,7 +7960,7 @@ module Orb
|
|
7960
7960
|
| :custom
|
7961
7961
|
|
7962
7962
|
module Cadence
|
7963
|
-
extend Orb::Enum
|
7963
|
+
extend Orb::Internal::Type::Enum
|
7964
7964
|
|
7965
7965
|
ANNUAL: :annual
|
7966
7966
|
SEMI_ANNUAL: :semi_annual
|
@@ -7978,7 +7978,7 @@ module Orb
|
|
7978
7978
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
7979
7979
|
}
|
7980
7980
|
|
7981
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7981
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7982
7982
|
attr_accessor duration: Integer
|
7983
7983
|
|
7984
7984
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7993,7 +7993,7 @@ module Orb
|
|
7993
7993
|
type duration_unit = :day | :month
|
7994
7994
|
|
7995
7995
|
module DurationUnit
|
7996
|
-
extend Orb::Enum
|
7996
|
+
extend Orb::Internal::Type::Enum
|
7997
7997
|
|
7998
7998
|
DAY: :day
|
7999
7999
|
MONTH: :month
|
@@ -8008,7 +8008,7 @@ module Orb
|
|
8008
8008
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
8009
8009
|
}
|
8010
8010
|
|
8011
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8011
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8012
8012
|
attr_accessor duration: Integer
|
8013
8013
|
|
8014
8014
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8023,7 +8023,7 @@ module Orb
|
|
8023
8023
|
type duration_unit = :day | :month
|
8024
8024
|
|
8025
8025
|
module DurationUnit
|
8026
|
-
extend Orb::Enum
|
8026
|
+
extend Orb::Internal::Type::Enum
|
8027
8027
|
|
8028
8028
|
DAY: :day
|
8029
8029
|
MONTH: :month
|
@@ -8053,7 +8053,7 @@ module Orb
|
|
8053
8053
|
reference_id: String?
|
8054
8054
|
}
|
8055
8055
|
|
8056
|
-
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::BaseModel
|
8056
|
+
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::Internal::Type::BaseModel
|
8057
8057
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::cadence
|
8058
8058
|
|
8059
8059
|
attr_accessor item_id: String
|
@@ -8116,7 +8116,7 @@ module Orb
|
|
8116
8116
|
| :custom
|
8117
8117
|
|
8118
8118
|
module Cadence
|
8119
|
-
extend Orb::Enum
|
8119
|
+
extend Orb::Internal::Type::Enum
|
8120
8120
|
|
8121
8121
|
ANNUAL: :annual
|
8122
8122
|
SEMI_ANNUAL: :semi_annual
|
@@ -8134,7 +8134,7 @@ module Orb
|
|
8134
8134
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
8135
8135
|
}
|
8136
8136
|
|
8137
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8137
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8138
8138
|
attr_accessor duration: Integer
|
8139
8139
|
|
8140
8140
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -8149,7 +8149,7 @@ module Orb
|
|
8149
8149
|
type duration_unit = :day | :month
|
8150
8150
|
|
8151
8151
|
module DurationUnit
|
8152
|
-
extend Orb::Enum
|
8152
|
+
extend Orb::Internal::Type::Enum
|
8153
8153
|
|
8154
8154
|
DAY: :day
|
8155
8155
|
MONTH: :month
|
@@ -8164,7 +8164,7 @@ module Orb
|
|
8164
8164
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
8165
8165
|
}
|
8166
8166
|
|
8167
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8167
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8168
8168
|
attr_accessor duration: Integer
|
8169
8169
|
|
8170
8170
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8179,7 +8179,7 @@ module Orb
|
|
8179
8179
|
type duration_unit = :day | :month
|
8180
8180
|
|
8181
8181
|
module DurationUnit
|
8182
|
-
extend Orb::Enum
|
8182
|
+
extend Orb::Internal::Type::Enum
|
8183
8183
|
|
8184
8184
|
DAY: :day
|
8185
8185
|
MONTH: :month
|
@@ -8209,7 +8209,7 @@ module Orb
|
|
8209
8209
|
reference_id: String?
|
8210
8210
|
}
|
8211
8211
|
|
8212
|
-
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::BaseModel
|
8212
|
+
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::Internal::Type::BaseModel
|
8213
8213
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::cadence
|
8214
8214
|
|
8215
8215
|
attr_accessor item_id: String
|
@@ -8272,7 +8272,7 @@ module Orb
|
|
8272
8272
|
| :custom
|
8273
8273
|
|
8274
8274
|
module Cadence
|
8275
|
-
extend Orb::Enum
|
8275
|
+
extend Orb::Internal::Type::Enum
|
8276
8276
|
|
8277
8277
|
ANNUAL: :annual
|
8278
8278
|
SEMI_ANNUAL: :semi_annual
|
@@ -8290,7 +8290,7 @@ module Orb
|
|
8290
8290
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
8291
8291
|
}
|
8292
8292
|
|
8293
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8293
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8294
8294
|
attr_accessor duration: Integer
|
8295
8295
|
|
8296
8296
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -8305,7 +8305,7 @@ module Orb
|
|
8305
8305
|
type duration_unit = :day | :month
|
8306
8306
|
|
8307
8307
|
module DurationUnit
|
8308
|
-
extend Orb::Enum
|
8308
|
+
extend Orb::Internal::Type::Enum
|
8309
8309
|
|
8310
8310
|
DAY: :day
|
8311
8311
|
MONTH: :month
|
@@ -8320,7 +8320,7 @@ module Orb
|
|
8320
8320
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
8321
8321
|
}
|
8322
8322
|
|
8323
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8323
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8324
8324
|
attr_accessor duration: Integer
|
8325
8325
|
|
8326
8326
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8335,7 +8335,7 @@ module Orb
|
|
8335
8335
|
type duration_unit = :day | :month
|
8336
8336
|
|
8337
8337
|
module DurationUnit
|
8338
|
-
extend Orb::Enum
|
8338
|
+
extend Orb::Internal::Type::Enum
|
8339
8339
|
|
8340
8340
|
DAY: :day
|
8341
8341
|
MONTH: :month
|
@@ -8365,7 +8365,7 @@ module Orb
|
|
8365
8365
|
reference_id: String?
|
8366
8366
|
}
|
8367
8367
|
|
8368
|
-
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::BaseModel
|
8368
|
+
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::Internal::Type::BaseModel
|
8369
8369
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::cadence
|
8370
8370
|
|
8371
8371
|
attr_accessor cumulative_grouped_bulk_config: ::Hash[Symbol, top]
|
@@ -8428,7 +8428,7 @@ module Orb
|
|
8428
8428
|
| :custom
|
8429
8429
|
|
8430
8430
|
module Cadence
|
8431
|
-
extend Orb::Enum
|
8431
|
+
extend Orb::Internal::Type::Enum
|
8432
8432
|
|
8433
8433
|
ANNUAL: :annual
|
8434
8434
|
SEMI_ANNUAL: :semi_annual
|
@@ -8446,7 +8446,7 @@ module Orb
|
|
8446
8446
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
8447
8447
|
}
|
8448
8448
|
|
8449
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8449
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8450
8450
|
attr_accessor duration: Integer
|
8451
8451
|
|
8452
8452
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -8461,7 +8461,7 @@ module Orb
|
|
8461
8461
|
type duration_unit = :day | :month
|
8462
8462
|
|
8463
8463
|
module DurationUnit
|
8464
|
-
extend Orb::Enum
|
8464
|
+
extend Orb::Internal::Type::Enum
|
8465
8465
|
|
8466
8466
|
DAY: :day
|
8467
8467
|
MONTH: :month
|
@@ -8476,7 +8476,7 @@ module Orb
|
|
8476
8476
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
8477
8477
|
}
|
8478
8478
|
|
8479
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8479
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8480
8480
|
attr_accessor duration: Integer
|
8481
8481
|
|
8482
8482
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8491,7 +8491,7 @@ module Orb
|
|
8491
8491
|
type duration_unit = :day | :month
|
8492
8492
|
|
8493
8493
|
module DurationUnit
|
8494
|
-
extend Orb::Enum
|
8494
|
+
extend Orb::Internal::Type::Enum
|
8495
8495
|
|
8496
8496
|
DAY: :day
|
8497
8497
|
MONTH: :month
|
@@ -8521,7 +8521,7 @@ module Orb
|
|
8521
8521
|
reference_id: String?
|
8522
8522
|
}
|
8523
8523
|
|
8524
|
-
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::BaseModel
|
8524
|
+
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::Internal::Type::BaseModel
|
8525
8525
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::cadence
|
8526
8526
|
|
8527
8527
|
attr_accessor item_id: String
|
@@ -8584,7 +8584,7 @@ module Orb
|
|
8584
8584
|
| :custom
|
8585
8585
|
|
8586
8586
|
module Cadence
|
8587
|
-
extend Orb::Enum
|
8587
|
+
extend Orb::Internal::Type::Enum
|
8588
8588
|
|
8589
8589
|
ANNUAL: :annual
|
8590
8590
|
SEMI_ANNUAL: :semi_annual
|
@@ -8602,7 +8602,7 @@ module Orb
|
|
8602
8602
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
8603
8603
|
}
|
8604
8604
|
|
8605
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8605
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8606
8606
|
attr_accessor duration: Integer
|
8607
8607
|
|
8608
8608
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -8617,7 +8617,7 @@ module Orb
|
|
8617
8617
|
type duration_unit = :day | :month
|
8618
8618
|
|
8619
8619
|
module DurationUnit
|
8620
|
-
extend Orb::Enum
|
8620
|
+
extend Orb::Internal::Type::Enum
|
8621
8621
|
|
8622
8622
|
DAY: :day
|
8623
8623
|
MONTH: :month
|
@@ -8632,7 +8632,7 @@ module Orb
|
|
8632
8632
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
8633
8633
|
}
|
8634
8634
|
|
8635
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8635
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8636
8636
|
attr_accessor duration: Integer
|
8637
8637
|
|
8638
8638
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8647,7 +8647,7 @@ module Orb
|
|
8647
8647
|
type duration_unit = :day | :month
|
8648
8648
|
|
8649
8649
|
module DurationUnit
|
8650
|
-
extend Orb::Enum
|
8650
|
+
extend Orb::Internal::Type::Enum
|
8651
8651
|
|
8652
8652
|
DAY: :day
|
8653
8653
|
MONTH: :month
|
@@ -8677,7 +8677,7 @@ module Orb
|
|
8677
8677
|
reference_id: String?
|
8678
8678
|
}
|
8679
8679
|
|
8680
|
-
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::BaseModel
|
8680
|
+
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::Internal::Type::BaseModel
|
8681
8681
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::cadence
|
8682
8682
|
|
8683
8683
|
attr_accessor grouped_with_metered_minimum_config: ::Hash[Symbol, top]
|
@@ -8740,7 +8740,7 @@ module Orb
|
|
8740
8740
|
| :custom
|
8741
8741
|
|
8742
8742
|
module Cadence
|
8743
|
-
extend Orb::Enum
|
8743
|
+
extend Orb::Internal::Type::Enum
|
8744
8744
|
|
8745
8745
|
ANNUAL: :annual
|
8746
8746
|
SEMI_ANNUAL: :semi_annual
|
@@ -8758,7 +8758,7 @@ module Orb
|
|
8758
8758
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
8759
8759
|
}
|
8760
8760
|
|
8761
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8761
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8762
8762
|
attr_accessor duration: Integer
|
8763
8763
|
|
8764
8764
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -8773,7 +8773,7 @@ module Orb
|
|
8773
8773
|
type duration_unit = :day | :month
|
8774
8774
|
|
8775
8775
|
module DurationUnit
|
8776
|
-
extend Orb::Enum
|
8776
|
+
extend Orb::Internal::Type::Enum
|
8777
8777
|
|
8778
8778
|
DAY: :day
|
8779
8779
|
MONTH: :month
|
@@ -8788,7 +8788,7 @@ module Orb
|
|
8788
8788
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
8789
8789
|
}
|
8790
8790
|
|
8791
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8791
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8792
8792
|
attr_accessor duration: Integer
|
8793
8793
|
|
8794
8794
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8803,7 +8803,7 @@ module Orb
|
|
8803
8803
|
type duration_unit = :day | :month
|
8804
8804
|
|
8805
8805
|
module DurationUnit
|
8806
|
-
extend Orb::Enum
|
8806
|
+
extend Orb::Internal::Type::Enum
|
8807
8807
|
|
8808
8808
|
DAY: :day
|
8809
8809
|
MONTH: :month
|
@@ -8833,7 +8833,7 @@ module Orb
|
|
8833
8833
|
reference_id: String?
|
8834
8834
|
}
|
8835
8835
|
|
8836
|
-
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::BaseModel
|
8836
|
+
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::Internal::Type::BaseModel
|
8837
8837
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::cadence
|
8838
8838
|
|
8839
8839
|
attr_accessor item_id: String
|
@@ -8896,7 +8896,7 @@ module Orb
|
|
8896
8896
|
| :custom
|
8897
8897
|
|
8898
8898
|
module Cadence
|
8899
|
-
extend Orb::Enum
|
8899
|
+
extend Orb::Internal::Type::Enum
|
8900
8900
|
|
8901
8901
|
ANNUAL: :annual
|
8902
8902
|
SEMI_ANNUAL: :semi_annual
|
@@ -8914,7 +8914,7 @@ module Orb
|
|
8914
8914
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
8915
8915
|
}
|
8916
8916
|
|
8917
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8917
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8918
8918
|
attr_accessor duration: Integer
|
8919
8919
|
|
8920
8920
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
@@ -8929,7 +8929,7 @@ module Orb
|
|
8929
8929
|
type duration_unit = :day | :month
|
8930
8930
|
|
8931
8931
|
module DurationUnit
|
8932
|
-
extend Orb::Enum
|
8932
|
+
extend Orb::Internal::Type::Enum
|
8933
8933
|
|
8934
8934
|
DAY: :day
|
8935
8935
|
MONTH: :month
|
@@ -8944,7 +8944,7 @@ module Orb
|
|
8944
8944
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
8945
8945
|
}
|
8946
8946
|
|
8947
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8947
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8948
8948
|
attr_accessor duration: Integer
|
8949
8949
|
|
8950
8950
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8959,7 +8959,7 @@ module Orb
|
|
8959
8959
|
type duration_unit = :day | :month
|
8960
8960
|
|
8961
8961
|
module DurationUnit
|
8962
|
-
extend Orb::Enum
|
8962
|
+
extend Orb::Internal::Type::Enum
|
8963
8963
|
|
8964
8964
|
DAY: :day
|
8965
8965
|
MONTH: :month
|
@@ -8989,7 +8989,7 @@ module Orb
|
|
8989
8989
|
reference_id: String?
|
8990
8990
|
}
|
8991
8991
|
|
8992
|
-
class NewSubscriptionGroupedTieredPackagePrice < Orb::BaseModel
|
8992
|
+
class NewSubscriptionGroupedTieredPackagePrice < Orb::Internal::Type::BaseModel
|
8993
8993
|
attr_accessor cadence: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::cadence
|
8994
8994
|
|
8995
8995
|
attr_accessor grouped_tiered_package_config: ::Hash[Symbol, top]
|
@@ -9052,7 +9052,7 @@ module Orb
|
|
9052
9052
|
| :custom
|
9053
9053
|
|
9054
9054
|
module Cadence
|
9055
|
-
extend Orb::Enum
|
9055
|
+
extend Orb::Internal::Type::Enum
|
9056
9056
|
|
9057
9057
|
ANNUAL: :annual
|
9058
9058
|
SEMI_ANNUAL: :semi_annual
|
@@ -9070,7 +9070,7 @@ module Orb
|
|
9070
9070
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
9071
9071
|
}
|
9072
9072
|
|
9073
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
9073
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
9074
9074
|
attr_accessor duration: Integer
|
9075
9075
|
|
9076
9076
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -9085,7 +9085,7 @@ module Orb
|
|
9085
9085
|
type duration_unit = :day | :month
|
9086
9086
|
|
9087
9087
|
module DurationUnit
|
9088
|
-
extend Orb::Enum
|
9088
|
+
extend Orb::Internal::Type::Enum
|
9089
9089
|
|
9090
9090
|
DAY: :day
|
9091
9091
|
MONTH: :month
|
@@ -9100,7 +9100,7 @@ module Orb
|
|
9100
9100
|
duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
9101
9101
|
}
|
9102
9102
|
|
9103
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
9103
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
9104
9104
|
attr_accessor duration: Integer
|
9105
9105
|
|
9106
9106
|
attr_accessor duration_unit: Orb::Models::SubscriptionSchedulePlanChangeParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -9115,7 +9115,7 @@ module Orb
|
|
9115
9115
|
type duration_unit = :day | :month
|
9116
9116
|
|
9117
9117
|
module DurationUnit
|
9118
|
-
extend Orb::Enum
|
9118
|
+
extend Orb::Internal::Type::Enum
|
9119
9119
|
|
9120
9120
|
DAY: :day
|
9121
9121
|
MONTH: :month
|