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
@@ -9,7 +9,22 @@ module Orb
|
|
9
9
|
module LedgerCreateEntryResponse
|
10
10
|
extend Orb::Internal::Type::Union
|
11
11
|
|
12
|
+
Variants =
|
13
|
+
T.type_alias do
|
14
|
+
T.any(
|
15
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment,
|
16
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement,
|
17
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange,
|
18
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry,
|
19
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void,
|
20
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated,
|
21
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment
|
22
|
+
)
|
23
|
+
end
|
24
|
+
|
12
25
|
class Increment < Orb::Internal::Type::BaseModel
|
26
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
27
|
+
|
13
28
|
sig { returns(String) }
|
14
29
|
attr_accessor :id
|
15
30
|
|
@@ -19,34 +34,36 @@ module Orb
|
|
19
34
|
sig { returns(Time) }
|
20
35
|
attr_accessor :created_at
|
21
36
|
|
22
|
-
sig
|
37
|
+
sig do
|
38
|
+
returns(
|
39
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::CreditBlock
|
40
|
+
)
|
41
|
+
end
|
23
42
|
attr_reader :credit_block
|
24
43
|
|
25
44
|
sig do
|
26
45
|
params(
|
27
|
-
credit_block:
|
28
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::CreditBlock
|
29
|
-
|
30
|
-
)
|
31
|
-
)
|
32
|
-
.void
|
46
|
+
credit_block:
|
47
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::CreditBlock::OrHash
|
48
|
+
).void
|
33
49
|
end
|
34
50
|
attr_writer :credit_block
|
35
51
|
|
36
52
|
sig { returns(String) }
|
37
53
|
attr_accessor :currency
|
38
54
|
|
39
|
-
sig
|
55
|
+
sig do
|
56
|
+
returns(
|
57
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::Customer
|
58
|
+
)
|
59
|
+
end
|
40
60
|
attr_reader :customer
|
41
61
|
|
42
62
|
sig do
|
43
63
|
params(
|
44
|
-
customer:
|
45
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::Customer
|
46
|
-
|
47
|
-
)
|
48
|
-
)
|
49
|
-
.void
|
64
|
+
customer:
|
65
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::Customer::OrHash
|
66
|
+
).void
|
50
67
|
end
|
51
68
|
attr_writer :customer
|
52
69
|
|
@@ -56,7 +73,11 @@ module Orb
|
|
56
73
|
sig { returns(Float) }
|
57
74
|
attr_accessor :ending_balance
|
58
75
|
|
59
|
-
sig
|
76
|
+
sig do
|
77
|
+
returns(
|
78
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::EntryStatus::TaggedSymbol
|
79
|
+
)
|
80
|
+
end
|
60
81
|
attr_accessor :entry_status
|
61
82
|
|
62
83
|
sig { returns(Symbol) }
|
@@ -80,24 +101,20 @@ module Orb
|
|
80
101
|
id: String,
|
81
102
|
amount: Float,
|
82
103
|
created_at: Time,
|
83
|
-
credit_block:
|
84
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::CreditBlock,
|
85
|
-
Orb::Internal::AnyHash
|
86
|
-
),
|
104
|
+
credit_block:
|
105
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::CreditBlock::OrHash,
|
87
106
|
currency: String,
|
88
|
-
customer:
|
89
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::Customer,
|
90
|
-
Orb::Internal::AnyHash
|
91
|
-
),
|
107
|
+
customer:
|
108
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::Customer::OrHash,
|
92
109
|
description: T.nilable(String),
|
93
110
|
ending_balance: Float,
|
94
|
-
entry_status:
|
111
|
+
entry_status:
|
112
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::EntryStatus::OrSymbol,
|
95
113
|
ledger_sequence_number: Integer,
|
96
114
|
metadata: T::Hash[Symbol, String],
|
97
115
|
starting_balance: Float,
|
98
116
|
entry_type: Symbol
|
99
|
-
)
|
100
|
-
.returns(T.attached_class)
|
117
|
+
).returns(T.attached_class)
|
101
118
|
end
|
102
119
|
def self.new(
|
103
120
|
id:,
|
@@ -117,30 +134,38 @@ module Orb
|
|
117
134
|
metadata:,
|
118
135
|
starting_balance:,
|
119
136
|
entry_type: :increment
|
120
|
-
)
|
137
|
+
)
|
138
|
+
end
|
139
|
+
|
121
140
|
sig do
|
122
|
-
override
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
141
|
+
override.returns(
|
142
|
+
{
|
143
|
+
id: String,
|
144
|
+
amount: Float,
|
145
|
+
created_at: Time,
|
146
|
+
credit_block:
|
147
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::CreditBlock,
|
148
|
+
currency: String,
|
149
|
+
customer:
|
150
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::Customer,
|
151
|
+
description: T.nilable(String),
|
152
|
+
ending_balance: Float,
|
153
|
+
entry_status:
|
154
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::EntryStatus::TaggedSymbol,
|
155
|
+
entry_type: Symbol,
|
156
|
+
ledger_sequence_number: Integer,
|
157
|
+
metadata: T::Hash[Symbol, String],
|
158
|
+
starting_balance: Float
|
159
|
+
}
|
160
|
+
)
|
161
|
+
end
|
162
|
+
def to_hash
|
140
163
|
end
|
141
|
-
def to_hash; end
|
142
164
|
|
143
165
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
166
|
+
OrHash =
|
167
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
168
|
+
|
144
169
|
sig { returns(String) }
|
145
170
|
attr_accessor :id
|
146
171
|
|
@@ -151,10 +176,14 @@ module Orb
|
|
151
176
|
attr_accessor :per_unit_cost_basis
|
152
177
|
|
153
178
|
sig do
|
154
|
-
params(
|
155
|
-
|
179
|
+
params(
|
180
|
+
id: String,
|
181
|
+
expiry_date: T.nilable(Time),
|
182
|
+
per_unit_cost_basis: T.nilable(String)
|
183
|
+
).returns(T.attached_class)
|
184
|
+
end
|
185
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
156
186
|
end
|
157
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
158
187
|
|
159
188
|
sig do
|
160
189
|
override.returns(
|
@@ -165,28 +194,48 @@ module Orb
|
|
165
194
|
}
|
166
195
|
)
|
167
196
|
end
|
168
|
-
def to_hash
|
197
|
+
def to_hash
|
198
|
+
end
|
169
199
|
end
|
170
200
|
|
171
201
|
class Customer < Orb::Internal::Type::BaseModel
|
202
|
+
OrHash =
|
203
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
204
|
+
|
172
205
|
sig { returns(String) }
|
173
206
|
attr_accessor :id
|
174
207
|
|
175
208
|
sig { returns(T.nilable(String)) }
|
176
209
|
attr_accessor :external_customer_id
|
177
210
|
|
178
|
-
sig
|
179
|
-
|
211
|
+
sig do
|
212
|
+
params(
|
213
|
+
id: String,
|
214
|
+
external_customer_id: T.nilable(String)
|
215
|
+
).returns(T.attached_class)
|
216
|
+
end
|
217
|
+
def self.new(id:, external_customer_id:)
|
218
|
+
end
|
180
219
|
|
181
|
-
sig
|
182
|
-
|
220
|
+
sig do
|
221
|
+
override.returns(
|
222
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
223
|
+
)
|
224
|
+
end
|
225
|
+
def to_hash
|
226
|
+
end
|
183
227
|
end
|
184
228
|
|
185
229
|
module EntryStatus
|
186
230
|
extend Orb::Internal::Type::Enum
|
187
231
|
|
188
232
|
TaggedSymbol =
|
189
|
-
T.type_alias
|
233
|
+
T.type_alias do
|
234
|
+
T.all(
|
235
|
+
Symbol,
|
236
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::EntryStatus
|
237
|
+
)
|
238
|
+
end
|
190
239
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
191
240
|
|
192
241
|
COMMITTED =
|
@@ -201,16 +250,20 @@ module Orb
|
|
201
250
|
)
|
202
251
|
|
203
252
|
sig do
|
204
|
-
override
|
205
|
-
|
206
|
-
|
207
|
-
|
253
|
+
override.returns(
|
254
|
+
T::Array[
|
255
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Increment::EntryStatus::TaggedSymbol
|
256
|
+
]
|
257
|
+
)
|
258
|
+
end
|
259
|
+
def self.values
|
208
260
|
end
|
209
|
-
def self.values; end
|
210
261
|
end
|
211
262
|
end
|
212
263
|
|
213
264
|
class Decrement < Orb::Internal::Type::BaseModel
|
265
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
266
|
+
|
214
267
|
sig { returns(String) }
|
215
268
|
attr_accessor :id
|
216
269
|
|
@@ -220,34 +273,36 @@ module Orb
|
|
220
273
|
sig { returns(Time) }
|
221
274
|
attr_accessor :created_at
|
222
275
|
|
223
|
-
sig
|
276
|
+
sig do
|
277
|
+
returns(
|
278
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::CreditBlock
|
279
|
+
)
|
280
|
+
end
|
224
281
|
attr_reader :credit_block
|
225
282
|
|
226
283
|
sig do
|
227
284
|
params(
|
228
|
-
credit_block:
|
229
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::CreditBlock
|
230
|
-
|
231
|
-
)
|
232
|
-
)
|
233
|
-
.void
|
285
|
+
credit_block:
|
286
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::CreditBlock::OrHash
|
287
|
+
).void
|
234
288
|
end
|
235
289
|
attr_writer :credit_block
|
236
290
|
|
237
291
|
sig { returns(String) }
|
238
292
|
attr_accessor :currency
|
239
293
|
|
240
|
-
sig
|
294
|
+
sig do
|
295
|
+
returns(
|
296
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::Customer
|
297
|
+
)
|
298
|
+
end
|
241
299
|
attr_reader :customer
|
242
300
|
|
243
301
|
sig do
|
244
302
|
params(
|
245
|
-
customer:
|
246
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::Customer
|
247
|
-
|
248
|
-
)
|
249
|
-
)
|
250
|
-
.void
|
303
|
+
customer:
|
304
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::Customer::OrHash
|
305
|
+
).void
|
251
306
|
end
|
252
307
|
attr_writer :customer
|
253
308
|
|
@@ -257,7 +312,11 @@ module Orb
|
|
257
312
|
sig { returns(Float) }
|
258
313
|
attr_accessor :ending_balance
|
259
314
|
|
260
|
-
sig
|
315
|
+
sig do
|
316
|
+
returns(
|
317
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::EntryStatus::TaggedSymbol
|
318
|
+
)
|
319
|
+
end
|
261
320
|
attr_accessor :entry_status
|
262
321
|
|
263
322
|
sig { returns(Symbol) }
|
@@ -290,18 +349,15 @@ module Orb
|
|
290
349
|
id: String,
|
291
350
|
amount: Float,
|
292
351
|
created_at: Time,
|
293
|
-
credit_block:
|
294
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::CreditBlock,
|
295
|
-
Orb::Internal::AnyHash
|
296
|
-
),
|
352
|
+
credit_block:
|
353
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::CreditBlock::OrHash,
|
297
354
|
currency: String,
|
298
|
-
customer:
|
299
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::Customer,
|
300
|
-
Orb::Internal::AnyHash
|
301
|
-
),
|
355
|
+
customer:
|
356
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::Customer::OrHash,
|
302
357
|
description: T.nilable(String),
|
303
358
|
ending_balance: Float,
|
304
|
-
entry_status:
|
359
|
+
entry_status:
|
360
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::EntryStatus::OrSymbol,
|
305
361
|
ledger_sequence_number: Integer,
|
306
362
|
metadata: T::Hash[Symbol, String],
|
307
363
|
starting_balance: Float,
|
@@ -309,8 +365,7 @@ module Orb
|
|
309
365
|
invoice_id: T.nilable(String),
|
310
366
|
price_id: T.nilable(String),
|
311
367
|
entry_type: Symbol
|
312
|
-
)
|
313
|
-
.returns(T.attached_class)
|
368
|
+
).returns(T.attached_class)
|
314
369
|
end
|
315
370
|
def self.new(
|
316
371
|
id:,
|
@@ -333,33 +388,41 @@ module Orb
|
|
333
388
|
invoice_id: nil,
|
334
389
|
price_id: nil,
|
335
390
|
entry_type: :decrement
|
336
|
-
)
|
391
|
+
)
|
392
|
+
end
|
393
|
+
|
337
394
|
sig do
|
338
|
-
override
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
395
|
+
override.returns(
|
396
|
+
{
|
397
|
+
id: String,
|
398
|
+
amount: Float,
|
399
|
+
created_at: Time,
|
400
|
+
credit_block:
|
401
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::CreditBlock,
|
402
|
+
currency: String,
|
403
|
+
customer:
|
404
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::Customer,
|
405
|
+
description: T.nilable(String),
|
406
|
+
ending_balance: Float,
|
407
|
+
entry_status:
|
408
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::EntryStatus::TaggedSymbol,
|
409
|
+
entry_type: Symbol,
|
410
|
+
ledger_sequence_number: Integer,
|
411
|
+
metadata: T::Hash[Symbol, String],
|
412
|
+
starting_balance: Float,
|
413
|
+
event_id: T.nilable(String),
|
414
|
+
invoice_id: T.nilable(String),
|
415
|
+
price_id: T.nilable(String)
|
416
|
+
}
|
417
|
+
)
|
418
|
+
end
|
419
|
+
def to_hash
|
359
420
|
end
|
360
|
-
def to_hash; end
|
361
421
|
|
362
422
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
423
|
+
OrHash =
|
424
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
425
|
+
|
363
426
|
sig { returns(String) }
|
364
427
|
attr_accessor :id
|
365
428
|
|
@@ -370,10 +433,14 @@ module Orb
|
|
370
433
|
attr_accessor :per_unit_cost_basis
|
371
434
|
|
372
435
|
sig do
|
373
|
-
params(
|
374
|
-
|
436
|
+
params(
|
437
|
+
id: String,
|
438
|
+
expiry_date: T.nilable(Time),
|
439
|
+
per_unit_cost_basis: T.nilable(String)
|
440
|
+
).returns(T.attached_class)
|
441
|
+
end
|
442
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
375
443
|
end
|
376
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
377
444
|
|
378
445
|
sig do
|
379
446
|
override.returns(
|
@@ -384,28 +451,48 @@ module Orb
|
|
384
451
|
}
|
385
452
|
)
|
386
453
|
end
|
387
|
-
def to_hash
|
454
|
+
def to_hash
|
455
|
+
end
|
388
456
|
end
|
389
457
|
|
390
458
|
class Customer < Orb::Internal::Type::BaseModel
|
459
|
+
OrHash =
|
460
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
461
|
+
|
391
462
|
sig { returns(String) }
|
392
463
|
attr_accessor :id
|
393
464
|
|
394
465
|
sig { returns(T.nilable(String)) }
|
395
466
|
attr_accessor :external_customer_id
|
396
467
|
|
397
|
-
sig
|
398
|
-
|
468
|
+
sig do
|
469
|
+
params(
|
470
|
+
id: String,
|
471
|
+
external_customer_id: T.nilable(String)
|
472
|
+
).returns(T.attached_class)
|
473
|
+
end
|
474
|
+
def self.new(id:, external_customer_id:)
|
475
|
+
end
|
399
476
|
|
400
|
-
sig
|
401
|
-
|
477
|
+
sig do
|
478
|
+
override.returns(
|
479
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
480
|
+
)
|
481
|
+
end
|
482
|
+
def to_hash
|
483
|
+
end
|
402
484
|
end
|
403
485
|
|
404
486
|
module EntryStatus
|
405
487
|
extend Orb::Internal::Type::Enum
|
406
488
|
|
407
489
|
TaggedSymbol =
|
408
|
-
T.type_alias
|
490
|
+
T.type_alias do
|
491
|
+
T.all(
|
492
|
+
Symbol,
|
493
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::EntryStatus
|
494
|
+
)
|
495
|
+
end
|
409
496
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
410
497
|
|
411
498
|
COMMITTED =
|
@@ -420,16 +507,20 @@ module Orb
|
|
420
507
|
)
|
421
508
|
|
422
509
|
sig do
|
423
|
-
override
|
424
|
-
|
425
|
-
|
426
|
-
|
510
|
+
override.returns(
|
511
|
+
T::Array[
|
512
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Decrement::EntryStatus::TaggedSymbol
|
513
|
+
]
|
514
|
+
)
|
515
|
+
end
|
516
|
+
def self.values
|
427
517
|
end
|
428
|
-
def self.values; end
|
429
518
|
end
|
430
519
|
end
|
431
520
|
|
432
521
|
class ExpirationChange < Orb::Internal::Type::BaseModel
|
522
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
523
|
+
|
433
524
|
sig { returns(String) }
|
434
525
|
attr_accessor :id
|
435
526
|
|
@@ -439,34 +530,36 @@ module Orb
|
|
439
530
|
sig { returns(Time) }
|
440
531
|
attr_accessor :created_at
|
441
532
|
|
442
|
-
sig
|
533
|
+
sig do
|
534
|
+
returns(
|
535
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::CreditBlock
|
536
|
+
)
|
537
|
+
end
|
443
538
|
attr_reader :credit_block
|
444
539
|
|
445
540
|
sig do
|
446
541
|
params(
|
447
|
-
credit_block:
|
448
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::CreditBlock
|
449
|
-
|
450
|
-
)
|
451
|
-
)
|
452
|
-
.void
|
542
|
+
credit_block:
|
543
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::CreditBlock::OrHash
|
544
|
+
).void
|
453
545
|
end
|
454
546
|
attr_writer :credit_block
|
455
547
|
|
456
548
|
sig { returns(String) }
|
457
549
|
attr_accessor :currency
|
458
550
|
|
459
|
-
sig
|
551
|
+
sig do
|
552
|
+
returns(
|
553
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::Customer
|
554
|
+
)
|
555
|
+
end
|
460
556
|
attr_reader :customer
|
461
557
|
|
462
558
|
sig do
|
463
559
|
params(
|
464
|
-
customer:
|
465
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::Customer
|
466
|
-
|
467
|
-
)
|
468
|
-
)
|
469
|
-
.void
|
560
|
+
customer:
|
561
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::Customer::OrHash
|
562
|
+
).void
|
470
563
|
end
|
471
564
|
attr_writer :customer
|
472
565
|
|
@@ -507,25 +600,21 @@ module Orb
|
|
507
600
|
id: String,
|
508
601
|
amount: Float,
|
509
602
|
created_at: Time,
|
510
|
-
credit_block:
|
511
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::CreditBlock,
|
512
|
-
Orb::Internal::AnyHash
|
513
|
-
),
|
603
|
+
credit_block:
|
604
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::CreditBlock::OrHash,
|
514
605
|
currency: String,
|
515
|
-
customer:
|
516
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::Customer,
|
517
|
-
Orb::Internal::AnyHash
|
518
|
-
),
|
606
|
+
customer:
|
607
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::Customer::OrHash,
|
519
608
|
description: T.nilable(String),
|
520
609
|
ending_balance: Float,
|
521
|
-
entry_status:
|
610
|
+
entry_status:
|
611
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::EntryStatus::OrSymbol,
|
522
612
|
ledger_sequence_number: Integer,
|
523
613
|
metadata: T::Hash[Symbol, String],
|
524
614
|
new_block_expiry_date: T.nilable(Time),
|
525
615
|
starting_balance: Float,
|
526
616
|
entry_type: Symbol
|
527
|
-
)
|
528
|
-
.returns(T.attached_class)
|
617
|
+
).returns(T.attached_class)
|
529
618
|
end
|
530
619
|
def self.new(
|
531
620
|
id:,
|
@@ -546,31 +635,39 @@ module Orb
|
|
546
635
|
new_block_expiry_date:,
|
547
636
|
starting_balance:,
|
548
637
|
entry_type: :expiration_change
|
549
|
-
)
|
638
|
+
)
|
639
|
+
end
|
640
|
+
|
550
641
|
sig do
|
551
|
-
override
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
642
|
+
override.returns(
|
643
|
+
{
|
644
|
+
id: String,
|
645
|
+
amount: Float,
|
646
|
+
created_at: Time,
|
647
|
+
credit_block:
|
648
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::CreditBlock,
|
649
|
+
currency: String,
|
650
|
+
customer:
|
651
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::Customer,
|
652
|
+
description: T.nilable(String),
|
653
|
+
ending_balance: Float,
|
654
|
+
entry_status:
|
655
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::EntryStatus::TaggedSymbol,
|
656
|
+
entry_type: Symbol,
|
657
|
+
ledger_sequence_number: Integer,
|
658
|
+
metadata: T::Hash[Symbol, String],
|
659
|
+
new_block_expiry_date: T.nilable(Time),
|
660
|
+
starting_balance: Float
|
661
|
+
}
|
662
|
+
)
|
663
|
+
end
|
664
|
+
def to_hash
|
570
665
|
end
|
571
|
-
def to_hash; end
|
572
666
|
|
573
667
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
668
|
+
OrHash =
|
669
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
670
|
+
|
574
671
|
sig { returns(String) }
|
575
672
|
attr_accessor :id
|
576
673
|
|
@@ -581,10 +678,14 @@ module Orb
|
|
581
678
|
attr_accessor :per_unit_cost_basis
|
582
679
|
|
583
680
|
sig do
|
584
|
-
params(
|
585
|
-
|
681
|
+
params(
|
682
|
+
id: String,
|
683
|
+
expiry_date: T.nilable(Time),
|
684
|
+
per_unit_cost_basis: T.nilable(String)
|
685
|
+
).returns(T.attached_class)
|
686
|
+
end
|
687
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
586
688
|
end
|
587
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
588
689
|
|
589
690
|
sig do
|
590
691
|
override.returns(
|
@@ -595,28 +696,48 @@ module Orb
|
|
595
696
|
}
|
596
697
|
)
|
597
698
|
end
|
598
|
-
def to_hash
|
699
|
+
def to_hash
|
700
|
+
end
|
599
701
|
end
|
600
702
|
|
601
703
|
class Customer < Orb::Internal::Type::BaseModel
|
704
|
+
OrHash =
|
705
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
706
|
+
|
602
707
|
sig { returns(String) }
|
603
708
|
attr_accessor :id
|
604
709
|
|
605
710
|
sig { returns(T.nilable(String)) }
|
606
711
|
attr_accessor :external_customer_id
|
607
712
|
|
608
|
-
sig
|
609
|
-
|
713
|
+
sig do
|
714
|
+
params(
|
715
|
+
id: String,
|
716
|
+
external_customer_id: T.nilable(String)
|
717
|
+
).returns(T.attached_class)
|
718
|
+
end
|
719
|
+
def self.new(id:, external_customer_id:)
|
720
|
+
end
|
610
721
|
|
611
|
-
sig
|
612
|
-
|
722
|
+
sig do
|
723
|
+
override.returns(
|
724
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
725
|
+
)
|
726
|
+
end
|
727
|
+
def to_hash
|
728
|
+
end
|
613
729
|
end
|
614
730
|
|
615
731
|
module EntryStatus
|
616
732
|
extend Orb::Internal::Type::Enum
|
617
733
|
|
618
734
|
TaggedSymbol =
|
619
|
-
T.type_alias
|
735
|
+
T.type_alias do
|
736
|
+
T.all(
|
737
|
+
Symbol,
|
738
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::EntryStatus
|
739
|
+
)
|
740
|
+
end
|
620
741
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
621
742
|
|
622
743
|
COMMITTED =
|
@@ -631,16 +752,20 @@ module Orb
|
|
631
752
|
)
|
632
753
|
|
633
754
|
sig do
|
634
|
-
override
|
635
|
-
|
636
|
-
|
637
|
-
|
755
|
+
override.returns(
|
756
|
+
T::Array[
|
757
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::ExpirationChange::EntryStatus::TaggedSymbol
|
758
|
+
]
|
759
|
+
)
|
760
|
+
end
|
761
|
+
def self.values
|
638
762
|
end
|
639
|
-
def self.values; end
|
640
763
|
end
|
641
764
|
end
|
642
765
|
|
643
766
|
class CreditBlockExpiry < Orb::Internal::Type::BaseModel
|
767
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
768
|
+
|
644
769
|
sig { returns(String) }
|
645
770
|
attr_accessor :id
|
646
771
|
|
@@ -650,34 +775,36 @@ module Orb
|
|
650
775
|
sig { returns(Time) }
|
651
776
|
attr_accessor :created_at
|
652
777
|
|
653
|
-
sig
|
778
|
+
sig do
|
779
|
+
returns(
|
780
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::CreditBlock
|
781
|
+
)
|
782
|
+
end
|
654
783
|
attr_reader :credit_block
|
655
784
|
|
656
785
|
sig do
|
657
786
|
params(
|
658
|
-
credit_block:
|
659
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::CreditBlock
|
660
|
-
|
661
|
-
)
|
662
|
-
)
|
663
|
-
.void
|
787
|
+
credit_block:
|
788
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::CreditBlock::OrHash
|
789
|
+
).void
|
664
790
|
end
|
665
791
|
attr_writer :credit_block
|
666
792
|
|
667
793
|
sig { returns(String) }
|
668
794
|
attr_accessor :currency
|
669
795
|
|
670
|
-
sig
|
796
|
+
sig do
|
797
|
+
returns(
|
798
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::Customer
|
799
|
+
)
|
800
|
+
end
|
671
801
|
attr_reader :customer
|
672
802
|
|
673
803
|
sig do
|
674
804
|
params(
|
675
|
-
customer:
|
676
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::Customer
|
677
|
-
|
678
|
-
)
|
679
|
-
)
|
680
|
-
.void
|
805
|
+
customer:
|
806
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::Customer::OrHash
|
807
|
+
).void
|
681
808
|
end
|
682
809
|
attr_writer :customer
|
683
810
|
|
@@ -715,24 +842,20 @@ module Orb
|
|
715
842
|
id: String,
|
716
843
|
amount: Float,
|
717
844
|
created_at: Time,
|
718
|
-
credit_block:
|
719
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::CreditBlock,
|
720
|
-
Orb::Internal::AnyHash
|
721
|
-
),
|
845
|
+
credit_block:
|
846
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::CreditBlock::OrHash,
|
722
847
|
currency: String,
|
723
|
-
customer:
|
724
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::Customer,
|
725
|
-
Orb::Internal::AnyHash
|
726
|
-
),
|
848
|
+
customer:
|
849
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::Customer::OrHash,
|
727
850
|
description: T.nilable(String),
|
728
851
|
ending_balance: Float,
|
729
|
-
entry_status:
|
852
|
+
entry_status:
|
853
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::EntryStatus::OrSymbol,
|
730
854
|
ledger_sequence_number: Integer,
|
731
855
|
metadata: T::Hash[Symbol, String],
|
732
856
|
starting_balance: Float,
|
733
857
|
entry_type: Symbol
|
734
|
-
)
|
735
|
-
.returns(T.attached_class)
|
858
|
+
).returns(T.attached_class)
|
736
859
|
end
|
737
860
|
def self.new(
|
738
861
|
id:,
|
@@ -752,30 +875,38 @@ module Orb
|
|
752
875
|
metadata:,
|
753
876
|
starting_balance:,
|
754
877
|
entry_type: :credit_block_expiry
|
755
|
-
)
|
878
|
+
)
|
879
|
+
end
|
880
|
+
|
756
881
|
sig do
|
757
|
-
override
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
882
|
+
override.returns(
|
883
|
+
{
|
884
|
+
id: String,
|
885
|
+
amount: Float,
|
886
|
+
created_at: Time,
|
887
|
+
credit_block:
|
888
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::CreditBlock,
|
889
|
+
currency: String,
|
890
|
+
customer:
|
891
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::Customer,
|
892
|
+
description: T.nilable(String),
|
893
|
+
ending_balance: Float,
|
894
|
+
entry_status:
|
895
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::EntryStatus::TaggedSymbol,
|
896
|
+
entry_type: Symbol,
|
897
|
+
ledger_sequence_number: Integer,
|
898
|
+
metadata: T::Hash[Symbol, String],
|
899
|
+
starting_balance: Float
|
900
|
+
}
|
901
|
+
)
|
902
|
+
end
|
903
|
+
def to_hash
|
775
904
|
end
|
776
|
-
def to_hash; end
|
777
905
|
|
778
906
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
907
|
+
OrHash =
|
908
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
909
|
+
|
779
910
|
sig { returns(String) }
|
780
911
|
attr_accessor :id
|
781
912
|
|
@@ -786,10 +917,14 @@ module Orb
|
|
786
917
|
attr_accessor :per_unit_cost_basis
|
787
918
|
|
788
919
|
sig do
|
789
|
-
params(
|
790
|
-
|
920
|
+
params(
|
921
|
+
id: String,
|
922
|
+
expiry_date: T.nilable(Time),
|
923
|
+
per_unit_cost_basis: T.nilable(String)
|
924
|
+
).returns(T.attached_class)
|
925
|
+
end
|
926
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
791
927
|
end
|
792
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
793
928
|
|
794
929
|
sig do
|
795
930
|
override.returns(
|
@@ -800,28 +935,48 @@ module Orb
|
|
800
935
|
}
|
801
936
|
)
|
802
937
|
end
|
803
|
-
def to_hash
|
938
|
+
def to_hash
|
939
|
+
end
|
804
940
|
end
|
805
941
|
|
806
942
|
class Customer < Orb::Internal::Type::BaseModel
|
943
|
+
OrHash =
|
944
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
945
|
+
|
807
946
|
sig { returns(String) }
|
808
947
|
attr_accessor :id
|
809
948
|
|
810
949
|
sig { returns(T.nilable(String)) }
|
811
950
|
attr_accessor :external_customer_id
|
812
951
|
|
813
|
-
sig
|
814
|
-
|
952
|
+
sig do
|
953
|
+
params(
|
954
|
+
id: String,
|
955
|
+
external_customer_id: T.nilable(String)
|
956
|
+
).returns(T.attached_class)
|
957
|
+
end
|
958
|
+
def self.new(id:, external_customer_id:)
|
959
|
+
end
|
815
960
|
|
816
|
-
sig
|
817
|
-
|
961
|
+
sig do
|
962
|
+
override.returns(
|
963
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
964
|
+
)
|
965
|
+
end
|
966
|
+
def to_hash
|
967
|
+
end
|
818
968
|
end
|
819
969
|
|
820
970
|
module EntryStatus
|
821
971
|
extend Orb::Internal::Type::Enum
|
822
972
|
|
823
973
|
TaggedSymbol =
|
824
|
-
T.type_alias
|
974
|
+
T.type_alias do
|
975
|
+
T.all(
|
976
|
+
Symbol,
|
977
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::EntryStatus
|
978
|
+
)
|
979
|
+
end
|
825
980
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
826
981
|
|
827
982
|
COMMITTED =
|
@@ -836,16 +991,20 @@ module Orb
|
|
836
991
|
)
|
837
992
|
|
838
993
|
sig do
|
839
|
-
override
|
840
|
-
|
841
|
-
|
842
|
-
|
994
|
+
override.returns(
|
995
|
+
T::Array[
|
996
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::CreditBlockExpiry::EntryStatus::TaggedSymbol
|
997
|
+
]
|
998
|
+
)
|
999
|
+
end
|
1000
|
+
def self.values
|
843
1001
|
end
|
844
|
-
def self.values; end
|
845
1002
|
end
|
846
1003
|
end
|
847
1004
|
|
848
1005
|
class Void < Orb::Internal::Type::BaseModel
|
1006
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1007
|
+
|
849
1008
|
sig { returns(String) }
|
850
1009
|
attr_accessor :id
|
851
1010
|
|
@@ -855,31 +1014,36 @@ module Orb
|
|
855
1014
|
sig { returns(Time) }
|
856
1015
|
attr_accessor :created_at
|
857
1016
|
|
858
|
-
sig
|
1017
|
+
sig do
|
1018
|
+
returns(
|
1019
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::CreditBlock
|
1020
|
+
)
|
1021
|
+
end
|
859
1022
|
attr_reader :credit_block
|
860
1023
|
|
861
1024
|
sig do
|
862
1025
|
params(
|
863
|
-
credit_block:
|
864
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::CreditBlock
|
865
|
-
|
866
|
-
)
|
867
|
-
)
|
868
|
-
.void
|
1026
|
+
credit_block:
|
1027
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::CreditBlock::OrHash
|
1028
|
+
).void
|
869
1029
|
end
|
870
1030
|
attr_writer :credit_block
|
871
1031
|
|
872
1032
|
sig { returns(String) }
|
873
1033
|
attr_accessor :currency
|
874
1034
|
|
875
|
-
sig
|
1035
|
+
sig do
|
1036
|
+
returns(
|
1037
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::Customer
|
1038
|
+
)
|
1039
|
+
end
|
876
1040
|
attr_reader :customer
|
877
1041
|
|
878
1042
|
sig do
|
879
1043
|
params(
|
880
|
-
customer:
|
881
|
-
|
882
|
-
|
1044
|
+
customer:
|
1045
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::Customer::OrHash
|
1046
|
+
).void
|
883
1047
|
end
|
884
1048
|
attr_writer :customer
|
885
1049
|
|
@@ -889,7 +1053,11 @@ module Orb
|
|
889
1053
|
sig { returns(Float) }
|
890
1054
|
attr_accessor :ending_balance
|
891
1055
|
|
892
|
-
sig
|
1056
|
+
sig do
|
1057
|
+
returns(
|
1058
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::EntryStatus::TaggedSymbol
|
1059
|
+
)
|
1060
|
+
end
|
893
1061
|
attr_accessor :entry_status
|
894
1062
|
|
895
1063
|
sig { returns(Symbol) }
|
@@ -919,23 +1087,22 @@ module Orb
|
|
919
1087
|
id: String,
|
920
1088
|
amount: Float,
|
921
1089
|
created_at: Time,
|
922
|
-
credit_block:
|
923
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::CreditBlock,
|
924
|
-
Orb::Internal::AnyHash
|
925
|
-
),
|
1090
|
+
credit_block:
|
1091
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::CreditBlock::OrHash,
|
926
1092
|
currency: String,
|
927
|
-
customer:
|
1093
|
+
customer:
|
1094
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::Customer::OrHash,
|
928
1095
|
description: T.nilable(String),
|
929
1096
|
ending_balance: Float,
|
930
|
-
entry_status:
|
1097
|
+
entry_status:
|
1098
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::EntryStatus::OrSymbol,
|
931
1099
|
ledger_sequence_number: Integer,
|
932
1100
|
metadata: T::Hash[Symbol, String],
|
933
1101
|
starting_balance: Float,
|
934
1102
|
void_amount: Float,
|
935
1103
|
void_reason: T.nilable(String),
|
936
1104
|
entry_type: Symbol
|
937
|
-
)
|
938
|
-
.returns(T.attached_class)
|
1105
|
+
).returns(T.attached_class)
|
939
1106
|
end
|
940
1107
|
def self.new(
|
941
1108
|
id:,
|
@@ -957,32 +1124,40 @@ module Orb
|
|
957
1124
|
void_amount:,
|
958
1125
|
void_reason:,
|
959
1126
|
entry_type: :void
|
960
|
-
)
|
1127
|
+
)
|
1128
|
+
end
|
1129
|
+
|
961
1130
|
sig do
|
962
|
-
override
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
1131
|
+
override.returns(
|
1132
|
+
{
|
1133
|
+
id: String,
|
1134
|
+
amount: Float,
|
1135
|
+
created_at: Time,
|
1136
|
+
credit_block:
|
1137
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::CreditBlock,
|
1138
|
+
currency: String,
|
1139
|
+
customer:
|
1140
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::Customer,
|
1141
|
+
description: T.nilable(String),
|
1142
|
+
ending_balance: Float,
|
1143
|
+
entry_status:
|
1144
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::EntryStatus::TaggedSymbol,
|
1145
|
+
entry_type: Symbol,
|
1146
|
+
ledger_sequence_number: Integer,
|
1147
|
+
metadata: T::Hash[Symbol, String],
|
1148
|
+
starting_balance: Float,
|
1149
|
+
void_amount: Float,
|
1150
|
+
void_reason: T.nilable(String)
|
1151
|
+
}
|
1152
|
+
)
|
1153
|
+
end
|
1154
|
+
def to_hash
|
982
1155
|
end
|
983
|
-
def to_hash; end
|
984
1156
|
|
985
1157
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
1158
|
+
OrHash =
|
1159
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1160
|
+
|
986
1161
|
sig { returns(String) }
|
987
1162
|
attr_accessor :id
|
988
1163
|
|
@@ -993,10 +1168,14 @@ module Orb
|
|
993
1168
|
attr_accessor :per_unit_cost_basis
|
994
1169
|
|
995
1170
|
sig do
|
996
|
-
params(
|
997
|
-
|
1171
|
+
params(
|
1172
|
+
id: String,
|
1173
|
+
expiry_date: T.nilable(Time),
|
1174
|
+
per_unit_cost_basis: T.nilable(String)
|
1175
|
+
).returns(T.attached_class)
|
1176
|
+
end
|
1177
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
998
1178
|
end
|
999
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
1000
1179
|
|
1001
1180
|
sig do
|
1002
1181
|
override.returns(
|
@@ -1007,28 +1186,48 @@ module Orb
|
|
1007
1186
|
}
|
1008
1187
|
)
|
1009
1188
|
end
|
1010
|
-
def to_hash
|
1189
|
+
def to_hash
|
1190
|
+
end
|
1011
1191
|
end
|
1012
1192
|
|
1013
1193
|
class Customer < Orb::Internal::Type::BaseModel
|
1194
|
+
OrHash =
|
1195
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1196
|
+
|
1014
1197
|
sig { returns(String) }
|
1015
1198
|
attr_accessor :id
|
1016
1199
|
|
1017
1200
|
sig { returns(T.nilable(String)) }
|
1018
1201
|
attr_accessor :external_customer_id
|
1019
1202
|
|
1020
|
-
sig
|
1021
|
-
|
1203
|
+
sig do
|
1204
|
+
params(
|
1205
|
+
id: String,
|
1206
|
+
external_customer_id: T.nilable(String)
|
1207
|
+
).returns(T.attached_class)
|
1208
|
+
end
|
1209
|
+
def self.new(id:, external_customer_id:)
|
1210
|
+
end
|
1022
1211
|
|
1023
|
-
sig
|
1024
|
-
|
1212
|
+
sig do
|
1213
|
+
override.returns(
|
1214
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
1215
|
+
)
|
1216
|
+
end
|
1217
|
+
def to_hash
|
1218
|
+
end
|
1025
1219
|
end
|
1026
1220
|
|
1027
1221
|
module EntryStatus
|
1028
1222
|
extend Orb::Internal::Type::Enum
|
1029
1223
|
|
1030
1224
|
TaggedSymbol =
|
1031
|
-
T.type_alias
|
1225
|
+
T.type_alias do
|
1226
|
+
T.all(
|
1227
|
+
Symbol,
|
1228
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::EntryStatus
|
1229
|
+
)
|
1230
|
+
end
|
1032
1231
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1033
1232
|
|
1034
1233
|
COMMITTED =
|
@@ -1043,16 +1242,20 @@ module Orb
|
|
1043
1242
|
)
|
1044
1243
|
|
1045
1244
|
sig do
|
1046
|
-
override
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1245
|
+
override.returns(
|
1246
|
+
T::Array[
|
1247
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Void::EntryStatus::TaggedSymbol
|
1248
|
+
]
|
1249
|
+
)
|
1250
|
+
end
|
1251
|
+
def self.values
|
1050
1252
|
end
|
1051
|
-
def self.values; end
|
1052
1253
|
end
|
1053
1254
|
end
|
1054
1255
|
|
1055
1256
|
class VoidInitiated < Orb::Internal::Type::BaseModel
|
1257
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1258
|
+
|
1056
1259
|
sig { returns(String) }
|
1057
1260
|
attr_accessor :id
|
1058
1261
|
|
@@ -1062,34 +1265,36 @@ module Orb
|
|
1062
1265
|
sig { returns(Time) }
|
1063
1266
|
attr_accessor :created_at
|
1064
1267
|
|
1065
|
-
sig
|
1268
|
+
sig do
|
1269
|
+
returns(
|
1270
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::CreditBlock
|
1271
|
+
)
|
1272
|
+
end
|
1066
1273
|
attr_reader :credit_block
|
1067
1274
|
|
1068
1275
|
sig do
|
1069
1276
|
params(
|
1070
|
-
credit_block:
|
1071
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::CreditBlock
|
1072
|
-
|
1073
|
-
)
|
1074
|
-
)
|
1075
|
-
.void
|
1277
|
+
credit_block:
|
1278
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::CreditBlock::OrHash
|
1279
|
+
).void
|
1076
1280
|
end
|
1077
1281
|
attr_writer :credit_block
|
1078
1282
|
|
1079
1283
|
sig { returns(String) }
|
1080
1284
|
attr_accessor :currency
|
1081
1285
|
|
1082
|
-
sig
|
1286
|
+
sig do
|
1287
|
+
returns(
|
1288
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::Customer
|
1289
|
+
)
|
1290
|
+
end
|
1083
1291
|
attr_reader :customer
|
1084
1292
|
|
1085
1293
|
sig do
|
1086
1294
|
params(
|
1087
|
-
customer:
|
1088
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::Customer
|
1089
|
-
|
1090
|
-
)
|
1091
|
-
)
|
1092
|
-
.void
|
1295
|
+
customer:
|
1296
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::Customer::OrHash
|
1297
|
+
).void
|
1093
1298
|
end
|
1094
1299
|
attr_writer :customer
|
1095
1300
|
|
@@ -1136,18 +1341,15 @@ module Orb
|
|
1136
1341
|
id: String,
|
1137
1342
|
amount: Float,
|
1138
1343
|
created_at: Time,
|
1139
|
-
credit_block:
|
1140
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::CreditBlock,
|
1141
|
-
Orb::Internal::AnyHash
|
1142
|
-
),
|
1344
|
+
credit_block:
|
1345
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::CreditBlock::OrHash,
|
1143
1346
|
currency: String,
|
1144
|
-
customer:
|
1145
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::Customer,
|
1146
|
-
Orb::Internal::AnyHash
|
1147
|
-
),
|
1347
|
+
customer:
|
1348
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::Customer::OrHash,
|
1148
1349
|
description: T.nilable(String),
|
1149
1350
|
ending_balance: Float,
|
1150
|
-
entry_status:
|
1351
|
+
entry_status:
|
1352
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::EntryStatus::OrSymbol,
|
1151
1353
|
ledger_sequence_number: Integer,
|
1152
1354
|
metadata: T::Hash[Symbol, String],
|
1153
1355
|
new_block_expiry_date: Time,
|
@@ -1155,8 +1357,7 @@ module Orb
|
|
1155
1357
|
void_amount: Float,
|
1156
1358
|
void_reason: T.nilable(String),
|
1157
1359
|
entry_type: Symbol
|
1158
|
-
)
|
1159
|
-
.returns(T.attached_class)
|
1360
|
+
).returns(T.attached_class)
|
1160
1361
|
end
|
1161
1362
|
def self.new(
|
1162
1363
|
id:,
|
@@ -1179,33 +1380,41 @@ module Orb
|
|
1179
1380
|
void_amount:,
|
1180
1381
|
void_reason:,
|
1181
1382
|
entry_type: :void_initiated
|
1182
|
-
)
|
1383
|
+
)
|
1384
|
+
end
|
1385
|
+
|
1183
1386
|
sig do
|
1184
|
-
override
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1387
|
+
override.returns(
|
1388
|
+
{
|
1389
|
+
id: String,
|
1390
|
+
amount: Float,
|
1391
|
+
created_at: Time,
|
1392
|
+
credit_block:
|
1393
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::CreditBlock,
|
1394
|
+
currency: String,
|
1395
|
+
customer:
|
1396
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::Customer,
|
1397
|
+
description: T.nilable(String),
|
1398
|
+
ending_balance: Float,
|
1399
|
+
entry_status:
|
1400
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::EntryStatus::TaggedSymbol,
|
1401
|
+
entry_type: Symbol,
|
1402
|
+
ledger_sequence_number: Integer,
|
1403
|
+
metadata: T::Hash[Symbol, String],
|
1404
|
+
new_block_expiry_date: Time,
|
1405
|
+
starting_balance: Float,
|
1406
|
+
void_amount: Float,
|
1407
|
+
void_reason: T.nilable(String)
|
1408
|
+
}
|
1409
|
+
)
|
1410
|
+
end
|
1411
|
+
def to_hash
|
1205
1412
|
end
|
1206
|
-
def to_hash; end
|
1207
1413
|
|
1208
1414
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
1415
|
+
OrHash =
|
1416
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1417
|
+
|
1209
1418
|
sig { returns(String) }
|
1210
1419
|
attr_accessor :id
|
1211
1420
|
|
@@ -1216,10 +1425,14 @@ module Orb
|
|
1216
1425
|
attr_accessor :per_unit_cost_basis
|
1217
1426
|
|
1218
1427
|
sig do
|
1219
|
-
params(
|
1220
|
-
|
1428
|
+
params(
|
1429
|
+
id: String,
|
1430
|
+
expiry_date: T.nilable(Time),
|
1431
|
+
per_unit_cost_basis: T.nilable(String)
|
1432
|
+
).returns(T.attached_class)
|
1433
|
+
end
|
1434
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
1221
1435
|
end
|
1222
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
1223
1436
|
|
1224
1437
|
sig do
|
1225
1438
|
override.returns(
|
@@ -1230,28 +1443,48 @@ module Orb
|
|
1230
1443
|
}
|
1231
1444
|
)
|
1232
1445
|
end
|
1233
|
-
def to_hash
|
1446
|
+
def to_hash
|
1447
|
+
end
|
1234
1448
|
end
|
1235
1449
|
|
1236
1450
|
class Customer < Orb::Internal::Type::BaseModel
|
1451
|
+
OrHash =
|
1452
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1453
|
+
|
1237
1454
|
sig { returns(String) }
|
1238
1455
|
attr_accessor :id
|
1239
1456
|
|
1240
1457
|
sig { returns(T.nilable(String)) }
|
1241
1458
|
attr_accessor :external_customer_id
|
1242
1459
|
|
1243
|
-
sig
|
1244
|
-
|
1460
|
+
sig do
|
1461
|
+
params(
|
1462
|
+
id: String,
|
1463
|
+
external_customer_id: T.nilable(String)
|
1464
|
+
).returns(T.attached_class)
|
1465
|
+
end
|
1466
|
+
def self.new(id:, external_customer_id:)
|
1467
|
+
end
|
1245
1468
|
|
1246
|
-
sig
|
1247
|
-
|
1469
|
+
sig do
|
1470
|
+
override.returns(
|
1471
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
1472
|
+
)
|
1473
|
+
end
|
1474
|
+
def to_hash
|
1475
|
+
end
|
1248
1476
|
end
|
1249
1477
|
|
1250
1478
|
module EntryStatus
|
1251
1479
|
extend Orb::Internal::Type::Enum
|
1252
1480
|
|
1253
1481
|
TaggedSymbol =
|
1254
|
-
T.type_alias
|
1482
|
+
T.type_alias do
|
1483
|
+
T.all(
|
1484
|
+
Symbol,
|
1485
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::EntryStatus
|
1486
|
+
)
|
1487
|
+
end
|
1255
1488
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1256
1489
|
|
1257
1490
|
COMMITTED =
|
@@ -1266,16 +1499,20 @@ module Orb
|
|
1266
1499
|
)
|
1267
1500
|
|
1268
1501
|
sig do
|
1269
|
-
override
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1502
|
+
override.returns(
|
1503
|
+
T::Array[
|
1504
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::VoidInitiated::EntryStatus::TaggedSymbol
|
1505
|
+
]
|
1506
|
+
)
|
1507
|
+
end
|
1508
|
+
def self.values
|
1273
1509
|
end
|
1274
|
-
def self.values; end
|
1275
1510
|
end
|
1276
1511
|
end
|
1277
1512
|
|
1278
1513
|
class Amendment < Orb::Internal::Type::BaseModel
|
1514
|
+
OrHash = T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1515
|
+
|
1279
1516
|
sig { returns(String) }
|
1280
1517
|
attr_accessor :id
|
1281
1518
|
|
@@ -1285,34 +1522,36 @@ module Orb
|
|
1285
1522
|
sig { returns(Time) }
|
1286
1523
|
attr_accessor :created_at
|
1287
1524
|
|
1288
|
-
sig
|
1525
|
+
sig do
|
1526
|
+
returns(
|
1527
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::CreditBlock
|
1528
|
+
)
|
1529
|
+
end
|
1289
1530
|
attr_reader :credit_block
|
1290
1531
|
|
1291
1532
|
sig do
|
1292
1533
|
params(
|
1293
|
-
credit_block:
|
1294
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::CreditBlock
|
1295
|
-
|
1296
|
-
)
|
1297
|
-
)
|
1298
|
-
.void
|
1534
|
+
credit_block:
|
1535
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::CreditBlock::OrHash
|
1536
|
+
).void
|
1299
1537
|
end
|
1300
1538
|
attr_writer :credit_block
|
1301
1539
|
|
1302
1540
|
sig { returns(String) }
|
1303
1541
|
attr_accessor :currency
|
1304
1542
|
|
1305
|
-
sig
|
1543
|
+
sig do
|
1544
|
+
returns(
|
1545
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::Customer
|
1546
|
+
)
|
1547
|
+
end
|
1306
1548
|
attr_reader :customer
|
1307
1549
|
|
1308
1550
|
sig do
|
1309
1551
|
params(
|
1310
|
-
customer:
|
1311
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::Customer
|
1312
|
-
|
1313
|
-
)
|
1314
|
-
)
|
1315
|
-
.void
|
1552
|
+
customer:
|
1553
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::Customer::OrHash
|
1554
|
+
).void
|
1316
1555
|
end
|
1317
1556
|
attr_writer :customer
|
1318
1557
|
|
@@ -1322,7 +1561,11 @@ module Orb
|
|
1322
1561
|
sig { returns(Float) }
|
1323
1562
|
attr_accessor :ending_balance
|
1324
1563
|
|
1325
|
-
sig
|
1564
|
+
sig do
|
1565
|
+
returns(
|
1566
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::EntryStatus::TaggedSymbol
|
1567
|
+
)
|
1568
|
+
end
|
1326
1569
|
attr_accessor :entry_status
|
1327
1570
|
|
1328
1571
|
sig { returns(Symbol) }
|
@@ -1346,24 +1589,20 @@ module Orb
|
|
1346
1589
|
id: String,
|
1347
1590
|
amount: Float,
|
1348
1591
|
created_at: Time,
|
1349
|
-
credit_block:
|
1350
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::CreditBlock,
|
1351
|
-
Orb::Internal::AnyHash
|
1352
|
-
),
|
1592
|
+
credit_block:
|
1593
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::CreditBlock::OrHash,
|
1353
1594
|
currency: String,
|
1354
|
-
customer:
|
1355
|
-
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::Customer,
|
1356
|
-
Orb::Internal::AnyHash
|
1357
|
-
),
|
1595
|
+
customer:
|
1596
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::Customer::OrHash,
|
1358
1597
|
description: T.nilable(String),
|
1359
1598
|
ending_balance: Float,
|
1360
|
-
entry_status:
|
1599
|
+
entry_status:
|
1600
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::EntryStatus::OrSymbol,
|
1361
1601
|
ledger_sequence_number: Integer,
|
1362
1602
|
metadata: T::Hash[Symbol, String],
|
1363
1603
|
starting_balance: Float,
|
1364
1604
|
entry_type: Symbol
|
1365
|
-
)
|
1366
|
-
.returns(T.attached_class)
|
1605
|
+
).returns(T.attached_class)
|
1367
1606
|
end
|
1368
1607
|
def self.new(
|
1369
1608
|
id:,
|
@@ -1383,30 +1622,38 @@ module Orb
|
|
1383
1622
|
metadata:,
|
1384
1623
|
starting_balance:,
|
1385
1624
|
entry_type: :amendment
|
1386
|
-
)
|
1625
|
+
)
|
1626
|
+
end
|
1627
|
+
|
1387
1628
|
sig do
|
1388
|
-
override
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1629
|
+
override.returns(
|
1630
|
+
{
|
1631
|
+
id: String,
|
1632
|
+
amount: Float,
|
1633
|
+
created_at: Time,
|
1634
|
+
credit_block:
|
1635
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::CreditBlock,
|
1636
|
+
currency: String,
|
1637
|
+
customer:
|
1638
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::Customer,
|
1639
|
+
description: T.nilable(String),
|
1640
|
+
ending_balance: Float,
|
1641
|
+
entry_status:
|
1642
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::EntryStatus::TaggedSymbol,
|
1643
|
+
entry_type: Symbol,
|
1644
|
+
ledger_sequence_number: Integer,
|
1645
|
+
metadata: T::Hash[Symbol, String],
|
1646
|
+
starting_balance: Float
|
1647
|
+
}
|
1648
|
+
)
|
1649
|
+
end
|
1650
|
+
def to_hash
|
1406
1651
|
end
|
1407
|
-
def to_hash; end
|
1408
1652
|
|
1409
1653
|
class CreditBlock < Orb::Internal::Type::BaseModel
|
1654
|
+
OrHash =
|
1655
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1656
|
+
|
1410
1657
|
sig { returns(String) }
|
1411
1658
|
attr_accessor :id
|
1412
1659
|
|
@@ -1417,10 +1664,14 @@ module Orb
|
|
1417
1664
|
attr_accessor :per_unit_cost_basis
|
1418
1665
|
|
1419
1666
|
sig do
|
1420
|
-
params(
|
1421
|
-
|
1667
|
+
params(
|
1668
|
+
id: String,
|
1669
|
+
expiry_date: T.nilable(Time),
|
1670
|
+
per_unit_cost_basis: T.nilable(String)
|
1671
|
+
).returns(T.attached_class)
|
1672
|
+
end
|
1673
|
+
def self.new(id:, expiry_date:, per_unit_cost_basis:)
|
1422
1674
|
end
|
1423
|
-
def self.new(id:, expiry_date:, per_unit_cost_basis:); end
|
1424
1675
|
|
1425
1676
|
sig do
|
1426
1677
|
override.returns(
|
@@ -1431,28 +1682,48 @@ module Orb
|
|
1431
1682
|
}
|
1432
1683
|
)
|
1433
1684
|
end
|
1434
|
-
def to_hash
|
1685
|
+
def to_hash
|
1686
|
+
end
|
1435
1687
|
end
|
1436
1688
|
|
1437
1689
|
class Customer < Orb::Internal::Type::BaseModel
|
1690
|
+
OrHash =
|
1691
|
+
T.type_alias { T.any(T.self_type, Orb::Internal::AnyHash) }
|
1692
|
+
|
1438
1693
|
sig { returns(String) }
|
1439
1694
|
attr_accessor :id
|
1440
1695
|
|
1441
1696
|
sig { returns(T.nilable(String)) }
|
1442
1697
|
attr_accessor :external_customer_id
|
1443
1698
|
|
1444
|
-
sig
|
1445
|
-
|
1699
|
+
sig do
|
1700
|
+
params(
|
1701
|
+
id: String,
|
1702
|
+
external_customer_id: T.nilable(String)
|
1703
|
+
).returns(T.attached_class)
|
1704
|
+
end
|
1705
|
+
def self.new(id:, external_customer_id:)
|
1706
|
+
end
|
1446
1707
|
|
1447
|
-
sig
|
1448
|
-
|
1708
|
+
sig do
|
1709
|
+
override.returns(
|
1710
|
+
{ id: String, external_customer_id: T.nilable(String) }
|
1711
|
+
)
|
1712
|
+
end
|
1713
|
+
def to_hash
|
1714
|
+
end
|
1449
1715
|
end
|
1450
1716
|
|
1451
1717
|
module EntryStatus
|
1452
1718
|
extend Orb::Internal::Type::Enum
|
1453
1719
|
|
1454
1720
|
TaggedSymbol =
|
1455
|
-
T.type_alias
|
1721
|
+
T.type_alias do
|
1722
|
+
T.all(
|
1723
|
+
Symbol,
|
1724
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::EntryStatus
|
1725
|
+
)
|
1726
|
+
end
|
1456
1727
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1457
1728
|
|
1458
1729
|
COMMITTED =
|
@@ -1467,22 +1738,26 @@ module Orb
|
|
1467
1738
|
)
|
1468
1739
|
|
1469
1740
|
sig do
|
1470
|
-
override
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1741
|
+
override.returns(
|
1742
|
+
T::Array[
|
1743
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Amendment::EntryStatus::TaggedSymbol
|
1744
|
+
]
|
1745
|
+
)
|
1746
|
+
end
|
1747
|
+
def self.values
|
1474
1748
|
end
|
1475
|
-
def self.values; end
|
1476
1749
|
end
|
1477
1750
|
end
|
1478
1751
|
|
1479
1752
|
sig do
|
1480
|
-
override
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1753
|
+
override.returns(
|
1754
|
+
T::Array[
|
1755
|
+
Orb::Models::Customers::Credits::LedgerCreateEntryResponse::Variants
|
1756
|
+
]
|
1757
|
+
)
|
1758
|
+
end
|
1759
|
+
def self.variants
|
1484
1760
|
end
|
1485
|
-
def self.variants; end
|
1486
1761
|
end
|
1487
1762
|
end
|
1488
1763
|
end
|