orb-billing 0.1.0.pre.alpha.36 → 0.1.0.pre.alpha.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +58 -7
- data/lib/orb/client.rb +1 -1
- data/lib/orb/errors.rb +1 -53
- data/lib/orb/internal/page.rb +112 -0
- data/lib/orb/internal/transport/base_client.rb +473 -0
- data/lib/orb/internal/transport/pooled_net_requester.rb +184 -0
- data/lib/orb/internal/type/array_of.rb +118 -0
- data/lib/orb/internal/type/base_model.rb +375 -0
- data/lib/orb/internal/type/base_page.rb +46 -0
- data/lib/orb/internal/type/boolean.rb +54 -0
- data/lib/orb/internal/type/converter.rb +224 -0
- data/lib/orb/internal/type/enum.rb +105 -0
- data/lib/orb/internal/type/hash_of.rb +144 -0
- data/lib/orb/internal/type/request_parameters.rb +40 -0
- data/lib/orb/internal/type/union.rb +227 -0
- data/lib/orb/internal/type/unknown.rb +58 -0
- data/lib/orb/internal/util.rb +700 -0
- data/lib/orb/internal.rb +8 -0
- data/lib/orb/models/alert.rb +15 -15
- data/lib/orb/models/alert_create_for_customer_params.rb +8 -8
- data/lib/orb/models/alert_create_for_external_customer_params.rb +8 -8
- data/lib/orb/models/alert_create_for_subscription_params.rb +9 -8
- data/lib/orb/models/alert_disable_params.rb +4 -4
- data/lib/orb/models/alert_enable_params.rb +4 -4
- data/lib/orb/models/alert_list_params.rb +4 -4
- data/lib/orb/models/alert_retrieve_params.rb +4 -4
- data/lib/orb/models/alert_update_params.rb +7 -7
- data/lib/orb/models/amount_discount.rb +4 -4
- data/lib/orb/models/billable_metric.rb +4 -4
- data/lib/orb/models/billing_cycle_relative_date.rb +1 -1
- data/lib/orb/models/coupon.rb +3 -3
- data/lib/orb/models/coupon_archive_params.rb +4 -4
- data/lib/orb/models/coupon_create_params.rb +9 -9
- data/lib/orb/models/coupon_fetch_params.rb +4 -4
- data/lib/orb/models/coupon_list_params.rb +5 -5
- data/lib/orb/models/coupons/subscription_list_params.rb +4 -4
- data/lib/orb/models/credit_note.rb +30 -30
- data/lib/orb/models/credit_note_create_params.rb +8 -8
- data/lib/orb/models/credit_note_fetch_params.rb +4 -4
- data/lib/orb/models/credit_note_list_params.rb +4 -4
- data/lib/orb/models/customer.rb +33 -33
- data/lib/orb/models/customer_create_params.rb +36 -36
- data/lib/orb/models/customer_delete_params.rb +4 -4
- data/lib/orb/models/customer_fetch_by_external_id_params.rb +4 -4
- data/lib/orb/models/customer_fetch_params.rb +4 -4
- data/lib/orb/models/customer_list_params.rb +4 -4
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rb +4 -4
- data/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rb +4 -4
- data/lib/orb/models/customer_update_by_external_id_params.rb +36 -36
- data/lib/orb/models/customer_update_params.rb +36 -36
- data/lib/orb/models/customers/balance_transaction_create_params.rb +5 -5
- data/lib/orb/models/customers/balance_transaction_create_response.rb +8 -8
- data/lib/orb/models/customers/balance_transaction_list_params.rb +4 -4
- data/lib/orb/models/customers/balance_transaction_list_response.rb +8 -8
- data/lib/orb/models/customers/cost_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/cost_list_by_external_id_response.rb +9 -8
- data/lib/orb/models/customers/cost_list_params.rb +5 -5
- data/lib/orb/models/customers/cost_list_response.rb +8 -8
- data/lib/orb/models/customers/credit_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/credit_list_by_external_id_response.rb +3 -3
- data/lib/orb/models/customers/credit_list_params.rb +5 -5
- data/lib/orb/models/customers/credit_list_response.rb +3 -3
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +11 -11
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +11 -11
- data/lib/orb/models/customers/credits/ledger_create_entry_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +6 -6
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rb +57 -57
- data/lib/orb/models/customers/credits/ledger_list_params.rb +6 -6
- data/lib/orb/models/customers/credits/ledger_list_response.rb +57 -57
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +9 -9
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_create_params.rb +9 -9
- data/lib/orb/models/customers/credits/top_up_create_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_delete_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_list_params.rb +4 -4
- data/lib/orb/models/customers/credits/top_up_list_response.rb +7 -7
- data/lib/orb/models/dimensional_price_group.rb +4 -4
- data/lib/orb/models/dimensional_price_group_create_params.rb +6 -6
- data/lib/orb/models/dimensional_price_group_list_params.rb +4 -4
- data/lib/orb/models/dimensional_price_group_retrieve_params.rb +4 -4
- data/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rb +4 -4
- data/lib/orb/models/dimensional_price_groups.rb +3 -3
- data/lib/orb/models/discount.rb +1 -1
- data/lib/orb/models/evaluate_price_group.rb +6 -5
- data/lib/orb/models/event_deprecate_params.rb +4 -4
- data/lib/orb/models/event_deprecate_response.rb +2 -2
- data/lib/orb/models/event_ingest_params.rb +9 -9
- data/lib/orb/models/event_ingest_response.rb +11 -10
- data/lib/orb/models/event_search_params.rb +5 -5
- data/lib/orb/models/event_search_response.rb +7 -7
- data/lib/orb/models/event_update_params.rb +5 -5
- data/lib/orb/models/event_update_response.rb +2 -2
- data/lib/orb/models/events/backfill_close_params.rb +4 -4
- data/lib/orb/models/events/backfill_close_response.rb +4 -4
- data/lib/orb/models/events/backfill_create_params.rb +5 -5
- data/lib/orb/models/events/backfill_create_response.rb +4 -4
- data/lib/orb/models/events/backfill_fetch_params.rb +4 -4
- data/lib/orb/models/events/backfill_fetch_response.rb +4 -4
- data/lib/orb/models/events/backfill_list_params.rb +4 -4
- data/lib/orb/models/events/backfill_list_response.rb +4 -4
- data/lib/orb/models/events/backfill_revert_params.rb +4 -4
- data/lib/orb/models/events/backfill_revert_response.rb +4 -4
- data/lib/orb/models/events/event_volumes.rb +5 -5
- data/lib/orb/models/events/volume_list_params.rb +4 -4
- data/lib/orb/models/invoice.rb +102 -100
- data/lib/orb/models/invoice_create_params.rb +12 -12
- data/lib/orb/models/invoice_fetch_params.rb +4 -4
- data/lib/orb/models/invoice_fetch_upcoming_params.rb +4 -4
- data/lib/orb/models/invoice_fetch_upcoming_response.rb +104 -100
- data/lib/orb/models/invoice_issue_params.rb +5 -5
- data/lib/orb/models/invoice_level_discount.rb +1 -1
- data/lib/orb/models/invoice_line_item_create_params.rb +4 -4
- data/lib/orb/models/invoice_line_item_create_response.rb +55 -53
- data/lib/orb/models/invoice_list_params.rb +10 -8
- data/lib/orb/models/invoice_mark_paid_params.rb +4 -4
- data/lib/orb/models/invoice_pay_params.rb +4 -4
- data/lib/orb/models/invoice_update_params.rb +5 -5
- data/lib/orb/models/invoice_void_params.rb +4 -4
- data/lib/orb/models/item.rb +6 -6
- data/lib/orb/models/item_create_params.rb +4 -4
- data/lib/orb/models/item_fetch_params.rb +4 -4
- data/lib/orb/models/item_list_params.rb +4 -4
- data/lib/orb/models/item_update_params.rb +8 -8
- data/lib/orb/models/metric_create_params.rb +5 -5
- data/lib/orb/models/metric_fetch_params.rb +4 -4
- data/lib/orb/models/metric_list_params.rb +4 -4
- data/lib/orb/models/metric_update_params.rb +5 -5
- data/lib/orb/models/pagination_metadata.rb +3 -3
- data/lib/orb/models/percentage_discount.rb +4 -4
- data/lib/orb/models/plan.rb +50 -50
- data/lib/orb/models/plan_create_params.rb +337 -333
- data/lib/orb/models/plan_fetch_params.rb +4 -4
- data/lib/orb/models/plan_list_params.rb +5 -5
- data/lib/orb/models/plan_update_params.rb +5 -5
- data/lib/orb/models/plans/external_plan_id_fetch_params.rb +4 -4
- data/lib/orb/models/plans/external_plan_id_update_params.rb +5 -5
- data/lib/orb/models/price.rb +824 -816
- data/lib/orb/models/price_create_params.rb +78 -73
- data/lib/orb/models/price_evaluate_params.rb +5 -5
- data/lib/orb/models/price_evaluate_response.rb +3 -3
- data/lib/orb/models/price_fetch_params.rb +4 -4
- data/lib/orb/models/price_list_params.rb +4 -4
- data/lib/orb/models/price_update_params.rb +5 -5
- data/lib/orb/models/prices/external_price_id_fetch_params.rb +4 -4
- data/lib/orb/models/prices/external_price_id_update_params.rb +5 -5
- data/lib/orb/models/subscription.rb +74 -70
- data/lib/orb/models/subscription_cancel_params.rb +6 -6
- data/lib/orb/models/subscription_cancel_response.rb +73 -70
- data/lib/orb/models/subscription_create_params.rb +758 -740
- data/lib/orb/models/subscription_create_response.rb +73 -70
- data/lib/orb/models/subscription_fetch_costs_params.rb +5 -5
- data/lib/orb/models/subscription_fetch_costs_response.rb +8 -8
- data/lib/orb/models/subscription_fetch_params.rb +4 -4
- data/lib/orb/models/subscription_fetch_schedule_params.rb +4 -4
- data/lib/orb/models/subscription_fetch_schedule_response.rb +4 -4
- data/lib/orb/models/subscription_fetch_usage_params.rb +6 -6
- data/lib/orb/models/subscription_list_params.rb +7 -7
- data/lib/orb/models/subscription_price_intervals_params.rb +443 -434
- data/lib/orb/models/subscription_price_intervals_response.rb +70 -70
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +756 -740
- data/lib/orb/models/subscription_schedule_plan_change_response.rb +70 -70
- data/lib/orb/models/subscription_trigger_phase_params.rb +5 -5
- data/lib/orb/models/subscription_trigger_phase_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_cancellation_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_cancellation_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +70 -70
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rb +4 -4
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +70 -70
- data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +6 -6
- data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +70 -70
- data/lib/orb/models/subscription_update_params.rb +6 -6
- data/lib/orb/models/subscription_update_trial_params.rb +6 -6
- data/lib/orb/models/subscription_update_trial_response.rb +70 -70
- data/lib/orb/models/subscription_usage.rb +27 -25
- data/lib/orb/models/subscriptions.rb +3 -3
- data/lib/orb/models/top_level_ping_params.rb +4 -4
- data/lib/orb/models/top_level_ping_response.rb +2 -2
- data/lib/orb/models/trial_discount.rb +4 -4
- data/lib/orb/models/usage_discount.rb +4 -4
- data/lib/orb/request_options.rb +4 -4
- data/lib/orb/resources/alerts.rb +8 -3
- data/lib/orb/resources/coupons/subscriptions.rb +2 -2
- data/lib/orb/resources/coupons.rb +2 -2
- data/lib/orb/resources/credit_notes.rb +8 -3
- data/lib/orb/resources/customers/balance_transactions.rb +8 -3
- data/lib/orb/resources/customers/credits/ledger.rb +16 -6
- data/lib/orb/resources/customers/credits/top_ups.rb +4 -4
- data/lib/orb/resources/customers/credits.rb +4 -4
- data/lib/orb/resources/customers.rb +8 -3
- data/lib/orb/resources/dimensional_price_groups.rb +2 -2
- data/lib/orb/resources/events/backfills.rb +2 -2
- data/lib/orb/resources/invoices.rb +12 -3
- data/lib/orb/resources/items.rb +2 -2
- data/lib/orb/resources/metrics.rb +8 -3
- data/lib/orb/resources/plans.rb +8 -3
- data/lib/orb/resources/prices.rb +2 -2
- data/lib/orb/resources/subscriptions.rb +16 -6
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +15 -15
- data/rbi/lib/orb/client.rbi +1 -1
- data/rbi/lib/orb/errors.rbi +0 -52
- data/rbi/lib/orb/internal/page.rbi +37 -0
- data/rbi/lib/orb/internal/transport/base_client.rbi +209 -0
- data/rbi/lib/orb/internal/transport/pooled_net_requester.rbi +66 -0
- data/rbi/lib/orb/internal/type/array_of.rbi +88 -0
- data/rbi/lib/orb/internal/type/base_model.rbi +208 -0
- data/rbi/lib/orb/internal/type/base_page.rbi +41 -0
- data/rbi/lib/orb/internal/type/boolean.rbi +43 -0
- data/rbi/lib/orb/internal/type/converter.rbi +106 -0
- data/rbi/lib/orb/internal/type/enum.rbi +60 -0
- data/rbi/lib/orb/internal/type/hash_of.rbi +87 -0
- data/rbi/lib/orb/internal/type/request_parameters.rbi +22 -0
- data/rbi/lib/orb/internal/type/union.rbi +70 -0
- data/rbi/lib/orb/internal/type/unknown.rbi +42 -0
- data/rbi/lib/orb/internal/util.rbi +282 -0
- data/rbi/lib/orb/internal.rbi +12 -0
- data/rbi/lib/orb/models/alert.rbi +16 -16
- data/rbi/lib/orb/models/alert_create_for_customer_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_create_for_external_customer_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_create_for_subscription_params.rbi +7 -7
- data/rbi/lib/orb/models/alert_disable_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_enable_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_list_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_retrieve_params.rbi +4 -4
- data/rbi/lib/orb/models/alert_update_params.rbi +6 -6
- data/rbi/lib/orb/models/amount_discount.rbi +2 -2
- data/rbi/lib/orb/models/billable_metric.rbi +4 -4
- data/rbi/lib/orb/models/billing_cycle_relative_date.rbi +1 -1
- data/rbi/lib/orb/models/coupon.rbi +3 -3
- data/rbi/lib/orb/models/coupon_archive_params.rbi +4 -4
- data/rbi/lib/orb/models/coupon_create_params.rbi +8 -8
- data/rbi/lib/orb/models/coupon_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/coupon_list_params.rbi +4 -4
- data/rbi/lib/orb/models/coupons/subscription_list_params.rbi +4 -4
- data/rbi/lib/orb/models/credit_note.rbi +29 -26
- data/rbi/lib/orb/models/credit_note_create_params.rbi +7 -7
- data/rbi/lib/orb/models/credit_note_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/credit_note_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customer.rbi +36 -30
- data/rbi/lib/orb/models/customer_create_params.rbi +34 -31
- data/rbi/lib/orb/models/customer_delete_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_fetch_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rbi +4 -4
- data/rbi/lib/orb/models/customer_update_by_external_id_params.rbi +33 -31
- data/rbi/lib/orb/models/customer_update_params.rbi +34 -31
- data/rbi/lib/orb/models/customers/balance_transaction_create_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/balance_transaction_create_response.rbi +17 -9
- data/rbi/lib/orb/models/customers/balance_transaction_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/balance_transaction_list_response.rbi +13 -9
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_response.rbi +6 -6
- data/rbi/lib/orb/models/customers/cost_list_params.rbi +5 -5
- data/rbi/lib/orb/models/customers/cost_list_response.rbi +6 -6
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_response.rbi +2 -2
- data/rbi/lib/orb/models/customers/credit_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credit_list_response.rbi +2 -2
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbi +9 -9
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_params.rbi +9 -9
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rbi +6 -6
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rbi +57 -57
- data/rbi/lib/orb/models/customers/credits/ledger_list_params.rbi +6 -6
- data/rbi/lib/orb/models/customers/credits/ledger_list_response.rbi +63 -57
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rbi +14 -8
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rbi +5 -5
- data/rbi/lib/orb/models/customers/credits/top_up_create_params.rbi +8 -8
- data/rbi/lib/orb/models/customers/credits/top_up_create_response.rbi +5 -5
- data/rbi/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_delete_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rbi +11 -5
- data/rbi/lib/orb/models/customers/credits/top_up_list_params.rbi +4 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_response.rbi +5 -5
- data/rbi/lib/orb/models/dimensional_price_group.rbi +1 -1
- data/rbi/lib/orb/models/dimensional_price_group_create_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_group_list_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_group_retrieve_params.rbi +4 -4
- data/rbi/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbi +9 -4
- data/rbi/lib/orb/models/dimensional_price_groups.rbi +4 -4
- data/rbi/lib/orb/models/discount.rbi +1 -1
- data/rbi/lib/orb/models/evaluate_price_group.rbi +2 -2
- data/rbi/lib/orb/models/event_deprecate_params.rbi +4 -4
- data/rbi/lib/orb/models/event_deprecate_response.rbi +1 -1
- data/rbi/lib/orb/models/event_ingest_params.rbi +6 -6
- data/rbi/lib/orb/models/event_ingest_response.rbi +6 -6
- data/rbi/lib/orb/models/event_search_params.rbi +4 -4
- data/rbi/lib/orb/models/event_search_response.rbi +3 -3
- data/rbi/lib/orb/models/event_update_params.rbi +4 -4
- data/rbi/lib/orb/models/event_update_response.rbi +1 -1
- data/rbi/lib/orb/models/events/backfill_close_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_close_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_create_params.rbi +4 -4
- data/rbi/lib/orb/models/events/backfill_create_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_fetch_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_list_params.rbi +4 -4
- data/rbi/lib/orb/models/events/backfill_list_response.rbi +2 -2
- data/rbi/lib/orb/models/events/backfill_revert_params.rbi +9 -4
- data/rbi/lib/orb/models/events/backfill_revert_response.rbi +2 -2
- data/rbi/lib/orb/models/events/event_volumes.rbi +3 -3
- data/rbi/lib/orb/models/events/volume_list_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice.rbi +96 -84
- data/rbi/lib/orb/models/invoice_create_params.rbi +14 -11
- data/rbi/lib/orb/models/invoice_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_response.rbi +94 -84
- data/rbi/lib/orb/models/invoice_issue_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_level_discount.rbi +1 -1
- data/rbi/lib/orb/models/invoice_line_item_create_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_line_item_create_response.rbi +42 -38
- data/rbi/lib/orb/models/invoice_list_params.rbi +6 -6
- data/rbi/lib/orb/models/invoice_mark_paid_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_pay_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_update_params.rbi +4 -4
- data/rbi/lib/orb/models/invoice_void_params.rbi +4 -4
- data/rbi/lib/orb/models/item.rbi +4 -4
- data/rbi/lib/orb/models/item_create_params.rbi +4 -4
- data/rbi/lib/orb/models/item_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/item_list_params.rbi +4 -4
- data/rbi/lib/orb/models/item_update_params.rbi +7 -7
- data/rbi/lib/orb/models/metric_create_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_list_params.rbi +4 -4
- data/rbi/lib/orb/models/metric_update_params.rbi +4 -4
- data/rbi/lib/orb/models/pagination_metadata.rbi +1 -1
- data/rbi/lib/orb/models/percentage_discount.rbi +2 -2
- data/rbi/lib/orb/models/plan.rbi +37 -37
- data/rbi/lib/orb/models/plan_create_params.rbi +307 -291
- data/rbi/lib/orb/models/plan_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/plan_list_params.rbi +5 -5
- data/rbi/lib/orb/models/plan_update_params.rbi +4 -4
- data/rbi/lib/orb/models/plans/external_plan_id_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/plans/external_plan_id_update_params.rbi +4 -4
- data/rbi/lib/orb/models/price.rbi +1038 -880
- data/rbi/lib/orb/models/price_create_params.rbi +60 -53
- data/rbi/lib/orb/models/price_evaluate_params.rbi +4 -4
- data/rbi/lib/orb/models/price_evaluate_response.rbi +2 -2
- data/rbi/lib/orb/models/price_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/price_list_params.rbi +4 -4
- data/rbi/lib/orb/models/price_update_params.rbi +4 -4
- data/rbi/lib/orb/models/prices/external_price_id_fetch_params.rbi +9 -4
- data/rbi/lib/orb/models/prices/external_price_id_update_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription.rbi +42 -40
- data/rbi/lib/orb/models/subscription_cancel_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_cancel_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_create_params.rbi +630 -620
- data/rbi/lib/orb/models/subscription_create_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_fetch_costs_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_fetch_costs_response.rbi +6 -6
- data/rbi/lib/orb/models/subscription_fetch_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_response.rbi +4 -4
- data/rbi/lib/orb/models/subscription_fetch_usage_params.rbi +6 -6
- data/rbi/lib/orb/models/subscription_list_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_price_intervals_params.rbi +385 -365
- data/rbi/lib/orb/models/subscription_price_intervals_response.rbi +42 -40
- data/rbi/lib/orb/models/subscription_schedule_plan_change_params.rbi +627 -621
- data/rbi/lib/orb/models/subscription_schedule_plan_change_response.rbi +49 -40
- data/rbi/lib/orb/models/subscription_trigger_phase_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_trigger_phase_response.rbi +48 -40
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbi +46 -40
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rbi +61 -40
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_response.rbi +40 -40
- data/rbi/lib/orb/models/subscription_update_params.rbi +4 -4
- data/rbi/lib/orb/models/subscription_update_trial_params.rbi +5 -5
- data/rbi/lib/orb/models/subscription_update_trial_response.rbi +49 -40
- data/rbi/lib/orb/models/subscription_usage.rbi +30 -24
- data/rbi/lib/orb/models/subscriptions.rbi +4 -4
- data/rbi/lib/orb/models/top_level_ping_params.rbi +4 -4
- data/rbi/lib/orb/models/top_level_ping_response.rbi +1 -1
- data/rbi/lib/orb/models/trial_discount.rbi +2 -2
- data/rbi/lib/orb/models/usage_discount.rbi +2 -2
- data/rbi/lib/orb/request_options.rbi +2 -2
- data/rbi/lib/orb/resources/alerts.rbi +16 -13
- data/rbi/lib/orb/resources/coupons/subscriptions.rbi +2 -2
- data/rbi/lib/orb/resources/coupons.rbi +12 -6
- data/rbi/lib/orb/resources/credit_notes.rbi +5 -5
- data/rbi/lib/orb/resources/customers/balance_transactions.rbi +3 -3
- data/rbi/lib/orb/resources/customers/costs.rbi +2 -2
- data/rbi/lib/orb/resources/customers/credits/ledger.rbi +8 -8
- data/rbi/lib/orb/resources/customers/credits/top_ups.rbi +13 -10
- data/rbi/lib/orb/resources/customers/credits.rbi +4 -4
- data/rbi/lib/orb/resources/customers.rbi +31 -31
- data/rbi/lib/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rbi +1 -1
- data/rbi/lib/orb/resources/dimensional_price_groups.rbi +4 -4
- data/rbi/lib/orb/resources/events/backfills.rbi +6 -6
- data/rbi/lib/orb/resources/events/volume.rbi +1 -1
- data/rbi/lib/orb/resources/events.rbi +8 -5
- data/rbi/lib/orb/resources/invoice_line_items.rbi +1 -1
- data/rbi/lib/orb/resources/invoices.rbi +21 -12
- data/rbi/lib/orb/resources/items.rbi +9 -6
- data/rbi/lib/orb/resources/metrics.rbi +8 -5
- data/rbi/lib/orb/resources/plans/external_plan_id.rbi +2 -2
- data/rbi/lib/orb/resources/plans.rbi +9 -6
- data/rbi/lib/orb/resources/prices/external_price_id.rbi +2 -2
- data/rbi/lib/orb/resources/prices.rbi +20 -17
- data/rbi/lib/orb/resources/subscriptions.rbi +40 -36
- data/rbi/lib/orb/resources/top_level.rbi +1 -1
- data/rbi/lib/orb/version.rbi +1 -1
- data/sig/orb/client.rbs +1 -1
- data/sig/orb/errors.rbs +0 -52
- data/sig/orb/internal/page.rbs +24 -0
- data/sig/orb/internal/transport/base_client.rbs +110 -0
- data/sig/orb/internal/transport/pooled_net_requester.rbs +41 -0
- data/sig/orb/internal/type/array_of.rbs +38 -0
- data/sig/orb/internal/type/base_model.rbs +79 -0
- data/sig/orb/internal/type/base_page.rbs +24 -0
- data/sig/orb/internal/type/boolean.rbs +20 -0
- data/sig/orb/internal/type/converter.rbs +44 -0
- data/sig/orb/internal/type/enum.rbs +24 -0
- data/sig/orb/internal/type/hash_of.rbs +38 -0
- data/sig/orb/internal/type/request_parameters.rbs +15 -0
- data/sig/orb/internal/type/union.rbs +42 -0
- data/sig/orb/internal/type/unknown.rbs +20 -0
- data/sig/orb/internal/util.rbs +139 -0
- data/sig/orb/internal.rbs +5 -0
- data/sig/orb/models/alert.rbs +7 -7
- data/sig/orb/models/alert_create_for_customer_params.rbs +6 -6
- data/sig/orb/models/alert_create_for_external_customer_params.rbs +6 -6
- data/sig/orb/models/alert_create_for_subscription_params.rbs +6 -6
- data/sig/orb/models/alert_disable_params.rbs +4 -4
- data/sig/orb/models/alert_enable_params.rbs +4 -4
- data/sig/orb/models/alert_list_params.rbs +4 -4
- data/sig/orb/models/alert_retrieve_params.rbs +4 -4
- data/sig/orb/models/alert_update_params.rbs +5 -5
- data/sig/orb/models/amount_discount.rbs +2 -2
- data/sig/orb/models/billable_metric.rbs +2 -2
- data/sig/orb/models/billing_cycle_relative_date.rbs +1 -1
- data/sig/orb/models/coupon.rbs +2 -2
- data/sig/orb/models/coupon_archive_params.rbs +4 -4
- data/sig/orb/models/coupon_create_params.rbs +7 -7
- data/sig/orb/models/coupon_fetch_params.rbs +4 -4
- data/sig/orb/models/coupon_list_params.rbs +4 -4
- data/sig/orb/models/coupons/subscription_list_params.rbs +5 -4
- data/sig/orb/models/credit_note.rbs +14 -14
- data/sig/orb/models/credit_note_create_params.rbs +6 -6
- data/sig/orb/models/credit_note_fetch_params.rbs +5 -4
- data/sig/orb/models/credit_note_list_params.rbs +4 -4
- data/sig/orb/models/customer.rbs +14 -14
- data/sig/orb/models/customer_create_params.rbs +17 -17
- data/sig/orb/models/customer_delete_params.rbs +4 -4
- data/sig/orb/models/customer_fetch_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customer_fetch_params.rbs +4 -4
- data/sig/orb/models/customer_list_params.rbs +4 -4
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbs +4 -4
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_params.rbs +4 -4
- data/sig/orb/models/customer_update_by_external_id_params.rbs +17 -17
- data/sig/orb/models/customer_update_params.rbs +17 -17
- data/sig/orb/models/customers/balance_transaction_create_params.rbs +5 -5
- data/sig/orb/models/customers/balance_transaction_create_response.rbs +5 -5
- data/sig/orb/models/customers/balance_transaction_list_params.rbs +4 -4
- data/sig/orb/models/customers/balance_transaction_list_response.rbs +5 -5
- data/sig/orb/models/customers/cost_list_by_external_id_params.rbs +5 -5
- data/sig/orb/models/customers/cost_list_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/cost_list_params.rbs +5 -5
- data/sig/orb/models/customers/cost_list_response.rbs +3 -3
- data/sig/orb/models/customers/credit_list_by_external_id_params.rbs +4 -4
- data/sig/orb/models/customers/credit_list_by_external_id_response.rbs +2 -2
- data/sig/orb/models/customers/credit_list_params.rbs +4 -4
- data/sig/orb/models/customers/credit_list_response.rbs +2 -2
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbs +7 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_create_entry_params.rbs +7 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_params.rbs +6 -6
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_response.rbs +29 -29
- data/sig/orb/models/customers/credits/ledger_list_params.rbs +6 -6
- data/sig/orb/models/customers/credits/ledger_list_response.rbs +29 -29
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_params.rbs +6 -6
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_create_params.rbs +6 -6
- data/sig/orb/models/customers/credits/top_up_create_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_delete_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_delete_params.rbs +4 -4
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_response.rbs +3 -3
- data/sig/orb/models/customers/credits/top_up_list_params.rbs +5 -4
- data/sig/orb/models/customers/credits/top_up_list_response.rbs +3 -3
- data/sig/orb/models/dimensional_price_group.rbs +1 -1
- data/sig/orb/models/dimensional_price_group_create_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_group_list_params.rbs +5 -4
- data/sig/orb/models/dimensional_price_group_retrieve_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbs +4 -4
- data/sig/orb/models/dimensional_price_groups.rbs +1 -1
- data/sig/orb/models/discount.rbs +1 -1
- data/sig/orb/models/evaluate_price_group.rbs +2 -2
- data/sig/orb/models/event_deprecate_params.rbs +4 -4
- data/sig/orb/models/event_deprecate_response.rbs +1 -1
- data/sig/orb/models/event_ingest_params.rbs +5 -5
- data/sig/orb/models/event_ingest_response.rbs +3 -3
- data/sig/orb/models/event_search_params.rbs +4 -4
- data/sig/orb/models/event_search_response.rbs +2 -2
- data/sig/orb/models/event_update_params.rbs +4 -4
- data/sig/orb/models/event_update_response.rbs +1 -1
- data/sig/orb/models/events/backfill_close_params.rbs +5 -4
- data/sig/orb/models/events/backfill_close_response.rbs +2 -2
- data/sig/orb/models/events/backfill_create_params.rbs +4 -4
- data/sig/orb/models/events/backfill_create_response.rbs +2 -2
- data/sig/orb/models/events/backfill_fetch_params.rbs +5 -4
- data/sig/orb/models/events/backfill_fetch_response.rbs +2 -2
- data/sig/orb/models/events/backfill_list_params.rbs +5 -4
- data/sig/orb/models/events/backfill_list_response.rbs +2 -2
- data/sig/orb/models/events/backfill_revert_params.rbs +5 -4
- data/sig/orb/models/events/backfill_revert_response.rbs +2 -2
- data/sig/orb/models/events/event_volumes.rbs +2 -2
- data/sig/orb/models/events/volume_list_params.rbs +4 -4
- data/sig/orb/models/invoice.rbs +40 -40
- data/sig/orb/models/invoice_create_params.rbs +7 -7
- data/sig/orb/models/invoice_fetch_params.rbs +4 -4
- data/sig/orb/models/invoice_fetch_upcoming_params.rbs +4 -4
- data/sig/orb/models/invoice_fetch_upcoming_response.rbs +40 -40
- data/sig/orb/models/invoice_issue_params.rbs +5 -4
- data/sig/orb/models/invoice_level_discount.rbs +1 -1
- data/sig/orb/models/invoice_line_item_create_params.rbs +4 -4
- data/sig/orb/models/invoice_line_item_create_response.rbs +19 -19
- data/sig/orb/models/invoice_list_params.rbs +6 -6
- data/sig/orb/models/invoice_mark_paid_params.rbs +4 -4
- data/sig/orb/models/invoice_pay_params.rbs +4 -4
- data/sig/orb/models/invoice_update_params.rbs +5 -4
- data/sig/orb/models/invoice_void_params.rbs +4 -4
- data/sig/orb/models/item.rbs +3 -3
- data/sig/orb/models/item_create_params.rbs +5 -4
- data/sig/orb/models/item_fetch_params.rbs +4 -4
- data/sig/orb/models/item_list_params.rbs +5 -4
- data/sig/orb/models/item_update_params.rbs +6 -6
- data/sig/orb/models/metric_create_params.rbs +4 -4
- data/sig/orb/models/metric_fetch_params.rbs +4 -4
- data/sig/orb/models/metric_list_params.rbs +4 -4
- data/sig/orb/models/metric_update_params.rbs +5 -4
- data/sig/orb/models/pagination_metadata.rbs +1 -1
- data/sig/orb/models/percentage_discount.rbs +2 -2
- data/sig/orb/models/plan.rbs +18 -18
- data/sig/orb/models/plan_create_params.rbs +169 -169
- data/sig/orb/models/plan_fetch_params.rbs +4 -4
- data/sig/orb/models/plan_list_params.rbs +5 -5
- data/sig/orb/models/plan_update_params.rbs +4 -4
- data/sig/orb/models/plans/external_plan_id_fetch_params.rbs +5 -4
- data/sig/orb/models/plans/external_plan_id_update_params.rbs +4 -4
- data/sig/orb/models/price.rbs +380 -380
- data/sig/orb/models/price_create_params.rbs +25 -25
- data/sig/orb/models/price_evaluate_params.rbs +4 -4
- data/sig/orb/models/price_evaluate_response.rbs +1 -1
- data/sig/orb/models/price_fetch_params.rbs +4 -4
- data/sig/orb/models/price_list_params.rbs +5 -4
- data/sig/orb/models/price_update_params.rbs +5 -4
- data/sig/orb/models/prices/external_price_id_fetch_params.rbs +5 -4
- data/sig/orb/models/prices/external_price_id_update_params.rbs +5 -4
- data/sig/orb/models/subscription.rbs +21 -21
- data/sig/orb/models/subscription_cancel_params.rbs +5 -5
- data/sig/orb/models/subscription_cancel_response.rbs +21 -21
- data/sig/orb/models/subscription_create_params.rbs +360 -360
- data/sig/orb/models/subscription_create_response.rbs +21 -21
- data/sig/orb/models/subscription_fetch_costs_params.rbs +5 -5
- data/sig/orb/models/subscription_fetch_costs_response.rbs +3 -3
- data/sig/orb/models/subscription_fetch_params.rbs +5 -4
- data/sig/orb/models/subscription_fetch_schedule_params.rbs +4 -4
- data/sig/orb/models/subscription_fetch_schedule_response.rbs +2 -2
- data/sig/orb/models/subscription_fetch_usage_params.rbs +6 -6
- data/sig/orb/models/subscription_list_params.rbs +5 -5
- data/sig/orb/models/subscription_price_intervals_params.rbs +214 -214
- data/sig/orb/models/subscription_price_intervals_response.rbs +21 -21
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +361 -361
- data/sig/orb/models/subscription_schedule_plan_change_response.rbs +21 -21
- data/sig/orb/models/subscription_trigger_phase_params.rbs +4 -4
- data/sig/orb/models/subscription_trigger_phase_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_cancellation_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +21 -21
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_params.rbs +4 -4
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +21 -21
- data/sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs +5 -5
- data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +21 -21
- data/sig/orb/models/subscription_update_params.rbs +4 -4
- data/sig/orb/models/subscription_update_trial_params.rbs +5 -5
- data/sig/orb/models/subscription_update_trial_response.rbs +21 -21
- data/sig/orb/models/subscription_usage.rbs +12 -12
- data/sig/orb/models/subscriptions.rbs +1 -1
- data/sig/orb/models/top_level_ping_params.rbs +4 -4
- data/sig/orb/models/top_level_ping_response.rbs +1 -1
- data/sig/orb/models/trial_discount.rbs +2 -2
- data/sig/orb/models/usage_discount.rbs +2 -2
- data/sig/orb/request_options.rbs +1 -1
- data/sig/orb/resources/alerts.rbs +1 -1
- data/sig/orb/resources/coupons/subscriptions.rbs +1 -1
- data/sig/orb/resources/coupons.rbs +1 -1
- data/sig/orb/resources/credit_notes.rbs +1 -1
- data/sig/orb/resources/customers/balance_transactions.rbs +1 -1
- data/sig/orb/resources/customers/credits/ledger.rbs +2 -2
- data/sig/orb/resources/customers/credits/top_ups.rbs +2 -2
- data/sig/orb/resources/customers/credits.rbs +2 -2
- data/sig/orb/resources/customers.rbs +1 -1
- data/sig/orb/resources/dimensional_price_groups.rbs +1 -1
- data/sig/orb/resources/events/backfills.rbs +1 -1
- data/sig/orb/resources/invoices.rbs +1 -1
- data/sig/orb/resources/items.rbs +1 -1
- data/sig/orb/resources/metrics.rbs +1 -1
- data/sig/orb/resources/plans.rbs +1 -1
- data/sig/orb/resources/prices.rbs +1 -1
- data/sig/orb/resources/subscriptions.rbs +2 -2
- data/sig/orb/version.rbs +1 -1
- metadata +47 -47
- data/lib/orb/page.rb +0 -114
- data/lib/orb/transport/base_client.rb +0 -459
- data/lib/orb/transport/pooled_net_requester.rb +0 -182
- data/lib/orb/type/array_of.rb +0 -112
- data/lib/orb/type/base_model.rb +0 -367
- data/lib/orb/type/base_page.rb +0 -61
- data/lib/orb/type/boolean_model.rb +0 -52
- data/lib/orb/type/converter.rb +0 -217
- data/lib/orb/type/enum.rb +0 -101
- data/lib/orb/type/hash_of.rb +0 -132
- data/lib/orb/type/request_parameters.rb +0 -38
- data/lib/orb/type/union.rb +0 -225
- data/lib/orb/type/unknown.rb +0 -56
- data/lib/orb/type.rb +0 -23
- data/lib/orb/util.rb +0 -722
- data/rbi/lib/orb/page.rbi +0 -35
- data/rbi/lib/orb/transport/base_client.rbi +0 -205
- data/rbi/lib/orb/transport/pooled_net_requester.rbi +0 -64
- data/rbi/lib/orb/type/array_of.rbi +0 -82
- data/rbi/lib/orb/type/base_model.rbi +0 -197
- data/rbi/lib/orb/type/base_page.rbi +0 -38
- data/rbi/lib/orb/type/boolean_model.rbi +0 -41
- data/rbi/lib/orb/type/converter.rbi +0 -95
- data/rbi/lib/orb/type/enum.rbi +0 -58
- data/rbi/lib/orb/type/hash_of.rbi +0 -86
- data/rbi/lib/orb/type/request_parameters.rbi +0 -20
- data/rbi/lib/orb/type/union.rbi +0 -66
- data/rbi/lib/orb/type/unknown.rbi +0 -37
- data/rbi/lib/orb/type.rbi +0 -23
- data/rbi/lib/orb/util.rbi +0 -278
- data/sig/orb/page.rbs +0 -22
- data/sig/orb/transport/base_client.rbs +0 -110
- data/sig/orb/transport/pooled_net_requester.rbs +0 -39
- data/sig/orb/type/array_of.rbs +0 -36
- data/sig/orb/type/base_model.rbs +0 -77
- data/sig/orb/type/base_page.rbs +0 -22
- data/sig/orb/type/boolean_model.rbs +0 -18
- data/sig/orb/type/converter.rbs +0 -36
- data/sig/orb/type/enum.rbs +0 -22
- data/sig/orb/type/hash_of.rbs +0 -36
- data/sig/orb/type/request_parameters.rbs +0 -13
- data/sig/orb/type/union.rbs +0 -37
- data/sig/orb/type/unknown.rbs +0 -15
- data/sig/orb/type.rbs +0 -22
- data/sig/orb/util.rbs +0 -132
@@ -34,11 +34,11 @@ module Orb
|
|
34
34
|
trial_duration_days: Integer?,
|
35
35
|
usage_customer_ids: ::Array[String]?
|
36
36
|
}
|
37
|
-
& Orb::request_parameters
|
37
|
+
& Orb::Internal::Type::request_parameters
|
38
38
|
|
39
|
-
class SubscriptionCreateParams < Orb::BaseModel
|
40
|
-
extend Orb::Type::RequestParameters::Converter
|
41
|
-
include Orb::RequestParameters
|
39
|
+
class SubscriptionCreateParams < Orb::Internal::Type::BaseModel
|
40
|
+
extend Orb::Internal::Type::RequestParameters::Converter
|
41
|
+
include Orb::Internal::Type::RequestParameters
|
42
42
|
|
43
43
|
attr_accessor add_adjustments: ::Array[Orb::Models::SubscriptionCreateParams::AddAdjustment]?
|
44
44
|
|
@@ -149,7 +149,7 @@ module Orb
|
|
149
149
|
start_date: Time?
|
150
150
|
}
|
151
151
|
|
152
|
-
class AddAdjustment < Orb::BaseModel
|
152
|
+
class AddAdjustment < Orb::Internal::Type::BaseModel
|
153
153
|
attr_accessor adjustment: Orb::Models::SubscriptionCreateParams::AddAdjustment::adjustment
|
154
154
|
|
155
155
|
attr_accessor end_date: Time?
|
@@ -175,7 +175,7 @@ module Orb
|
|
175
175
|
| Orb::Models::SubscriptionCreateParams::AddAdjustment::Adjustment::NewMaximum
|
176
176
|
|
177
177
|
module Adjustment
|
178
|
-
extend Orb::Union
|
178
|
+
extend Orb::Internal::Type::Union
|
179
179
|
|
180
180
|
type new_percentage_discount =
|
181
181
|
{
|
@@ -185,7 +185,7 @@ module Orb
|
|
185
185
|
is_invoice_level: bool
|
186
186
|
}
|
187
187
|
|
188
|
-
class NewPercentageDiscount < Orb::BaseModel
|
188
|
+
class NewPercentageDiscount < Orb::Internal::Type::BaseModel
|
189
189
|
attr_accessor adjustment_type: :percentage_discount
|
190
190
|
|
191
191
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -214,7 +214,7 @@ module Orb
|
|
214
214
|
is_invoice_level: bool
|
215
215
|
}
|
216
216
|
|
217
|
-
class NewUsageDiscount < Orb::BaseModel
|
217
|
+
class NewUsageDiscount < Orb::Internal::Type::BaseModel
|
218
218
|
attr_accessor adjustment_type: :usage_discount
|
219
219
|
|
220
220
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -243,7 +243,7 @@ module Orb
|
|
243
243
|
is_invoice_level: bool
|
244
244
|
}
|
245
245
|
|
246
|
-
class NewAmountDiscount < Orb::BaseModel
|
246
|
+
class NewAmountDiscount < Orb::Internal::Type::BaseModel
|
247
247
|
attr_accessor adjustment_type: :amount_discount
|
248
248
|
|
249
249
|
attr_accessor amount_discount: String
|
@@ -273,7 +273,7 @@ module Orb
|
|
273
273
|
is_invoice_level: bool
|
274
274
|
}
|
275
275
|
|
276
|
-
class NewMinimum < Orb::BaseModel
|
276
|
+
class NewMinimum < Orb::Internal::Type::BaseModel
|
277
277
|
attr_accessor adjustment_type: :minimum
|
278
278
|
|
279
279
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -305,7 +305,7 @@ module Orb
|
|
305
305
|
is_invoice_level: bool
|
306
306
|
}
|
307
307
|
|
308
|
-
class NewMaximum < Orb::BaseModel
|
308
|
+
class NewMaximum < Orb::Internal::Type::BaseModel
|
309
309
|
attr_accessor adjustment_type: :maximum
|
310
310
|
|
311
311
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -344,7 +344,7 @@ module Orb
|
|
344
344
|
start_date: Time?
|
345
345
|
}
|
346
346
|
|
347
|
-
class AddPrice < Orb::BaseModel
|
347
|
+
class AddPrice < Orb::Internal::Type::BaseModel
|
348
348
|
attr_accessor allocation_price: Orb::Models::SubscriptionCreateParams::AddPrice::AllocationPrice?
|
349
349
|
|
350
350
|
attr_accessor discounts: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Discount]?
|
@@ -388,7 +388,7 @@ module Orb
|
|
388
388
|
expires_at_end_of_cadence: bool
|
389
389
|
}
|
390
390
|
|
391
|
-
class AllocationPrice < Orb::BaseModel
|
391
|
+
class AllocationPrice < Orb::Internal::Type::BaseModel
|
392
392
|
attr_accessor amount: String
|
393
393
|
|
394
394
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::AllocationPrice::cadence
|
@@ -410,7 +410,7 @@ module Orb
|
|
410
410
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
411
411
|
|
412
412
|
module Cadence
|
413
|
-
extend Orb::Enum
|
413
|
+
extend Orb::Internal::Type::Enum
|
414
414
|
|
415
415
|
ONE_TIME: :one_time
|
416
416
|
MONTHLY: :monthly
|
@@ -431,7 +431,7 @@ module Orb
|
|
431
431
|
usage_discount: Float?
|
432
432
|
}
|
433
433
|
|
434
|
-
class Discount < Orb::BaseModel
|
434
|
+
class Discount < Orb::Internal::Type::BaseModel
|
435
435
|
attr_accessor discount_type: Orb::Models::SubscriptionCreateParams::AddPrice::Discount::discount_type
|
436
436
|
|
437
437
|
attr_accessor amount_discount: String?
|
@@ -452,7 +452,7 @@ module Orb
|
|
452
452
|
type discount_type = :percentage | :usage | :amount
|
453
453
|
|
454
454
|
module DiscountType
|
455
|
-
extend Orb::Enum
|
455
|
+
extend Orb::Internal::Type::Enum
|
456
456
|
|
457
457
|
PERCENTAGE: :percentage
|
458
458
|
USAGE: :usage
|
@@ -490,7 +490,7 @@ module Orb
|
|
490
490
|
| Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice
|
491
491
|
|
492
492
|
module Price
|
493
|
-
extend Orb::Union
|
493
|
+
extend Orb::Internal::Type::Union
|
494
494
|
|
495
495
|
type new_subscription_unit_price =
|
496
496
|
{
|
@@ -512,7 +512,7 @@ module Orb
|
|
512
512
|
reference_id: String?
|
513
513
|
}
|
514
514
|
|
515
|
-
class NewSubscriptionUnitPrice < Orb::BaseModel
|
515
|
+
class NewSubscriptionUnitPrice < Orb::Internal::Type::BaseModel
|
516
516
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitPrice::cadence
|
517
517
|
|
518
518
|
attr_accessor item_id: String
|
@@ -575,7 +575,7 @@ module Orb
|
|
575
575
|
| :custom
|
576
576
|
|
577
577
|
module Cadence
|
578
|
-
extend Orb::Enum
|
578
|
+
extend Orb::Internal::Type::Enum
|
579
579
|
|
580
580
|
ANNUAL: :annual
|
581
581
|
SEMI_ANNUAL: :semi_annual
|
@@ -589,7 +589,7 @@ module Orb
|
|
589
589
|
|
590
590
|
type unit_config = { unit_amount: String }
|
591
591
|
|
592
|
-
class UnitConfig < Orb::BaseModel
|
592
|
+
class UnitConfig < Orb::Internal::Type::BaseModel
|
593
593
|
attr_accessor unit_amount: String
|
594
594
|
|
595
595
|
def initialize: (unit_amount: String) -> void
|
@@ -603,7 +603,7 @@ module Orb
|
|
603
603
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
604
604
|
}
|
605
605
|
|
606
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
606
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
607
607
|
attr_accessor duration: Integer
|
608
608
|
|
609
609
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
@@ -618,7 +618,7 @@ module Orb
|
|
618
618
|
type duration_unit = :day | :month
|
619
619
|
|
620
620
|
module DurationUnit
|
621
|
-
extend Orb::Enum
|
621
|
+
extend Orb::Internal::Type::Enum
|
622
622
|
|
623
623
|
DAY: :day
|
624
624
|
MONTH: :month
|
@@ -633,7 +633,7 @@ module Orb
|
|
633
633
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
634
634
|
}
|
635
635
|
|
636
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
636
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
637
637
|
attr_accessor duration: Integer
|
638
638
|
|
639
639
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -648,7 +648,7 @@ module Orb
|
|
648
648
|
type duration_unit = :day | :month
|
649
649
|
|
650
650
|
module DurationUnit
|
651
|
-
extend Orb::Enum
|
651
|
+
extend Orb::Internal::Type::Enum
|
652
652
|
|
653
653
|
DAY: :day
|
654
654
|
MONTH: :month
|
@@ -678,7 +678,7 @@ module Orb
|
|
678
678
|
reference_id: String?
|
679
679
|
}
|
680
680
|
|
681
|
-
class NewSubscriptionPackagePrice < Orb::BaseModel
|
681
|
+
class NewSubscriptionPackagePrice < Orb::Internal::Type::BaseModel
|
682
682
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackagePrice::cadence
|
683
683
|
|
684
684
|
attr_accessor item_id: String
|
@@ -741,7 +741,7 @@ module Orb
|
|
741
741
|
| :custom
|
742
742
|
|
743
743
|
module Cadence
|
744
|
-
extend Orb::Enum
|
744
|
+
extend Orb::Internal::Type::Enum
|
745
745
|
|
746
746
|
ANNUAL: :annual
|
747
747
|
SEMI_ANNUAL: :semi_annual
|
@@ -756,7 +756,7 @@ module Orb
|
|
756
756
|
type package_config =
|
757
757
|
{ package_amount: String, package_size: Integer }
|
758
758
|
|
759
|
-
class PackageConfig < Orb::BaseModel
|
759
|
+
class PackageConfig < Orb::Internal::Type::BaseModel
|
760
760
|
attr_accessor package_amount: String
|
761
761
|
|
762
762
|
attr_accessor package_size: Integer
|
@@ -775,7 +775,7 @@ module Orb
|
|
775
775
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
776
776
|
}
|
777
777
|
|
778
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
778
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
779
779
|
attr_accessor duration: Integer
|
780
780
|
|
781
781
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -790,7 +790,7 @@ module Orb
|
|
790
790
|
type duration_unit = :day | :month
|
791
791
|
|
792
792
|
module DurationUnit
|
793
|
-
extend Orb::Enum
|
793
|
+
extend Orb::Internal::Type::Enum
|
794
794
|
|
795
795
|
DAY: :day
|
796
796
|
MONTH: :month
|
@@ -805,7 +805,7 @@ module Orb
|
|
805
805
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
806
806
|
}
|
807
807
|
|
808
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
808
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
809
809
|
attr_accessor duration: Integer
|
810
810
|
|
811
811
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -820,7 +820,7 @@ module Orb
|
|
820
820
|
type duration_unit = :day | :month
|
821
821
|
|
822
822
|
module DurationUnit
|
823
|
-
extend Orb::Enum
|
823
|
+
extend Orb::Internal::Type::Enum
|
824
824
|
|
825
825
|
DAY: :day
|
826
826
|
MONTH: :month
|
@@ -850,7 +850,7 @@ module Orb
|
|
850
850
|
reference_id: String?
|
851
851
|
}
|
852
852
|
|
853
|
-
class NewSubscriptionMatrixPrice < Orb::BaseModel
|
853
|
+
class NewSubscriptionMatrixPrice < Orb::Internal::Type::BaseModel
|
854
854
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixPrice::cadence
|
855
855
|
|
856
856
|
attr_accessor item_id: String
|
@@ -913,7 +913,7 @@ module Orb
|
|
913
913
|
| :custom
|
914
914
|
|
915
915
|
module Cadence
|
916
|
-
extend Orb::Enum
|
916
|
+
extend Orb::Internal::Type::Enum
|
917
917
|
|
918
918
|
ANNUAL: :annual
|
919
919
|
SEMI_ANNUAL: :semi_annual
|
@@ -932,7 +932,7 @@ module Orb
|
|
932
932
|
matrix_values: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixPrice::MatrixConfig::MatrixValue]
|
933
933
|
}
|
934
934
|
|
935
|
-
class MatrixConfig < Orb::BaseModel
|
935
|
+
class MatrixConfig < Orb::Internal::Type::BaseModel
|
936
936
|
attr_accessor default_unit_amount: String
|
937
937
|
|
938
938
|
attr_accessor dimensions: ::Array[String?]
|
@@ -950,7 +950,7 @@ module Orb
|
|
950
950
|
type matrix_value =
|
951
951
|
{ dimension_values: ::Array[String?], unit_amount: String }
|
952
952
|
|
953
|
-
class MatrixValue < Orb::BaseModel
|
953
|
+
class MatrixValue < Orb::Internal::Type::BaseModel
|
954
954
|
attr_accessor dimension_values: ::Array[String?]
|
955
955
|
|
956
956
|
attr_accessor unit_amount: String
|
@@ -970,7 +970,7 @@ module Orb
|
|
970
970
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
971
971
|
}
|
972
972
|
|
973
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
973
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
974
974
|
attr_accessor duration: Integer
|
975
975
|
|
976
976
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
@@ -985,7 +985,7 @@ module Orb
|
|
985
985
|
type duration_unit = :day | :month
|
986
986
|
|
987
987
|
module DurationUnit
|
988
|
-
extend Orb::Enum
|
988
|
+
extend Orb::Internal::Type::Enum
|
989
989
|
|
990
990
|
DAY: :day
|
991
991
|
MONTH: :month
|
@@ -1000,7 +1000,7 @@ module Orb
|
|
1000
1000
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
1001
1001
|
}
|
1002
1002
|
|
1003
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1003
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1004
1004
|
attr_accessor duration: Integer
|
1005
1005
|
|
1006
1006
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1015,7 +1015,7 @@ module Orb
|
|
1015
1015
|
type duration_unit = :day | :month
|
1016
1016
|
|
1017
1017
|
module DurationUnit
|
1018
|
-
extend Orb::Enum
|
1018
|
+
extend Orb::Internal::Type::Enum
|
1019
1019
|
|
1020
1020
|
DAY: :day
|
1021
1021
|
MONTH: :month
|
@@ -1045,7 +1045,7 @@ module Orb
|
|
1045
1045
|
reference_id: String?
|
1046
1046
|
}
|
1047
1047
|
|
1048
|
-
class NewSubscriptionTieredPrice < Orb::BaseModel
|
1048
|
+
class NewSubscriptionTieredPrice < Orb::Internal::Type::BaseModel
|
1049
1049
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::cadence
|
1050
1050
|
|
1051
1051
|
attr_accessor item_id: String
|
@@ -1108,7 +1108,7 @@ module Orb
|
|
1108
1108
|
| :custom
|
1109
1109
|
|
1110
1110
|
module Cadence
|
1111
|
-
extend Orb::Enum
|
1111
|
+
extend Orb::Internal::Type::Enum
|
1112
1112
|
|
1113
1113
|
ANNUAL: :annual
|
1114
1114
|
SEMI_ANNUAL: :semi_annual
|
@@ -1125,7 +1125,7 @@ module Orb
|
|
1125
1125
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
1126
1126
|
}
|
1127
1127
|
|
1128
|
-
class TieredConfig < Orb::BaseModel
|
1128
|
+
class TieredConfig < Orb::Internal::Type::BaseModel
|
1129
1129
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
1130
1130
|
|
1131
1131
|
def initialize: (
|
@@ -1137,7 +1137,7 @@ module Orb
|
|
1137
1137
|
type tier =
|
1138
1138
|
{ first_unit: Float, unit_amount: String, last_unit: Float? }
|
1139
1139
|
|
1140
|
-
class Tier < Orb::BaseModel
|
1140
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1141
1141
|
attr_accessor first_unit: Float
|
1142
1142
|
|
1143
1143
|
attr_accessor unit_amount: String
|
@@ -1160,7 +1160,7 @@ module Orb
|
|
1160
1160
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
1161
1161
|
}
|
1162
1162
|
|
1163
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1163
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1164
1164
|
attr_accessor duration: Integer
|
1165
1165
|
|
1166
1166
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
@@ -1175,7 +1175,7 @@ module Orb
|
|
1175
1175
|
type duration_unit = :day | :month
|
1176
1176
|
|
1177
1177
|
module DurationUnit
|
1178
|
-
extend Orb::Enum
|
1178
|
+
extend Orb::Internal::Type::Enum
|
1179
1179
|
|
1180
1180
|
DAY: :day
|
1181
1181
|
MONTH: :month
|
@@ -1190,7 +1190,7 @@ module Orb
|
|
1190
1190
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
1191
1191
|
}
|
1192
1192
|
|
1193
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1193
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1194
1194
|
attr_accessor duration: Integer
|
1195
1195
|
|
1196
1196
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1205,7 +1205,7 @@ module Orb
|
|
1205
1205
|
type duration_unit = :day | :month
|
1206
1206
|
|
1207
1207
|
module DurationUnit
|
1208
|
-
extend Orb::Enum
|
1208
|
+
extend Orb::Internal::Type::Enum
|
1209
1209
|
|
1210
1210
|
DAY: :day
|
1211
1211
|
MONTH: :month
|
@@ -1235,7 +1235,7 @@ module Orb
|
|
1235
1235
|
reference_id: String?
|
1236
1236
|
}
|
1237
1237
|
|
1238
|
-
class NewSubscriptionTieredBpsPrice < Orb::BaseModel
|
1238
|
+
class NewSubscriptionTieredBpsPrice < Orb::Internal::Type::BaseModel
|
1239
1239
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::cadence
|
1240
1240
|
|
1241
1241
|
attr_accessor item_id: String
|
@@ -1298,7 +1298,7 @@ module Orb
|
|
1298
1298
|
| :custom
|
1299
1299
|
|
1300
1300
|
module Cadence
|
1301
|
-
extend Orb::Enum
|
1301
|
+
extend Orb::Internal::Type::Enum
|
1302
1302
|
|
1303
1303
|
ANNUAL: :annual
|
1304
1304
|
SEMI_ANNUAL: :semi_annual
|
@@ -1315,7 +1315,7 @@ module Orb
|
|
1315
1315
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
1316
1316
|
}
|
1317
1317
|
|
1318
|
-
class TieredBpsConfig < Orb::BaseModel
|
1318
|
+
class TieredBpsConfig < Orb::Internal::Type::BaseModel
|
1319
1319
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
1320
1320
|
|
1321
1321
|
def initialize: (
|
@@ -1332,7 +1332,7 @@ module Orb
|
|
1332
1332
|
per_unit_maximum: String?
|
1333
1333
|
}
|
1334
1334
|
|
1335
|
-
class Tier < Orb::BaseModel
|
1335
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1336
1336
|
attr_accessor bps: Float
|
1337
1337
|
|
1338
1338
|
attr_accessor minimum_amount: String
|
@@ -1358,7 +1358,7 @@ module Orb
|
|
1358
1358
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
1359
1359
|
}
|
1360
1360
|
|
1361
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1361
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1362
1362
|
attr_accessor duration: Integer
|
1363
1363
|
|
1364
1364
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1373,7 +1373,7 @@ module Orb
|
|
1373
1373
|
type duration_unit = :day | :month
|
1374
1374
|
|
1375
1375
|
module DurationUnit
|
1376
|
-
extend Orb::Enum
|
1376
|
+
extend Orb::Internal::Type::Enum
|
1377
1377
|
|
1378
1378
|
DAY: :day
|
1379
1379
|
MONTH: :month
|
@@ -1388,7 +1388,7 @@ module Orb
|
|
1388
1388
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1389
1389
|
}
|
1390
1390
|
|
1391
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1391
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1392
1392
|
attr_accessor duration: Integer
|
1393
1393
|
|
1394
1394
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1403,7 +1403,7 @@ module Orb
|
|
1403
1403
|
type duration_unit = :day | :month
|
1404
1404
|
|
1405
1405
|
module DurationUnit
|
1406
|
-
extend Orb::Enum
|
1406
|
+
extend Orb::Internal::Type::Enum
|
1407
1407
|
|
1408
1408
|
DAY: :day
|
1409
1409
|
MONTH: :month
|
@@ -1433,7 +1433,7 @@ module Orb
|
|
1433
1433
|
reference_id: String?
|
1434
1434
|
}
|
1435
1435
|
|
1436
|
-
class NewSubscriptionBpsPrice < Orb::BaseModel
|
1436
|
+
class NewSubscriptionBpsPrice < Orb::Internal::Type::BaseModel
|
1437
1437
|
attr_accessor bps_config: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBpsPrice::BpsConfig
|
1438
1438
|
|
1439
1439
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBpsPrice::cadence
|
@@ -1489,7 +1489,7 @@ module Orb
|
|
1489
1489
|
|
1490
1490
|
type bps_config = { bps: Float, per_unit_maximum: String? }
|
1491
1491
|
|
1492
|
-
class BpsConfig < Orb::BaseModel
|
1492
|
+
class BpsConfig < Orb::Internal::Type::BaseModel
|
1493
1493
|
attr_accessor bps: Float
|
1494
1494
|
|
1495
1495
|
attr_accessor per_unit_maximum: String?
|
@@ -1508,7 +1508,7 @@ module Orb
|
|
1508
1508
|
| :custom
|
1509
1509
|
|
1510
1510
|
module Cadence
|
1511
|
-
extend Orb::Enum
|
1511
|
+
extend Orb::Internal::Type::Enum
|
1512
1512
|
|
1513
1513
|
ANNUAL: :annual
|
1514
1514
|
SEMI_ANNUAL: :semi_annual
|
@@ -1526,7 +1526,7 @@ module Orb
|
|
1526
1526
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
1527
1527
|
}
|
1528
1528
|
|
1529
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1529
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1530
1530
|
attr_accessor duration: Integer
|
1531
1531
|
|
1532
1532
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1541,7 +1541,7 @@ module Orb
|
|
1541
1541
|
type duration_unit = :day | :month
|
1542
1542
|
|
1543
1543
|
module DurationUnit
|
1544
|
-
extend Orb::Enum
|
1544
|
+
extend Orb::Internal::Type::Enum
|
1545
1545
|
|
1546
1546
|
DAY: :day
|
1547
1547
|
MONTH: :month
|
@@ -1556,7 +1556,7 @@ module Orb
|
|
1556
1556
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1557
1557
|
}
|
1558
1558
|
|
1559
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1559
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1560
1560
|
attr_accessor duration: Integer
|
1561
1561
|
|
1562
1562
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1571,7 +1571,7 @@ module Orb
|
|
1571
1571
|
type duration_unit = :day | :month
|
1572
1572
|
|
1573
1573
|
module DurationUnit
|
1574
|
-
extend Orb::Enum
|
1574
|
+
extend Orb::Internal::Type::Enum
|
1575
1575
|
|
1576
1576
|
DAY: :day
|
1577
1577
|
MONTH: :month
|
@@ -1601,7 +1601,7 @@ module Orb
|
|
1601
1601
|
reference_id: String?
|
1602
1602
|
}
|
1603
1603
|
|
1604
|
-
class NewSubscriptionBulkBpsPrice < Orb::BaseModel
|
1604
|
+
class NewSubscriptionBulkBpsPrice < Orb::Internal::Type::BaseModel
|
1605
1605
|
attr_accessor bulk_bps_config: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig
|
1606
1606
|
|
1607
1607
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::cadence
|
@@ -1660,7 +1660,7 @@ module Orb
|
|
1660
1660
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
1661
1661
|
}
|
1662
1662
|
|
1663
|
-
class BulkBpsConfig < Orb::BaseModel
|
1663
|
+
class BulkBpsConfig < Orb::Internal::Type::BaseModel
|
1664
1664
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
1665
1665
|
|
1666
1666
|
def initialize: (
|
@@ -1676,7 +1676,7 @@ module Orb
|
|
1676
1676
|
per_unit_maximum: String?
|
1677
1677
|
}
|
1678
1678
|
|
1679
|
-
class Tier < Orb::BaseModel
|
1679
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1680
1680
|
attr_accessor bps: Float
|
1681
1681
|
|
1682
1682
|
attr_accessor maximum_amount: String?
|
@@ -1702,7 +1702,7 @@ module Orb
|
|
1702
1702
|
| :custom
|
1703
1703
|
|
1704
1704
|
module Cadence
|
1705
|
-
extend Orb::Enum
|
1705
|
+
extend Orb::Internal::Type::Enum
|
1706
1706
|
|
1707
1707
|
ANNUAL: :annual
|
1708
1708
|
SEMI_ANNUAL: :semi_annual
|
@@ -1720,7 +1720,7 @@ module Orb
|
|
1720
1720
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
1721
1721
|
}
|
1722
1722
|
|
1723
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1723
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1724
1724
|
attr_accessor duration: Integer
|
1725
1725
|
|
1726
1726
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -1735,7 +1735,7 @@ module Orb
|
|
1735
1735
|
type duration_unit = :day | :month
|
1736
1736
|
|
1737
1737
|
module DurationUnit
|
1738
|
-
extend Orb::Enum
|
1738
|
+
extend Orb::Internal::Type::Enum
|
1739
1739
|
|
1740
1740
|
DAY: :day
|
1741
1741
|
MONTH: :month
|
@@ -1750,7 +1750,7 @@ module Orb
|
|
1750
1750
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
1751
1751
|
}
|
1752
1752
|
|
1753
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1753
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1754
1754
|
attr_accessor duration: Integer
|
1755
1755
|
|
1756
1756
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1765,7 +1765,7 @@ module Orb
|
|
1765
1765
|
type duration_unit = :day | :month
|
1766
1766
|
|
1767
1767
|
module DurationUnit
|
1768
|
-
extend Orb::Enum
|
1768
|
+
extend Orb::Internal::Type::Enum
|
1769
1769
|
|
1770
1770
|
DAY: :day
|
1771
1771
|
MONTH: :month
|
@@ -1795,7 +1795,7 @@ module Orb
|
|
1795
1795
|
reference_id: String?
|
1796
1796
|
}
|
1797
1797
|
|
1798
|
-
class NewSubscriptionBulkPrice < Orb::BaseModel
|
1798
|
+
class NewSubscriptionBulkPrice < Orb::Internal::Type::BaseModel
|
1799
1799
|
attr_accessor bulk_config: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::BulkConfig
|
1800
1800
|
|
1801
1801
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::cadence
|
@@ -1854,7 +1854,7 @@ module Orb
|
|
1854
1854
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
1855
1855
|
}
|
1856
1856
|
|
1857
|
-
class BulkConfig < Orb::BaseModel
|
1857
|
+
class BulkConfig < Orb::Internal::Type::BaseModel
|
1858
1858
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
1859
1859
|
|
1860
1860
|
def initialize: (
|
@@ -1865,7 +1865,7 @@ module Orb
|
|
1865
1865
|
|
1866
1866
|
type tier = { unit_amount: String, maximum_units: Float? }
|
1867
1867
|
|
1868
|
-
class Tier < Orb::BaseModel
|
1868
|
+
class Tier < Orb::Internal::Type::BaseModel
|
1869
1869
|
attr_accessor unit_amount: String
|
1870
1870
|
|
1871
1871
|
attr_accessor maximum_units: Float?
|
@@ -1888,7 +1888,7 @@ module Orb
|
|
1888
1888
|
| :custom
|
1889
1889
|
|
1890
1890
|
module Cadence
|
1891
|
-
extend Orb::Enum
|
1891
|
+
extend Orb::Internal::Type::Enum
|
1892
1892
|
|
1893
1893
|
ANNUAL: :annual
|
1894
1894
|
SEMI_ANNUAL: :semi_annual
|
@@ -1906,7 +1906,7 @@ module Orb
|
|
1906
1906
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
1907
1907
|
}
|
1908
1908
|
|
1909
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
1909
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1910
1910
|
attr_accessor duration: Integer
|
1911
1911
|
|
1912
1912
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -1921,7 +1921,7 @@ module Orb
|
|
1921
1921
|
type duration_unit = :day | :month
|
1922
1922
|
|
1923
1923
|
module DurationUnit
|
1924
|
-
extend Orb::Enum
|
1924
|
+
extend Orb::Internal::Type::Enum
|
1925
1925
|
|
1926
1926
|
DAY: :day
|
1927
1927
|
MONTH: :month
|
@@ -1936,7 +1936,7 @@ module Orb
|
|
1936
1936
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
1937
1937
|
}
|
1938
1938
|
|
1939
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
1939
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
1940
1940
|
attr_accessor duration: Integer
|
1941
1941
|
|
1942
1942
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -1951,7 +1951,7 @@ module Orb
|
|
1951
1951
|
type duration_unit = :day | :month
|
1952
1952
|
|
1953
1953
|
module DurationUnit
|
1954
|
-
extend Orb::Enum
|
1954
|
+
extend Orb::Internal::Type::Enum
|
1955
1955
|
|
1956
1956
|
DAY: :day
|
1957
1957
|
MONTH: :month
|
@@ -1981,7 +1981,7 @@ module Orb
|
|
1981
1981
|
reference_id: String?
|
1982
1982
|
}
|
1983
1983
|
|
1984
|
-
class NewSubscriptionThresholdTotalAmountPrice < Orb::BaseModel
|
1984
|
+
class NewSubscriptionThresholdTotalAmountPrice < Orb::Internal::Type::BaseModel
|
1985
1985
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::cadence
|
1986
1986
|
|
1987
1987
|
attr_accessor item_id: String
|
@@ -2044,7 +2044,7 @@ module Orb
|
|
2044
2044
|
| :custom
|
2045
2045
|
|
2046
2046
|
module Cadence
|
2047
|
-
extend Orb::Enum
|
2047
|
+
extend Orb::Internal::Type::Enum
|
2048
2048
|
|
2049
2049
|
ANNUAL: :annual
|
2050
2050
|
SEMI_ANNUAL: :semi_annual
|
@@ -2062,7 +2062,7 @@ module Orb
|
|
2062
2062
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
2063
2063
|
}
|
2064
2064
|
|
2065
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2065
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2066
2066
|
attr_accessor duration: Integer
|
2067
2067
|
|
2068
2068
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
@@ -2077,7 +2077,7 @@ module Orb
|
|
2077
2077
|
type duration_unit = :day | :month
|
2078
2078
|
|
2079
2079
|
module DurationUnit
|
2080
|
-
extend Orb::Enum
|
2080
|
+
extend Orb::Internal::Type::Enum
|
2081
2081
|
|
2082
2082
|
DAY: :day
|
2083
2083
|
MONTH: :month
|
@@ -2092,7 +2092,7 @@ module Orb
|
|
2092
2092
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
2093
2093
|
}
|
2094
2094
|
|
2095
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2095
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2096
2096
|
attr_accessor duration: Integer
|
2097
2097
|
|
2098
2098
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2107,7 +2107,7 @@ module Orb
|
|
2107
2107
|
type duration_unit = :day | :month
|
2108
2108
|
|
2109
2109
|
module DurationUnit
|
2110
|
-
extend Orb::Enum
|
2110
|
+
extend Orb::Internal::Type::Enum
|
2111
2111
|
|
2112
2112
|
DAY: :day
|
2113
2113
|
MONTH: :month
|
@@ -2137,7 +2137,7 @@ module Orb
|
|
2137
2137
|
reference_id: String?
|
2138
2138
|
}
|
2139
2139
|
|
2140
|
-
class NewSubscriptionTieredPackagePrice < Orb::BaseModel
|
2140
|
+
class NewSubscriptionTieredPackagePrice < Orb::Internal::Type::BaseModel
|
2141
2141
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::cadence
|
2142
2142
|
|
2143
2143
|
attr_accessor item_id: String
|
@@ -2200,7 +2200,7 @@ module Orb
|
|
2200
2200
|
| :custom
|
2201
2201
|
|
2202
2202
|
module Cadence
|
2203
|
-
extend Orb::Enum
|
2203
|
+
extend Orb::Internal::Type::Enum
|
2204
2204
|
|
2205
2205
|
ANNUAL: :annual
|
2206
2206
|
SEMI_ANNUAL: :semi_annual
|
@@ -2218,7 +2218,7 @@ module Orb
|
|
2218
2218
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
2219
2219
|
}
|
2220
2220
|
|
2221
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2221
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2222
2222
|
attr_accessor duration: Integer
|
2223
2223
|
|
2224
2224
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -2233,7 +2233,7 @@ module Orb
|
|
2233
2233
|
type duration_unit = :day | :month
|
2234
2234
|
|
2235
2235
|
module DurationUnit
|
2236
|
-
extend Orb::Enum
|
2236
|
+
extend Orb::Internal::Type::Enum
|
2237
2237
|
|
2238
2238
|
DAY: :day
|
2239
2239
|
MONTH: :month
|
@@ -2248,7 +2248,7 @@ module Orb
|
|
2248
2248
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
2249
2249
|
}
|
2250
2250
|
|
2251
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2251
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2252
2252
|
attr_accessor duration: Integer
|
2253
2253
|
|
2254
2254
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2263,7 +2263,7 @@ module Orb
|
|
2263
2263
|
type duration_unit = :day | :month
|
2264
2264
|
|
2265
2265
|
module DurationUnit
|
2266
|
-
extend Orb::Enum
|
2266
|
+
extend Orb::Internal::Type::Enum
|
2267
2267
|
|
2268
2268
|
DAY: :day
|
2269
2269
|
MONTH: :month
|
@@ -2293,7 +2293,7 @@ module Orb
|
|
2293
2293
|
reference_id: String?
|
2294
2294
|
}
|
2295
2295
|
|
2296
|
-
class NewSubscriptionTieredWithMinimumPrice < Orb::BaseModel
|
2296
|
+
class NewSubscriptionTieredWithMinimumPrice < Orb::Internal::Type::BaseModel
|
2297
2297
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::cadence
|
2298
2298
|
|
2299
2299
|
attr_accessor item_id: String
|
@@ -2356,7 +2356,7 @@ module Orb
|
|
2356
2356
|
| :custom
|
2357
2357
|
|
2358
2358
|
module Cadence
|
2359
|
-
extend Orb::Enum
|
2359
|
+
extend Orb::Internal::Type::Enum
|
2360
2360
|
|
2361
2361
|
ANNUAL: :annual
|
2362
2362
|
SEMI_ANNUAL: :semi_annual
|
@@ -2374,7 +2374,7 @@ module Orb
|
|
2374
2374
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
2375
2375
|
}
|
2376
2376
|
|
2377
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2377
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2378
2378
|
attr_accessor duration: Integer
|
2379
2379
|
|
2380
2380
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -2389,7 +2389,7 @@ module Orb
|
|
2389
2389
|
type duration_unit = :day | :month
|
2390
2390
|
|
2391
2391
|
module DurationUnit
|
2392
|
-
extend Orb::Enum
|
2392
|
+
extend Orb::Internal::Type::Enum
|
2393
2393
|
|
2394
2394
|
DAY: :day
|
2395
2395
|
MONTH: :month
|
@@ -2404,7 +2404,7 @@ module Orb
|
|
2404
2404
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
2405
2405
|
}
|
2406
2406
|
|
2407
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2407
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2408
2408
|
attr_accessor duration: Integer
|
2409
2409
|
|
2410
2410
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2419,7 +2419,7 @@ module Orb
|
|
2419
2419
|
type duration_unit = :day | :month
|
2420
2420
|
|
2421
2421
|
module DurationUnit
|
2422
|
-
extend Orb::Enum
|
2422
|
+
extend Orb::Internal::Type::Enum
|
2423
2423
|
|
2424
2424
|
DAY: :day
|
2425
2425
|
MONTH: :month
|
@@ -2449,7 +2449,7 @@ module Orb
|
|
2449
2449
|
reference_id: String?
|
2450
2450
|
}
|
2451
2451
|
|
2452
|
-
class NewSubscriptionUnitWithPercentPrice < Orb::BaseModel
|
2452
|
+
class NewSubscriptionUnitWithPercentPrice < Orb::Internal::Type::BaseModel
|
2453
2453
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::cadence
|
2454
2454
|
|
2455
2455
|
attr_accessor item_id: String
|
@@ -2512,7 +2512,7 @@ module Orb
|
|
2512
2512
|
| :custom
|
2513
2513
|
|
2514
2514
|
module Cadence
|
2515
|
-
extend Orb::Enum
|
2515
|
+
extend Orb::Internal::Type::Enum
|
2516
2516
|
|
2517
2517
|
ANNUAL: :annual
|
2518
2518
|
SEMI_ANNUAL: :semi_annual
|
@@ -2530,7 +2530,7 @@ module Orb
|
|
2530
2530
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
2531
2531
|
}
|
2532
2532
|
|
2533
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2533
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2534
2534
|
attr_accessor duration: Integer
|
2535
2535
|
|
2536
2536
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
@@ -2545,7 +2545,7 @@ module Orb
|
|
2545
2545
|
type duration_unit = :day | :month
|
2546
2546
|
|
2547
2547
|
module DurationUnit
|
2548
|
-
extend Orb::Enum
|
2548
|
+
extend Orb::Internal::Type::Enum
|
2549
2549
|
|
2550
2550
|
DAY: :day
|
2551
2551
|
MONTH: :month
|
@@ -2560,7 +2560,7 @@ module Orb
|
|
2560
2560
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
2561
2561
|
}
|
2562
2562
|
|
2563
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2563
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2564
2564
|
attr_accessor duration: Integer
|
2565
2565
|
|
2566
2566
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2575,7 +2575,7 @@ module Orb
|
|
2575
2575
|
type duration_unit = :day | :month
|
2576
2576
|
|
2577
2577
|
module DurationUnit
|
2578
|
-
extend Orb::Enum
|
2578
|
+
extend Orb::Internal::Type::Enum
|
2579
2579
|
|
2580
2580
|
DAY: :day
|
2581
2581
|
MONTH: :month
|
@@ -2605,7 +2605,7 @@ module Orb
|
|
2605
2605
|
reference_id: String?
|
2606
2606
|
}
|
2607
2607
|
|
2608
|
-
class NewSubscriptionPackageWithAllocationPrice < Orb::BaseModel
|
2608
|
+
class NewSubscriptionPackageWithAllocationPrice < Orb::Internal::Type::BaseModel
|
2609
2609
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::cadence
|
2610
2610
|
|
2611
2611
|
attr_accessor item_id: String
|
@@ -2668,7 +2668,7 @@ module Orb
|
|
2668
2668
|
| :custom
|
2669
2669
|
|
2670
2670
|
module Cadence
|
2671
|
-
extend Orb::Enum
|
2671
|
+
extend Orb::Internal::Type::Enum
|
2672
2672
|
|
2673
2673
|
ANNUAL: :annual
|
2674
2674
|
SEMI_ANNUAL: :semi_annual
|
@@ -2686,7 +2686,7 @@ module Orb
|
|
2686
2686
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
2687
2687
|
}
|
2688
2688
|
|
2689
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2689
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2690
2690
|
attr_accessor duration: Integer
|
2691
2691
|
|
2692
2692
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -2701,7 +2701,7 @@ module Orb
|
|
2701
2701
|
type duration_unit = :day | :month
|
2702
2702
|
|
2703
2703
|
module DurationUnit
|
2704
|
-
extend Orb::Enum
|
2704
|
+
extend Orb::Internal::Type::Enum
|
2705
2705
|
|
2706
2706
|
DAY: :day
|
2707
2707
|
MONTH: :month
|
@@ -2716,7 +2716,7 @@ module Orb
|
|
2716
2716
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
2717
2717
|
}
|
2718
2718
|
|
2719
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2719
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2720
2720
|
attr_accessor duration: Integer
|
2721
2721
|
|
2722
2722
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2731,7 +2731,7 @@ module Orb
|
|
2731
2731
|
type duration_unit = :day | :month
|
2732
2732
|
|
2733
2733
|
module DurationUnit
|
2734
|
-
extend Orb::Enum
|
2734
|
+
extend Orb::Internal::Type::Enum
|
2735
2735
|
|
2736
2736
|
DAY: :day
|
2737
2737
|
MONTH: :month
|
@@ -2761,7 +2761,7 @@ module Orb
|
|
2761
2761
|
reference_id: String?
|
2762
2762
|
}
|
2763
2763
|
|
2764
|
-
class NewSubscriptionTierWithProrationPrice < Orb::BaseModel
|
2764
|
+
class NewSubscriptionTierWithProrationPrice < Orb::Internal::Type::BaseModel
|
2765
2765
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::cadence
|
2766
2766
|
|
2767
2767
|
attr_accessor item_id: String
|
@@ -2824,7 +2824,7 @@ module Orb
|
|
2824
2824
|
| :custom
|
2825
2825
|
|
2826
2826
|
module Cadence
|
2827
|
-
extend Orb::Enum
|
2827
|
+
extend Orb::Internal::Type::Enum
|
2828
2828
|
|
2829
2829
|
ANNUAL: :annual
|
2830
2830
|
SEMI_ANNUAL: :semi_annual
|
@@ -2842,7 +2842,7 @@ module Orb
|
|
2842
2842
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
2843
2843
|
}
|
2844
2844
|
|
2845
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
2845
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2846
2846
|
attr_accessor duration: Integer
|
2847
2847
|
|
2848
2848
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -2857,7 +2857,7 @@ module Orb
|
|
2857
2857
|
type duration_unit = :day | :month
|
2858
2858
|
|
2859
2859
|
module DurationUnit
|
2860
|
-
extend Orb::Enum
|
2860
|
+
extend Orb::Internal::Type::Enum
|
2861
2861
|
|
2862
2862
|
DAY: :day
|
2863
2863
|
MONTH: :month
|
@@ -2872,7 +2872,7 @@ module Orb
|
|
2872
2872
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
2873
2873
|
}
|
2874
2874
|
|
2875
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
2875
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
2876
2876
|
attr_accessor duration: Integer
|
2877
2877
|
|
2878
2878
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -2887,7 +2887,7 @@ module Orb
|
|
2887
2887
|
type duration_unit = :day | :month
|
2888
2888
|
|
2889
2889
|
module DurationUnit
|
2890
|
-
extend Orb::Enum
|
2890
|
+
extend Orb::Internal::Type::Enum
|
2891
2891
|
|
2892
2892
|
DAY: :day
|
2893
2893
|
MONTH: :month
|
@@ -2917,7 +2917,7 @@ module Orb
|
|
2917
2917
|
reference_id: String?
|
2918
2918
|
}
|
2919
2919
|
|
2920
|
-
class NewSubscriptionUnitWithProrationPrice < Orb::BaseModel
|
2920
|
+
class NewSubscriptionUnitWithProrationPrice < Orb::Internal::Type::BaseModel
|
2921
2921
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::cadence
|
2922
2922
|
|
2923
2923
|
attr_accessor item_id: String
|
@@ -2980,7 +2980,7 @@ module Orb
|
|
2980
2980
|
| :custom
|
2981
2981
|
|
2982
2982
|
module Cadence
|
2983
|
-
extend Orb::Enum
|
2983
|
+
extend Orb::Internal::Type::Enum
|
2984
2984
|
|
2985
2985
|
ANNUAL: :annual
|
2986
2986
|
SEMI_ANNUAL: :semi_annual
|
@@ -2998,7 +2998,7 @@ module Orb
|
|
2998
2998
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
2999
2999
|
}
|
3000
3000
|
|
3001
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3001
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3002
3002
|
attr_accessor duration: Integer
|
3003
3003
|
|
3004
3004
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -3013,7 +3013,7 @@ module Orb
|
|
3013
3013
|
type duration_unit = :day | :month
|
3014
3014
|
|
3015
3015
|
module DurationUnit
|
3016
|
-
extend Orb::Enum
|
3016
|
+
extend Orb::Internal::Type::Enum
|
3017
3017
|
|
3018
3018
|
DAY: :day
|
3019
3019
|
MONTH: :month
|
@@ -3028,7 +3028,7 @@ module Orb
|
|
3028
3028
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
3029
3029
|
}
|
3030
3030
|
|
3031
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3031
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3032
3032
|
attr_accessor duration: Integer
|
3033
3033
|
|
3034
3034
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3043,7 +3043,7 @@ module Orb
|
|
3043
3043
|
type duration_unit = :day | :month
|
3044
3044
|
|
3045
3045
|
module DurationUnit
|
3046
|
-
extend Orb::Enum
|
3046
|
+
extend Orb::Internal::Type::Enum
|
3047
3047
|
|
3048
3048
|
DAY: :day
|
3049
3049
|
MONTH: :month
|
@@ -3073,7 +3073,7 @@ module Orb
|
|
3073
3073
|
reference_id: String?
|
3074
3074
|
}
|
3075
3075
|
|
3076
|
-
class NewSubscriptionGroupedAllocationPrice < Orb::BaseModel
|
3076
|
+
class NewSubscriptionGroupedAllocationPrice < Orb::Internal::Type::BaseModel
|
3077
3077
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::cadence
|
3078
3078
|
|
3079
3079
|
attr_accessor grouped_allocation_config: ::Hash[Symbol, top]
|
@@ -3136,7 +3136,7 @@ module Orb
|
|
3136
3136
|
| :custom
|
3137
3137
|
|
3138
3138
|
module Cadence
|
3139
|
-
extend Orb::Enum
|
3139
|
+
extend Orb::Internal::Type::Enum
|
3140
3140
|
|
3141
3141
|
ANNUAL: :annual
|
3142
3142
|
SEMI_ANNUAL: :semi_annual
|
@@ -3154,7 +3154,7 @@ module Orb
|
|
3154
3154
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
3155
3155
|
}
|
3156
3156
|
|
3157
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3157
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3158
3158
|
attr_accessor duration: Integer
|
3159
3159
|
|
3160
3160
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -3169,7 +3169,7 @@ module Orb
|
|
3169
3169
|
type duration_unit = :day | :month
|
3170
3170
|
|
3171
3171
|
module DurationUnit
|
3172
|
-
extend Orb::Enum
|
3172
|
+
extend Orb::Internal::Type::Enum
|
3173
3173
|
|
3174
3174
|
DAY: :day
|
3175
3175
|
MONTH: :month
|
@@ -3184,7 +3184,7 @@ module Orb
|
|
3184
3184
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
3185
3185
|
}
|
3186
3186
|
|
3187
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3187
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3188
3188
|
attr_accessor duration: Integer
|
3189
3189
|
|
3190
3190
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3199,7 +3199,7 @@ module Orb
|
|
3199
3199
|
type duration_unit = :day | :month
|
3200
3200
|
|
3201
3201
|
module DurationUnit
|
3202
|
-
extend Orb::Enum
|
3202
|
+
extend Orb::Internal::Type::Enum
|
3203
3203
|
|
3204
3204
|
DAY: :day
|
3205
3205
|
MONTH: :month
|
@@ -3229,7 +3229,7 @@ module Orb
|
|
3229
3229
|
reference_id: String?
|
3230
3230
|
}
|
3231
3231
|
|
3232
|
-
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::BaseModel
|
3232
|
+
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::Internal::Type::BaseModel
|
3233
3233
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::cadence
|
3234
3234
|
|
3235
3235
|
attr_accessor grouped_with_prorated_minimum_config: ::Hash[Symbol, top]
|
@@ -3292,7 +3292,7 @@ module Orb
|
|
3292
3292
|
| :custom
|
3293
3293
|
|
3294
3294
|
module Cadence
|
3295
|
-
extend Orb::Enum
|
3295
|
+
extend Orb::Internal::Type::Enum
|
3296
3296
|
|
3297
3297
|
ANNUAL: :annual
|
3298
3298
|
SEMI_ANNUAL: :semi_annual
|
@@ -3310,7 +3310,7 @@ module Orb
|
|
3310
3310
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
3311
3311
|
}
|
3312
3312
|
|
3313
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3313
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3314
3314
|
attr_accessor duration: Integer
|
3315
3315
|
|
3316
3316
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -3325,7 +3325,7 @@ module Orb
|
|
3325
3325
|
type duration_unit = :day | :month
|
3326
3326
|
|
3327
3327
|
module DurationUnit
|
3328
|
-
extend Orb::Enum
|
3328
|
+
extend Orb::Internal::Type::Enum
|
3329
3329
|
|
3330
3330
|
DAY: :day
|
3331
3331
|
MONTH: :month
|
@@ -3340,7 +3340,7 @@ module Orb
|
|
3340
3340
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
3341
3341
|
}
|
3342
3342
|
|
3343
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3343
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3344
3344
|
attr_accessor duration: Integer
|
3345
3345
|
|
3346
3346
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3355,7 +3355,7 @@ module Orb
|
|
3355
3355
|
type duration_unit = :day | :month
|
3356
3356
|
|
3357
3357
|
module DurationUnit
|
3358
|
-
extend Orb::Enum
|
3358
|
+
extend Orb::Internal::Type::Enum
|
3359
3359
|
|
3360
3360
|
DAY: :day
|
3361
3361
|
MONTH: :month
|
@@ -3385,7 +3385,7 @@ module Orb
|
|
3385
3385
|
reference_id: String?
|
3386
3386
|
}
|
3387
3387
|
|
3388
|
-
class NewSubscriptionBulkWithProrationPrice < Orb::BaseModel
|
3388
|
+
class NewSubscriptionBulkWithProrationPrice < Orb::Internal::Type::BaseModel
|
3389
3389
|
attr_accessor bulk_with_proration_config: ::Hash[Symbol, top]
|
3390
3390
|
|
3391
3391
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::cadence
|
@@ -3448,7 +3448,7 @@ module Orb
|
|
3448
3448
|
| :custom
|
3449
3449
|
|
3450
3450
|
module Cadence
|
3451
|
-
extend Orb::Enum
|
3451
|
+
extend Orb::Internal::Type::Enum
|
3452
3452
|
|
3453
3453
|
ANNUAL: :annual
|
3454
3454
|
SEMI_ANNUAL: :semi_annual
|
@@ -3466,7 +3466,7 @@ module Orb
|
|
3466
3466
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
3467
3467
|
}
|
3468
3468
|
|
3469
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3469
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3470
3470
|
attr_accessor duration: Integer
|
3471
3471
|
|
3472
3472
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -3481,7 +3481,7 @@ module Orb
|
|
3481
3481
|
type duration_unit = :day | :month
|
3482
3482
|
|
3483
3483
|
module DurationUnit
|
3484
|
-
extend Orb::Enum
|
3484
|
+
extend Orb::Internal::Type::Enum
|
3485
3485
|
|
3486
3486
|
DAY: :day
|
3487
3487
|
MONTH: :month
|
@@ -3496,7 +3496,7 @@ module Orb
|
|
3496
3496
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
3497
3497
|
}
|
3498
3498
|
|
3499
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3499
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3500
3500
|
attr_accessor duration: Integer
|
3501
3501
|
|
3502
3502
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3511,7 +3511,7 @@ module Orb
|
|
3511
3511
|
type duration_unit = :day | :month
|
3512
3512
|
|
3513
3513
|
module DurationUnit
|
3514
|
-
extend Orb::Enum
|
3514
|
+
extend Orb::Internal::Type::Enum
|
3515
3515
|
|
3516
3516
|
DAY: :day
|
3517
3517
|
MONTH: :month
|
@@ -3541,7 +3541,7 @@ module Orb
|
|
3541
3541
|
reference_id: String?
|
3542
3542
|
}
|
3543
3543
|
|
3544
|
-
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::BaseModel
|
3544
|
+
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::Internal::Type::BaseModel
|
3545
3545
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::cadence
|
3546
3546
|
|
3547
3547
|
attr_accessor item_id: String
|
@@ -3604,7 +3604,7 @@ module Orb
|
|
3604
3604
|
| :custom
|
3605
3605
|
|
3606
3606
|
module Cadence
|
3607
|
-
extend Orb::Enum
|
3607
|
+
extend Orb::Internal::Type::Enum
|
3608
3608
|
|
3609
3609
|
ANNUAL: :annual
|
3610
3610
|
SEMI_ANNUAL: :semi_annual
|
@@ -3622,7 +3622,7 @@ module Orb
|
|
3622
3622
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
3623
3623
|
}
|
3624
3624
|
|
3625
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3625
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3626
3626
|
attr_accessor duration: Integer
|
3627
3627
|
|
3628
3628
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -3637,7 +3637,7 @@ module Orb
|
|
3637
3637
|
type duration_unit = :day | :month
|
3638
3638
|
|
3639
3639
|
module DurationUnit
|
3640
|
-
extend Orb::Enum
|
3640
|
+
extend Orb::Internal::Type::Enum
|
3641
3641
|
|
3642
3642
|
DAY: :day
|
3643
3643
|
MONTH: :month
|
@@ -3652,7 +3652,7 @@ module Orb
|
|
3652
3652
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
3653
3653
|
}
|
3654
3654
|
|
3655
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3655
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3656
3656
|
attr_accessor duration: Integer
|
3657
3657
|
|
3658
3658
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3667,7 +3667,7 @@ module Orb
|
|
3667
3667
|
type duration_unit = :day | :month
|
3668
3668
|
|
3669
3669
|
module DurationUnit
|
3670
|
-
extend Orb::Enum
|
3670
|
+
extend Orb::Internal::Type::Enum
|
3671
3671
|
|
3672
3672
|
DAY: :day
|
3673
3673
|
MONTH: :month
|
@@ -3697,7 +3697,7 @@ module Orb
|
|
3697
3697
|
reference_id: String?
|
3698
3698
|
}
|
3699
3699
|
|
3700
|
-
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::BaseModel
|
3700
|
+
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::Internal::Type::BaseModel
|
3701
3701
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::cadence
|
3702
3702
|
|
3703
3703
|
attr_accessor item_id: String
|
@@ -3760,7 +3760,7 @@ module Orb
|
|
3760
3760
|
| :custom
|
3761
3761
|
|
3762
3762
|
module Cadence
|
3763
|
-
extend Orb::Enum
|
3763
|
+
extend Orb::Internal::Type::Enum
|
3764
3764
|
|
3765
3765
|
ANNUAL: :annual
|
3766
3766
|
SEMI_ANNUAL: :semi_annual
|
@@ -3778,7 +3778,7 @@ module Orb
|
|
3778
3778
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
3779
3779
|
}
|
3780
3780
|
|
3781
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3781
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3782
3782
|
attr_accessor duration: Integer
|
3783
3783
|
|
3784
3784
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -3793,7 +3793,7 @@ module Orb
|
|
3793
3793
|
type duration_unit = :day | :month
|
3794
3794
|
|
3795
3795
|
module DurationUnit
|
3796
|
-
extend Orb::Enum
|
3796
|
+
extend Orb::Internal::Type::Enum
|
3797
3797
|
|
3798
3798
|
DAY: :day
|
3799
3799
|
MONTH: :month
|
@@ -3808,7 +3808,7 @@ module Orb
|
|
3808
3808
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
3809
3809
|
}
|
3810
3810
|
|
3811
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3811
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3812
3812
|
attr_accessor duration: Integer
|
3813
3813
|
|
3814
3814
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3823,7 +3823,7 @@ module Orb
|
|
3823
3823
|
type duration_unit = :day | :month
|
3824
3824
|
|
3825
3825
|
module DurationUnit
|
3826
|
-
extend Orb::Enum
|
3826
|
+
extend Orb::Internal::Type::Enum
|
3827
3827
|
|
3828
3828
|
DAY: :day
|
3829
3829
|
MONTH: :month
|
@@ -3853,7 +3853,7 @@ module Orb
|
|
3853
3853
|
reference_id: String?
|
3854
3854
|
}
|
3855
3855
|
|
3856
|
-
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::BaseModel
|
3856
|
+
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::Internal::Type::BaseModel
|
3857
3857
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::cadence
|
3858
3858
|
|
3859
3859
|
attr_accessor cumulative_grouped_bulk_config: ::Hash[Symbol, top]
|
@@ -3916,7 +3916,7 @@ module Orb
|
|
3916
3916
|
| :custom
|
3917
3917
|
|
3918
3918
|
module Cadence
|
3919
|
-
extend Orb::Enum
|
3919
|
+
extend Orb::Internal::Type::Enum
|
3920
3920
|
|
3921
3921
|
ANNUAL: :annual
|
3922
3922
|
SEMI_ANNUAL: :semi_annual
|
@@ -3934,7 +3934,7 @@ module Orb
|
|
3934
3934
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
3935
3935
|
}
|
3936
3936
|
|
3937
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
3937
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3938
3938
|
attr_accessor duration: Integer
|
3939
3939
|
|
3940
3940
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -3949,7 +3949,7 @@ module Orb
|
|
3949
3949
|
type duration_unit = :day | :month
|
3950
3950
|
|
3951
3951
|
module DurationUnit
|
3952
|
-
extend Orb::Enum
|
3952
|
+
extend Orb::Internal::Type::Enum
|
3953
3953
|
|
3954
3954
|
DAY: :day
|
3955
3955
|
MONTH: :month
|
@@ -3964,7 +3964,7 @@ module Orb
|
|
3964
3964
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
3965
3965
|
}
|
3966
3966
|
|
3967
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
3967
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
3968
3968
|
attr_accessor duration: Integer
|
3969
3969
|
|
3970
3970
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -3979,7 +3979,7 @@ module Orb
|
|
3979
3979
|
type duration_unit = :day | :month
|
3980
3980
|
|
3981
3981
|
module DurationUnit
|
3982
|
-
extend Orb::Enum
|
3982
|
+
extend Orb::Internal::Type::Enum
|
3983
3983
|
|
3984
3984
|
DAY: :day
|
3985
3985
|
MONTH: :month
|
@@ -4009,7 +4009,7 @@ module Orb
|
|
4009
4009
|
reference_id: String?
|
4010
4010
|
}
|
4011
4011
|
|
4012
|
-
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::BaseModel
|
4012
|
+
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::Internal::Type::BaseModel
|
4013
4013
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::cadence
|
4014
4014
|
|
4015
4015
|
attr_accessor item_id: String
|
@@ -4072,7 +4072,7 @@ module Orb
|
|
4072
4072
|
| :custom
|
4073
4073
|
|
4074
4074
|
module Cadence
|
4075
|
-
extend Orb::Enum
|
4075
|
+
extend Orb::Internal::Type::Enum
|
4076
4076
|
|
4077
4077
|
ANNUAL: :annual
|
4078
4078
|
SEMI_ANNUAL: :semi_annual
|
@@ -4090,7 +4090,7 @@ module Orb
|
|
4090
4090
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
4091
4091
|
}
|
4092
4092
|
|
4093
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4093
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4094
4094
|
attr_accessor duration: Integer
|
4095
4095
|
|
4096
4096
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -4105,7 +4105,7 @@ module Orb
|
|
4105
4105
|
type duration_unit = :day | :month
|
4106
4106
|
|
4107
4107
|
module DurationUnit
|
4108
|
-
extend Orb::Enum
|
4108
|
+
extend Orb::Internal::Type::Enum
|
4109
4109
|
|
4110
4110
|
DAY: :day
|
4111
4111
|
MONTH: :month
|
@@ -4120,7 +4120,7 @@ module Orb
|
|
4120
4120
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
4121
4121
|
}
|
4122
4122
|
|
4123
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4123
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4124
4124
|
attr_accessor duration: Integer
|
4125
4125
|
|
4126
4126
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4135,7 +4135,7 @@ module Orb
|
|
4135
4135
|
type duration_unit = :day | :month
|
4136
4136
|
|
4137
4137
|
module DurationUnit
|
4138
|
-
extend Orb::Enum
|
4138
|
+
extend Orb::Internal::Type::Enum
|
4139
4139
|
|
4140
4140
|
DAY: :day
|
4141
4141
|
MONTH: :month
|
@@ -4165,7 +4165,7 @@ module Orb
|
|
4165
4165
|
reference_id: String?
|
4166
4166
|
}
|
4167
4167
|
|
4168
|
-
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::BaseModel
|
4168
|
+
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::Internal::Type::BaseModel
|
4169
4169
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::cadence
|
4170
4170
|
|
4171
4171
|
attr_accessor grouped_with_metered_minimum_config: ::Hash[Symbol, top]
|
@@ -4228,7 +4228,7 @@ module Orb
|
|
4228
4228
|
| :custom
|
4229
4229
|
|
4230
4230
|
module Cadence
|
4231
|
-
extend Orb::Enum
|
4231
|
+
extend Orb::Internal::Type::Enum
|
4232
4232
|
|
4233
4233
|
ANNUAL: :annual
|
4234
4234
|
SEMI_ANNUAL: :semi_annual
|
@@ -4246,7 +4246,7 @@ module Orb
|
|
4246
4246
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
4247
4247
|
}
|
4248
4248
|
|
4249
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4249
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4250
4250
|
attr_accessor duration: Integer
|
4251
4251
|
|
4252
4252
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -4261,7 +4261,7 @@ module Orb
|
|
4261
4261
|
type duration_unit = :day | :month
|
4262
4262
|
|
4263
4263
|
module DurationUnit
|
4264
|
-
extend Orb::Enum
|
4264
|
+
extend Orb::Internal::Type::Enum
|
4265
4265
|
|
4266
4266
|
DAY: :day
|
4267
4267
|
MONTH: :month
|
@@ -4276,7 +4276,7 @@ module Orb
|
|
4276
4276
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
4277
4277
|
}
|
4278
4278
|
|
4279
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4279
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4280
4280
|
attr_accessor duration: Integer
|
4281
4281
|
|
4282
4282
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4291,7 +4291,7 @@ module Orb
|
|
4291
4291
|
type duration_unit = :day | :month
|
4292
4292
|
|
4293
4293
|
module DurationUnit
|
4294
|
-
extend Orb::Enum
|
4294
|
+
extend Orb::Internal::Type::Enum
|
4295
4295
|
|
4296
4296
|
DAY: :day
|
4297
4297
|
MONTH: :month
|
@@ -4321,7 +4321,7 @@ module Orb
|
|
4321
4321
|
reference_id: String?
|
4322
4322
|
}
|
4323
4323
|
|
4324
|
-
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::BaseModel
|
4324
|
+
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::Internal::Type::BaseModel
|
4325
4325
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::cadence
|
4326
4326
|
|
4327
4327
|
attr_accessor item_id: String
|
@@ -4384,7 +4384,7 @@ module Orb
|
|
4384
4384
|
| :custom
|
4385
4385
|
|
4386
4386
|
module Cadence
|
4387
|
-
extend Orb::Enum
|
4387
|
+
extend Orb::Internal::Type::Enum
|
4388
4388
|
|
4389
4389
|
ANNUAL: :annual
|
4390
4390
|
SEMI_ANNUAL: :semi_annual
|
@@ -4402,7 +4402,7 @@ module Orb
|
|
4402
4402
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
4403
4403
|
}
|
4404
4404
|
|
4405
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4405
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4406
4406
|
attr_accessor duration: Integer
|
4407
4407
|
|
4408
4408
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
@@ -4417,7 +4417,7 @@ module Orb
|
|
4417
4417
|
type duration_unit = :day | :month
|
4418
4418
|
|
4419
4419
|
module DurationUnit
|
4420
|
-
extend Orb::Enum
|
4420
|
+
extend Orb::Internal::Type::Enum
|
4421
4421
|
|
4422
4422
|
DAY: :day
|
4423
4423
|
MONTH: :month
|
@@ -4432,7 +4432,7 @@ module Orb
|
|
4432
4432
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
4433
4433
|
}
|
4434
4434
|
|
4435
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4435
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4436
4436
|
attr_accessor duration: Integer
|
4437
4437
|
|
4438
4438
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4447,7 +4447,7 @@ module Orb
|
|
4447
4447
|
type duration_unit = :day | :month
|
4448
4448
|
|
4449
4449
|
module DurationUnit
|
4450
|
-
extend Orb::Enum
|
4450
|
+
extend Orb::Internal::Type::Enum
|
4451
4451
|
|
4452
4452
|
DAY: :day
|
4453
4453
|
MONTH: :month
|
@@ -4477,7 +4477,7 @@ module Orb
|
|
4477
4477
|
reference_id: String?
|
4478
4478
|
}
|
4479
4479
|
|
4480
|
-
class NewSubscriptionGroupedTieredPackagePrice < Orb::BaseModel
|
4480
|
+
class NewSubscriptionGroupedTieredPackagePrice < Orb::Internal::Type::BaseModel
|
4481
4481
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::cadence
|
4482
4482
|
|
4483
4483
|
attr_accessor grouped_tiered_package_config: ::Hash[Symbol, top]
|
@@ -4540,7 +4540,7 @@ module Orb
|
|
4540
4540
|
| :custom
|
4541
4541
|
|
4542
4542
|
module Cadence
|
4543
|
-
extend Orb::Enum
|
4543
|
+
extend Orb::Internal::Type::Enum
|
4544
4544
|
|
4545
4545
|
ANNUAL: :annual
|
4546
4546
|
SEMI_ANNUAL: :semi_annual
|
@@ -4558,7 +4558,7 @@ module Orb
|
|
4558
4558
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
4559
4559
|
}
|
4560
4560
|
|
4561
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
4561
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4562
4562
|
attr_accessor duration: Integer
|
4563
4563
|
|
4564
4564
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -4573,7 +4573,7 @@ module Orb
|
|
4573
4573
|
type duration_unit = :day | :month
|
4574
4574
|
|
4575
4575
|
module DurationUnit
|
4576
|
-
extend Orb::Enum
|
4576
|
+
extend Orb::Internal::Type::Enum
|
4577
4577
|
|
4578
4578
|
DAY: :day
|
4579
4579
|
MONTH: :month
|
@@ -4588,7 +4588,7 @@ module Orb
|
|
4588
4588
|
duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
4589
4589
|
}
|
4590
4590
|
|
4591
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
4591
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
4592
4592
|
attr_accessor duration: Integer
|
4593
4593
|
|
4594
4594
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::AddPrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -4603,7 +4603,7 @@ module Orb
|
|
4603
4603
|
type duration_unit = :day | :month
|
4604
4604
|
|
4605
4605
|
module DurationUnit
|
4606
|
-
extend Orb::Enum
|
4606
|
+
extend Orb::Internal::Type::Enum
|
4607
4607
|
|
4608
4608
|
DAY: :day
|
4609
4609
|
MONTH: :month
|
@@ -4620,7 +4620,7 @@ module Orb
|
|
4620
4620
|
type billing_cycle_anchor_configuration =
|
4621
4621
|
{ day: Integer, month: Integer?, year: Integer? }
|
4622
4622
|
|
4623
|
-
class BillingCycleAnchorConfiguration < Orb::BaseModel
|
4623
|
+
class BillingCycleAnchorConfiguration < Orb::Internal::Type::BaseModel
|
4624
4624
|
attr_accessor day: Integer
|
4625
4625
|
|
4626
4626
|
attr_accessor month: Integer?
|
@@ -4639,7 +4639,7 @@ module Orb
|
|
4639
4639
|
type external_marketplace = :google | :aws | :azure
|
4640
4640
|
|
4641
4641
|
module ExternalMarketplace
|
4642
|
-
extend Orb::Enum
|
4642
|
+
extend Orb::Internal::Type::Enum
|
4643
4643
|
|
4644
4644
|
GOOGLE: :google
|
4645
4645
|
AWS: :aws
|
@@ -4650,7 +4650,7 @@ module Orb
|
|
4650
4650
|
|
4651
4651
|
type remove_adjustment = { adjustment_id: String }
|
4652
4652
|
|
4653
|
-
class RemoveAdjustment < Orb::BaseModel
|
4653
|
+
class RemoveAdjustment < Orb::Internal::Type::BaseModel
|
4654
4654
|
attr_accessor adjustment_id: String
|
4655
4655
|
|
4656
4656
|
def initialize: (adjustment_id: String) -> void
|
@@ -4660,7 +4660,7 @@ module Orb
|
|
4660
4660
|
|
4661
4661
|
type remove_price = { external_price_id: String?, price_id: String? }
|
4662
4662
|
|
4663
|
-
class RemovePrice < Orb::BaseModel
|
4663
|
+
class RemovePrice < Orb::Internal::Type::BaseModel
|
4664
4664
|
attr_accessor external_price_id: String?
|
4665
4665
|
|
4666
4666
|
attr_accessor price_id: String?
|
@@ -4679,7 +4679,7 @@ module Orb
|
|
4679
4679
|
replaces_adjustment_id: String
|
4680
4680
|
}
|
4681
4681
|
|
4682
|
-
class ReplaceAdjustment < Orb::BaseModel
|
4682
|
+
class ReplaceAdjustment < Orb::Internal::Type::BaseModel
|
4683
4683
|
attr_accessor adjustment: Orb::Models::SubscriptionCreateParams::ReplaceAdjustment::adjustment
|
4684
4684
|
|
4685
4685
|
attr_accessor replaces_adjustment_id: String
|
@@ -4699,7 +4699,7 @@ module Orb
|
|
4699
4699
|
| Orb::Models::SubscriptionCreateParams::ReplaceAdjustment::Adjustment::NewMaximum
|
4700
4700
|
|
4701
4701
|
module Adjustment
|
4702
|
-
extend Orb::Union
|
4702
|
+
extend Orb::Internal::Type::Union
|
4703
4703
|
|
4704
4704
|
type new_percentage_discount =
|
4705
4705
|
{
|
@@ -4709,7 +4709,7 @@ module Orb
|
|
4709
4709
|
is_invoice_level: bool
|
4710
4710
|
}
|
4711
4711
|
|
4712
|
-
class NewPercentageDiscount < Orb::BaseModel
|
4712
|
+
class NewPercentageDiscount < Orb::Internal::Type::BaseModel
|
4713
4713
|
attr_accessor adjustment_type: :percentage_discount
|
4714
4714
|
|
4715
4715
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4738,7 +4738,7 @@ module Orb
|
|
4738
4738
|
is_invoice_level: bool
|
4739
4739
|
}
|
4740
4740
|
|
4741
|
-
class NewUsageDiscount < Orb::BaseModel
|
4741
|
+
class NewUsageDiscount < Orb::Internal::Type::BaseModel
|
4742
4742
|
attr_accessor adjustment_type: :usage_discount
|
4743
4743
|
|
4744
4744
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4767,7 +4767,7 @@ module Orb
|
|
4767
4767
|
is_invoice_level: bool
|
4768
4768
|
}
|
4769
4769
|
|
4770
|
-
class NewAmountDiscount < Orb::BaseModel
|
4770
|
+
class NewAmountDiscount < Orb::Internal::Type::BaseModel
|
4771
4771
|
attr_accessor adjustment_type: :amount_discount
|
4772
4772
|
|
4773
4773
|
attr_accessor amount_discount: String
|
@@ -4797,7 +4797,7 @@ module Orb
|
|
4797
4797
|
is_invoice_level: bool
|
4798
4798
|
}
|
4799
4799
|
|
4800
|
-
class NewMinimum < Orb::BaseModel
|
4800
|
+
class NewMinimum < Orb::Internal::Type::BaseModel
|
4801
4801
|
attr_accessor adjustment_type: :minimum
|
4802
4802
|
|
4803
4803
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4829,7 +4829,7 @@ module Orb
|
|
4829
4829
|
is_invoice_level: bool
|
4830
4830
|
}
|
4831
4831
|
|
4832
|
-
class NewMaximum < Orb::BaseModel
|
4832
|
+
class NewMaximum < Orb::Internal::Type::BaseModel
|
4833
4833
|
attr_accessor adjustment_type: :maximum
|
4834
4834
|
|
4835
4835
|
attr_accessor applies_to_price_ids: ::Array[String]
|
@@ -4867,7 +4867,7 @@ module Orb
|
|
4867
4867
|
price_id: String?
|
4868
4868
|
}
|
4869
4869
|
|
4870
|
-
class ReplacePrice < Orb::BaseModel
|
4870
|
+
class ReplacePrice < Orb::Internal::Type::BaseModel
|
4871
4871
|
attr_accessor replaces_price_id: String
|
4872
4872
|
|
4873
4873
|
attr_accessor allocation_price: Orb::Models::SubscriptionCreateParams::ReplacePrice::AllocationPrice?
|
@@ -4908,7 +4908,7 @@ module Orb
|
|
4908
4908
|
expires_at_end_of_cadence: bool
|
4909
4909
|
}
|
4910
4910
|
|
4911
|
-
class AllocationPrice < Orb::BaseModel
|
4911
|
+
class AllocationPrice < Orb::Internal::Type::BaseModel
|
4912
4912
|
attr_accessor amount: String
|
4913
4913
|
|
4914
4914
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::AllocationPrice::cadence
|
@@ -4930,7 +4930,7 @@ module Orb
|
|
4930
4930
|
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
|
4931
4931
|
|
4932
4932
|
module Cadence
|
4933
|
-
extend Orb::Enum
|
4933
|
+
extend Orb::Internal::Type::Enum
|
4934
4934
|
|
4935
4935
|
ONE_TIME: :one_time
|
4936
4936
|
MONTHLY: :monthly
|
@@ -4951,7 +4951,7 @@ module Orb
|
|
4951
4951
|
usage_discount: Float?
|
4952
4952
|
}
|
4953
4953
|
|
4954
|
-
class Discount < Orb::BaseModel
|
4954
|
+
class Discount < Orb::Internal::Type::BaseModel
|
4955
4955
|
attr_accessor discount_type: Orb::Models::SubscriptionCreateParams::ReplacePrice::Discount::discount_type
|
4956
4956
|
|
4957
4957
|
attr_accessor amount_discount: String?
|
@@ -4972,7 +4972,7 @@ module Orb
|
|
4972
4972
|
type discount_type = :percentage | :usage | :amount
|
4973
4973
|
|
4974
4974
|
module DiscountType
|
4975
|
-
extend Orb::Enum
|
4975
|
+
extend Orb::Internal::Type::Enum
|
4976
4976
|
|
4977
4977
|
PERCENTAGE: :percentage
|
4978
4978
|
USAGE: :usage
|
@@ -5010,7 +5010,7 @@ module Orb
|
|
5010
5010
|
| Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice
|
5011
5011
|
|
5012
5012
|
module Price
|
5013
|
-
extend Orb::Union
|
5013
|
+
extend Orb::Internal::Type::Union
|
5014
5014
|
|
5015
5015
|
type new_subscription_unit_price =
|
5016
5016
|
{
|
@@ -5032,7 +5032,7 @@ module Orb
|
|
5032
5032
|
reference_id: String?
|
5033
5033
|
}
|
5034
5034
|
|
5035
|
-
class NewSubscriptionUnitPrice < Orb::BaseModel
|
5035
|
+
class NewSubscriptionUnitPrice < Orb::Internal::Type::BaseModel
|
5036
5036
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitPrice::cadence
|
5037
5037
|
|
5038
5038
|
attr_accessor item_id: String
|
@@ -5095,7 +5095,7 @@ module Orb
|
|
5095
5095
|
| :custom
|
5096
5096
|
|
5097
5097
|
module Cadence
|
5098
|
-
extend Orb::Enum
|
5098
|
+
extend Orb::Internal::Type::Enum
|
5099
5099
|
|
5100
5100
|
ANNUAL: :annual
|
5101
5101
|
SEMI_ANNUAL: :semi_annual
|
@@ -5109,7 +5109,7 @@ module Orb
|
|
5109
5109
|
|
5110
5110
|
type unit_config = { unit_amount: String }
|
5111
5111
|
|
5112
|
-
class UnitConfig < Orb::BaseModel
|
5112
|
+
class UnitConfig < Orb::Internal::Type::BaseModel
|
5113
5113
|
attr_accessor unit_amount: String
|
5114
5114
|
|
5115
5115
|
def initialize: (unit_amount: String) -> void
|
@@ -5123,7 +5123,7 @@ module Orb
|
|
5123
5123
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
5124
5124
|
}
|
5125
5125
|
|
5126
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5126
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5127
5127
|
attr_accessor duration: Integer
|
5128
5128
|
|
5129
5129
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitPrice::BillingCycleConfiguration::duration_unit
|
@@ -5138,7 +5138,7 @@ module Orb
|
|
5138
5138
|
type duration_unit = :day | :month
|
5139
5139
|
|
5140
5140
|
module DurationUnit
|
5141
|
-
extend Orb::Enum
|
5141
|
+
extend Orb::Internal::Type::Enum
|
5142
5142
|
|
5143
5143
|
DAY: :day
|
5144
5144
|
MONTH: :month
|
@@ -5153,7 +5153,7 @@ module Orb
|
|
5153
5153
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
5154
5154
|
}
|
5155
5155
|
|
5156
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5156
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5157
5157
|
attr_accessor duration: Integer
|
5158
5158
|
|
5159
5159
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5168,7 +5168,7 @@ module Orb
|
|
5168
5168
|
type duration_unit = :day | :month
|
5169
5169
|
|
5170
5170
|
module DurationUnit
|
5171
|
-
extend Orb::Enum
|
5171
|
+
extend Orb::Internal::Type::Enum
|
5172
5172
|
|
5173
5173
|
DAY: :day
|
5174
5174
|
MONTH: :month
|
@@ -5198,7 +5198,7 @@ module Orb
|
|
5198
5198
|
reference_id: String?
|
5199
5199
|
}
|
5200
5200
|
|
5201
|
-
class NewSubscriptionPackagePrice < Orb::BaseModel
|
5201
|
+
class NewSubscriptionPackagePrice < Orb::Internal::Type::BaseModel
|
5202
5202
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackagePrice::cadence
|
5203
5203
|
|
5204
5204
|
attr_accessor item_id: String
|
@@ -5261,7 +5261,7 @@ module Orb
|
|
5261
5261
|
| :custom
|
5262
5262
|
|
5263
5263
|
module Cadence
|
5264
|
-
extend Orb::Enum
|
5264
|
+
extend Orb::Internal::Type::Enum
|
5265
5265
|
|
5266
5266
|
ANNUAL: :annual
|
5267
5267
|
SEMI_ANNUAL: :semi_annual
|
@@ -5276,7 +5276,7 @@ module Orb
|
|
5276
5276
|
type package_config =
|
5277
5277
|
{ package_amount: String, package_size: Integer }
|
5278
5278
|
|
5279
|
-
class PackageConfig < Orb::BaseModel
|
5279
|
+
class PackageConfig < Orb::Internal::Type::BaseModel
|
5280
5280
|
attr_accessor package_amount: String
|
5281
5281
|
|
5282
5282
|
attr_accessor package_size: Integer
|
@@ -5295,7 +5295,7 @@ module Orb
|
|
5295
5295
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
5296
5296
|
}
|
5297
5297
|
|
5298
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5298
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5299
5299
|
attr_accessor duration: Integer
|
5300
5300
|
|
5301
5301
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -5310,7 +5310,7 @@ module Orb
|
|
5310
5310
|
type duration_unit = :day | :month
|
5311
5311
|
|
5312
5312
|
module DurationUnit
|
5313
|
-
extend Orb::Enum
|
5313
|
+
extend Orb::Internal::Type::Enum
|
5314
5314
|
|
5315
5315
|
DAY: :day
|
5316
5316
|
MONTH: :month
|
@@ -5325,7 +5325,7 @@ module Orb
|
|
5325
5325
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
5326
5326
|
}
|
5327
5327
|
|
5328
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5328
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5329
5329
|
attr_accessor duration: Integer
|
5330
5330
|
|
5331
5331
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5340,7 +5340,7 @@ module Orb
|
|
5340
5340
|
type duration_unit = :day | :month
|
5341
5341
|
|
5342
5342
|
module DurationUnit
|
5343
|
-
extend Orb::Enum
|
5343
|
+
extend Orb::Internal::Type::Enum
|
5344
5344
|
|
5345
5345
|
DAY: :day
|
5346
5346
|
MONTH: :month
|
@@ -5370,7 +5370,7 @@ module Orb
|
|
5370
5370
|
reference_id: String?
|
5371
5371
|
}
|
5372
5372
|
|
5373
|
-
class NewSubscriptionMatrixPrice < Orb::BaseModel
|
5373
|
+
class NewSubscriptionMatrixPrice < Orb::Internal::Type::BaseModel
|
5374
5374
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::cadence
|
5375
5375
|
|
5376
5376
|
attr_accessor item_id: String
|
@@ -5433,7 +5433,7 @@ module Orb
|
|
5433
5433
|
| :custom
|
5434
5434
|
|
5435
5435
|
module Cadence
|
5436
|
-
extend Orb::Enum
|
5436
|
+
extend Orb::Internal::Type::Enum
|
5437
5437
|
|
5438
5438
|
ANNUAL: :annual
|
5439
5439
|
SEMI_ANNUAL: :semi_annual
|
@@ -5452,7 +5452,7 @@ module Orb
|
|
5452
5452
|
matrix_values: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::MatrixConfig::MatrixValue]
|
5453
5453
|
}
|
5454
5454
|
|
5455
|
-
class MatrixConfig < Orb::BaseModel
|
5455
|
+
class MatrixConfig < Orb::Internal::Type::BaseModel
|
5456
5456
|
attr_accessor default_unit_amount: String
|
5457
5457
|
|
5458
5458
|
attr_accessor dimensions: ::Array[String?]
|
@@ -5470,7 +5470,7 @@ module Orb
|
|
5470
5470
|
type matrix_value =
|
5471
5471
|
{ dimension_values: ::Array[String?], unit_amount: String }
|
5472
5472
|
|
5473
|
-
class MatrixValue < Orb::BaseModel
|
5473
|
+
class MatrixValue < Orb::Internal::Type::BaseModel
|
5474
5474
|
attr_accessor dimension_values: ::Array[String?]
|
5475
5475
|
|
5476
5476
|
attr_accessor unit_amount: String
|
@@ -5490,7 +5490,7 @@ module Orb
|
|
5490
5490
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
5491
5491
|
}
|
5492
5492
|
|
5493
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5493
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5494
5494
|
attr_accessor duration: Integer
|
5495
5495
|
|
5496
5496
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::BillingCycleConfiguration::duration_unit
|
@@ -5505,7 +5505,7 @@ module Orb
|
|
5505
5505
|
type duration_unit = :day | :month
|
5506
5506
|
|
5507
5507
|
module DurationUnit
|
5508
|
-
extend Orb::Enum
|
5508
|
+
extend Orb::Internal::Type::Enum
|
5509
5509
|
|
5510
5510
|
DAY: :day
|
5511
5511
|
MONTH: :month
|
@@ -5520,7 +5520,7 @@ module Orb
|
|
5520
5520
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
5521
5521
|
}
|
5522
5522
|
|
5523
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5523
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5524
5524
|
attr_accessor duration: Integer
|
5525
5525
|
|
5526
5526
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5535,7 +5535,7 @@ module Orb
|
|
5535
5535
|
type duration_unit = :day | :month
|
5536
5536
|
|
5537
5537
|
module DurationUnit
|
5538
|
-
extend Orb::Enum
|
5538
|
+
extend Orb::Internal::Type::Enum
|
5539
5539
|
|
5540
5540
|
DAY: :day
|
5541
5541
|
MONTH: :month
|
@@ -5565,7 +5565,7 @@ module Orb
|
|
5565
5565
|
reference_id: String?
|
5566
5566
|
}
|
5567
5567
|
|
5568
|
-
class NewSubscriptionTieredPrice < Orb::BaseModel
|
5568
|
+
class NewSubscriptionTieredPrice < Orb::Internal::Type::BaseModel
|
5569
5569
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::cadence
|
5570
5570
|
|
5571
5571
|
attr_accessor item_id: String
|
@@ -5628,7 +5628,7 @@ module Orb
|
|
5628
5628
|
| :custom
|
5629
5629
|
|
5630
5630
|
module Cadence
|
5631
|
-
extend Orb::Enum
|
5631
|
+
extend Orb::Internal::Type::Enum
|
5632
5632
|
|
5633
5633
|
ANNUAL: :annual
|
5634
5634
|
SEMI_ANNUAL: :semi_annual
|
@@ -5645,7 +5645,7 @@ module Orb
|
|
5645
5645
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
5646
5646
|
}
|
5647
5647
|
|
5648
|
-
class TieredConfig < Orb::BaseModel
|
5648
|
+
class TieredConfig < Orb::Internal::Type::BaseModel
|
5649
5649
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::TieredConfig::Tier]
|
5650
5650
|
|
5651
5651
|
def initialize: (
|
@@ -5657,7 +5657,7 @@ module Orb
|
|
5657
5657
|
type tier =
|
5658
5658
|
{ first_unit: Float, unit_amount: String, last_unit: Float? }
|
5659
5659
|
|
5660
|
-
class Tier < Orb::BaseModel
|
5660
|
+
class Tier < Orb::Internal::Type::BaseModel
|
5661
5661
|
attr_accessor first_unit: Float
|
5662
5662
|
|
5663
5663
|
attr_accessor unit_amount: String
|
@@ -5680,7 +5680,7 @@ module Orb
|
|
5680
5680
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
5681
5681
|
}
|
5682
5682
|
|
5683
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5683
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5684
5684
|
attr_accessor duration: Integer
|
5685
5685
|
|
5686
5686
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::BillingCycleConfiguration::duration_unit
|
@@ -5695,7 +5695,7 @@ module Orb
|
|
5695
5695
|
type duration_unit = :day | :month
|
5696
5696
|
|
5697
5697
|
module DurationUnit
|
5698
|
-
extend Orb::Enum
|
5698
|
+
extend Orb::Internal::Type::Enum
|
5699
5699
|
|
5700
5700
|
DAY: :day
|
5701
5701
|
MONTH: :month
|
@@ -5710,7 +5710,7 @@ module Orb
|
|
5710
5710
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
5711
5711
|
}
|
5712
5712
|
|
5713
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5713
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5714
5714
|
attr_accessor duration: Integer
|
5715
5715
|
|
5716
5716
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5725,7 +5725,7 @@ module Orb
|
|
5725
5725
|
type duration_unit = :day | :month
|
5726
5726
|
|
5727
5727
|
module DurationUnit
|
5728
|
-
extend Orb::Enum
|
5728
|
+
extend Orb::Internal::Type::Enum
|
5729
5729
|
|
5730
5730
|
DAY: :day
|
5731
5731
|
MONTH: :month
|
@@ -5755,7 +5755,7 @@ module Orb
|
|
5755
5755
|
reference_id: String?
|
5756
5756
|
}
|
5757
5757
|
|
5758
|
-
class NewSubscriptionTieredBpsPrice < Orb::BaseModel
|
5758
|
+
class NewSubscriptionTieredBpsPrice < Orb::Internal::Type::BaseModel
|
5759
5759
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::cadence
|
5760
5760
|
|
5761
5761
|
attr_accessor item_id: String
|
@@ -5818,7 +5818,7 @@ module Orb
|
|
5818
5818
|
| :custom
|
5819
5819
|
|
5820
5820
|
module Cadence
|
5821
|
-
extend Orb::Enum
|
5821
|
+
extend Orb::Internal::Type::Enum
|
5822
5822
|
|
5823
5823
|
ANNUAL: :annual
|
5824
5824
|
SEMI_ANNUAL: :semi_annual
|
@@ -5835,7 +5835,7 @@ module Orb
|
|
5835
5835
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
5836
5836
|
}
|
5837
5837
|
|
5838
|
-
class TieredBpsConfig < Orb::BaseModel
|
5838
|
+
class TieredBpsConfig < Orb::Internal::Type::BaseModel
|
5839
5839
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::TieredBpsConfig::Tier]
|
5840
5840
|
|
5841
5841
|
def initialize: (
|
@@ -5852,7 +5852,7 @@ module Orb
|
|
5852
5852
|
per_unit_maximum: String?
|
5853
5853
|
}
|
5854
5854
|
|
5855
|
-
class Tier < Orb::BaseModel
|
5855
|
+
class Tier < Orb::Internal::Type::BaseModel
|
5856
5856
|
attr_accessor bps: Float
|
5857
5857
|
|
5858
5858
|
attr_accessor minimum_amount: String
|
@@ -5878,7 +5878,7 @@ module Orb
|
|
5878
5878
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
5879
5879
|
}
|
5880
5880
|
|
5881
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
5881
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5882
5882
|
attr_accessor duration: Integer
|
5883
5883
|
|
5884
5884
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -5893,7 +5893,7 @@ module Orb
|
|
5893
5893
|
type duration_unit = :day | :month
|
5894
5894
|
|
5895
5895
|
module DurationUnit
|
5896
|
-
extend Orb::Enum
|
5896
|
+
extend Orb::Internal::Type::Enum
|
5897
5897
|
|
5898
5898
|
DAY: :day
|
5899
5899
|
MONTH: :month
|
@@ -5908,7 +5908,7 @@ module Orb
|
|
5908
5908
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
5909
5909
|
}
|
5910
5910
|
|
5911
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
5911
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
5912
5912
|
attr_accessor duration: Integer
|
5913
5913
|
|
5914
5914
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -5923,7 +5923,7 @@ module Orb
|
|
5923
5923
|
type duration_unit = :day | :month
|
5924
5924
|
|
5925
5925
|
module DurationUnit
|
5926
|
-
extend Orb::Enum
|
5926
|
+
extend Orb::Internal::Type::Enum
|
5927
5927
|
|
5928
5928
|
DAY: :day
|
5929
5929
|
MONTH: :month
|
@@ -5953,7 +5953,7 @@ module Orb
|
|
5953
5953
|
reference_id: String?
|
5954
5954
|
}
|
5955
5955
|
|
5956
|
-
class NewSubscriptionBpsPrice < Orb::BaseModel
|
5956
|
+
class NewSubscriptionBpsPrice < Orb::Internal::Type::BaseModel
|
5957
5957
|
attr_accessor bps_config: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBpsPrice::BpsConfig
|
5958
5958
|
|
5959
5959
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBpsPrice::cadence
|
@@ -6009,7 +6009,7 @@ module Orb
|
|
6009
6009
|
|
6010
6010
|
type bps_config = { bps: Float, per_unit_maximum: String? }
|
6011
6011
|
|
6012
|
-
class BpsConfig < Orb::BaseModel
|
6012
|
+
class BpsConfig < Orb::Internal::Type::BaseModel
|
6013
6013
|
attr_accessor bps: Float
|
6014
6014
|
|
6015
6015
|
attr_accessor per_unit_maximum: String?
|
@@ -6028,7 +6028,7 @@ module Orb
|
|
6028
6028
|
| :custom
|
6029
6029
|
|
6030
6030
|
module Cadence
|
6031
|
-
extend Orb::Enum
|
6031
|
+
extend Orb::Internal::Type::Enum
|
6032
6032
|
|
6033
6033
|
ANNUAL: :annual
|
6034
6034
|
SEMI_ANNUAL: :semi_annual
|
@@ -6046,7 +6046,7 @@ module Orb
|
|
6046
6046
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
6047
6047
|
}
|
6048
6048
|
|
6049
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6049
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6050
6050
|
attr_accessor duration: Integer
|
6051
6051
|
|
6052
6052
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -6061,7 +6061,7 @@ module Orb
|
|
6061
6061
|
type duration_unit = :day | :month
|
6062
6062
|
|
6063
6063
|
module DurationUnit
|
6064
|
-
extend Orb::Enum
|
6064
|
+
extend Orb::Internal::Type::Enum
|
6065
6065
|
|
6066
6066
|
DAY: :day
|
6067
6067
|
MONTH: :month
|
@@ -6076,7 +6076,7 @@ module Orb
|
|
6076
6076
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
6077
6077
|
}
|
6078
6078
|
|
6079
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6079
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6080
6080
|
attr_accessor duration: Integer
|
6081
6081
|
|
6082
6082
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6091,7 +6091,7 @@ module Orb
|
|
6091
6091
|
type duration_unit = :day | :month
|
6092
6092
|
|
6093
6093
|
module DurationUnit
|
6094
|
-
extend Orb::Enum
|
6094
|
+
extend Orb::Internal::Type::Enum
|
6095
6095
|
|
6096
6096
|
DAY: :day
|
6097
6097
|
MONTH: :month
|
@@ -6121,7 +6121,7 @@ module Orb
|
|
6121
6121
|
reference_id: String?
|
6122
6122
|
}
|
6123
6123
|
|
6124
|
-
class NewSubscriptionBulkBpsPrice < Orb::BaseModel
|
6124
|
+
class NewSubscriptionBulkBpsPrice < Orb::Internal::Type::BaseModel
|
6125
6125
|
attr_accessor bulk_bps_config: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig
|
6126
6126
|
|
6127
6127
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::cadence
|
@@ -6180,7 +6180,7 @@ module Orb
|
|
6180
6180
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
6181
6181
|
}
|
6182
6182
|
|
6183
|
-
class BulkBpsConfig < Orb::BaseModel
|
6183
|
+
class BulkBpsConfig < Orb::Internal::Type::BaseModel
|
6184
6184
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BulkBpsConfig::Tier]
|
6185
6185
|
|
6186
6186
|
def initialize: (
|
@@ -6196,7 +6196,7 @@ module Orb
|
|
6196
6196
|
per_unit_maximum: String?
|
6197
6197
|
}
|
6198
6198
|
|
6199
|
-
class Tier < Orb::BaseModel
|
6199
|
+
class Tier < Orb::Internal::Type::BaseModel
|
6200
6200
|
attr_accessor bps: Float
|
6201
6201
|
|
6202
6202
|
attr_accessor maximum_amount: String?
|
@@ -6222,7 +6222,7 @@ module Orb
|
|
6222
6222
|
| :custom
|
6223
6223
|
|
6224
6224
|
module Cadence
|
6225
|
-
extend Orb::Enum
|
6225
|
+
extend Orb::Internal::Type::Enum
|
6226
6226
|
|
6227
6227
|
ANNUAL: :annual
|
6228
6228
|
SEMI_ANNUAL: :semi_annual
|
@@ -6240,7 +6240,7 @@ module Orb
|
|
6240
6240
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
6241
6241
|
}
|
6242
6242
|
|
6243
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6243
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6244
6244
|
attr_accessor duration: Integer
|
6245
6245
|
|
6246
6246
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::BillingCycleConfiguration::duration_unit
|
@@ -6255,7 +6255,7 @@ module Orb
|
|
6255
6255
|
type duration_unit = :day | :month
|
6256
6256
|
|
6257
6257
|
module DurationUnit
|
6258
|
-
extend Orb::Enum
|
6258
|
+
extend Orb::Internal::Type::Enum
|
6259
6259
|
|
6260
6260
|
DAY: :day
|
6261
6261
|
MONTH: :month
|
@@ -6270,7 +6270,7 @@ module Orb
|
|
6270
6270
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
6271
6271
|
}
|
6272
6272
|
|
6273
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6273
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6274
6274
|
attr_accessor duration: Integer
|
6275
6275
|
|
6276
6276
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkBpsPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6285,7 +6285,7 @@ module Orb
|
|
6285
6285
|
type duration_unit = :day | :month
|
6286
6286
|
|
6287
6287
|
module DurationUnit
|
6288
|
-
extend Orb::Enum
|
6288
|
+
extend Orb::Internal::Type::Enum
|
6289
6289
|
|
6290
6290
|
DAY: :day
|
6291
6291
|
MONTH: :month
|
@@ -6315,7 +6315,7 @@ module Orb
|
|
6315
6315
|
reference_id: String?
|
6316
6316
|
}
|
6317
6317
|
|
6318
|
-
class NewSubscriptionBulkPrice < Orb::BaseModel
|
6318
|
+
class NewSubscriptionBulkPrice < Orb::Internal::Type::BaseModel
|
6319
6319
|
attr_accessor bulk_config: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BulkConfig
|
6320
6320
|
|
6321
6321
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::cadence
|
@@ -6374,7 +6374,7 @@ module Orb
|
|
6374
6374
|
tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
6375
6375
|
}
|
6376
6376
|
|
6377
|
-
class BulkConfig < Orb::BaseModel
|
6377
|
+
class BulkConfig < Orb::Internal::Type::BaseModel
|
6378
6378
|
attr_accessor tiers: ::Array[Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BulkConfig::Tier]
|
6379
6379
|
|
6380
6380
|
def initialize: (
|
@@ -6385,7 +6385,7 @@ module Orb
|
|
6385
6385
|
|
6386
6386
|
type tier = { unit_amount: String, maximum_units: Float? }
|
6387
6387
|
|
6388
|
-
class Tier < Orb::BaseModel
|
6388
|
+
class Tier < Orb::Internal::Type::BaseModel
|
6389
6389
|
attr_accessor unit_amount: String
|
6390
6390
|
|
6391
6391
|
attr_accessor maximum_units: Float?
|
@@ -6408,7 +6408,7 @@ module Orb
|
|
6408
6408
|
| :custom
|
6409
6409
|
|
6410
6410
|
module Cadence
|
6411
|
-
extend Orb::Enum
|
6411
|
+
extend Orb::Internal::Type::Enum
|
6412
6412
|
|
6413
6413
|
ANNUAL: :annual
|
6414
6414
|
SEMI_ANNUAL: :semi_annual
|
@@ -6426,7 +6426,7 @@ module Orb
|
|
6426
6426
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
6427
6427
|
}
|
6428
6428
|
|
6429
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6429
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6430
6430
|
attr_accessor duration: Integer
|
6431
6431
|
|
6432
6432
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -6441,7 +6441,7 @@ module Orb
|
|
6441
6441
|
type duration_unit = :day | :month
|
6442
6442
|
|
6443
6443
|
module DurationUnit
|
6444
|
-
extend Orb::Enum
|
6444
|
+
extend Orb::Internal::Type::Enum
|
6445
6445
|
|
6446
6446
|
DAY: :day
|
6447
6447
|
MONTH: :month
|
@@ -6456,7 +6456,7 @@ module Orb
|
|
6456
6456
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
6457
6457
|
}
|
6458
6458
|
|
6459
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6459
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6460
6460
|
attr_accessor duration: Integer
|
6461
6461
|
|
6462
6462
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6471,7 +6471,7 @@ module Orb
|
|
6471
6471
|
type duration_unit = :day | :month
|
6472
6472
|
|
6473
6473
|
module DurationUnit
|
6474
|
-
extend Orb::Enum
|
6474
|
+
extend Orb::Internal::Type::Enum
|
6475
6475
|
|
6476
6476
|
DAY: :day
|
6477
6477
|
MONTH: :month
|
@@ -6501,7 +6501,7 @@ module Orb
|
|
6501
6501
|
reference_id: String?
|
6502
6502
|
}
|
6503
6503
|
|
6504
|
-
class NewSubscriptionThresholdTotalAmountPrice < Orb::BaseModel
|
6504
|
+
class NewSubscriptionThresholdTotalAmountPrice < Orb::Internal::Type::BaseModel
|
6505
6505
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::cadence
|
6506
6506
|
|
6507
6507
|
attr_accessor item_id: String
|
@@ -6564,7 +6564,7 @@ module Orb
|
|
6564
6564
|
| :custom
|
6565
6565
|
|
6566
6566
|
module Cadence
|
6567
|
-
extend Orb::Enum
|
6567
|
+
extend Orb::Internal::Type::Enum
|
6568
6568
|
|
6569
6569
|
ANNUAL: :annual
|
6570
6570
|
SEMI_ANNUAL: :semi_annual
|
@@ -6582,7 +6582,7 @@ module Orb
|
|
6582
6582
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
6583
6583
|
}
|
6584
6584
|
|
6585
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6585
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6586
6586
|
attr_accessor duration: Integer
|
6587
6587
|
|
6588
6588
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::BillingCycleConfiguration::duration_unit
|
@@ -6597,7 +6597,7 @@ module Orb
|
|
6597
6597
|
type duration_unit = :day | :month
|
6598
6598
|
|
6599
6599
|
module DurationUnit
|
6600
|
-
extend Orb::Enum
|
6600
|
+
extend Orb::Internal::Type::Enum
|
6601
6601
|
|
6602
6602
|
DAY: :day
|
6603
6603
|
MONTH: :month
|
@@ -6612,7 +6612,7 @@ module Orb
|
|
6612
6612
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
6613
6613
|
}
|
6614
6614
|
|
6615
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6615
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6616
6616
|
attr_accessor duration: Integer
|
6617
6617
|
|
6618
6618
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionThresholdTotalAmountPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6627,7 +6627,7 @@ module Orb
|
|
6627
6627
|
type duration_unit = :day | :month
|
6628
6628
|
|
6629
6629
|
module DurationUnit
|
6630
|
-
extend Orb::Enum
|
6630
|
+
extend Orb::Internal::Type::Enum
|
6631
6631
|
|
6632
6632
|
DAY: :day
|
6633
6633
|
MONTH: :month
|
@@ -6657,7 +6657,7 @@ module Orb
|
|
6657
6657
|
reference_id: String?
|
6658
6658
|
}
|
6659
6659
|
|
6660
|
-
class NewSubscriptionTieredPackagePrice < Orb::BaseModel
|
6660
|
+
class NewSubscriptionTieredPackagePrice < Orb::Internal::Type::BaseModel
|
6661
6661
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::cadence
|
6662
6662
|
|
6663
6663
|
attr_accessor item_id: String
|
@@ -6720,7 +6720,7 @@ module Orb
|
|
6720
6720
|
| :custom
|
6721
6721
|
|
6722
6722
|
module Cadence
|
6723
|
-
extend Orb::Enum
|
6723
|
+
extend Orb::Internal::Type::Enum
|
6724
6724
|
|
6725
6725
|
ANNUAL: :annual
|
6726
6726
|
SEMI_ANNUAL: :semi_annual
|
@@ -6738,7 +6738,7 @@ module Orb
|
|
6738
6738
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
6739
6739
|
}
|
6740
6740
|
|
6741
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6741
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6742
6742
|
attr_accessor duration: Integer
|
6743
6743
|
|
6744
6744
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -6753,7 +6753,7 @@ module Orb
|
|
6753
6753
|
type duration_unit = :day | :month
|
6754
6754
|
|
6755
6755
|
module DurationUnit
|
6756
|
-
extend Orb::Enum
|
6756
|
+
extend Orb::Internal::Type::Enum
|
6757
6757
|
|
6758
6758
|
DAY: :day
|
6759
6759
|
MONTH: :month
|
@@ -6768,7 +6768,7 @@ module Orb
|
|
6768
6768
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
6769
6769
|
}
|
6770
6770
|
|
6771
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6771
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6772
6772
|
attr_accessor duration: Integer
|
6773
6773
|
|
6774
6774
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6783,7 +6783,7 @@ module Orb
|
|
6783
6783
|
type duration_unit = :day | :month
|
6784
6784
|
|
6785
6785
|
module DurationUnit
|
6786
|
-
extend Orb::Enum
|
6786
|
+
extend Orb::Internal::Type::Enum
|
6787
6787
|
|
6788
6788
|
DAY: :day
|
6789
6789
|
MONTH: :month
|
@@ -6813,7 +6813,7 @@ module Orb
|
|
6813
6813
|
reference_id: String?
|
6814
6814
|
}
|
6815
6815
|
|
6816
|
-
class NewSubscriptionTieredWithMinimumPrice < Orb::BaseModel
|
6816
|
+
class NewSubscriptionTieredWithMinimumPrice < Orb::Internal::Type::BaseModel
|
6817
6817
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::cadence
|
6818
6818
|
|
6819
6819
|
attr_accessor item_id: String
|
@@ -6876,7 +6876,7 @@ module Orb
|
|
6876
6876
|
| :custom
|
6877
6877
|
|
6878
6878
|
module Cadence
|
6879
|
-
extend Orb::Enum
|
6879
|
+
extend Orb::Internal::Type::Enum
|
6880
6880
|
|
6881
6881
|
ANNUAL: :annual
|
6882
6882
|
SEMI_ANNUAL: :semi_annual
|
@@ -6894,7 +6894,7 @@ module Orb
|
|
6894
6894
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
6895
6895
|
}
|
6896
6896
|
|
6897
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
6897
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6898
6898
|
attr_accessor duration: Integer
|
6899
6899
|
|
6900
6900
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -6909,7 +6909,7 @@ module Orb
|
|
6909
6909
|
type duration_unit = :day | :month
|
6910
6910
|
|
6911
6911
|
module DurationUnit
|
6912
|
-
extend Orb::Enum
|
6912
|
+
extend Orb::Internal::Type::Enum
|
6913
6913
|
|
6914
6914
|
DAY: :day
|
6915
6915
|
MONTH: :month
|
@@ -6924,7 +6924,7 @@ module Orb
|
|
6924
6924
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
6925
6925
|
}
|
6926
6926
|
|
6927
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
6927
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
6928
6928
|
attr_accessor duration: Integer
|
6929
6929
|
|
6930
6930
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTieredWithMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -6939,7 +6939,7 @@ module Orb
|
|
6939
6939
|
type duration_unit = :day | :month
|
6940
6940
|
|
6941
6941
|
module DurationUnit
|
6942
|
-
extend Orb::Enum
|
6942
|
+
extend Orb::Internal::Type::Enum
|
6943
6943
|
|
6944
6944
|
DAY: :day
|
6945
6945
|
MONTH: :month
|
@@ -6969,7 +6969,7 @@ module Orb
|
|
6969
6969
|
reference_id: String?
|
6970
6970
|
}
|
6971
6971
|
|
6972
|
-
class NewSubscriptionUnitWithPercentPrice < Orb::BaseModel
|
6972
|
+
class NewSubscriptionUnitWithPercentPrice < Orb::Internal::Type::BaseModel
|
6973
6973
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::cadence
|
6974
6974
|
|
6975
6975
|
attr_accessor item_id: String
|
@@ -7032,7 +7032,7 @@ module Orb
|
|
7032
7032
|
| :custom
|
7033
7033
|
|
7034
7034
|
module Cadence
|
7035
|
-
extend Orb::Enum
|
7035
|
+
extend Orb::Internal::Type::Enum
|
7036
7036
|
|
7037
7037
|
ANNUAL: :annual
|
7038
7038
|
SEMI_ANNUAL: :semi_annual
|
@@ -7050,7 +7050,7 @@ module Orb
|
|
7050
7050
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
7051
7051
|
}
|
7052
7052
|
|
7053
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7053
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7054
7054
|
attr_accessor duration: Integer
|
7055
7055
|
|
7056
7056
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::BillingCycleConfiguration::duration_unit
|
@@ -7065,7 +7065,7 @@ module Orb
|
|
7065
7065
|
type duration_unit = :day | :month
|
7066
7066
|
|
7067
7067
|
module DurationUnit
|
7068
|
-
extend Orb::Enum
|
7068
|
+
extend Orb::Internal::Type::Enum
|
7069
7069
|
|
7070
7070
|
DAY: :day
|
7071
7071
|
MONTH: :month
|
@@ -7080,7 +7080,7 @@ module Orb
|
|
7080
7080
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
7081
7081
|
}
|
7082
7082
|
|
7083
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7083
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7084
7084
|
attr_accessor duration: Integer
|
7085
7085
|
|
7086
7086
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithPercentPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7095,7 +7095,7 @@ module Orb
|
|
7095
7095
|
type duration_unit = :day | :month
|
7096
7096
|
|
7097
7097
|
module DurationUnit
|
7098
|
-
extend Orb::Enum
|
7098
|
+
extend Orb::Internal::Type::Enum
|
7099
7099
|
|
7100
7100
|
DAY: :day
|
7101
7101
|
MONTH: :month
|
@@ -7125,7 +7125,7 @@ module Orb
|
|
7125
7125
|
reference_id: String?
|
7126
7126
|
}
|
7127
7127
|
|
7128
|
-
class NewSubscriptionPackageWithAllocationPrice < Orb::BaseModel
|
7128
|
+
class NewSubscriptionPackageWithAllocationPrice < Orb::Internal::Type::BaseModel
|
7129
7129
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::cadence
|
7130
7130
|
|
7131
7131
|
attr_accessor item_id: String
|
@@ -7188,7 +7188,7 @@ module Orb
|
|
7188
7188
|
| :custom
|
7189
7189
|
|
7190
7190
|
module Cadence
|
7191
|
-
extend Orb::Enum
|
7191
|
+
extend Orb::Internal::Type::Enum
|
7192
7192
|
|
7193
7193
|
ANNUAL: :annual
|
7194
7194
|
SEMI_ANNUAL: :semi_annual
|
@@ -7206,7 +7206,7 @@ module Orb
|
|
7206
7206
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
7207
7207
|
}
|
7208
7208
|
|
7209
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7209
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7210
7210
|
attr_accessor duration: Integer
|
7211
7211
|
|
7212
7212
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7221,7 +7221,7 @@ module Orb
|
|
7221
7221
|
type duration_unit = :day | :month
|
7222
7222
|
|
7223
7223
|
module DurationUnit
|
7224
|
-
extend Orb::Enum
|
7224
|
+
extend Orb::Internal::Type::Enum
|
7225
7225
|
|
7226
7226
|
DAY: :day
|
7227
7227
|
MONTH: :month
|
@@ -7236,7 +7236,7 @@ module Orb
|
|
7236
7236
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
7237
7237
|
}
|
7238
7238
|
|
7239
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7239
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7240
7240
|
attr_accessor duration: Integer
|
7241
7241
|
|
7242
7242
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionPackageWithAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7251,7 +7251,7 @@ module Orb
|
|
7251
7251
|
type duration_unit = :day | :month
|
7252
7252
|
|
7253
7253
|
module DurationUnit
|
7254
|
-
extend Orb::Enum
|
7254
|
+
extend Orb::Internal::Type::Enum
|
7255
7255
|
|
7256
7256
|
DAY: :day
|
7257
7257
|
MONTH: :month
|
@@ -7281,7 +7281,7 @@ module Orb
|
|
7281
7281
|
reference_id: String?
|
7282
7282
|
}
|
7283
7283
|
|
7284
|
-
class NewSubscriptionTierWithProrationPrice < Orb::BaseModel
|
7284
|
+
class NewSubscriptionTierWithProrationPrice < Orb::Internal::Type::BaseModel
|
7285
7285
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::cadence
|
7286
7286
|
|
7287
7287
|
attr_accessor item_id: String
|
@@ -7344,7 +7344,7 @@ module Orb
|
|
7344
7344
|
| :custom
|
7345
7345
|
|
7346
7346
|
module Cadence
|
7347
|
-
extend Orb::Enum
|
7347
|
+
extend Orb::Internal::Type::Enum
|
7348
7348
|
|
7349
7349
|
ANNUAL: :annual
|
7350
7350
|
SEMI_ANNUAL: :semi_annual
|
@@ -7362,7 +7362,7 @@ module Orb
|
|
7362
7362
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
7363
7363
|
}
|
7364
7364
|
|
7365
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7365
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7366
7366
|
attr_accessor duration: Integer
|
7367
7367
|
|
7368
7368
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7377,7 +7377,7 @@ module Orb
|
|
7377
7377
|
type duration_unit = :day | :month
|
7378
7378
|
|
7379
7379
|
module DurationUnit
|
7380
|
-
extend Orb::Enum
|
7380
|
+
extend Orb::Internal::Type::Enum
|
7381
7381
|
|
7382
7382
|
DAY: :day
|
7383
7383
|
MONTH: :month
|
@@ -7392,7 +7392,7 @@ module Orb
|
|
7392
7392
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
7393
7393
|
}
|
7394
7394
|
|
7395
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7395
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7396
7396
|
attr_accessor duration: Integer
|
7397
7397
|
|
7398
7398
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionTierWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7407,7 +7407,7 @@ module Orb
|
|
7407
7407
|
type duration_unit = :day | :month
|
7408
7408
|
|
7409
7409
|
module DurationUnit
|
7410
|
-
extend Orb::Enum
|
7410
|
+
extend Orb::Internal::Type::Enum
|
7411
7411
|
|
7412
7412
|
DAY: :day
|
7413
7413
|
MONTH: :month
|
@@ -7437,7 +7437,7 @@ module Orb
|
|
7437
7437
|
reference_id: String?
|
7438
7438
|
}
|
7439
7439
|
|
7440
|
-
class NewSubscriptionUnitWithProrationPrice < Orb::BaseModel
|
7440
|
+
class NewSubscriptionUnitWithProrationPrice < Orb::Internal::Type::BaseModel
|
7441
7441
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::cadence
|
7442
7442
|
|
7443
7443
|
attr_accessor item_id: String
|
@@ -7500,7 +7500,7 @@ module Orb
|
|
7500
7500
|
| :custom
|
7501
7501
|
|
7502
7502
|
module Cadence
|
7503
|
-
extend Orb::Enum
|
7503
|
+
extend Orb::Internal::Type::Enum
|
7504
7504
|
|
7505
7505
|
ANNUAL: :annual
|
7506
7506
|
SEMI_ANNUAL: :semi_annual
|
@@ -7518,7 +7518,7 @@ module Orb
|
|
7518
7518
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
7519
7519
|
}
|
7520
7520
|
|
7521
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7521
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7522
7522
|
attr_accessor duration: Integer
|
7523
7523
|
|
7524
7524
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7533,7 +7533,7 @@ module Orb
|
|
7533
7533
|
type duration_unit = :day | :month
|
7534
7534
|
|
7535
7535
|
module DurationUnit
|
7536
|
-
extend Orb::Enum
|
7536
|
+
extend Orb::Internal::Type::Enum
|
7537
7537
|
|
7538
7538
|
DAY: :day
|
7539
7539
|
MONTH: :month
|
@@ -7548,7 +7548,7 @@ module Orb
|
|
7548
7548
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
7549
7549
|
}
|
7550
7550
|
|
7551
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7551
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7552
7552
|
attr_accessor duration: Integer
|
7553
7553
|
|
7554
7554
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionUnitWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7563,7 +7563,7 @@ module Orb
|
|
7563
7563
|
type duration_unit = :day | :month
|
7564
7564
|
|
7565
7565
|
module DurationUnit
|
7566
|
-
extend Orb::Enum
|
7566
|
+
extend Orb::Internal::Type::Enum
|
7567
7567
|
|
7568
7568
|
DAY: :day
|
7569
7569
|
MONTH: :month
|
@@ -7593,7 +7593,7 @@ module Orb
|
|
7593
7593
|
reference_id: String?
|
7594
7594
|
}
|
7595
7595
|
|
7596
|
-
class NewSubscriptionGroupedAllocationPrice < Orb::BaseModel
|
7596
|
+
class NewSubscriptionGroupedAllocationPrice < Orb::Internal::Type::BaseModel
|
7597
7597
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::cadence
|
7598
7598
|
|
7599
7599
|
attr_accessor grouped_allocation_config: ::Hash[Symbol, top]
|
@@ -7656,7 +7656,7 @@ module Orb
|
|
7656
7656
|
| :custom
|
7657
7657
|
|
7658
7658
|
module Cadence
|
7659
|
-
extend Orb::Enum
|
7659
|
+
extend Orb::Internal::Type::Enum
|
7660
7660
|
|
7661
7661
|
ANNUAL: :annual
|
7662
7662
|
SEMI_ANNUAL: :semi_annual
|
@@ -7674,7 +7674,7 @@ module Orb
|
|
7674
7674
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
7675
7675
|
}
|
7676
7676
|
|
7677
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7677
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7678
7678
|
attr_accessor duration: Integer
|
7679
7679
|
|
7680
7680
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::BillingCycleConfiguration::duration_unit
|
@@ -7689,7 +7689,7 @@ module Orb
|
|
7689
7689
|
type duration_unit = :day | :month
|
7690
7690
|
|
7691
7691
|
module DurationUnit
|
7692
|
-
extend Orb::Enum
|
7692
|
+
extend Orb::Internal::Type::Enum
|
7693
7693
|
|
7694
7694
|
DAY: :day
|
7695
7695
|
MONTH: :month
|
@@ -7704,7 +7704,7 @@ module Orb
|
|
7704
7704
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
7705
7705
|
}
|
7706
7706
|
|
7707
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7707
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7708
7708
|
attr_accessor duration: Integer
|
7709
7709
|
|
7710
7710
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedAllocationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7719,7 +7719,7 @@ module Orb
|
|
7719
7719
|
type duration_unit = :day | :month
|
7720
7720
|
|
7721
7721
|
module DurationUnit
|
7722
|
-
extend Orb::Enum
|
7722
|
+
extend Orb::Internal::Type::Enum
|
7723
7723
|
|
7724
7724
|
DAY: :day
|
7725
7725
|
MONTH: :month
|
@@ -7749,7 +7749,7 @@ module Orb
|
|
7749
7749
|
reference_id: String?
|
7750
7750
|
}
|
7751
7751
|
|
7752
|
-
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::BaseModel
|
7752
|
+
class NewSubscriptionGroupedWithProratedMinimumPrice < Orb::Internal::Type::BaseModel
|
7753
7753
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::cadence
|
7754
7754
|
|
7755
7755
|
attr_accessor grouped_with_prorated_minimum_config: ::Hash[Symbol, top]
|
@@ -7812,7 +7812,7 @@ module Orb
|
|
7812
7812
|
| :custom
|
7813
7813
|
|
7814
7814
|
module Cadence
|
7815
|
-
extend Orb::Enum
|
7815
|
+
extend Orb::Internal::Type::Enum
|
7816
7816
|
|
7817
7817
|
ANNUAL: :annual
|
7818
7818
|
SEMI_ANNUAL: :semi_annual
|
@@ -7830,7 +7830,7 @@ module Orb
|
|
7830
7830
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
7831
7831
|
}
|
7832
7832
|
|
7833
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7833
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7834
7834
|
attr_accessor duration: Integer
|
7835
7835
|
|
7836
7836
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -7845,7 +7845,7 @@ module Orb
|
|
7845
7845
|
type duration_unit = :day | :month
|
7846
7846
|
|
7847
7847
|
module DurationUnit
|
7848
|
-
extend Orb::Enum
|
7848
|
+
extend Orb::Internal::Type::Enum
|
7849
7849
|
|
7850
7850
|
DAY: :day
|
7851
7851
|
MONTH: :month
|
@@ -7860,7 +7860,7 @@ module Orb
|
|
7860
7860
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
7861
7861
|
}
|
7862
7862
|
|
7863
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
7863
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7864
7864
|
attr_accessor duration: Integer
|
7865
7865
|
|
7866
7866
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithProratedMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -7875,7 +7875,7 @@ module Orb
|
|
7875
7875
|
type duration_unit = :day | :month
|
7876
7876
|
|
7877
7877
|
module DurationUnit
|
7878
|
-
extend Orb::Enum
|
7878
|
+
extend Orb::Internal::Type::Enum
|
7879
7879
|
|
7880
7880
|
DAY: :day
|
7881
7881
|
MONTH: :month
|
@@ -7905,7 +7905,7 @@ module Orb
|
|
7905
7905
|
reference_id: String?
|
7906
7906
|
}
|
7907
7907
|
|
7908
|
-
class NewSubscriptionBulkWithProrationPrice < Orb::BaseModel
|
7908
|
+
class NewSubscriptionBulkWithProrationPrice < Orb::Internal::Type::BaseModel
|
7909
7909
|
attr_accessor bulk_with_proration_config: ::Hash[Symbol, top]
|
7910
7910
|
|
7911
7911
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::cadence
|
@@ -7968,7 +7968,7 @@ module Orb
|
|
7968
7968
|
| :custom
|
7969
7969
|
|
7970
7970
|
module Cadence
|
7971
|
-
extend Orb::Enum
|
7971
|
+
extend Orb::Internal::Type::Enum
|
7972
7972
|
|
7973
7973
|
ANNUAL: :annual
|
7974
7974
|
SEMI_ANNUAL: :semi_annual
|
@@ -7986,7 +7986,7 @@ module Orb
|
|
7986
7986
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
7987
7987
|
}
|
7988
7988
|
|
7989
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
7989
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
7990
7990
|
attr_accessor duration: Integer
|
7991
7991
|
|
7992
7992
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::BillingCycleConfiguration::duration_unit
|
@@ -8001,7 +8001,7 @@ module Orb
|
|
8001
8001
|
type duration_unit = :day | :month
|
8002
8002
|
|
8003
8003
|
module DurationUnit
|
8004
|
-
extend Orb::Enum
|
8004
|
+
extend Orb::Internal::Type::Enum
|
8005
8005
|
|
8006
8006
|
DAY: :day
|
8007
8007
|
MONTH: :month
|
@@ -8016,7 +8016,7 @@ module Orb
|
|
8016
8016
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
8017
8017
|
}
|
8018
8018
|
|
8019
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8019
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8020
8020
|
attr_accessor duration: Integer
|
8021
8021
|
|
8022
8022
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionBulkWithProrationPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8031,7 +8031,7 @@ module Orb
|
|
8031
8031
|
type duration_unit = :day | :month
|
8032
8032
|
|
8033
8033
|
module DurationUnit
|
8034
|
-
extend Orb::Enum
|
8034
|
+
extend Orb::Internal::Type::Enum
|
8035
8035
|
|
8036
8036
|
DAY: :day
|
8037
8037
|
MONTH: :month
|
@@ -8061,7 +8061,7 @@ module Orb
|
|
8061
8061
|
reference_id: String?
|
8062
8062
|
}
|
8063
8063
|
|
8064
|
-
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::BaseModel
|
8064
|
+
class NewSubscriptionScalableMatrixWithUnitPricingPrice < Orb::Internal::Type::BaseModel
|
8065
8065
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::cadence
|
8066
8066
|
|
8067
8067
|
attr_accessor item_id: String
|
@@ -8124,7 +8124,7 @@ module Orb
|
|
8124
8124
|
| :custom
|
8125
8125
|
|
8126
8126
|
module Cadence
|
8127
|
-
extend Orb::Enum
|
8127
|
+
extend Orb::Internal::Type::Enum
|
8128
8128
|
|
8129
8129
|
ANNUAL: :annual
|
8130
8130
|
SEMI_ANNUAL: :semi_annual
|
@@ -8142,7 +8142,7 @@ module Orb
|
|
8142
8142
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
8143
8143
|
}
|
8144
8144
|
|
8145
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8145
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8146
8146
|
attr_accessor duration: Integer
|
8147
8147
|
|
8148
8148
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -8157,7 +8157,7 @@ module Orb
|
|
8157
8157
|
type duration_unit = :day | :month
|
8158
8158
|
|
8159
8159
|
module DurationUnit
|
8160
|
-
extend Orb::Enum
|
8160
|
+
extend Orb::Internal::Type::Enum
|
8161
8161
|
|
8162
8162
|
DAY: :day
|
8163
8163
|
MONTH: :month
|
@@ -8172,7 +8172,7 @@ module Orb
|
|
8172
8172
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
8173
8173
|
}
|
8174
8174
|
|
8175
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8175
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8176
8176
|
attr_accessor duration: Integer
|
8177
8177
|
|
8178
8178
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithUnitPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8187,7 +8187,7 @@ module Orb
|
|
8187
8187
|
type duration_unit = :day | :month
|
8188
8188
|
|
8189
8189
|
module DurationUnit
|
8190
|
-
extend Orb::Enum
|
8190
|
+
extend Orb::Internal::Type::Enum
|
8191
8191
|
|
8192
8192
|
DAY: :day
|
8193
8193
|
MONTH: :month
|
@@ -8217,7 +8217,7 @@ module Orb
|
|
8217
8217
|
reference_id: String?
|
8218
8218
|
}
|
8219
8219
|
|
8220
|
-
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::BaseModel
|
8220
|
+
class NewSubscriptionScalableMatrixWithTieredPricingPrice < Orb::Internal::Type::BaseModel
|
8221
8221
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::cadence
|
8222
8222
|
|
8223
8223
|
attr_accessor item_id: String
|
@@ -8280,7 +8280,7 @@ module Orb
|
|
8280
8280
|
| :custom
|
8281
8281
|
|
8282
8282
|
module Cadence
|
8283
|
-
extend Orb::Enum
|
8283
|
+
extend Orb::Internal::Type::Enum
|
8284
8284
|
|
8285
8285
|
ANNUAL: :annual
|
8286
8286
|
SEMI_ANNUAL: :semi_annual
|
@@ -8298,7 +8298,7 @@ module Orb
|
|
8298
8298
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
8299
8299
|
}
|
8300
8300
|
|
8301
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8301
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8302
8302
|
attr_accessor duration: Integer
|
8303
8303
|
|
8304
8304
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::BillingCycleConfiguration::duration_unit
|
@@ -8313,7 +8313,7 @@ module Orb
|
|
8313
8313
|
type duration_unit = :day | :month
|
8314
8314
|
|
8315
8315
|
module DurationUnit
|
8316
|
-
extend Orb::Enum
|
8316
|
+
extend Orb::Internal::Type::Enum
|
8317
8317
|
|
8318
8318
|
DAY: :day
|
8319
8319
|
MONTH: :month
|
@@ -8328,7 +8328,7 @@ module Orb
|
|
8328
8328
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
8329
8329
|
}
|
8330
8330
|
|
8331
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8331
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8332
8332
|
attr_accessor duration: Integer
|
8333
8333
|
|
8334
8334
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionScalableMatrixWithTieredPricingPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8343,7 +8343,7 @@ module Orb
|
|
8343
8343
|
type duration_unit = :day | :month
|
8344
8344
|
|
8345
8345
|
module DurationUnit
|
8346
|
-
extend Orb::Enum
|
8346
|
+
extend Orb::Internal::Type::Enum
|
8347
8347
|
|
8348
8348
|
DAY: :day
|
8349
8349
|
MONTH: :month
|
@@ -8373,7 +8373,7 @@ module Orb
|
|
8373
8373
|
reference_id: String?
|
8374
8374
|
}
|
8375
8375
|
|
8376
|
-
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::BaseModel
|
8376
|
+
class NewSubscriptionCumulativeGroupedBulkPrice < Orb::Internal::Type::BaseModel
|
8377
8377
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::cadence
|
8378
8378
|
|
8379
8379
|
attr_accessor cumulative_grouped_bulk_config: ::Hash[Symbol, top]
|
@@ -8436,7 +8436,7 @@ module Orb
|
|
8436
8436
|
| :custom
|
8437
8437
|
|
8438
8438
|
module Cadence
|
8439
|
-
extend Orb::Enum
|
8439
|
+
extend Orb::Internal::Type::Enum
|
8440
8440
|
|
8441
8441
|
ANNUAL: :annual
|
8442
8442
|
SEMI_ANNUAL: :semi_annual
|
@@ -8454,7 +8454,7 @@ module Orb
|
|
8454
8454
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
8455
8455
|
}
|
8456
8456
|
|
8457
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8457
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8458
8458
|
attr_accessor duration: Integer
|
8459
8459
|
|
8460
8460
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::BillingCycleConfiguration::duration_unit
|
@@ -8469,7 +8469,7 @@ module Orb
|
|
8469
8469
|
type duration_unit = :day | :month
|
8470
8470
|
|
8471
8471
|
module DurationUnit
|
8472
|
-
extend Orb::Enum
|
8472
|
+
extend Orb::Internal::Type::Enum
|
8473
8473
|
|
8474
8474
|
DAY: :day
|
8475
8475
|
MONTH: :month
|
@@ -8484,7 +8484,7 @@ module Orb
|
|
8484
8484
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
8485
8485
|
}
|
8486
8486
|
|
8487
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8487
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8488
8488
|
attr_accessor duration: Integer
|
8489
8489
|
|
8490
8490
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionCumulativeGroupedBulkPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8499,7 +8499,7 @@ module Orb
|
|
8499
8499
|
type duration_unit = :day | :month
|
8500
8500
|
|
8501
8501
|
module DurationUnit
|
8502
|
-
extend Orb::Enum
|
8502
|
+
extend Orb::Internal::Type::Enum
|
8503
8503
|
|
8504
8504
|
DAY: :day
|
8505
8505
|
MONTH: :month
|
@@ -8529,7 +8529,7 @@ module Orb
|
|
8529
8529
|
reference_id: String?
|
8530
8530
|
}
|
8531
8531
|
|
8532
|
-
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::BaseModel
|
8532
|
+
class NewSubscriptionMaxGroupTieredPackagePrice < Orb::Internal::Type::BaseModel
|
8533
8533
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::cadence
|
8534
8534
|
|
8535
8535
|
attr_accessor item_id: String
|
@@ -8592,7 +8592,7 @@ module Orb
|
|
8592
8592
|
| :custom
|
8593
8593
|
|
8594
8594
|
module Cadence
|
8595
|
-
extend Orb::Enum
|
8595
|
+
extend Orb::Internal::Type::Enum
|
8596
8596
|
|
8597
8597
|
ANNUAL: :annual
|
8598
8598
|
SEMI_ANNUAL: :semi_annual
|
@@ -8610,7 +8610,7 @@ module Orb
|
|
8610
8610
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
8611
8611
|
}
|
8612
8612
|
|
8613
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8613
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8614
8614
|
attr_accessor duration: Integer
|
8615
8615
|
|
8616
8616
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -8625,7 +8625,7 @@ module Orb
|
|
8625
8625
|
type duration_unit = :day | :month
|
8626
8626
|
|
8627
8627
|
module DurationUnit
|
8628
|
-
extend Orb::Enum
|
8628
|
+
extend Orb::Internal::Type::Enum
|
8629
8629
|
|
8630
8630
|
DAY: :day
|
8631
8631
|
MONTH: :month
|
@@ -8640,7 +8640,7 @@ module Orb
|
|
8640
8640
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
8641
8641
|
}
|
8642
8642
|
|
8643
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8643
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8644
8644
|
attr_accessor duration: Integer
|
8645
8645
|
|
8646
8646
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMaxGroupTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8655,7 +8655,7 @@ module Orb
|
|
8655
8655
|
type duration_unit = :day | :month
|
8656
8656
|
|
8657
8657
|
module DurationUnit
|
8658
|
-
extend Orb::Enum
|
8658
|
+
extend Orb::Internal::Type::Enum
|
8659
8659
|
|
8660
8660
|
DAY: :day
|
8661
8661
|
MONTH: :month
|
@@ -8685,7 +8685,7 @@ module Orb
|
|
8685
8685
|
reference_id: String?
|
8686
8686
|
}
|
8687
8687
|
|
8688
|
-
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::BaseModel
|
8688
|
+
class NewSubscriptionGroupedWithMeteredMinimumPrice < Orb::Internal::Type::BaseModel
|
8689
8689
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::cadence
|
8690
8690
|
|
8691
8691
|
attr_accessor grouped_with_metered_minimum_config: ::Hash[Symbol, top]
|
@@ -8748,7 +8748,7 @@ module Orb
|
|
8748
8748
|
| :custom
|
8749
8749
|
|
8750
8750
|
module Cadence
|
8751
|
-
extend Orb::Enum
|
8751
|
+
extend Orb::Internal::Type::Enum
|
8752
8752
|
|
8753
8753
|
ANNUAL: :annual
|
8754
8754
|
SEMI_ANNUAL: :semi_annual
|
@@ -8766,7 +8766,7 @@ module Orb
|
|
8766
8766
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
8767
8767
|
}
|
8768
8768
|
|
8769
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8769
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8770
8770
|
attr_accessor duration: Integer
|
8771
8771
|
|
8772
8772
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::BillingCycleConfiguration::duration_unit
|
@@ -8781,7 +8781,7 @@ module Orb
|
|
8781
8781
|
type duration_unit = :day | :month
|
8782
8782
|
|
8783
8783
|
module DurationUnit
|
8784
|
-
extend Orb::Enum
|
8784
|
+
extend Orb::Internal::Type::Enum
|
8785
8785
|
|
8786
8786
|
DAY: :day
|
8787
8787
|
MONTH: :month
|
@@ -8796,7 +8796,7 @@ module Orb
|
|
8796
8796
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
8797
8797
|
}
|
8798
8798
|
|
8799
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8799
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8800
8800
|
attr_accessor duration: Integer
|
8801
8801
|
|
8802
8802
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedWithMeteredMinimumPrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8811,7 +8811,7 @@ module Orb
|
|
8811
8811
|
type duration_unit = :day | :month
|
8812
8812
|
|
8813
8813
|
module DurationUnit
|
8814
|
-
extend Orb::Enum
|
8814
|
+
extend Orb::Internal::Type::Enum
|
8815
8815
|
|
8816
8816
|
DAY: :day
|
8817
8817
|
MONTH: :month
|
@@ -8841,7 +8841,7 @@ module Orb
|
|
8841
8841
|
reference_id: String?
|
8842
8842
|
}
|
8843
8843
|
|
8844
|
-
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::BaseModel
|
8844
|
+
class NewSubscriptionMatrixWithDisplayNamePrice < Orb::Internal::Type::BaseModel
|
8845
8845
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::cadence
|
8846
8846
|
|
8847
8847
|
attr_accessor item_id: String
|
@@ -8904,7 +8904,7 @@ module Orb
|
|
8904
8904
|
| :custom
|
8905
8905
|
|
8906
8906
|
module Cadence
|
8907
|
-
extend Orb::Enum
|
8907
|
+
extend Orb::Internal::Type::Enum
|
8908
8908
|
|
8909
8909
|
ANNUAL: :annual
|
8910
8910
|
SEMI_ANNUAL: :semi_annual
|
@@ -8922,7 +8922,7 @@ module Orb
|
|
8922
8922
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
8923
8923
|
}
|
8924
8924
|
|
8925
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
8925
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8926
8926
|
attr_accessor duration: Integer
|
8927
8927
|
|
8928
8928
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::BillingCycleConfiguration::duration_unit
|
@@ -8937,7 +8937,7 @@ module Orb
|
|
8937
8937
|
type duration_unit = :day | :month
|
8938
8938
|
|
8939
8939
|
module DurationUnit
|
8940
|
-
extend Orb::Enum
|
8940
|
+
extend Orb::Internal::Type::Enum
|
8941
8941
|
|
8942
8942
|
DAY: :day
|
8943
8943
|
MONTH: :month
|
@@ -8952,7 +8952,7 @@ module Orb
|
|
8952
8952
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
8953
8953
|
}
|
8954
8954
|
|
8955
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
8955
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
8956
8956
|
attr_accessor duration: Integer
|
8957
8957
|
|
8958
8958
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionMatrixWithDisplayNamePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -8967,7 +8967,7 @@ module Orb
|
|
8967
8967
|
type duration_unit = :day | :month
|
8968
8968
|
|
8969
8969
|
module DurationUnit
|
8970
|
-
extend Orb::Enum
|
8970
|
+
extend Orb::Internal::Type::Enum
|
8971
8971
|
|
8972
8972
|
DAY: :day
|
8973
8973
|
MONTH: :month
|
@@ -8997,7 +8997,7 @@ module Orb
|
|
8997
8997
|
reference_id: String?
|
8998
8998
|
}
|
8999
8999
|
|
9000
|
-
class NewSubscriptionGroupedTieredPackagePrice < Orb::BaseModel
|
9000
|
+
class NewSubscriptionGroupedTieredPackagePrice < Orb::Internal::Type::BaseModel
|
9001
9001
|
attr_accessor cadence: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::cadence
|
9002
9002
|
|
9003
9003
|
attr_accessor grouped_tiered_package_config: ::Hash[Symbol, top]
|
@@ -9060,7 +9060,7 @@ module Orb
|
|
9060
9060
|
| :custom
|
9061
9061
|
|
9062
9062
|
module Cadence
|
9063
|
-
extend Orb::Enum
|
9063
|
+
extend Orb::Internal::Type::Enum
|
9064
9064
|
|
9065
9065
|
ANNUAL: :annual
|
9066
9066
|
SEMI_ANNUAL: :semi_annual
|
@@ -9078,7 +9078,7 @@ module Orb
|
|
9078
9078
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
9079
9079
|
}
|
9080
9080
|
|
9081
|
-
class BillingCycleConfiguration < Orb::BaseModel
|
9081
|
+
class BillingCycleConfiguration < Orb::Internal::Type::BaseModel
|
9082
9082
|
attr_accessor duration: Integer
|
9083
9083
|
|
9084
9084
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::BillingCycleConfiguration::duration_unit
|
@@ -9093,7 +9093,7 @@ module Orb
|
|
9093
9093
|
type duration_unit = :day | :month
|
9094
9094
|
|
9095
9095
|
module DurationUnit
|
9096
|
-
extend Orb::Enum
|
9096
|
+
extend Orb::Internal::Type::Enum
|
9097
9097
|
|
9098
9098
|
DAY: :day
|
9099
9099
|
MONTH: :month
|
@@ -9108,7 +9108,7 @@ module Orb
|
|
9108
9108
|
duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
9109
9109
|
}
|
9110
9110
|
|
9111
|
-
class InvoicingCycleConfiguration < Orb::BaseModel
|
9111
|
+
class InvoicingCycleConfiguration < Orb::Internal::Type::BaseModel
|
9112
9112
|
attr_accessor duration: Integer
|
9113
9113
|
|
9114
9114
|
attr_accessor duration_unit: Orb::Models::SubscriptionCreateParams::ReplacePrice::Price::NewSubscriptionGroupedTieredPackagePrice::InvoicingCycleConfiguration::duration_unit
|
@@ -9123,7 +9123,7 @@ module Orb
|
|
9123
9123
|
type duration_unit = :day | :month
|
9124
9124
|
|
9125
9125
|
module DurationUnit
|
9126
|
-
extend Orb::Enum
|
9126
|
+
extend Orb::Internal::Type::Enum
|
9127
9127
|
|
9128
9128
|
DAY: :day
|
9129
9129
|
MONTH: :month
|