orb-billing 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/README.md +3 -3
- data/lib/orb/file_part.rb +2 -2
- data/lib/orb/internal/type/enum.rb +3 -3
- data/lib/orb/internal/type/request_parameters.rb +4 -4
- data/lib/orb/internal/type/union.rb +4 -4
- data/lib/orb/internal/util.rb +1 -1
- data/lib/orb/models/alert.rb +29 -32
- data/lib/orb/models/alert_create_for_customer_params.rb +7 -8
- data/lib/orb/models/alert_create_for_external_customer_params.rb +7 -8
- data/lib/orb/models/alert_create_for_subscription_params.rb +7 -8
- data/lib/orb/models/alert_list_params.rb +0 -1
- data/lib/orb/models/alert_update_params.rb +4 -5
- data/lib/orb/models/amount_discount.rb +6 -7
- data/lib/orb/models/billable_metric.rb +9 -11
- data/lib/orb/models/coupon.rb +9 -12
- data/lib/orb/models/coupon_create_params.rb +6 -8
- data/lib/orb/models/coupon_list_params.rb +0 -2
- data/lib/orb/models/coupons/subscription_list_params.rb +0 -1
- data/lib/orb/models/credit_note.rb +48 -46
- data/lib/orb/models/credit_note_create_params.rb +6 -6
- data/lib/orb/models/credit_note_list_params.rb +0 -1
- data/lib/orb/models/customer.rb +54 -61
- data/lib/orb/models/customer_create_params.rb +41 -53
- data/lib/orb/models/customer_list_params.rb +0 -1
- data/lib/orb/models/customer_update_by_external_id_params.rb +41 -53
- data/lib/orb/models/customer_update_params.rb +41 -51
- data/lib/orb/models/customers/balance_transaction_create_params.rb +3 -3
- data/lib/orb/models/customers/balance_transaction_create_response.rb +0 -2
- data/lib/orb/models/customers/balance_transaction_list_params.rb +0 -1
- data/lib/orb/models/customers/balance_transaction_list_response.rb +0 -2
- data/lib/orb/models/customers/cost_list_by_external_id_params.rb +3 -4
- data/lib/orb/models/customers/cost_list_by_external_id_response.rb +3 -3
- data/lib/orb/models/customers/cost_list_params.rb +3 -4
- data/lib/orb/models/customers/cost_list_response.rb +3 -3
- data/lib/orb/models/customers/credit_list_by_external_id_params.rb +0 -2
- data/lib/orb/models/customers/credit_list_params.rb +0 -2
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +12 -21
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rb +0 -7
- data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +11 -22
- data/lib/orb/models/customers/credits/ledger_create_entry_response.rb +0 -7
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +6 -7
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rb +0 -7
- data/lib/orb/models/customers/credits/ledger_list_params.rb +8 -9
- data/lib/orb/models/customers/credits/ledger_list_response.rb +0 -7
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +10 -15
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rb +0 -6
- data/lib/orb/models/customers/credits/top_up_create_params.rb +7 -15
- data/lib/orb/models/customers/credits/top_up_create_response.rb +0 -6
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rb +0 -1
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rb +0 -6
- data/lib/orb/models/customers/credits/top_up_list_params.rb +0 -1
- data/lib/orb/models/customers/credits/top_up_list_response.rb +0 -6
- data/lib/orb/models/dimensional_price_group.rb +1 -3
- data/lib/orb/models/dimensional_price_group_create_params.rb +0 -1
- data/lib/orb/models/dimensional_price_group_list_params.rb +0 -1
- data/lib/orb/models/dimensional_price_groups.rb +6 -6
- data/lib/orb/models/discount.rb +5 -5
- data/lib/orb/models/evaluate_price_group.rb +1 -1
- data/lib/orb/models/event_ingest_params.rb +4 -9
- data/lib/orb/models/event_ingest_response.rb +0 -3
- data/lib/orb/models/event_search_params.rb +0 -3
- data/lib/orb/models/event_search_response.rb +0 -4
- data/lib/orb/models/event_update_params.rb +0 -3
- data/lib/orb/models/events/backfill_close_response.rb +0 -4
- data/lib/orb/models/events/backfill_create_params.rb +0 -7
- data/lib/orb/models/events/backfill_create_response.rb +0 -4
- data/lib/orb/models/events/backfill_fetch_response.rb +0 -4
- data/lib/orb/models/events/backfill_list_params.rb +0 -1
- data/lib/orb/models/events/backfill_list_response.rb +0 -4
- data/lib/orb/models/events/backfill_revert_response.rb +0 -4
- data/lib/orb/models/events/event_volumes.rb +3 -3
- data/lib/orb/models/events/volume_list_params.rb +0 -3
- data/lib/orb/models/invoice.rb +157 -202
- data/lib/orb/models/invoice_create_params.rb +14 -21
- data/lib/orb/models/invoice_fetch_upcoming_response.rb +9 -54
- data/lib/orb/models/invoice_issue_params.rb +0 -1
- data/lib/orb/models/invoice_level_discount.rb +4 -4
- data/lib/orb/models/invoice_line_item_create_params.rb +0 -1
- data/lib/orb/models/invoice_line_item_create_response.rb +6 -26
- data/lib/orb/models/invoice_list_params.rb +6 -10
- data/lib/orb/models/invoice_update_params.rb +0 -1
- data/lib/orb/models/item.rb +7 -8
- data/lib/orb/models/item_list_params.rb +0 -1
- data/lib/orb/models/item_update_params.rb +7 -7
- data/lib/orb/models/metric_create_params.rb +0 -1
- data/lib/orb/models/metric_list_params.rb +0 -1
- data/lib/orb/models/metric_update_params.rb +0 -1
- data/lib/orb/models/percentage_discount.rb +6 -8
- data/lib/orb/models/plan.rb +78 -103
- data/lib/orb/models/plan_create_params.rb +727 -800
- data/lib/orb/models/plan_list_params.rb +3 -4
- data/lib/orb/models/plan_update_params.rb +0 -2
- data/lib/orb/models/plans/external_plan_id_update_params.rb +0 -2
- data/lib/orb/models/price.rb +1671 -1724
- data/lib/orb/models/price_create_params.rb +75 -84
- data/lib/orb/models/price_evaluate_params.rb +0 -2
- data/lib/orb/models/price_evaluate_response.rb +3 -3
- data/lib/orb/models/price_list_params.rb +0 -1
- data/lib/orb/models/price_update_params.rb +0 -1
- data/lib/orb/models/prices/external_price_id_update_params.rb +0 -1
- data/lib/orb/models/subscription.rb +86 -122
- data/lib/orb/models/subscription_cancel_params.rb +3 -5
- data/lib/orb/models/subscription_cancel_response.rb +21 -57
- data/lib/orb/models/subscription_change_apply_response.rb +21 -58
- data/lib/orb/models/subscription_change_cancel_response.rb +21 -58
- data/lib/orb/models/subscription_change_retrieve_response.rb +21 -58
- data/lib/orb/models/subscription_create_params.rb +1865 -1815
- data/lib/orb/models/subscription_create_response.rb +21 -57
- data/lib/orb/models/subscription_fetch_costs_params.rb +3 -4
- data/lib/orb/models/subscription_fetch_costs_response.rb +3 -3
- data/lib/orb/models/subscription_fetch_schedule_params.rb +0 -1
- data/lib/orb/models/subscription_fetch_schedule_response.rb +0 -1
- data/lib/orb/models/subscription_fetch_usage_params.rb +6 -8
- data/lib/orb/models/subscription_list_params.rb +3 -4
- data/lib/orb/models/subscription_price_intervals_params.rb +1105 -1017
- data/lib/orb/models/subscription_price_intervals_response.rb +21 -57
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +1906 -1791
- data/lib/orb/models/subscription_schedule_plan_change_response.rb +21 -57
- data/lib/orb/models/subscription_trigger_phase_params.rb +0 -2
- data/lib/orb/models/subscription_trigger_phase_response.rb +21 -57
- data/lib/orb/models/subscription_unschedule_cancellation_response.rb +21 -57
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +21 -57
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +21 -57
- data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +3 -6
- data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +21 -57
- data/lib/orb/models/subscription_update_params.rb +0 -5
- data/lib/orb/models/subscription_update_trial_params.rb +4 -6
- data/lib/orb/models/subscription_update_trial_response.rb +21 -57
- data/lib/orb/models/subscription_usage.rb +46 -39
- data/lib/orb/models/subscriptions.rb +6 -6
- data/lib/orb/models/trial_discount.rb +6 -7
- data/lib/orb/models/usage_discount.rb +6 -8
- data/lib/orb/resources/alerts.rb +30 -31
- data/lib/orb/resources/coupons/subscriptions.rb +3 -4
- data/lib/orb/resources/coupons.rb +11 -21
- data/lib/orb/resources/credit_notes.rb +10 -11
- data/lib/orb/resources/customers/balance_transactions.rb +3 -4
- data/lib/orb/resources/customers/costs.rb +4 -6
- data/lib/orb/resources/customers/credits/ledger.rb +14 -33
- data/lib/orb/resources/customers/credits/top_ups.rb +10 -20
- data/lib/orb/resources/customers/credits.rb +2 -6
- data/lib/orb/resources/customers.rb +40 -67
- data/lib/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rb +2 -2
- data/lib/orb/resources/dimensional_price_groups.rb +8 -10
- data/lib/orb/resources/events/backfills.rb +2 -10
- data/lib/orb/resources/events/volume.rb +3 -6
- data/lib/orb/resources/events.rb +4 -12
- data/lib/orb/resources/invoice_line_items.rb +1 -2
- data/lib/orb/resources/invoices.rb +26 -43
- data/lib/orb/resources/items.rb +12 -13
- data/lib/orb/resources/metrics.rb +11 -14
- data/lib/orb/resources/plans/external_plan_id.rb +5 -7
- data/lib/orb/resources/plans.rb +14 -23
- data/lib/orb/resources/prices/external_price_id.rb +5 -6
- data/lib/orb/resources/prices.rb +25 -35
- data/lib/orb/resources/subscription_changes.rb +1 -1
- data/lib/orb/resources/subscriptions.rb +49 -107
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +1 -0
- data/rbi/orb/client.rbi +5 -4
- data/rbi/orb/errors.rbi +59 -28
- data/rbi/orb/file_part.rbi +9 -6
- data/rbi/orb/internal/page.rbi +19 -6
- data/rbi/orb/internal/transport/base_client.rbi +131 -73
- data/rbi/orb/internal/transport/pooled_net_requester.rbi +25 -12
- data/rbi/orb/internal/type/array_of.rbi +42 -34
- data/rbi/orb/internal/type/base_model.rbi +124 -65
- data/rbi/orb/internal/type/base_page.rbi +11 -7
- data/rbi/orb/internal/type/boolean.rbi +16 -10
- data/rbi/orb/internal/type/converter.rbi +66 -31
- data/rbi/orb/internal/type/enum.rbi +27 -15
- data/rbi/orb/internal/type/file_input.rbi +12 -10
- data/rbi/orb/internal/type/hash_of.rbi +34 -24
- data/rbi/orb/internal/type/request_parameters.rbi +12 -4
- data/rbi/orb/internal/type/union.rbi +60 -25
- data/rbi/orb/internal/type/unknown.rbi +20 -12
- data/rbi/orb/internal/util.rbi +210 -89
- data/rbi/orb/models/alert.rbi +107 -70
- data/rbi/orb/models/alert_create_for_customer_params.rbi +60 -27
- data/rbi/orb/models/alert_create_for_external_customer_params.rbi +68 -29
- data/rbi/orb/models/alert_create_for_subscription_params.rbi +53 -26
- data/rbi/orb/models/alert_disable_params.rbi +17 -6
- data/rbi/orb/models/alert_enable_params.rbi +17 -6
- data/rbi/orb/models/alert_list_params.rbi +23 -20
- data/rbi/orb/models/alert_retrieve_params.rbi +10 -4
- data/rbi/orb/models/alert_update_params.rbi +25 -14
- data/rbi/orb/models/amount_discount.rbi +28 -19
- data/rbi/orb/models/billable_metric.rbi +33 -26
- data/rbi/orb/models/billing_cycle_relative_date.rbi +11 -5
- data/rbi/orb/models/coupon.rbi +28 -20
- data/rbi/orb/models/coupon_archive_params.rbi +10 -4
- data/rbi/orb/models/coupon_create_params.rbi +72 -38
- data/rbi/orb/models/coupon_fetch_params.rbi +10 -4
- data/rbi/orb/models/coupon_list_params.rbi +18 -15
- data/rbi/orb/models/coupons/subscription_list_params.rbi +16 -6
- data/rbi/orb/models/credit_note.rbi +293 -158
- data/rbi/orb/models/credit_note_create_params.rbi +58 -29
- data/rbi/orb/models/credit_note_fetch_params.rbi +10 -4
- data/rbi/orb/models/credit_note_list_params.rbi +20 -17
- data/rbi/orb/models/customer.rbi +430 -329
- data/rbi/orb/models/customer_create_params.rbi +662 -325
- data/rbi/orb/models/customer_delete_params.rbi +10 -4
- data/rbi/orb/models/customer_fetch_by_external_id_params.rbi +10 -4
- data/rbi/orb/models/customer_fetch_params.rbi +10 -4
- data/rbi/orb/models/customer_list_params.rbi +20 -17
- data/rbi/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbi +10 -4
- data/rbi/orb/models/customer_sync_payment_methods_from_gateway_params.rbi +10 -4
- data/rbi/orb/models/customer_update_by_external_id_params.rbi +1136 -336
- data/rbi/orb/models/customer_update_params.rbi +661 -324
- data/rbi/orb/models/customers/balance_transaction_create_params.rbi +50 -21
- data/rbi/orb/models/customers/balance_transaction_create_response.rbi +154 -61
- data/rbi/orb/models/customers/balance_transaction_list_params.rbi +20 -17
- data/rbi/orb/models/customers/balance_transaction_list_response.rbi +164 -59
- data/rbi/orb/models/customers/cost_list_by_external_id_params.rbi +56 -22
- data/rbi/orb/models/customers/cost_list_by_external_id_response.rbi +162 -124
- data/rbi/orb/models/customers/cost_list_params.rbi +45 -22
- data/rbi/orb/models/customers/cost_list_response.rbi +154 -123
- data/rbi/orb/models/customers/credit_list_by_external_id_params.rbi +18 -15
- data/rbi/orb/models/customers/credit_list_by_external_id_response.rbi +48 -22
- data/rbi/orb/models/customers/credit_list_params.rbi +18 -15
- data/rbi/orb/models/customers/credit_list_response.rbi +44 -21
- data/rbi/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbi +106 -68
- data/rbi/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbi +643 -434
- data/rbi/orb/models/customers/credits/ledger_create_entry_params.rbi +117 -59
- data/rbi/orb/models/customers/credits/ledger_create_entry_response.rbi +700 -425
- data/rbi/orb/models/customers/credits/ledger_list_by_external_id_params.rbi +102 -44
- data/rbi/orb/models/customers/credits/ledger_list_by_external_id_response.rbi +681 -432
- data/rbi/orb/models/customers/credits/ledger_list_params.rbi +123 -40
- data/rbi/orb/models/customers/credits/ledger_list_response.rbi +735 -389
- data/rbi/orb/models/customers/credits/top_up_create_by_external_id_params.rbi +74 -53
- data/rbi/orb/models/customers/credits/top_up_create_by_external_id_response.rbi +65 -48
- data/rbi/orb/models/customers/credits/top_up_create_params.rbi +84 -45
- data/rbi/orb/models/customers/credits/top_up_create_response.rbi +83 -43
- data/rbi/orb/models/customers/credits/top_up_delete_by_external_id_params.rbi +16 -6
- data/rbi/orb/models/customers/credits/top_up_delete_params.rbi +15 -5
- data/rbi/orb/models/customers/credits/top_up_list_by_external_id_params.rbi +9 -5
- data/rbi/orb/models/customers/credits/top_up_list_by_external_id_response.rbi +70 -49
- data/rbi/orb/models/customers/credits/top_up_list_params.rbi +9 -5
- data/rbi/orb/models/customers/credits/top_up_list_response.rbi +84 -43
- data/rbi/orb/models/dimensional_price_group.rbi +18 -15
- data/rbi/orb/models/dimensional_price_group_create_params.rbi +19 -16
- data/rbi/orb/models/dimensional_price_group_list_params.rbi +16 -6
- data/rbi/orb/models/dimensional_price_group_retrieve_params.rbi +10 -4
- data/rbi/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbi +10 -9
- data/rbi/orb/models/dimensional_price_groups.rbi +18 -13
- data/rbi/orb/models/discount.rbi +11 -5
- data/rbi/orb/models/evaluate_price_group.rbi +28 -12
- data/rbi/orb/models/event_deprecate_params.rbi +10 -4
- data/rbi/orb/models/event_deprecate_response.rbi +8 -3
- data/rbi/orb/models/event_ingest_params.rbi +37 -31
- data/rbi/orb/models/event_ingest_response.rbi +63 -23
- data/rbi/orb/models/event_search_params.rbi +17 -14
- data/rbi/orb/models/event_search_response.rbi +33 -21
- data/rbi/orb/models/event_update_params.rbi +19 -16
- data/rbi/orb/models/event_update_response.rbi +8 -3
- data/rbi/orb/models/events/backfill_close_params.rbi +10 -9
- data/rbi/orb/models/events/backfill_close_response.rbi +64 -29
- data/rbi/orb/models/events/backfill_create_params.rbi +21 -18
- data/rbi/orb/models/events/backfill_create_response.rbi +63 -29
- data/rbi/orb/models/events/backfill_fetch_params.rbi +10 -9
- data/rbi/orb/models/events/backfill_fetch_response.rbi +64 -29
- data/rbi/orb/models/events/backfill_list_params.rbi +16 -6
- data/rbi/orb/models/events/backfill_list_response.rbi +62 -28
- data/rbi/orb/models/events/backfill_revert_params.rbi +10 -9
- data/rbi/orb/models/events/backfill_revert_response.rbi +63 -29
- data/rbi/orb/models/events/event_volumes.rbi +32 -10
- data/rbi/orb/models/events/volume_list_params.rbi +18 -15
- data/rbi/orb/models/invoice.rbi +1286 -805
- data/rbi/orb/models/invoice_create_params.rbi +97 -69
- data/rbi/orb/models/invoice_fetch_params.rbi +10 -4
- data/rbi/orb/models/invoice_fetch_upcoming_params.rbi +15 -5
- data/rbi/orb/models/invoice_fetch_upcoming_response.rbi +1991 -861
- data/rbi/orb/models/invoice_issue_params.rbi +16 -5
- data/rbi/orb/models/invoice_level_discount.rbi +11 -4
- data/rbi/orb/models/invoice_line_item_create_params.rbi +20 -17
- data/rbi/orb/models/invoice_line_item_create_response.rbi +573 -376
- data/rbi/orb/models/invoice_list_params.rbi +67 -47
- data/rbi/orb/models/invoice_mark_paid_params.rbi +17 -14
- data/rbi/orb/models/invoice_pay_params.rbi +10 -4
- data/rbi/orb/models/invoice_update_params.rbi +15 -10
- data/rbi/orb/models/invoice_void_params.rbi +10 -4
- data/rbi/orb/models/item.rbi +87 -39
- data/rbi/orb/models/item_create_params.rbi +14 -5
- data/rbi/orb/models/item_fetch_params.rbi +10 -4
- data/rbi/orb/models/item_list_params.rbi +16 -6
- data/rbi/orb/models/item_update_params.rbi +79 -39
- data/rbi/orb/models/metric_create_params.rbi +19 -16
- data/rbi/orb/models/metric_fetch_params.rbi +10 -4
- data/rbi/orb/models/metric_list_params.rbi +20 -17
- data/rbi/orb/models/metric_update_params.rbi +15 -10
- data/rbi/orb/models/pagination_metadata.rbi +16 -4
- data/rbi/orb/models/percentage_discount.rbi +32 -19
- data/rbi/orb/models/plan.rbi +496 -365
- data/rbi/orb/models/plan_create_params.rbi +4785 -2875
- data/rbi/orb/models/plan_fetch_params.rbi +10 -4
- data/rbi/orb/models/plan_list_params.rbi +34 -27
- data/rbi/orb/models/plan_update_params.rbi +16 -13
- data/rbi/orb/models/plans/external_plan_id_fetch_params.rbi +10 -9
- data/rbi/orb/models/plans/external_plan_id_update_params.rbi +16 -13
- data/rbi/orb/models/price.rbi +9969 -5024
- data/rbi/orb/models/price_create_params.rbi +501 -245
- data/rbi/orb/models/price_evaluate_params.rbi +20 -17
- data/rbi/orb/models/price_evaluate_response.rbi +11 -6
- data/rbi/orb/models/price_fetch_params.rbi +10 -4
- data/rbi/orb/models/price_list_params.rbi +16 -6
- data/rbi/orb/models/price_update_params.rbi +15 -10
- data/rbi/orb/models/prices/external_price_id_fetch_params.rbi +10 -9
- data/rbi/orb/models/prices/external_price_id_update_params.rbi +15 -10
- data/rbi/orb/models/subscription.rbi +578 -420
- data/rbi/orb/models/subscription_cancel_params.rbi +44 -22
- data/rbi/orb/models/subscription_cancel_response.rbi +700 -438
- data/rbi/orb/models/subscription_change_apply_params.rbi +16 -13
- data/rbi/orb/models/subscription_change_apply_response.rbi +784 -504
- data/rbi/orb/models/subscription_change_cancel_params.rbi +10 -4
- data/rbi/orb/models/subscription_change_cancel_response.rbi +783 -514
- data/rbi/orb/models/subscription_change_retrieve_params.rbi +10 -4
- data/rbi/orb/models/subscription_change_retrieve_response.rbi +782 -524
- data/rbi/orb/models/subscription_create_params.rbi +9021 -6730
- data/rbi/orb/models/subscription_create_response.rbi +700 -438
- data/rbi/orb/models/subscription_fetch_costs_params.rbi +47 -22
- data/rbi/orb/models/subscription_fetch_costs_response.rbi +154 -123
- data/rbi/orb/models/subscription_fetch_params.rbi +10 -4
- data/rbi/orb/models/subscription_fetch_schedule_params.rbi +20 -17
- data/rbi/orb/models/subscription_fetch_schedule_response.rbi +33 -19
- data/rbi/orb/models/subscription_fetch_usage_params.rbi +81 -34
- data/rbi/orb/models/subscription_list_params.rbi +39 -28
- data/rbi/orb/models/subscription_price_intervals_params.rbi +5181 -3822
- data/rbi/orb/models/subscription_price_intervals_response.rbi +720 -453
- data/rbi/orb/models/subscription_schedule_plan_change_params.rbi +8602 -6910
- data/rbi/orb/models/subscription_schedule_plan_change_response.rbi +718 -467
- data/rbi/orb/models/subscription_trigger_phase_params.rbi +16 -13
- data/rbi/orb/models/subscription_trigger_phase_response.rbi +712 -448
- data/rbi/orb/models/subscription_unschedule_cancellation_params.rbi +10 -4
- data/rbi/orb/models/subscription_unschedule_cancellation_response.rbi +719 -467
- data/rbi/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbi +16 -5
- data/rbi/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbi +693 -502
- data/rbi/orb/models/subscription_unschedule_pending_plan_changes_params.rbi +10 -4
- data/rbi/orb/models/subscription_unschedule_pending_plan_changes_response.rbi +708 -497
- data/rbi/orb/models/subscription_update_fixed_fee_quantity_params.rbi +57 -26
- data/rbi/orb/models/subscription_update_fixed_fee_quantity_response.rbi +719 -467
- data/rbi/orb/models/subscription_update_params.rbi +19 -16
- data/rbi/orb/models/subscription_update_trial_params.rbi +57 -19
- data/rbi/orb/models/subscription_update_trial_response.rbi +712 -447
- data/rbi/orb/models/subscription_usage.rbi +271 -121
- data/rbi/orb/models/subscriptions.rbi +18 -11
- data/rbi/orb/models/top_level_ping_params.rbi +10 -4
- data/rbi/orb/models/top_level_ping_response.rbi +7 -3
- data/rbi/orb/models/trial_discount.rbi +29 -20
- data/rbi/orb/models/usage_discount.rbi +28 -19
- data/rbi/orb/models.rbi +22 -11
- data/rbi/orb/request_options.rbi +12 -6
- data/rbi/orb/resources/alerts.rbi +61 -40
- data/rbi/orb/resources/coupons/subscriptions.rbi +7 -5
- data/rbi/orb/resources/coupons.rbi +33 -18
- data/rbi/orb/resources/credit_notes.rbi +22 -13
- data/rbi/orb/resources/customers/balance_transactions.rbi +17 -9
- data/rbi/orb/resources/customers/costs.rbi +18 -11
- data/rbi/orb/resources/customers/credits/ledger.rbi +98 -74
- data/rbi/orb/resources/customers/credits/top_ups.rbi +61 -25
- data/rbi/orb/resources/customers/credits.rbi +16 -7
- data/rbi/orb/resources/customers.rbi +137 -72
- data/rbi/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rbi +8 -4
- data/rbi/orb/resources/dimensional_price_groups.rbi +26 -12
- data/rbi/orb/resources/events/backfills.rbi +35 -17
- data/rbi/orb/resources/events/volume.rbi +7 -5
- data/rbi/orb/resources/events.rbi +26 -16
- data/rbi/orb/resources/invoice_line_items.rbi +7 -5
- data/rbi/orb/resources/invoices.rbi +72 -41
- data/rbi/orb/resources/items.rbi +40 -13
- data/rbi/orb/resources/metrics.rbi +25 -15
- data/rbi/orb/resources/plans/external_plan_id.rbi +15 -7
- data/rbi/orb/resources/plans.rbi +57 -47
- data/rbi/orb/resources/prices/external_price_id.rbi +73 -68
- data/rbi/orb/resources/prices.rbi +176 -156
- data/rbi/orb/resources/subscription_changes.rbi +19 -11
- data/rbi/orb/resources/subscriptions.rbi +200 -114
- data/rbi/orb/resources/top_level.rbi +9 -3
- data/sig/orb/internal/page.rbs +0 -2
- data/sig/orb/internal/type/request_parameters.rbs +3 -1
- data/sig/orb/models/alert.rbs +19 -31
- data/sig/orb/models/alert_create_for_customer_params.rbs +3 -7
- data/sig/orb/models/alert_create_for_external_customer_params.rbs +3 -7
- data/sig/orb/models/alert_create_for_subscription_params.rbs +3 -7
- data/sig/orb/models/alert_disable_params.rbs +0 -2
- data/sig/orb/models/alert_enable_params.rbs +0 -2
- data/sig/orb/models/alert_list_params.rbs +0 -2
- data/sig/orb/models/alert_retrieve_params.rbs +0 -2
- data/sig/orb/models/alert_update_params.rbs +3 -7
- data/sig/orb/models/amount_discount.rbs +4 -6
- data/sig/orb/models/billable_metric.rbs +7 -9
- data/sig/orb/models/coupon.rbs +5 -8
- data/sig/orb/models/coupon_archive_params.rbs +0 -2
- data/sig/orb/models/coupon_create_params.rbs +3 -9
- data/sig/orb/models/coupon_fetch_params.rbs +0 -2
- data/sig/orb/models/coupon_list_params.rbs +0 -2
- data/sig/orb/models/coupons/subscription_list_params.rbs +0 -2
- data/sig/orb/models/credit_note.rbs +48 -66
- data/sig/orb/models/credit_note_create_params.rbs +3 -7
- data/sig/orb/models/credit_note_fetch_params.rbs +0 -2
- data/sig/orb/models/credit_note_list_params.rbs +0 -2
- data/sig/orb/models/customer.rbs +43 -63
- data/sig/orb/models/customer_create_params.rbs +32 -52
- data/sig/orb/models/customer_delete_params.rbs +0 -2
- data/sig/orb/models/customer_fetch_by_external_id_params.rbs +0 -2
- data/sig/orb/models/customer_fetch_params.rbs +0 -2
- data/sig/orb/models/customer_list_params.rbs +0 -2
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbs +0 -2
- data/sig/orb/models/customer_sync_payment_methods_from_gateway_params.rbs +0 -2
- data/sig/orb/models/customer_update_by_external_id_params.rbs +32 -52
- data/sig/orb/models/customer_update_params.rbs +32 -52
- data/sig/orb/models/customers/balance_transaction_create_params.rbs +0 -2
- data/sig/orb/models/customers/balance_transaction_create_response.rbs +0 -6
- data/sig/orb/models/customers/balance_transaction_list_params.rbs +0 -2
- data/sig/orb/models/customers/balance_transaction_list_response.rbs +0 -6
- data/sig/orb/models/customers/cost_list_by_external_id_params.rbs +0 -2
- data/sig/orb/models/customers/cost_list_by_external_id_response.rbs +0 -6
- data/sig/orb/models/customers/cost_list_params.rbs +0 -2
- data/sig/orb/models/customers/cost_list_response.rbs +0 -6
- data/sig/orb/models/customers/credit_list_by_external_id_params.rbs +0 -2
- data/sig/orb/models/customers/credit_list_by_external_id_response.rbs +0 -2
- data/sig/orb/models/customers/credit_list_params.rbs +0 -2
- data/sig/orb/models/customers/credit_list_response.rbs +0 -2
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbs +3 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbs +1 -43
- data/sig/orb/models/customers/credits/ledger_create_entry_params.rbs +3 -7
- data/sig/orb/models/customers/credits/ledger_create_entry_response.rbs +1 -43
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_params.rbs +0 -2
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_response.rbs +1 -43
- data/sig/orb/models/customers/credits/ledger_list_params.rbs +0 -2
- data/sig/orb/models/customers/credits/ledger_list_response.rbs +1 -43
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_params.rbs +3 -7
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_response.rbs +0 -4
- data/sig/orb/models/customers/credits/top_up_create_params.rbs +3 -7
- data/sig/orb/models/customers/credits/top_up_create_response.rbs +0 -4
- data/sig/orb/models/customers/credits/top_up_delete_by_external_id_params.rbs +0 -2
- data/sig/orb/models/customers/credits/top_up_delete_params.rbs +0 -2
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_params.rbs +0 -2
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_response.rbs +0 -4
- data/sig/orb/models/customers/credits/top_up_list_params.rbs +0 -2
- data/sig/orb/models/customers/credits/top_up_list_response.rbs +0 -4
- data/sig/orb/models/dimensional_price_group.rbs +0 -2
- data/sig/orb/models/dimensional_price_group_create_params.rbs +0 -2
- data/sig/orb/models/dimensional_price_group_list_params.rbs +0 -2
- data/sig/orb/models/dimensional_price_group_retrieve_params.rbs +0 -2
- data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbs +0 -2
- data/sig/orb/models/dimensional_price_groups.rbs +6 -8
- data/sig/orb/models/discount.rbs +5 -5
- data/sig/orb/models/evaluate_price_group.rbs +4 -6
- data/sig/orb/models/event_deprecate_params.rbs +0 -2
- data/sig/orb/models/event_deprecate_response.rbs +0 -2
- data/sig/orb/models/event_ingest_params.rbs +3 -7
- data/sig/orb/models/event_ingest_response.rbs +0 -6
- data/sig/orb/models/event_search_params.rbs +0 -2
- data/sig/orb/models/event_search_response.rbs +0 -4
- data/sig/orb/models/event_update_params.rbs +0 -2
- data/sig/orb/models/event_update_response.rbs +0 -2
- data/sig/orb/models/events/backfill_close_params.rbs +0 -2
- data/sig/orb/models/events/backfill_close_response.rbs +0 -2
- data/sig/orb/models/events/backfill_create_params.rbs +0 -2
- data/sig/orb/models/events/backfill_create_response.rbs +0 -2
- data/sig/orb/models/events/backfill_fetch_params.rbs +0 -2
- data/sig/orb/models/events/backfill_fetch_response.rbs +0 -2
- data/sig/orb/models/events/backfill_list_params.rbs +0 -2
- data/sig/orb/models/events/backfill_list_response.rbs +0 -2
- data/sig/orb/models/events/backfill_revert_params.rbs +0 -2
- data/sig/orb/models/events/backfill_revert_response.rbs +0 -2
- data/sig/orb/models/events/event_volumes.rbs +3 -10
- data/sig/orb/models/events/volume_list_params.rbs +0 -2
- data/sig/orb/models/invoice.rbs +110 -172
- data/sig/orb/models/invoice_create_params.rbs +10 -16
- data/sig/orb/models/invoice_fetch_params.rbs +0 -2
- data/sig/orb/models/invoice_fetch_upcoming_params.rbs +0 -2
- data/sig/orb/models/invoice_fetch_upcoming_response.rbs +2 -64
- data/sig/orb/models/invoice_issue_params.rbs +0 -2
- data/sig/orb/models/invoice_level_discount.rbs +2 -4
- data/sig/orb/models/invoice_line_item_create_params.rbs +0 -2
- data/sig/orb/models/invoice_line_item_create_response.rbs +2 -36
- data/sig/orb/models/invoice_list_params.rbs +4 -6
- data/sig/orb/models/invoice_mark_paid_params.rbs +0 -2
- data/sig/orb/models/invoice_pay_params.rbs +0 -2
- data/sig/orb/models/invoice_update_params.rbs +0 -2
- data/sig/orb/models/invoice_void_params.rbs +0 -2
- data/sig/orb/models/item.rbs +7 -11
- data/sig/orb/models/item_create_params.rbs +0 -2
- data/sig/orb/models/item_fetch_params.rbs +0 -2
- data/sig/orb/models/item_list_params.rbs +0 -2
- data/sig/orb/models/item_update_params.rbs +7 -11
- data/sig/orb/models/metric_create_params.rbs +0 -2
- data/sig/orb/models/metric_fetch_params.rbs +0 -2
- data/sig/orb/models/metric_list_params.rbs +0 -2
- data/sig/orb/models/metric_update_params.rbs +0 -2
- data/sig/orb/models/pagination_metadata.rbs +0 -2
- data/sig/orb/models/percentage_discount.rbs +4 -6
- data/sig/orb/models/plan.rbs +45 -73
- data/sig/orb/models/plan_create_params.rbs +518 -696
- data/sig/orb/models/plan_fetch_params.rbs +0 -2
- data/sig/orb/models/plan_list_params.rbs +0 -2
- data/sig/orb/models/plan_update_params.rbs +0 -2
- data/sig/orb/models/plans/external_plan_id_fetch_params.rbs +0 -2
- data/sig/orb/models/plans/external_plan_id_update_params.rbs +0 -2
- data/sig/orb/models/price.rbs +1194 -1730
- data/sig/orb/models/price_create_params.rbs +59 -97
- data/sig/orb/models/price_evaluate_params.rbs +0 -2
- data/sig/orb/models/price_evaluate_response.rbs +3 -6
- data/sig/orb/models/price_fetch_params.rbs +0 -2
- data/sig/orb/models/price_list_params.rbs +0 -2
- data/sig/orb/models/price_update_params.rbs +0 -2
- data/sig/orb/models/prices/external_price_id_fetch_params.rbs +0 -2
- data/sig/orb/models/prices/external_price_id_update_params.rbs +0 -2
- data/sig/orb/models/subscription.rbs +56 -94
- data/sig/orb/models/subscription_cancel_params.rbs +0 -2
- data/sig/orb/models/subscription_cancel_response.rbs +20 -60
- data/sig/orb/models/subscription_change_apply_params.rbs +0 -2
- data/sig/orb/models/subscription_change_apply_response.rbs +20 -62
- data/sig/orb/models/subscription_change_cancel_params.rbs +0 -2
- data/sig/orb/models/subscription_change_cancel_response.rbs +20 -62
- data/sig/orb/models/subscription_change_retrieve_params.rbs +0 -2
- data/sig/orb/models/subscription_change_retrieve_response.rbs +20 -62
- data/sig/orb/models/subscription_create_params.rbs +1103 -1499
- data/sig/orb/models/subscription_create_response.rbs +20 -60
- data/sig/orb/models/subscription_fetch_costs_params.rbs +0 -2
- data/sig/orb/models/subscription_fetch_costs_response.rbs +0 -6
- data/sig/orb/models/subscription_fetch_params.rbs +0 -2
- data/sig/orb/models/subscription_fetch_schedule_params.rbs +0 -2
- data/sig/orb/models/subscription_fetch_schedule_response.rbs +0 -4
- data/sig/orb/models/subscription_fetch_usage_params.rbs +0 -2
- data/sig/orb/models/subscription_list_params.rbs +0 -2
- data/sig/orb/models/subscription_price_intervals_params.rbs +666 -896
- data/sig/orb/models/subscription_price_intervals_response.rbs +20 -60
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +1103 -1499
- data/sig/orb/models/subscription_schedule_plan_change_response.rbs +20 -60
- data/sig/orb/models/subscription_trigger_phase_params.rbs +0 -2
- data/sig/orb/models/subscription_trigger_phase_response.rbs +20 -60
- data/sig/orb/models/subscription_unschedule_cancellation_params.rbs +0 -2
- data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +20 -60
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbs +0 -2
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +20 -60
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_params.rbs +0 -2
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +20 -60
- data/sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs +0 -2
- data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +20 -60
- data/sig/orb/models/subscription_update_params.rbs +0 -2
- data/sig/orb/models/subscription_update_trial_params.rbs +1 -3
- data/sig/orb/models/subscription_update_trial_response.rbs +20 -60
- data/sig/orb/models/subscription_usage.rbs +35 -53
- data/sig/orb/models/subscriptions.rbs +6 -8
- data/sig/orb/models/top_level_ping_params.rbs +0 -2
- data/sig/orb/models/top_level_ping_response.rbs +0 -2
- data/sig/orb/models/trial_discount.rbs +4 -6
- data/sig/orb/models/usage_discount.rbs +4 -6
- data/sig/orb/request_options.rbs +1 -1
- data/sig/orb/resources/alerts.rbs +12 -12
- data/sig/orb/resources/coupons/subscriptions.rbs +1 -1
- data/sig/orb/resources/coupons.rbs +4 -4
- data/sig/orb/resources/credit_notes.rbs +4 -4
- 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.rbs +24 -24
- data/sig/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rbs +1 -1
- data/sig/orb/resources/dimensional_price_groups.rbs +3 -3
- data/sig/orb/resources/events/volume.rbs +1 -1
- data/sig/orb/resources/events.rbs +1 -1
- data/sig/orb/resources/invoices.rbs +10 -10
- data/sig/orb/resources/items.rbs +5 -5
- data/sig/orb/resources/metrics.rbs +4 -4
- data/sig/orb/resources/plans/external_plan_id.rbs +2 -2
- data/sig/orb/resources/plans.rbs +5 -5
- data/sig/orb/resources/prices.rbs +11 -11
- data/sig/orb/resources/subscriptions.rbs +21 -21
- metadata +2 -2
@@ -3,6 +3,8 @@
|
|
3
3
|
module Orb
|
4
4
|
module Models
|
5
5
|
class SubscriptionUnschedulePendingPlanChangesResponse < Orb::Internal::Type::BaseModel
|
6
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
7
|
+
|
6
8
|
sig { returns(String) }
|
7
9
|
attr_accessor :id
|
8
10
|
|
@@ -13,7 +15,13 @@ module Orb
|
|
13
15
|
|
14
16
|
# The adjustment intervals for this subscription sorted by the start_date of the
|
15
17
|
# adjustment interval.
|
16
|
-
sig
|
18
|
+
sig do
|
19
|
+
returns(
|
20
|
+
T::Array[
|
21
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval
|
22
|
+
]
|
23
|
+
)
|
24
|
+
end
|
17
25
|
attr_accessor :adjustment_intervals
|
18
26
|
|
19
27
|
# Determines whether issued invoices for this subscription will automatically be
|
@@ -22,17 +30,18 @@ module Orb
|
|
22
30
|
sig { returns(T.nilable(T::Boolean)) }
|
23
31
|
attr_accessor :auto_collection
|
24
32
|
|
25
|
-
sig
|
33
|
+
sig do
|
34
|
+
returns(
|
35
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::BillingCycleAnchorConfiguration
|
36
|
+
)
|
37
|
+
end
|
26
38
|
attr_reader :billing_cycle_anchor_configuration
|
27
39
|
|
28
40
|
sig do
|
29
41
|
params(
|
30
|
-
billing_cycle_anchor_configuration:
|
31
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::BillingCycleAnchorConfiguration
|
32
|
-
|
33
|
-
)
|
34
|
-
)
|
35
|
-
.void
|
42
|
+
billing_cycle_anchor_configuration:
|
43
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::BillingCycleAnchorConfiguration::OrHash
|
44
|
+
).void
|
36
45
|
end
|
37
46
|
attr_writer :billing_cycle_anchor_configuration
|
38
47
|
|
@@ -76,10 +85,10 @@ module Orb
|
|
76
85
|
# [IANA timezone database](https://www.iana.org/time-zones)), which defaults to
|
77
86
|
# your account's timezone. See [Timezone localization](/essentials/timezones) for
|
78
87
|
# information on what this timezone parameter influences within Orb.
|
79
|
-
sig { returns(Orb::
|
88
|
+
sig { returns(Orb::Customer) }
|
80
89
|
attr_reader :customer
|
81
90
|
|
82
|
-
sig { params(customer:
|
91
|
+
sig { params(customer: Orb::Customer::OrHash).void }
|
83
92
|
attr_writer :customer
|
84
93
|
|
85
94
|
# Determines the default memo on this subscriptions' invoices. Note that if this
|
@@ -105,14 +114,26 @@ module Orb
|
|
105
114
|
sig { returns(T.nilable(Time)) }
|
106
115
|
attr_accessor :end_date
|
107
116
|
|
108
|
-
sig
|
117
|
+
sig do
|
118
|
+
returns(
|
119
|
+
T::Array[
|
120
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::FixedFeeQuantitySchedule
|
121
|
+
]
|
122
|
+
)
|
123
|
+
end
|
109
124
|
attr_accessor :fixed_fee_quantity_schedule
|
110
125
|
|
111
126
|
sig { returns(T.nilable(String)) }
|
112
127
|
attr_accessor :invoicing_threshold
|
113
128
|
|
114
129
|
# The maximum intervals for this subscription sorted by the start_date.
|
115
|
-
sig
|
130
|
+
sig do
|
131
|
+
returns(
|
132
|
+
T::Array[
|
133
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MaximumInterval
|
134
|
+
]
|
135
|
+
)
|
136
|
+
end
|
116
137
|
attr_accessor :maximum_intervals
|
117
138
|
|
118
139
|
# User specified key-value pairs for the resource. If not present, this defaults
|
@@ -123,7 +144,13 @@ module Orb
|
|
123
144
|
attr_accessor :metadata
|
124
145
|
|
125
146
|
# The minimum intervals for this subscription sorted by the start_date.
|
126
|
-
sig
|
147
|
+
sig do
|
148
|
+
returns(
|
149
|
+
T::Array[
|
150
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MinimumInterval
|
151
|
+
]
|
152
|
+
)
|
153
|
+
end
|
127
154
|
attr_accessor :minimum_intervals
|
128
155
|
|
129
156
|
# Determines the difference between the invoice issue date for subscription
|
@@ -136,21 +163,20 @@ module Orb
|
|
136
163
|
# A pending subscription change if one exists on this subscription.
|
137
164
|
sig do
|
138
165
|
returns(
|
139
|
-
T.nilable(
|
166
|
+
T.nilable(
|
167
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PendingSubscriptionChange
|
168
|
+
)
|
140
169
|
)
|
141
170
|
end
|
142
171
|
attr_reader :pending_subscription_change
|
143
172
|
|
144
173
|
sig do
|
145
174
|
params(
|
146
|
-
pending_subscription_change:
|
147
|
-
T.
|
148
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PendingSubscriptionChange
|
149
|
-
Orb::Internal::AnyHash
|
175
|
+
pending_subscription_change:
|
176
|
+
T.nilable(
|
177
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PendingSubscriptionChange::OrHash
|
150
178
|
)
|
151
|
-
|
152
|
-
)
|
153
|
-
.void
|
179
|
+
).void
|
154
180
|
end
|
155
181
|
attr_writer :pending_subscription_change
|
156
182
|
|
@@ -158,29 +184,38 @@ module Orb
|
|
158
184
|
# subscribed to by a customer. Plans define the billing behavior of the
|
159
185
|
# subscription. You can see more about how to configure prices in the
|
160
186
|
# [Price resource](/reference/price).
|
161
|
-
sig { returns(Orb::
|
187
|
+
sig { returns(Orb::Plan) }
|
162
188
|
attr_reader :plan
|
163
189
|
|
164
|
-
sig { params(plan:
|
190
|
+
sig { params(plan: Orb::Plan::OrHash).void }
|
165
191
|
attr_writer :plan
|
166
192
|
|
167
193
|
# The price intervals for this subscription.
|
168
|
-
sig
|
194
|
+
sig do
|
195
|
+
returns(
|
196
|
+
T::Array[
|
197
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval
|
198
|
+
]
|
199
|
+
)
|
200
|
+
end
|
169
201
|
attr_accessor :price_intervals
|
170
202
|
|
171
|
-
sig
|
203
|
+
sig do
|
204
|
+
returns(
|
205
|
+
T.nilable(
|
206
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::RedeemedCoupon
|
207
|
+
)
|
208
|
+
)
|
209
|
+
end
|
172
210
|
attr_reader :redeemed_coupon
|
173
211
|
|
174
212
|
sig do
|
175
213
|
params(
|
176
|
-
redeemed_coupon:
|
177
|
-
T.
|
178
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::RedeemedCoupon
|
179
|
-
Orb::Internal::AnyHash
|
214
|
+
redeemed_coupon:
|
215
|
+
T.nilable(
|
216
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::RedeemedCoupon::OrHash
|
180
217
|
)
|
181
|
-
|
182
|
-
)
|
183
|
-
.void
|
218
|
+
).void
|
184
219
|
end
|
185
220
|
attr_writer :redeemed_coupon
|
186
221
|
|
@@ -188,36 +223,47 @@ module Orb
|
|
188
223
|
sig { returns(Time) }
|
189
224
|
attr_accessor :start_date
|
190
225
|
|
191
|
-
sig
|
226
|
+
sig do
|
227
|
+
returns(
|
228
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::TaggedSymbol
|
229
|
+
)
|
230
|
+
end
|
192
231
|
attr_accessor :status
|
193
232
|
|
194
|
-
sig
|
233
|
+
sig do
|
234
|
+
returns(
|
235
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::TrialInfo
|
236
|
+
)
|
237
|
+
end
|
195
238
|
attr_reader :trial_info
|
196
239
|
|
197
240
|
sig do
|
198
241
|
params(
|
199
|
-
trial_info:
|
200
|
-
|
201
|
-
|
242
|
+
trial_info:
|
243
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::TrialInfo::OrHash
|
244
|
+
).void
|
202
245
|
end
|
203
246
|
attr_writer :trial_info
|
204
247
|
|
205
248
|
# The resources that were changed as part of this operation. Only present when
|
206
249
|
# fetched through the subscription changes API or if the
|
207
250
|
# `include_changed_resources` parameter was passed in the request.
|
208
|
-
sig
|
251
|
+
sig do
|
252
|
+
returns(
|
253
|
+
T.nilable(
|
254
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::ChangedResources
|
255
|
+
)
|
256
|
+
)
|
257
|
+
end
|
209
258
|
attr_reader :changed_resources
|
210
259
|
|
211
260
|
sig do
|
212
261
|
params(
|
213
|
-
changed_resources:
|
214
|
-
T.
|
215
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::ChangedResources
|
216
|
-
Orb::Internal::AnyHash
|
262
|
+
changed_resources:
|
263
|
+
T.nilable(
|
264
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::ChangedResources::OrHash
|
217
265
|
)
|
218
|
-
|
219
|
-
)
|
220
|
-
.void
|
266
|
+
).void
|
221
267
|
end
|
222
268
|
attr_writer :changed_resources
|
223
269
|
|
@@ -225,83 +271,66 @@ module Orb
|
|
225
271
|
params(
|
226
272
|
id: String,
|
227
273
|
active_plan_phase_order: T.nilable(Integer),
|
228
|
-
adjustment_intervals:
|
229
|
-
T
|
230
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval
|
231
|
-
|
232
|
-
)
|
233
|
-
],
|
274
|
+
adjustment_intervals:
|
275
|
+
T::Array[
|
276
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::OrHash
|
277
|
+
],
|
234
278
|
auto_collection: T.nilable(T::Boolean),
|
235
|
-
billing_cycle_anchor_configuration:
|
236
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::BillingCycleAnchorConfiguration,
|
237
|
-
Orb::Internal::AnyHash
|
238
|
-
),
|
279
|
+
billing_cycle_anchor_configuration:
|
280
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::BillingCycleAnchorConfiguration::OrHash,
|
239
281
|
billing_cycle_day: Integer,
|
240
282
|
created_at: Time,
|
241
283
|
current_billing_period_end_date: T.nilable(Time),
|
242
284
|
current_billing_period_start_date: T.nilable(Time),
|
243
|
-
customer:
|
285
|
+
customer: Orb::Customer::OrHash,
|
244
286
|
default_invoice_memo: T.nilable(String),
|
245
|
-
discount_intervals:
|
246
|
-
T
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
287
|
+
discount_intervals:
|
288
|
+
T::Array[
|
289
|
+
T.any(
|
290
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Amount::OrHash,
|
291
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Percentage::OrHash,
|
292
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Usage::OrHash
|
293
|
+
)
|
294
|
+
],
|
253
295
|
end_date: T.nilable(Time),
|
254
|
-
fixed_fee_quantity_schedule:
|
255
|
-
T
|
256
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::FixedFeeQuantitySchedule
|
257
|
-
|
258
|
-
)
|
259
|
-
],
|
296
|
+
fixed_fee_quantity_schedule:
|
297
|
+
T::Array[
|
298
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::FixedFeeQuantitySchedule::OrHash
|
299
|
+
],
|
260
300
|
invoicing_threshold: T.nilable(String),
|
261
|
-
maximum_intervals:
|
262
|
-
T
|
263
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MaximumInterval
|
264
|
-
|
265
|
-
)
|
266
|
-
],
|
301
|
+
maximum_intervals:
|
302
|
+
T::Array[
|
303
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MaximumInterval::OrHash
|
304
|
+
],
|
267
305
|
metadata: T::Hash[Symbol, String],
|
268
|
-
minimum_intervals:
|
269
|
-
T
|
270
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MinimumInterval
|
271
|
-
|
272
|
-
)
|
273
|
-
],
|
306
|
+
minimum_intervals:
|
307
|
+
T::Array[
|
308
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MinimumInterval::OrHash
|
309
|
+
],
|
274
310
|
net_terms: Integer,
|
275
|
-
pending_subscription_change:
|
276
|
-
T.
|
277
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PendingSubscriptionChange
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
redeemed_coupon: T.nilable(
|
289
|
-
T.any(
|
290
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::RedeemedCoupon,
|
291
|
-
Orb::Internal::AnyHash
|
292
|
-
)
|
293
|
-
),
|
311
|
+
pending_subscription_change:
|
312
|
+
T.nilable(
|
313
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PendingSubscriptionChange::OrHash
|
314
|
+
),
|
315
|
+
plan: Orb::Plan::OrHash,
|
316
|
+
price_intervals:
|
317
|
+
T::Array[
|
318
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval::OrHash
|
319
|
+
],
|
320
|
+
redeemed_coupon:
|
321
|
+
T.nilable(
|
322
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::RedeemedCoupon::OrHash
|
323
|
+
),
|
294
324
|
start_date: Time,
|
295
|
-
status:
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
325
|
+
status:
|
326
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::OrSymbol,
|
327
|
+
trial_info:
|
328
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::TrialInfo::OrHash,
|
329
|
+
changed_resources:
|
330
|
+
T.nilable(
|
331
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::ChangedResources::OrHash
|
301
332
|
)
|
302
|
-
|
303
|
-
)
|
304
|
-
.returns(T.attached_class)
|
333
|
+
).returns(T.attached_class)
|
305
334
|
end
|
306
335
|
def self.new(
|
307
336
|
id:,
|
@@ -390,50 +419,82 @@ module Orb
|
|
390
419
|
# fetched through the subscription changes API or if the
|
391
420
|
# `include_changed_resources` parameter was passed in the request.
|
392
421
|
changed_resources: nil
|
393
|
-
)
|
422
|
+
)
|
423
|
+
end
|
424
|
+
|
394
425
|
sig do
|
395
|
-
override
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
426
|
+
override.returns(
|
427
|
+
{
|
428
|
+
id: String,
|
429
|
+
active_plan_phase_order: T.nilable(Integer),
|
430
|
+
adjustment_intervals:
|
431
|
+
T::Array[
|
432
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval
|
433
|
+
],
|
434
|
+
auto_collection: T.nilable(T::Boolean),
|
435
|
+
billing_cycle_anchor_configuration:
|
436
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::BillingCycleAnchorConfiguration,
|
437
|
+
billing_cycle_day: Integer,
|
438
|
+
created_at: Time,
|
439
|
+
current_billing_period_end_date: T.nilable(Time),
|
440
|
+
current_billing_period_start_date: T.nilable(Time),
|
441
|
+
customer: Orb::Customer,
|
442
|
+
default_invoice_memo: T.nilable(String),
|
443
|
+
discount_intervals:
|
444
|
+
T::Array[
|
410
445
|
T.any(
|
411
446
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Amount,
|
412
447
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Percentage,
|
413
448
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Usage
|
414
449
|
)
|
415
450
|
],
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
451
|
+
end_date: T.nilable(Time),
|
452
|
+
fixed_fee_quantity_schedule:
|
453
|
+
T::Array[
|
454
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::FixedFeeQuantitySchedule
|
455
|
+
],
|
456
|
+
invoicing_threshold: T.nilable(String),
|
457
|
+
maximum_intervals:
|
458
|
+
T::Array[
|
459
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MaximumInterval
|
460
|
+
],
|
461
|
+
metadata: T::Hash[Symbol, String],
|
462
|
+
minimum_intervals:
|
463
|
+
T::Array[
|
464
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::MinimumInterval
|
465
|
+
],
|
466
|
+
net_terms: Integer,
|
467
|
+
pending_subscription_change:
|
468
|
+
T.nilable(
|
469
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PendingSubscriptionChange
|
470
|
+
),
|
471
|
+
plan: Orb::Plan,
|
472
|
+
price_intervals:
|
473
|
+
T::Array[
|
474
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval
|
475
|
+
],
|
476
|
+
redeemed_coupon:
|
477
|
+
T.nilable(
|
478
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::RedeemedCoupon
|
479
|
+
),
|
480
|
+
start_date: Time,
|
481
|
+
status:
|
482
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::TaggedSymbol,
|
483
|
+
trial_info:
|
484
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::TrialInfo,
|
485
|
+
changed_resources:
|
486
|
+
T.nilable(
|
487
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::ChangedResources
|
488
|
+
)
|
489
|
+
}
|
490
|
+
)
|
491
|
+
end
|
492
|
+
def to_hash
|
433
493
|
end
|
434
|
-
def to_hash; end
|
435
494
|
|
436
495
|
class AdjustmentInterval < Orb::Internal::Type::BaseModel
|
496
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
497
|
+
|
437
498
|
sig { returns(String) }
|
438
499
|
attr_accessor :id
|
439
500
|
|
@@ -465,19 +526,18 @@ module Orb
|
|
465
526
|
sig do
|
466
527
|
params(
|
467
528
|
id: String,
|
468
|
-
adjustment:
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
529
|
+
adjustment:
|
530
|
+
T.any(
|
531
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::UsageDiscount::OrHash,
|
532
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::AmountDiscount::OrHash,
|
533
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::PercentageDiscount::OrHash,
|
534
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Minimum::OrHash,
|
535
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Maximum::OrHash
|
536
|
+
),
|
476
537
|
applies_to_price_interval_ids: T::Array[String],
|
477
538
|
end_date: T.nilable(Time),
|
478
539
|
start_date: Time
|
479
|
-
)
|
480
|
-
.returns(T.attached_class)
|
540
|
+
).returns(T.attached_class)
|
481
541
|
end
|
482
542
|
def self.new(
|
483
543
|
id:,
|
@@ -488,31 +548,47 @@ module Orb
|
|
488
548
|
end_date:,
|
489
549
|
# The start date of the adjustment interval.
|
490
550
|
start_date:
|
491
|
-
)
|
551
|
+
)
|
552
|
+
end
|
553
|
+
|
492
554
|
sig do
|
493
|
-
override
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
555
|
+
override.returns(
|
556
|
+
{
|
557
|
+
id: String,
|
558
|
+
adjustment:
|
559
|
+
T.any(
|
498
560
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::UsageDiscount,
|
499
561
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::AmountDiscount,
|
500
562
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::PercentageDiscount,
|
501
563
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Minimum,
|
502
564
|
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Maximum
|
503
565
|
),
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
566
|
+
applies_to_price_interval_ids: T::Array[String],
|
567
|
+
end_date: T.nilable(Time),
|
568
|
+
start_date: Time
|
569
|
+
}
|
570
|
+
)
|
571
|
+
end
|
572
|
+
def to_hash
|
509
573
|
end
|
510
|
-
def to_hash; end
|
511
574
|
|
512
575
|
module Adjustment
|
513
576
|
extend Orb::Internal::Type::Union
|
514
577
|
|
578
|
+
Variants =
|
579
|
+
T.type_alias do
|
580
|
+
T.any(
|
581
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::UsageDiscount,
|
582
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::AmountDiscount,
|
583
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::PercentageDiscount,
|
584
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Minimum,
|
585
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Maximum
|
586
|
+
)
|
587
|
+
end
|
588
|
+
|
515
589
|
class UsageDiscount < Orb::Internal::Type::BaseModel
|
590
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
591
|
+
|
516
592
|
sig { returns(String) }
|
517
593
|
attr_accessor :id
|
518
594
|
|
@@ -550,8 +626,7 @@ module Orb
|
|
550
626
|
reason: T.nilable(String),
|
551
627
|
usage_discount: Float,
|
552
628
|
adjustment_type: Symbol
|
553
|
-
)
|
554
|
-
.returns(T.attached_class)
|
629
|
+
).returns(T.attached_class)
|
555
630
|
end
|
556
631
|
def self.new(
|
557
632
|
id:,
|
@@ -568,25 +643,29 @@ module Orb
|
|
568
643
|
# to in a given billing period.
|
569
644
|
usage_discount:,
|
570
645
|
adjustment_type: :usage_discount
|
571
|
-
)
|
646
|
+
)
|
647
|
+
end
|
648
|
+
|
572
649
|
sig do
|
573
|
-
override
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
650
|
+
override.returns(
|
651
|
+
{
|
652
|
+
id: String,
|
653
|
+
adjustment_type: Symbol,
|
654
|
+
applies_to_price_ids: T::Array[String],
|
655
|
+
is_invoice_level: T::Boolean,
|
656
|
+
plan_phase_order: T.nilable(Integer),
|
657
|
+
reason: T.nilable(String),
|
658
|
+
usage_discount: Float
|
659
|
+
}
|
660
|
+
)
|
661
|
+
end
|
662
|
+
def to_hash
|
585
663
|
end
|
586
|
-
def to_hash; end
|
587
664
|
end
|
588
665
|
|
589
666
|
class AmountDiscount < Orb::Internal::Type::BaseModel
|
667
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
668
|
+
|
590
669
|
sig { returns(String) }
|
591
670
|
attr_accessor :id
|
592
671
|
|
@@ -624,8 +703,7 @@ module Orb
|
|
624
703
|
plan_phase_order: T.nilable(Integer),
|
625
704
|
reason: T.nilable(String),
|
626
705
|
adjustment_type: Symbol
|
627
|
-
)
|
628
|
-
.returns(T.attached_class)
|
706
|
+
).returns(T.attached_class)
|
629
707
|
end
|
630
708
|
def self.new(
|
631
709
|
id:,
|
@@ -642,25 +720,29 @@ module Orb
|
|
642
720
|
# The reason for the adjustment.
|
643
721
|
reason:,
|
644
722
|
adjustment_type: :amount_discount
|
645
|
-
)
|
723
|
+
)
|
724
|
+
end
|
725
|
+
|
646
726
|
sig do
|
647
|
-
override
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
727
|
+
override.returns(
|
728
|
+
{
|
729
|
+
id: String,
|
730
|
+
adjustment_type: Symbol,
|
731
|
+
amount_discount: String,
|
732
|
+
applies_to_price_ids: T::Array[String],
|
733
|
+
is_invoice_level: T::Boolean,
|
734
|
+
plan_phase_order: T.nilable(Integer),
|
735
|
+
reason: T.nilable(String)
|
736
|
+
}
|
737
|
+
)
|
738
|
+
end
|
739
|
+
def to_hash
|
659
740
|
end
|
660
|
-
def to_hash; end
|
661
741
|
end
|
662
742
|
|
663
743
|
class PercentageDiscount < Orb::Internal::Type::BaseModel
|
744
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
745
|
+
|
664
746
|
sig { returns(String) }
|
665
747
|
attr_accessor :id
|
666
748
|
|
@@ -698,8 +780,7 @@ module Orb
|
|
698
780
|
plan_phase_order: T.nilable(Integer),
|
699
781
|
reason: T.nilable(String),
|
700
782
|
adjustment_type: Symbol
|
701
|
-
)
|
702
|
-
.returns(T.attached_class)
|
783
|
+
).returns(T.attached_class)
|
703
784
|
end
|
704
785
|
def self.new(
|
705
786
|
id:,
|
@@ -716,25 +797,29 @@ module Orb
|
|
716
797
|
# The reason for the adjustment.
|
717
798
|
reason:,
|
718
799
|
adjustment_type: :percentage_discount
|
719
|
-
)
|
800
|
+
)
|
801
|
+
end
|
802
|
+
|
720
803
|
sig do
|
721
|
-
override
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
804
|
+
override.returns(
|
805
|
+
{
|
806
|
+
id: String,
|
807
|
+
adjustment_type: Symbol,
|
808
|
+
applies_to_price_ids: T::Array[String],
|
809
|
+
is_invoice_level: T::Boolean,
|
810
|
+
percentage_discount: Float,
|
811
|
+
plan_phase_order: T.nilable(Integer),
|
812
|
+
reason: T.nilable(String)
|
813
|
+
}
|
814
|
+
)
|
815
|
+
end
|
816
|
+
def to_hash
|
733
817
|
end
|
734
|
-
def to_hash; end
|
735
818
|
end
|
736
819
|
|
737
820
|
class Minimum < Orb::Internal::Type::BaseModel
|
821
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
822
|
+
|
738
823
|
sig { returns(String) }
|
739
824
|
attr_accessor :id
|
740
825
|
|
@@ -777,8 +862,7 @@ module Orb
|
|
777
862
|
plan_phase_order: T.nilable(Integer),
|
778
863
|
reason: T.nilable(String),
|
779
864
|
adjustment_type: Symbol
|
780
|
-
)
|
781
|
-
.returns(T.attached_class)
|
865
|
+
).returns(T.attached_class)
|
782
866
|
end
|
783
867
|
def self.new(
|
784
868
|
id:,
|
@@ -797,26 +881,30 @@ module Orb
|
|
797
881
|
# The reason for the adjustment.
|
798
882
|
reason:,
|
799
883
|
adjustment_type: :minimum
|
800
|
-
)
|
884
|
+
)
|
885
|
+
end
|
886
|
+
|
801
887
|
sig do
|
802
|
-
override
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
888
|
+
override.returns(
|
889
|
+
{
|
890
|
+
id: String,
|
891
|
+
adjustment_type: Symbol,
|
892
|
+
applies_to_price_ids: T::Array[String],
|
893
|
+
is_invoice_level: T::Boolean,
|
894
|
+
item_id: String,
|
895
|
+
minimum_amount: String,
|
896
|
+
plan_phase_order: T.nilable(Integer),
|
897
|
+
reason: T.nilable(String)
|
898
|
+
}
|
899
|
+
)
|
900
|
+
end
|
901
|
+
def to_hash
|
815
902
|
end
|
816
|
-
def to_hash; end
|
817
903
|
end
|
818
904
|
|
819
905
|
class Maximum < Orb::Internal::Type::BaseModel
|
906
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
907
|
+
|
820
908
|
sig { returns(String) }
|
821
909
|
attr_accessor :id
|
822
910
|
|
@@ -854,8 +942,7 @@ module Orb
|
|
854
942
|
plan_phase_order: T.nilable(Integer),
|
855
943
|
reason: T.nilable(String),
|
856
944
|
adjustment_type: Symbol
|
857
|
-
)
|
858
|
-
.returns(T.attached_class)
|
945
|
+
).returns(T.attached_class)
|
859
946
|
end
|
860
947
|
def self.new(
|
861
948
|
id:,
|
@@ -872,35 +959,41 @@ module Orb
|
|
872
959
|
# The reason for the adjustment.
|
873
960
|
reason:,
|
874
961
|
adjustment_type: :maximum
|
875
|
-
)
|
962
|
+
)
|
963
|
+
end
|
964
|
+
|
876
965
|
sig do
|
877
|
-
override
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
966
|
+
override.returns(
|
967
|
+
{
|
968
|
+
id: String,
|
969
|
+
adjustment_type: Symbol,
|
970
|
+
applies_to_price_ids: T::Array[String],
|
971
|
+
is_invoice_level: T::Boolean,
|
972
|
+
maximum_amount: String,
|
973
|
+
plan_phase_order: T.nilable(Integer),
|
974
|
+
reason: T.nilable(String)
|
975
|
+
}
|
976
|
+
)
|
977
|
+
end
|
978
|
+
def to_hash
|
889
979
|
end
|
890
|
-
def to_hash; end
|
891
980
|
end
|
892
981
|
|
893
982
|
sig do
|
894
|
-
override
|
895
|
-
|
896
|
-
|
897
|
-
|
983
|
+
override.returns(
|
984
|
+
T::Array[
|
985
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::AdjustmentInterval::Adjustment::Variants
|
986
|
+
]
|
987
|
+
)
|
988
|
+
end
|
989
|
+
def self.variants
|
898
990
|
end
|
899
|
-
def self.variants; end
|
900
991
|
end
|
901
992
|
end
|
902
993
|
|
903
994
|
class BillingCycleAnchorConfiguration < Orb::Internal::Type::BaseModel
|
995
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
996
|
+
|
904
997
|
# The day of the month on which the billing cycle is anchored. If the maximum
|
905
998
|
# number of days in a month is greater than this value, the last day of the month
|
906
999
|
# is the billing cycle day (e.g. billing_cycle_day=31 for April means the billing
|
@@ -920,7 +1013,11 @@ module Orb
|
|
920
1013
|
attr_accessor :year
|
921
1014
|
|
922
1015
|
sig do
|
923
|
-
params(
|
1016
|
+
params(
|
1017
|
+
day: Integer,
|
1018
|
+
month: T.nilable(Integer),
|
1019
|
+
year: T.nilable(Integer)
|
1020
|
+
).returns(T.attached_class)
|
924
1021
|
end
|
925
1022
|
def self.new(
|
926
1023
|
# The day of the month on which the billing cycle is anchored. If the maximum
|
@@ -935,15 +1032,37 @@ module Orb
|
|
935
1032
|
# The year on which the billing cycle is anchored (e.g. a 2 year billing cycle
|
936
1033
|
# anchored on 2021 would have cycles starting on 2021, 2023, 2025, etc.).
|
937
1034
|
year: nil
|
938
|
-
)
|
939
|
-
|
940
|
-
|
1035
|
+
)
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
sig do
|
1039
|
+
override.returns(
|
1040
|
+
{
|
1041
|
+
day: Integer,
|
1042
|
+
month: T.nilable(Integer),
|
1043
|
+
year: T.nilable(Integer)
|
1044
|
+
}
|
1045
|
+
)
|
1046
|
+
end
|
1047
|
+
def to_hash
|
1048
|
+
end
|
941
1049
|
end
|
942
1050
|
|
943
1051
|
module DiscountInterval
|
944
1052
|
extend Orb::Internal::Type::Union
|
945
1053
|
|
1054
|
+
Variants =
|
1055
|
+
T.type_alias do
|
1056
|
+
T.any(
|
1057
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Amount,
|
1058
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Percentage,
|
1059
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Usage
|
1060
|
+
)
|
1061
|
+
end
|
1062
|
+
|
946
1063
|
class Amount < Orb::Internal::Type::BaseModel
|
1064
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1065
|
+
|
947
1066
|
# Only available if discount_type is `amount`.
|
948
1067
|
sig { returns(String) }
|
949
1068
|
attr_accessor :amount_discount
|
@@ -975,8 +1094,7 @@ module Orb
|
|
975
1094
|
end_date: T.nilable(Time),
|
976
1095
|
start_date: Time,
|
977
1096
|
discount_type: Symbol
|
978
|
-
)
|
979
|
-
.returns(T.attached_class)
|
1097
|
+
).returns(T.attached_class)
|
980
1098
|
end
|
981
1099
|
def self.new(
|
982
1100
|
# Only available if discount_type is `amount`.
|
@@ -990,24 +1108,28 @@ module Orb
|
|
990
1108
|
# The start date of the discount interval.
|
991
1109
|
start_date:,
|
992
1110
|
discount_type: :amount
|
993
|
-
)
|
1111
|
+
)
|
1112
|
+
end
|
1113
|
+
|
994
1114
|
sig do
|
995
|
-
override
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1115
|
+
override.returns(
|
1116
|
+
{
|
1117
|
+
amount_discount: String,
|
1118
|
+
applies_to_price_ids: T::Array[String],
|
1119
|
+
applies_to_price_interval_ids: T::Array[String],
|
1120
|
+
discount_type: Symbol,
|
1121
|
+
end_date: T.nilable(Time),
|
1122
|
+
start_date: Time
|
1123
|
+
}
|
1124
|
+
)
|
1125
|
+
end
|
1126
|
+
def to_hash
|
1006
1127
|
end
|
1007
|
-
def to_hash; end
|
1008
1128
|
end
|
1009
1129
|
|
1010
1130
|
class Percentage < Orb::Internal::Type::BaseModel
|
1131
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1132
|
+
|
1011
1133
|
# The price ids that this discount interval applies to.
|
1012
1134
|
sig { returns(T::Array[String]) }
|
1013
1135
|
attr_accessor :applies_to_price_ids
|
@@ -1040,8 +1162,7 @@ module Orb
|
|
1040
1162
|
percentage_discount: Float,
|
1041
1163
|
start_date: Time,
|
1042
1164
|
discount_type: Symbol
|
1043
|
-
)
|
1044
|
-
.returns(T.attached_class)
|
1165
|
+
).returns(T.attached_class)
|
1045
1166
|
end
|
1046
1167
|
def self.new(
|
1047
1168
|
# The price ids that this discount interval applies to.
|
@@ -1056,24 +1177,28 @@ module Orb
|
|
1056
1177
|
# The start date of the discount interval.
|
1057
1178
|
start_date:,
|
1058
1179
|
discount_type: :percentage
|
1059
|
-
)
|
1180
|
+
)
|
1181
|
+
end
|
1182
|
+
|
1060
1183
|
sig do
|
1061
|
-
override
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1184
|
+
override.returns(
|
1185
|
+
{
|
1186
|
+
applies_to_price_ids: T::Array[String],
|
1187
|
+
applies_to_price_interval_ids: T::Array[String],
|
1188
|
+
discount_type: Symbol,
|
1189
|
+
end_date: T.nilable(Time),
|
1190
|
+
percentage_discount: Float,
|
1191
|
+
start_date: Time
|
1192
|
+
}
|
1193
|
+
)
|
1194
|
+
end
|
1195
|
+
def to_hash
|
1072
1196
|
end
|
1073
|
-
def to_hash; end
|
1074
1197
|
end
|
1075
1198
|
|
1076
1199
|
class Usage < Orb::Internal::Type::BaseModel
|
1200
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1201
|
+
|
1077
1202
|
# The price ids that this discount interval applies to.
|
1078
1203
|
sig { returns(T::Array[String]) }
|
1079
1204
|
attr_accessor :applies_to_price_ids
|
@@ -1106,8 +1231,7 @@ module Orb
|
|
1106
1231
|
start_date: Time,
|
1107
1232
|
usage_discount: Float,
|
1108
1233
|
discount_type: Symbol
|
1109
|
-
)
|
1110
|
-
.returns(T.attached_class)
|
1234
|
+
).returns(T.attached_class)
|
1111
1235
|
end
|
1112
1236
|
def self.new(
|
1113
1237
|
# The price ids that this discount interval applies to.
|
@@ -1122,33 +1246,39 @@ module Orb
|
|
1122
1246
|
# discount is for
|
1123
1247
|
usage_discount:,
|
1124
1248
|
discount_type: :usage
|
1125
|
-
)
|
1249
|
+
)
|
1250
|
+
end
|
1251
|
+
|
1126
1252
|
sig do
|
1127
|
-
override
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1253
|
+
override.returns(
|
1254
|
+
{
|
1255
|
+
applies_to_price_ids: T::Array[String],
|
1256
|
+
applies_to_price_interval_ids: T::Array[String],
|
1257
|
+
discount_type: Symbol,
|
1258
|
+
end_date: T.nilable(Time),
|
1259
|
+
start_date: Time,
|
1260
|
+
usage_discount: Float
|
1261
|
+
}
|
1262
|
+
)
|
1263
|
+
end
|
1264
|
+
def to_hash
|
1138
1265
|
end
|
1139
|
-
def to_hash; end
|
1140
1266
|
end
|
1141
1267
|
|
1142
1268
|
sig do
|
1143
|
-
override
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1269
|
+
override.returns(
|
1270
|
+
T::Array[
|
1271
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::DiscountInterval::Variants
|
1272
|
+
]
|
1273
|
+
)
|
1274
|
+
end
|
1275
|
+
def self.variants
|
1147
1276
|
end
|
1148
|
-
def self.variants; end
|
1149
1277
|
end
|
1150
1278
|
|
1151
1279
|
class FixedFeeQuantitySchedule < Orb::Internal::Type::BaseModel
|
1280
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1281
|
+
|
1152
1282
|
sig { returns(T.nilable(Time)) }
|
1153
1283
|
attr_accessor :end_date
|
1154
1284
|
|
@@ -1162,18 +1292,33 @@ module Orb
|
|
1162
1292
|
attr_accessor :start_date
|
1163
1293
|
|
1164
1294
|
sig do
|
1165
|
-
params(
|
1166
|
-
.
|
1295
|
+
params(
|
1296
|
+
end_date: T.nilable(Time),
|
1297
|
+
price_id: String,
|
1298
|
+
quantity: Float,
|
1299
|
+
start_date: Time
|
1300
|
+
).returns(T.attached_class)
|
1301
|
+
end
|
1302
|
+
def self.new(end_date:, price_id:, quantity:, start_date:)
|
1167
1303
|
end
|
1168
|
-
def self.new(end_date:, price_id:, quantity:, start_date:); end
|
1169
1304
|
|
1170
1305
|
sig do
|
1171
|
-
override.returns(
|
1306
|
+
override.returns(
|
1307
|
+
{
|
1308
|
+
end_date: T.nilable(Time),
|
1309
|
+
price_id: String,
|
1310
|
+
quantity: Float,
|
1311
|
+
start_date: Time
|
1312
|
+
}
|
1313
|
+
)
|
1314
|
+
end
|
1315
|
+
def to_hash
|
1172
1316
|
end
|
1173
|
-
def to_hash; end
|
1174
1317
|
end
|
1175
1318
|
|
1176
1319
|
class MaximumInterval < Orb::Internal::Type::BaseModel
|
1320
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1321
|
+
|
1177
1322
|
# The price ids that this maximum interval applies to.
|
1178
1323
|
sig { returns(T::Array[String]) }
|
1179
1324
|
attr_accessor :applies_to_price_ids
|
@@ -1202,8 +1347,7 @@ module Orb
|
|
1202
1347
|
end_date: T.nilable(Time),
|
1203
1348
|
maximum_amount: String,
|
1204
1349
|
start_date: Time
|
1205
|
-
)
|
1206
|
-
.returns(T.attached_class)
|
1350
|
+
).returns(T.attached_class)
|
1207
1351
|
end
|
1208
1352
|
def self.new(
|
1209
1353
|
# The price ids that this maximum interval applies to.
|
@@ -1217,23 +1361,27 @@ module Orb
|
|
1217
1361
|
maximum_amount:,
|
1218
1362
|
# The start date of the maximum interval.
|
1219
1363
|
start_date:
|
1220
|
-
)
|
1364
|
+
)
|
1365
|
+
end
|
1366
|
+
|
1221
1367
|
sig do
|
1222
|
-
override
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
|
1368
|
+
override.returns(
|
1369
|
+
{
|
1370
|
+
applies_to_price_ids: T::Array[String],
|
1371
|
+
applies_to_price_interval_ids: T::Array[String],
|
1372
|
+
end_date: T.nilable(Time),
|
1373
|
+
maximum_amount: String,
|
1374
|
+
start_date: Time
|
1375
|
+
}
|
1376
|
+
)
|
1377
|
+
end
|
1378
|
+
def to_hash
|
1232
1379
|
end
|
1233
|
-
def to_hash; end
|
1234
1380
|
end
|
1235
1381
|
|
1236
1382
|
class MinimumInterval < Orb::Internal::Type::BaseModel
|
1383
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1384
|
+
|
1237
1385
|
# The price ids that this minimum interval applies to.
|
1238
1386
|
sig { returns(T::Array[String]) }
|
1239
1387
|
attr_accessor :applies_to_price_ids
|
@@ -1262,8 +1410,7 @@ module Orb
|
|
1262
1410
|
end_date: T.nilable(Time),
|
1263
1411
|
minimum_amount: String,
|
1264
1412
|
start_date: Time
|
1265
|
-
)
|
1266
|
-
.returns(T.attached_class)
|
1413
|
+
).returns(T.attached_class)
|
1267
1414
|
end
|
1268
1415
|
def self.new(
|
1269
1416
|
# The price ids that this minimum interval applies to.
|
@@ -1277,35 +1424,43 @@ module Orb
|
|
1277
1424
|
minimum_amount:,
|
1278
1425
|
# The start date of the minimum interval.
|
1279
1426
|
start_date:
|
1280
|
-
)
|
1427
|
+
)
|
1428
|
+
end
|
1429
|
+
|
1281
1430
|
sig do
|
1282
|
-
override
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1431
|
+
override.returns(
|
1432
|
+
{
|
1433
|
+
applies_to_price_ids: T::Array[String],
|
1434
|
+
applies_to_price_interval_ids: T::Array[String],
|
1435
|
+
end_date: T.nilable(Time),
|
1436
|
+
minimum_amount: String,
|
1437
|
+
start_date: Time
|
1438
|
+
}
|
1439
|
+
)
|
1440
|
+
end
|
1441
|
+
def to_hash
|
1292
1442
|
end
|
1293
|
-
def to_hash; end
|
1294
1443
|
end
|
1295
1444
|
|
1296
1445
|
class PendingSubscriptionChange < Orb::Internal::Type::BaseModel
|
1446
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1447
|
+
|
1297
1448
|
sig { returns(String) }
|
1298
1449
|
attr_accessor :id
|
1299
1450
|
|
1300
1451
|
# A pending subscription change if one exists on this subscription.
|
1301
1452
|
sig { params(id: String).returns(T.attached_class) }
|
1302
|
-
def self.new(id:)
|
1453
|
+
def self.new(id:)
|
1454
|
+
end
|
1303
1455
|
|
1304
|
-
sig { override.returns({id: String}) }
|
1305
|
-
def to_hash
|
1456
|
+
sig { override.returns({ id: String }) }
|
1457
|
+
def to_hash
|
1458
|
+
end
|
1306
1459
|
end
|
1307
1460
|
|
1308
1461
|
class PriceInterval < Orb::Internal::Type::BaseModel
|
1462
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1463
|
+
|
1309
1464
|
sig { returns(String) }
|
1310
1465
|
attr_accessor :id
|
1311
1466
|
|
@@ -1339,7 +1494,9 @@ module Orb
|
|
1339
1494
|
sig do
|
1340
1495
|
returns(
|
1341
1496
|
T.nilable(
|
1342
|
-
T::Array[
|
1497
|
+
T::Array[
|
1498
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval::FixedFeeQuantityTransition
|
1499
|
+
]
|
1343
1500
|
)
|
1344
1501
|
)
|
1345
1502
|
end
|
@@ -1358,34 +1515,34 @@ module Orb
|
|
1358
1515
|
sig do
|
1359
1516
|
returns(
|
1360
1517
|
T.any(
|
1361
|
-
Orb::
|
1362
|
-
Orb::
|
1363
|
-
Orb::
|
1364
|
-
Orb::
|
1365
|
-
Orb::
|
1366
|
-
Orb::
|
1367
|
-
Orb::
|
1368
|
-
Orb::
|
1369
|
-
Orb::
|
1370
|
-
Orb::
|
1371
|
-
Orb::
|
1372
|
-
Orb::
|
1373
|
-
Orb::
|
1374
|
-
Orb::
|
1375
|
-
Orb::
|
1376
|
-
Orb::
|
1377
|
-
Orb::
|
1378
|
-
Orb::
|
1379
|
-
Orb::
|
1380
|
-
Orb::
|
1381
|
-
Orb::
|
1382
|
-
Orb::
|
1383
|
-
Orb::
|
1384
|
-
Orb::
|
1385
|
-
Orb::
|
1386
|
-
Orb::
|
1387
|
-
Orb::
|
1388
|
-
Orb::
|
1518
|
+
Orb::Price::Unit,
|
1519
|
+
Orb::Price::Package,
|
1520
|
+
Orb::Price::Matrix,
|
1521
|
+
Orb::Price::Tiered,
|
1522
|
+
Orb::Price::TieredBps,
|
1523
|
+
Orb::Price::Bps,
|
1524
|
+
Orb::Price::BulkBps,
|
1525
|
+
Orb::Price::Bulk,
|
1526
|
+
Orb::Price::ThresholdTotalAmount,
|
1527
|
+
Orb::Price::TieredPackage,
|
1528
|
+
Orb::Price::GroupedTiered,
|
1529
|
+
Orb::Price::TieredWithMinimum,
|
1530
|
+
Orb::Price::TieredPackageWithMinimum,
|
1531
|
+
Orb::Price::PackageWithAllocation,
|
1532
|
+
Orb::Price::UnitWithPercent,
|
1533
|
+
Orb::Price::MatrixWithAllocation,
|
1534
|
+
Orb::Price::TieredWithProration,
|
1535
|
+
Orb::Price::UnitWithProration,
|
1536
|
+
Orb::Price::GroupedAllocation,
|
1537
|
+
Orb::Price::GroupedWithProratedMinimum,
|
1538
|
+
Orb::Price::GroupedWithMeteredMinimum,
|
1539
|
+
Orb::Price::MatrixWithDisplayName,
|
1540
|
+
Orb::Price::BulkWithProration,
|
1541
|
+
Orb::Price::GroupedTieredPackage,
|
1542
|
+
Orb::Price::MaxGroupTieredPackage,
|
1543
|
+
Orb::Price::ScalableMatrixWithUnitPricing,
|
1544
|
+
Orb::Price::ScalableMatrixWithTieredPricing,
|
1545
|
+
Orb::Price::CumulativeGroupedBulk
|
1389
1546
|
)
|
1390
1547
|
)
|
1391
1548
|
end
|
@@ -1412,49 +1569,46 @@ module Orb
|
|
1412
1569
|
current_billing_period_start_date: T.nilable(Time),
|
1413
1570
|
end_date: T.nilable(Time),
|
1414
1571
|
filter: T.nilable(String),
|
1415
|
-
fixed_fee_quantity_transitions:
|
1416
|
-
T
|
1417
|
-
T
|
1418
|
-
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval::FixedFeeQuantityTransition
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
Orb::Models::Price::CumulativeGroupedBulk
|
1453
|
-
),
|
1572
|
+
fixed_fee_quantity_transitions:
|
1573
|
+
T.nilable(
|
1574
|
+
T::Array[
|
1575
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval::FixedFeeQuantityTransition::OrHash
|
1576
|
+
]
|
1577
|
+
),
|
1578
|
+
price:
|
1579
|
+
T.any(
|
1580
|
+
Orb::Price::Unit::OrHash,
|
1581
|
+
Orb::Price::Package::OrHash,
|
1582
|
+
Orb::Price::Matrix::OrHash,
|
1583
|
+
Orb::Price::Tiered::OrHash,
|
1584
|
+
Orb::Price::TieredBps::OrHash,
|
1585
|
+
Orb::Price::Bps::OrHash,
|
1586
|
+
Orb::Price::BulkBps::OrHash,
|
1587
|
+
Orb::Price::Bulk::OrHash,
|
1588
|
+
Orb::Price::ThresholdTotalAmount::OrHash,
|
1589
|
+
Orb::Price::TieredPackage::OrHash,
|
1590
|
+
Orb::Price::GroupedTiered::OrHash,
|
1591
|
+
Orb::Price::TieredWithMinimum::OrHash,
|
1592
|
+
Orb::Price::TieredPackageWithMinimum::OrHash,
|
1593
|
+
Orb::Price::PackageWithAllocation::OrHash,
|
1594
|
+
Orb::Price::UnitWithPercent::OrHash,
|
1595
|
+
Orb::Price::MatrixWithAllocation::OrHash,
|
1596
|
+
Orb::Price::TieredWithProration::OrHash,
|
1597
|
+
Orb::Price::UnitWithProration::OrHash,
|
1598
|
+
Orb::Price::GroupedAllocation::OrHash,
|
1599
|
+
Orb::Price::GroupedWithProratedMinimum::OrHash,
|
1600
|
+
Orb::Price::GroupedWithMeteredMinimum::OrHash,
|
1601
|
+
Orb::Price::MatrixWithDisplayName::OrHash,
|
1602
|
+
Orb::Price::BulkWithProration::OrHash,
|
1603
|
+
Orb::Price::GroupedTieredPackage::OrHash,
|
1604
|
+
Orb::Price::MaxGroupTieredPackage::OrHash,
|
1605
|
+
Orb::Price::ScalableMatrixWithUnitPricing::OrHash,
|
1606
|
+
Orb::Price::ScalableMatrixWithTieredPricing::OrHash,
|
1607
|
+
Orb::Price::CumulativeGroupedBulk::OrHash
|
1608
|
+
),
|
1454
1609
|
start_date: Time,
|
1455
1610
|
usage_customer_ids: T.nilable(T::Array[String])
|
1456
|
-
)
|
1457
|
-
.returns(T.attached_class)
|
1611
|
+
).returns(T.attached_class)
|
1458
1612
|
end
|
1459
1613
|
def self.new(
|
1460
1614
|
id:,
|
@@ -1493,58 +1647,66 @@ module Orb
|
|
1493
1647
|
# A list of customer IDs whose usage events will be aggregated and billed under
|
1494
1648
|
# this price interval.
|
1495
1649
|
usage_customer_ids:
|
1496
|
-
)
|
1650
|
+
)
|
1651
|
+
end
|
1652
|
+
|
1497
1653
|
sig do
|
1498
|
-
override
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
T::Array[
|
1654
|
+
override.returns(
|
1655
|
+
{
|
1656
|
+
id: String,
|
1657
|
+
billing_cycle_day: Integer,
|
1658
|
+
current_billing_period_end_date: T.nilable(Time),
|
1659
|
+
current_billing_period_start_date: T.nilable(Time),
|
1660
|
+
end_date: T.nilable(Time),
|
1661
|
+
filter: T.nilable(String),
|
1662
|
+
fixed_fee_quantity_transitions:
|
1663
|
+
T.nilable(
|
1664
|
+
T::Array[
|
1665
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::PriceInterval::FixedFeeQuantityTransition
|
1666
|
+
]
|
1509
1667
|
),
|
1510
|
-
|
1511
|
-
|
1512
|
-
Orb::
|
1513
|
-
Orb::
|
1514
|
-
Orb::
|
1515
|
-
Orb::
|
1516
|
-
Orb::
|
1517
|
-
Orb::
|
1518
|
-
Orb::
|
1519
|
-
Orb::
|
1520
|
-
Orb::
|
1521
|
-
Orb::
|
1522
|
-
Orb::
|
1523
|
-
Orb::
|
1524
|
-
Orb::
|
1525
|
-
Orb::
|
1526
|
-
Orb::
|
1527
|
-
Orb::
|
1528
|
-
Orb::
|
1529
|
-
Orb::
|
1530
|
-
Orb::
|
1531
|
-
Orb::
|
1532
|
-
Orb::
|
1533
|
-
Orb::
|
1534
|
-
Orb::
|
1535
|
-
Orb::
|
1536
|
-
Orb::
|
1537
|
-
Orb::
|
1538
|
-
Orb::
|
1668
|
+
price:
|
1669
|
+
T.any(
|
1670
|
+
Orb::Price::Unit,
|
1671
|
+
Orb::Price::Package,
|
1672
|
+
Orb::Price::Matrix,
|
1673
|
+
Orb::Price::Tiered,
|
1674
|
+
Orb::Price::TieredBps,
|
1675
|
+
Orb::Price::Bps,
|
1676
|
+
Orb::Price::BulkBps,
|
1677
|
+
Orb::Price::Bulk,
|
1678
|
+
Orb::Price::ThresholdTotalAmount,
|
1679
|
+
Orb::Price::TieredPackage,
|
1680
|
+
Orb::Price::GroupedTiered,
|
1681
|
+
Orb::Price::TieredWithMinimum,
|
1682
|
+
Orb::Price::TieredPackageWithMinimum,
|
1683
|
+
Orb::Price::PackageWithAllocation,
|
1684
|
+
Orb::Price::UnitWithPercent,
|
1685
|
+
Orb::Price::MatrixWithAllocation,
|
1686
|
+
Orb::Price::TieredWithProration,
|
1687
|
+
Orb::Price::UnitWithProration,
|
1688
|
+
Orb::Price::GroupedAllocation,
|
1689
|
+
Orb::Price::GroupedWithProratedMinimum,
|
1690
|
+
Orb::Price::GroupedWithMeteredMinimum,
|
1691
|
+
Orb::Price::MatrixWithDisplayName,
|
1692
|
+
Orb::Price::BulkWithProration,
|
1693
|
+
Orb::Price::GroupedTieredPackage,
|
1694
|
+
Orb::Price::MaxGroupTieredPackage,
|
1695
|
+
Orb::Price::ScalableMatrixWithUnitPricing,
|
1696
|
+
Orb::Price::ScalableMatrixWithTieredPricing,
|
1697
|
+
Orb::Price::CumulativeGroupedBulk
|
1539
1698
|
),
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1699
|
+
start_date: Time,
|
1700
|
+
usage_customer_ids: T.nilable(T::Array[String])
|
1701
|
+
}
|
1702
|
+
)
|
1703
|
+
end
|
1704
|
+
def to_hash
|
1544
1705
|
end
|
1545
|
-
def to_hash; end
|
1546
1706
|
|
1547
1707
|
class FixedFeeQuantityTransition < Orb::Internal::Type::BaseModel
|
1708
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1709
|
+
|
1548
1710
|
sig { returns(Time) }
|
1549
1711
|
attr_accessor :effective_date
|
1550
1712
|
|
@@ -1554,15 +1716,29 @@ module Orb
|
|
1554
1716
|
sig { returns(Integer) }
|
1555
1717
|
attr_accessor :quantity
|
1556
1718
|
|
1557
|
-
sig
|
1558
|
-
|
1719
|
+
sig do
|
1720
|
+
params(
|
1721
|
+
effective_date: Time,
|
1722
|
+
price_id: String,
|
1723
|
+
quantity: Integer
|
1724
|
+
).returns(T.attached_class)
|
1725
|
+
end
|
1726
|
+
def self.new(effective_date:, price_id:, quantity:)
|
1727
|
+
end
|
1559
1728
|
|
1560
|
-
sig
|
1561
|
-
|
1729
|
+
sig do
|
1730
|
+
override.returns(
|
1731
|
+
{ effective_date: Time, price_id: String, quantity: Integer }
|
1732
|
+
)
|
1733
|
+
end
|
1734
|
+
def to_hash
|
1735
|
+
end
|
1562
1736
|
end
|
1563
1737
|
end
|
1564
1738
|
|
1565
1739
|
class RedeemedCoupon < Orb::Internal::Type::BaseModel
|
1740
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1741
|
+
|
1566
1742
|
sig { returns(String) }
|
1567
1743
|
attr_accessor :coupon_id
|
1568
1744
|
|
@@ -1573,61 +1749,95 @@ module Orb
|
|
1573
1749
|
attr_accessor :start_date
|
1574
1750
|
|
1575
1751
|
sig do
|
1576
|
-
params(
|
1752
|
+
params(
|
1753
|
+
coupon_id: String,
|
1754
|
+
end_date: T.nilable(Time),
|
1755
|
+
start_date: Time
|
1756
|
+
).returns(T.attached_class)
|
1757
|
+
end
|
1758
|
+
def self.new(coupon_id:, end_date:, start_date:)
|
1577
1759
|
end
|
1578
|
-
def self.new(coupon_id:, end_date:, start_date:); end
|
1579
1760
|
|
1580
|
-
sig
|
1581
|
-
|
1761
|
+
sig do
|
1762
|
+
override.returns(
|
1763
|
+
{ coupon_id: String, end_date: T.nilable(Time), start_date: Time }
|
1764
|
+
)
|
1765
|
+
end
|
1766
|
+
def to_hash
|
1767
|
+
end
|
1582
1768
|
end
|
1583
1769
|
|
1584
1770
|
module Status
|
1585
1771
|
extend Orb::Internal::Type::Enum
|
1586
1772
|
|
1587
1773
|
TaggedSymbol =
|
1588
|
-
T.type_alias
|
1774
|
+
T.type_alias do
|
1775
|
+
T.all(
|
1776
|
+
Symbol,
|
1777
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status
|
1778
|
+
)
|
1779
|
+
end
|
1589
1780
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1590
1781
|
|
1591
1782
|
ACTIVE =
|
1592
|
-
T.let(
|
1783
|
+
T.let(
|
1784
|
+
:active,
|
1785
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::TaggedSymbol
|
1786
|
+
)
|
1593
1787
|
ENDED =
|
1594
|
-
T.let(
|
1788
|
+
T.let(
|
1789
|
+
:ended,
|
1790
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::TaggedSymbol
|
1791
|
+
)
|
1595
1792
|
UPCOMING =
|
1596
|
-
T.let(
|
1793
|
+
T.let(
|
1794
|
+
:upcoming,
|
1795
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::TaggedSymbol
|
1796
|
+
)
|
1597
1797
|
|
1598
1798
|
sig do
|
1599
|
-
override
|
1600
|
-
|
1799
|
+
override.returns(
|
1800
|
+
T::Array[
|
1801
|
+
Orb::Models::SubscriptionUnschedulePendingPlanChangesResponse::Status::TaggedSymbol
|
1802
|
+
]
|
1803
|
+
)
|
1804
|
+
end
|
1805
|
+
def self.values
|
1601
1806
|
end
|
1602
|
-
def self.values; end
|
1603
1807
|
end
|
1604
1808
|
|
1605
1809
|
class TrialInfo < Orb::Internal::Type::BaseModel
|
1810
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1811
|
+
|
1606
1812
|
sig { returns(T.nilable(Time)) }
|
1607
1813
|
attr_accessor :end_date
|
1608
1814
|
|
1609
1815
|
sig { params(end_date: T.nilable(Time)).returns(T.attached_class) }
|
1610
|
-
def self.new(end_date:)
|
1816
|
+
def self.new(end_date:)
|
1817
|
+
end
|
1611
1818
|
|
1612
|
-
sig { override.returns({end_date: T.nilable(Time)}) }
|
1613
|
-
def to_hash
|
1819
|
+
sig { override.returns({ end_date: T.nilable(Time) }) }
|
1820
|
+
def to_hash
|
1821
|
+
end
|
1614
1822
|
end
|
1615
1823
|
|
1616
1824
|
class ChangedResources < Orb::Internal::Type::BaseModel
|
1825
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1826
|
+
|
1617
1827
|
# The credit notes that were created as part of this operation.
|
1618
|
-
sig { returns(T::Array[Orb::
|
1828
|
+
sig { returns(T::Array[Orb::CreditNote]) }
|
1619
1829
|
attr_accessor :created_credit_notes
|
1620
1830
|
|
1621
1831
|
# The invoices that were created as part of this operation.
|
1622
|
-
sig { returns(T::Array[Orb::
|
1832
|
+
sig { returns(T::Array[Orb::Invoice]) }
|
1623
1833
|
attr_accessor :created_invoices
|
1624
1834
|
|
1625
1835
|
# The credit notes that were voided as part of this operation.
|
1626
|
-
sig { returns(T::Array[Orb::
|
1836
|
+
sig { returns(T::Array[Orb::CreditNote]) }
|
1627
1837
|
attr_accessor :voided_credit_notes
|
1628
1838
|
|
1629
1839
|
# The invoices that were voided as part of this operation.
|
1630
|
-
sig { returns(T::Array[Orb::
|
1840
|
+
sig { returns(T::Array[Orb::Invoice]) }
|
1631
1841
|
attr_accessor :voided_invoices
|
1632
1842
|
|
1633
1843
|
# The resources that were changed as part of this operation. Only present when
|
@@ -1635,12 +1845,11 @@ module Orb
|
|
1635
1845
|
# `include_changed_resources` parameter was passed in the request.
|
1636
1846
|
sig do
|
1637
1847
|
params(
|
1638
|
-
created_credit_notes: T::Array[
|
1639
|
-
created_invoices: T::Array[
|
1640
|
-
voided_credit_notes: T::Array[
|
1641
|
-
voided_invoices: T::Array[
|
1642
|
-
)
|
1643
|
-
.returns(T.attached_class)
|
1848
|
+
created_credit_notes: T::Array[Orb::CreditNote::OrHash],
|
1849
|
+
created_invoices: T::Array[Orb::Invoice::OrHash],
|
1850
|
+
voided_credit_notes: T::Array[Orb::CreditNote::OrHash],
|
1851
|
+
voided_invoices: T::Array[Orb::Invoice::OrHash]
|
1852
|
+
).returns(T.attached_class)
|
1644
1853
|
end
|
1645
1854
|
def self.new(
|
1646
1855
|
# The credit notes that were created as part of this operation.
|
@@ -1651,19 +1860,21 @@ module Orb
|
|
1651
1860
|
voided_credit_notes:,
|
1652
1861
|
# The invoices that were voided as part of this operation.
|
1653
1862
|
voided_invoices:
|
1654
|
-
)
|
1863
|
+
)
|
1864
|
+
end
|
1865
|
+
|
1655
1866
|
sig do
|
1656
|
-
override
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1867
|
+
override.returns(
|
1868
|
+
{
|
1869
|
+
created_credit_notes: T::Array[Orb::CreditNote],
|
1870
|
+
created_invoices: T::Array[Orb::Invoice],
|
1871
|
+
voided_credit_notes: T::Array[Orb::CreditNote],
|
1872
|
+
voided_invoices: T::Array[Orb::Invoice]
|
1873
|
+
}
|
1874
|
+
)
|
1875
|
+
end
|
1876
|
+
def to_hash
|
1665
1877
|
end
|
1666
|
-
def to_hash; end
|
1667
1878
|
end
|
1668
1879
|
end
|
1669
1880
|
end
|