orb-billing 0.1.0.pre.alpha.38 → 0.1.0.pre.alpha.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/orb/client.rb +4 -0
- data/lib/orb/internal/transport/base_client.rb +1 -1
- data/lib/orb/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/orb/internal/type/base_model.rb +14 -17
- data/lib/orb/internal/type/converter.rb +20 -22
- data/lib/orb/internal/type/enum.rb +8 -8
- data/lib/orb/internal/util.rb +1 -5
- data/lib/orb/models/alert.rb +9 -9
- data/lib/orb/models/alert_create_for_customer_params.rb +3 -3
- data/lib/orb/models/alert_create_for_external_customer_params.rb +3 -3
- data/lib/orb/models/alert_create_for_subscription_params.rb +3 -3
- data/lib/orb/models/alert_list_params.rb +5 -5
- data/lib/orb/models/alert_update_params.rb +3 -3
- data/lib/orb/models/amount_discount.rb +1 -1
- data/lib/orb/models/billable_metric.rb +7 -7
- data/lib/orb/models/coupon.rb +7 -7
- data/lib/orb/models/coupon_create_params.rb +2 -2
- data/lib/orb/models/coupon_list_params.rb +2 -2
- data/lib/orb/models/coupons/subscription_list_params.rb +1 -1
- data/lib/orb/models/credit_note.rb +1 -1
- data/lib/orb/models/credit_note_list_params.rb +5 -5
- data/lib/orb/models/customer.rb +232 -232
- data/lib/orb/models/customer_create_params.rb +223 -223
- data/lib/orb/models/customer_list_params.rb +5 -5
- data/lib/orb/models/customer_update_by_external_id_params.rb +224 -224
- data/lib/orb/models/customer_update_params.rb +224 -224
- data/lib/orb/models/customers/balance_transaction_create_response.rb +2 -2
- data/lib/orb/models/customers/balance_transaction_list_params.rb +5 -5
- data/lib/orb/models/customers/balance_transaction_list_response.rb +2 -2
- data/lib/orb/models/customers/cost_list_by_external_id_params.rb +6 -6
- data/lib/orb/models/customers/cost_list_params.rb +6 -6
- data/lib/orb/models/customers/credit_list_by_external_id_params.rb +2 -2
- data/lib/orb/models/customers/credit_list_params.rb +2 -2
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +20 -20
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rb +22 -22
- data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +20 -20
- data/lib/orb/models/customers/credits/ledger_create_entry_response.rb +22 -22
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +5 -5
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rb +22 -22
- data/lib/orb/models/customers/credits/ledger_list_params.rb +5 -5
- data/lib/orb/models/customers/credits/ledger_list_response.rb +22 -22
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +8 -8
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_create_params.rb +8 -8
- data/lib/orb/models/customers/credits/top_up_create_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rb +1 -1
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rb +7 -7
- data/lib/orb/models/customers/credits/top_up_list_params.rb +1 -1
- data/lib/orb/models/customers/credits/top_up_list_response.rb +7 -7
- data/lib/orb/models/dimensional_price_group.rb +7 -7
- data/lib/orb/models/dimensional_price_group_create_params.rb +2 -2
- data/lib/orb/models/dimensional_price_group_list_params.rb +1 -1
- data/lib/orb/models/event_ingest_params.rb +7 -7
- data/lib/orb/models/event_ingest_response.rb +4 -4
- data/lib/orb/models/event_search_params.rb +5 -5
- data/lib/orb/models/event_search_response.rb +8 -8
- data/lib/orb/models/event_update_params.rb +4 -4
- data/lib/orb/models/events/backfill_close_response.rb +7 -7
- data/lib/orb/models/events/backfill_create_params.rb +11 -11
- data/lib/orb/models/events/backfill_create_response.rb +7 -7
- data/lib/orb/models/events/backfill_fetch_response.rb +7 -7
- data/lib/orb/models/events/backfill_list_params.rb +1 -1
- data/lib/orb/models/events/backfill_list_response.rb +7 -7
- data/lib/orb/models/events/backfill_revert_response.rb +7 -7
- data/lib/orb/models/events/event_volumes.rb +1 -1
- data/lib/orb/models/events/volume_list_params.rb +7 -7
- data/lib/orb/models/invoice.rb +270 -270
- data/lib/orb/models/invoice_create_params.rb +12 -11
- data/lib/orb/models/invoice_fetch_upcoming_response.rb +266 -266
- data/lib/orb/models/invoice_issue_params.rb +4 -4
- data/lib/orb/models/invoice_line_item_create_params.rb +1 -1
- data/lib/orb/models/invoice_line_item_create_response.rb +27 -27
- data/lib/orb/models/invoice_list_params.rb +12 -12
- data/lib/orb/models/invoice_update_params.rb +2 -2
- data/lib/orb/models/item.rb +2 -2
- data/lib/orb/models/item_list_params.rb +1 -1
- data/lib/orb/models/metric_create_params.rb +2 -2
- data/lib/orb/models/metric_list_params.rb +5 -5
- data/lib/orb/models/metric_update_params.rb +2 -2
- data/lib/orb/models/percentage_discount.rb +2 -2
- data/lib/orb/models/plan.rb +35 -35
- data/lib/orb/models/plan_create_params.rb +267 -267
- data/lib/orb/models/plan_list_params.rb +5 -5
- data/lib/orb/models/plan_update_params.rb +4 -4
- data/lib/orb/models/plans/external_plan_id_update_params.rb +4 -4
- data/lib/orb/models/price.rb +158 -158
- data/lib/orb/models/price_create_params.rb +20 -20
- data/lib/orb/models/price_evaluate_params.rb +4 -4
- data/lib/orb/models/price_list_params.rb +1 -1
- data/lib/orb/models/price_update_params.rb +2 -2
- data/lib/orb/models/prices/external_price_id_update_params.rb +2 -2
- data/lib/orb/models/subscription.rb +114 -87
- data/lib/orb/models/subscription_cancel_params.rb +3 -3
- data/lib/orb/models/subscription_cancel_response.rb +150 -72
- data/lib/orb/models/subscription_change_apply_params.rb +33 -0
- data/lib/orb/models/subscription_change_apply_response.rb +1372 -0
- data/lib/orb/models/subscription_change_cancel_params.rb +19 -0
- data/lib/orb/models/subscription_change_cancel_response.rb +1372 -0
- data/lib/orb/models/subscription_change_retrieve_params.rb +19 -0
- data/lib/orb/models/subscription_change_retrieve_response.rb +1372 -0
- data/lib/orb/models/subscription_create_params.rb +641 -641
- data/lib/orb/models/subscription_create_response.rb +150 -72
- data/lib/orb/models/subscription_fetch_costs_params.rb +6 -6
- data/lib/orb/models/subscription_fetch_schedule_params.rb +5 -5
- data/lib/orb/models/subscription_fetch_schedule_response.rb +2 -2
- data/lib/orb/models/subscription_fetch_usage_params.rb +8 -8
- data/lib/orb/models/subscription_list_params.rb +5 -5
- data/lib/orb/models/subscription_price_intervals_params.rb +323 -323
- data/lib/orb/models/subscription_price_intervals_response.rb +152 -72
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +651 -651
- data/lib/orb/models/subscription_schedule_plan_change_response.rb +152 -72
- data/lib/orb/models/subscription_trigger_phase_params.rb +3 -3
- data/lib/orb/models/subscription_trigger_phase_response.rb +152 -72
- data/lib/orb/models/subscription_unschedule_cancellation_response.rb +152 -72
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +153 -73
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +152 -72
- data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +8 -8
- data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +152 -72
- data/lib/orb/models/subscription_update_params.rb +10 -10
- data/lib/orb/models/subscription_update_trial_params.rb +3 -3
- data/lib/orb/models/subscription_update_trial_response.rb +152 -72
- data/lib/orb/models/trial_discount.rb +1 -1
- data/lib/orb/models/usage_discount.rb +2 -2
- data/lib/orb/request_options.rb +7 -7
- data/lib/orb/resources/alerts.rb +38 -38
- data/lib/orb/resources/coupons/subscriptions.rb +3 -3
- data/lib/orb/resources/coupons.rb +9 -9
- data/lib/orb/resources/credit_notes.rb +8 -8
- data/lib/orb/resources/customers/balance_transactions.rb +26 -26
- data/lib/orb/resources/customers/costs.rb +232 -232
- data/lib/orb/resources/customers/credits/ledger.rb +344 -344
- data/lib/orb/resources/customers/credits/top_ups.rb +12 -12
- data/lib/orb/resources/customers/credits.rb +8 -8
- data/lib/orb/resources/customers.rb +59 -59
- data/lib/orb/resources/dimensional_price_groups.rb +6 -6
- data/lib/orb/resources/events/backfills.rb +49 -49
- data/lib/orb/resources/events/volume.rb +10 -10
- data/lib/orb/resources/events.rb +295 -295
- data/lib/orb/resources/invoice_line_items.rb +1 -1
- data/lib/orb/resources/invoices.rb +38 -38
- data/lib/orb/resources/items.rb +1 -1
- data/lib/orb/resources/metrics.rb +11 -11
- data/lib/orb/resources/plans/external_plan_id.rb +14 -14
- data/lib/orb/resources/plans.rb +22 -22
- data/lib/orb/resources/prices/external_price_id.rb +4 -4
- data/lib/orb/resources/prices.rb +30 -30
- data/lib/orb/resources/subscription_changes.rb +87 -0
- data/lib/orb/resources/subscriptions.rb +813 -813
- data/lib/orb/resources/top_level.rb +4 -4
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +7 -0
- data/rbi/lib/orb/client.rbi +5 -4
- data/rbi/lib/orb/errors.rbi +3 -6
- data/rbi/lib/orb/internal/page.rbi +3 -6
- data/rbi/lib/orb/internal/transport/base_client.rbi +13 -27
- data/rbi/lib/orb/internal/transport/pooled_net_requester.rbi +7 -13
- data/rbi/lib/orb/internal/type/array_of.rbi +8 -16
- data/rbi/lib/orb/internal/type/base_model.rbi +45 -64
- data/rbi/lib/orb/internal/type/base_page.rbi +5 -10
- data/rbi/lib/orb/internal/type/boolean.rbi +4 -8
- data/rbi/lib/orb/internal/type/converter.rbi +25 -31
- data/rbi/lib/orb/internal/type/enum.rbi +14 -20
- data/rbi/lib/orb/internal/type/hash_of.rbi +8 -16
- data/rbi/lib/orb/internal/type/request_parameters.rbi +1 -2
- data/rbi/lib/orb/internal/type/union.rbi +10 -20
- data/rbi/lib/orb/internal/type/unknown.rbi +4 -8
- data/rbi/lib/orb/internal/util.rbi +34 -68
- data/rbi/lib/orb/internal.rbi +1 -1
- data/rbi/lib/orb/models/alert.rbi +21 -33
- data/rbi/lib/orb/models/alert_create_for_customer_params.rbi +8 -13
- data/rbi/lib/orb/models/alert_create_for_external_customer_params.rbi +8 -13
- data/rbi/lib/orb/models/alert_create_for_subscription_params.rbi +8 -13
- data/rbi/lib/orb/models/alert_disable_params.rbi +2 -4
- data/rbi/lib/orb/models/alert_enable_params.rbi +2 -4
- data/rbi/lib/orb/models/alert_list_params.rbi +3 -6
- data/rbi/lib/orb/models/alert_retrieve_params.rbi +2 -4
- data/rbi/lib/orb/models/alert_update_params.rbi +7 -11
- data/rbi/lib/orb/models/amount_discount.rbi +4 -7
- data/rbi/lib/orb/models/billable_metric.rbi +10 -13
- data/rbi/lib/orb/models/billing_cycle_relative_date.rbi +1 -2
- data/rbi/lib/orb/models/coupon.rbi +9 -11
- data/rbi/lib/orb/models/coupon_archive_params.rbi +2 -4
- data/rbi/lib/orb/models/coupon_create_params.rbi +8 -14
- data/rbi/lib/orb/models/coupon_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/coupon_list_params.rbi +3 -4
- data/rbi/lib/orb/models/coupons/subscription_list_params.rbi +3 -5
- data/rbi/lib/orb/models/credit_note.rbi +22 -45
- data/rbi/lib/orb/models/credit_note_create_params.rbi +5 -10
- data/rbi/lib/orb/models/credit_note_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/credit_note_list_params.rbi +3 -6
- data/rbi/lib/orb/models/customer.rbi +256 -281
- data/rbi/lib/orb/models/customer_create_params.rbi +251 -276
- data/rbi/lib/orb/models/customer_delete_params.rbi +2 -4
- data/rbi/lib/orb/models/customer_fetch_by_external_id_params.rbi +2 -4
- data/rbi/lib/orb/models/customer_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/customer_list_params.rbi +3 -6
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbi +2 -4
- data/rbi/lib/orb/models/customer_sync_payment_methods_from_gateway_params.rbi +2 -4
- data/rbi/lib/orb/models/customer_update_by_external_id_params.rbi +252 -277
- data/rbi/lib/orb/models/customer_update_params.rbi +252 -277
- data/rbi/lib/orb/models/customers/balance_transaction_create_params.rbi +3 -6
- data/rbi/lib/orb/models/customers/balance_transaction_create_response.rbi +10 -19
- data/rbi/lib/orb/models/customers/balance_transaction_list_params.rbi +3 -6
- data/rbi/lib/orb/models/customers/balance_transaction_list_response.rbi +10 -19
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_params.rbi +8 -10
- data/rbi/lib/orb/models/customers/cost_list_by_external_id_response.rbi +6 -12
- data/rbi/lib/orb/models/customers/cost_list_params.rbi +8 -10
- data/rbi/lib/orb/models/customers/cost_list_response.rbi +6 -12
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_params.rbi +3 -4
- data/rbi/lib/orb/models/customers/credit_list_by_external_id_response.rbi +2 -4
- data/rbi/lib/orb/models/customers/credit_list_params.rbi +3 -4
- data/rbi/lib/orb/models/customers/credit_list_response.rbi +2 -4
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbi +26 -33
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbi +79 -136
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_params.rbi +26 -33
- data/rbi/lib/orb/models/customers/credits/ledger_create_entry_response.rbi +78 -135
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rbi +5 -10
- data/rbi/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rbi +79 -136
- data/rbi/lib/orb/models/customers/credits/ledger_list_params.rbi +5 -10
- data/rbi/lib/orb/models/customers/credits/ledger_list_response.rbi +74 -131
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rbi +13 -19
- data/rbi/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rbi +12 -18
- data/rbi/lib/orb/models/customers/credits/top_up_create_params.rbi +13 -19
- data/rbi/lib/orb/models/customers/credits/top_up_create_response.rbi +12 -18
- data/rbi/lib/orb/models/customers/credits/top_up_delete_by_external_id_params.rbi +2 -4
- data/rbi/lib/orb/models/customers/credits/top_up_delete_params.rbi +2 -4
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_params.rbi +3 -5
- data/rbi/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rbi +12 -18
- data/rbi/lib/orb/models/customers/credits/top_up_list_params.rbi +3 -5
- data/rbi/lib/orb/models/customers/credits/top_up_list_response.rbi +12 -18
- data/rbi/lib/orb/models/dimensional_price_group.rbi +8 -9
- data/rbi/lib/orb/models/dimensional_price_group_create_params.rbi +4 -7
- data/rbi/lib/orb/models/dimensional_price_group_list_params.rbi +3 -5
- data/rbi/lib/orb/models/dimensional_price_group_retrieve_params.rbi +2 -4
- data/rbi/lib/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbi +2 -4
- data/rbi/lib/orb/models/dimensional_price_groups.rbi +2 -4
- data/rbi/lib/orb/models/discount.rbi +1 -2
- data/rbi/lib/orb/models/evaluate_price_group.rbi +3 -6
- data/rbi/lib/orb/models/event_deprecate_params.rbi +2 -4
- data/rbi/lib/orb/models/event_deprecate_response.rbi +2 -4
- data/rbi/lib/orb/models/event_ingest_params.rbi +10 -13
- data/rbi/lib/orb/models/event_ingest_response.rbi +10 -16
- data/rbi/lib/orb/models/event_search_params.rbi +7 -9
- data/rbi/lib/orb/models/event_search_response.rbi +11 -14
- data/rbi/lib/orb/models/event_update_params.rbi +5 -6
- data/rbi/lib/orb/models/event_update_response.rbi +2 -4
- data/rbi/lib/orb/models/events/backfill_close_params.rbi +2 -4
- data/rbi/lib/orb/models/events/backfill_close_response.rbi +10 -14
- data/rbi/lib/orb/models/events/backfill_create_params.rbi +13 -16
- data/rbi/lib/orb/models/events/backfill_create_response.rbi +10 -14
- data/rbi/lib/orb/models/events/backfill_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/events/backfill_fetch_response.rbi +10 -14
- data/rbi/lib/orb/models/events/backfill_list_params.rbi +3 -5
- data/rbi/lib/orb/models/events/backfill_list_response.rbi +10 -14
- data/rbi/lib/orb/models/events/backfill_revert_params.rbi +2 -4
- data/rbi/lib/orb/models/events/backfill_revert_response.rbi +10 -14
- data/rbi/lib/orb/models/events/event_volumes.rbi +5 -9
- data/rbi/lib/orb/models/events/volume_list_params.rbi +9 -11
- data/rbi/lib/orb/models/invoice.rbi +388 -465
- data/rbi/lib/orb/models/invoice_create_params.rbi +19 -26
- data/rbi/lib/orb/models/invoice_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_params.rbi +2 -4
- data/rbi/lib/orb/models/invoice_fetch_upcoming_response.rbi +381 -460
- data/rbi/lib/orb/models/invoice_issue_params.rbi +6 -8
- data/rbi/lib/orb/models/invoice_level_discount.rbi +1 -2
- data/rbi/lib/orb/models/invoice_line_item_create_params.rbi +3 -5
- data/rbi/lib/orb/models/invoice_line_item_create_response.rbi +101 -143
- data/rbi/lib/orb/models/invoice_list_params.rbi +8 -13
- data/rbi/lib/orb/models/invoice_mark_paid_params.rbi +2 -4
- data/rbi/lib/orb/models/invoice_pay_params.rbi +2 -4
- data/rbi/lib/orb/models/invoice_update_params.rbi +4 -6
- data/rbi/lib/orb/models/invoice_void_params.rbi +2 -4
- data/rbi/lib/orb/models/item.rbi +7 -12
- data/rbi/lib/orb/models/item_create_params.rbi +2 -4
- data/rbi/lib/orb/models/item_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/item_list_params.rbi +3 -5
- data/rbi/lib/orb/models/item_update_params.rbi +5 -10
- data/rbi/lib/orb/models/metric_create_params.rbi +4 -6
- data/rbi/lib/orb/models/metric_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/metric_list_params.rbi +3 -6
- data/rbi/lib/orb/models/metric_update_params.rbi +4 -6
- data/rbi/lib/orb/models/pagination_metadata.rbi +2 -4
- data/rbi/lib/orb/models/percentage_discount.rbi +5 -8
- data/rbi/lib/orb/models/plan.rbi +180 -219
- data/rbi/lib/orb/models/plan_create_params.rbi +670 -951
- data/rbi/lib/orb/models/plan_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/plan_list_params.rbi +4 -8
- data/rbi/lib/orb/models/plan_update_params.rbi +6 -8
- data/rbi/lib/orb/models/plans/external_plan_id_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/plans/external_plan_id_update_params.rbi +6 -8
- data/rbi/lib/orb/models/price.rbi +827 -1494
- data/rbi/lib/orb/models/price_create_params.rbi +60 -101
- data/rbi/lib/orb/models/price_evaluate_params.rbi +6 -9
- data/rbi/lib/orb/models/price_evaluate_response.rbi +2 -4
- data/rbi/lib/orb/models/price_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/price_list_params.rbi +3 -5
- data/rbi/lib/orb/models/price_update_params.rbi +4 -6
- data/rbi/lib/orb/models/prices/external_price_id_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/prices/external_price_id_update_params.rbi +4 -6
- data/rbi/lib/orb/models/subscription.rbi +167 -187
- data/rbi/lib/orb/models/subscription_cancel_params.rbi +5 -7
- data/rbi/lib/orb/models/subscription_cancel_response.rbi +224 -178
- data/rbi/lib/orb/models/subscription_change_apply_params.rbi +40 -0
- data/rbi/lib/orb/models/subscription_change_apply_response.rbi +1554 -0
- data/rbi/lib/orb/models/subscription_change_cancel_params.rbi +18 -0
- data/rbi/lib/orb/models/subscription_change_cancel_response.rbi +1565 -0
- data/rbi/lib/orb/models/subscription_change_retrieve_params.rbi +18 -0
- data/rbi/lib/orb/models/subscription_change_retrieve_response.rbi +1581 -0
- data/rbi/lib/orb/models/subscription_create_params.rbi +1372 -1968
- data/rbi/lib/orb/models/subscription_create_response.rbi +224 -178
- data/rbi/lib/orb/models/subscription_fetch_costs_params.rbi +8 -10
- data/rbi/lib/orb/models/subscription_fetch_costs_response.rbi +6 -12
- data/rbi/lib/orb/models/subscription_fetch_params.rbi +2 -4
- data/rbi/lib/orb/models/subscription_fetch_schedule_params.rbi +3 -6
- data/rbi/lib/orb/models/subscription_fetch_schedule_response.rbi +6 -10
- data/rbi/lib/orb/models/subscription_fetch_usage_params.rbi +12 -17
- data/rbi/lib/orb/models/subscription_list_params.rbi +4 -8
- data/rbi/lib/orb/models/subscription_price_intervals_params.rbi +772 -1124
- data/rbi/lib/orb/models/subscription_price_intervals_response.rbi +228 -178
- data/rbi/lib/orb/models/subscription_schedule_plan_change_params.rbi +1396 -1993
- data/rbi/lib/orb/models/subscription_schedule_plan_change_response.rbi +238 -182
- data/rbi/lib/orb/models/subscription_trigger_phase_params.rbi +5 -7
- data/rbi/lib/orb/models/subscription_trigger_phase_response.rbi +224 -178
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_params.rbi +2 -4
- data/rbi/lib/orb/models/subscription_unschedule_cancellation_response.rbi +238 -182
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbi +2 -4
- data/rbi/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbi +265 -199
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_params.rbi +2 -4
- data/rbi/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rbi +264 -198
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_params.rbi +11 -15
- data/rbi/lib/orb/models/subscription_update_fixed_fee_quantity_response.rbi +238 -182
- data/rbi/lib/orb/models/subscription_update_params.rbi +12 -15
- data/rbi/lib/orb/models/subscription_update_trial_params.rbi +6 -9
- data/rbi/lib/orb/models/subscription_update_trial_response.rbi +224 -178
- data/rbi/lib/orb/models/subscription_usage.rbi +24 -43
- data/rbi/lib/orb/models/subscriptions.rbi +2 -4
- data/rbi/lib/orb/models/top_level_ping_params.rbi +2 -4
- data/rbi/lib/orb/models/top_level_ping_response.rbi +2 -4
- data/rbi/lib/orb/models/trial_discount.rbi +4 -8
- data/rbi/lib/orb/models/usage_discount.rbi +5 -8
- data/rbi/lib/orb/request_options.rbi +9 -11
- data/rbi/lib/orb/resources/alerts.rbi +44 -60
- data/rbi/lib/orb/resources/coupons/subscriptions.rbi +6 -9
- data/rbi/lib/orb/resources/coupons.rbi +18 -25
- data/rbi/lib/orb/resources/credit_notes.rbi +9 -15
- data/rbi/lib/orb/resources/customers/balance_transactions.rbi +26 -31
- data/rbi/lib/orb/resources/customers/costs.rbi +241 -246
- data/rbi/lib/orb/resources/customers/credits/ledger.rbi +387 -396
- data/rbi/lib/orb/resources/customers/credits/top_ups.rbi +29 -40
- data/rbi/lib/orb/resources/customers/credits.rbi +15 -20
- data/rbi/lib/orb/resources/customers.rbi +407 -417
- data/rbi/lib/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rbi +2 -4
- data/rbi/lib/orb/resources/dimensional_price_groups.rbi +13 -19
- data/rbi/lib/orb/resources/events/backfills.rbi +61 -69
- data/rbi/lib/orb/resources/events/volume.rbi +19 -22
- data/rbi/lib/orb/resources/events.rbi +311 -319
- data/rbi/lib/orb/resources/invoice_line_items.rbi +4 -7
- data/rbi/lib/orb/resources/invoices.rbi +62 -76
- data/rbi/lib/orb/resources/items.rbi +7 -14
- data/rbi/lib/orb/resources/metrics.rbi +17 -25
- data/rbi/lib/orb/resources/plans/external_plan_id.rbi +21 -25
- data/rbi/lib/orb/resources/plans.rbi +63 -71
- data/rbi/lib/orb/resources/prices/external_price_id.rbi +9 -13
- data/rbi/lib/orb/resources/prices.rbi +77 -87
- data/rbi/lib/orb/resources/subscription_changes.rbi +61 -0
- data/rbi/lib/orb/resources/subscriptions.rbi +933 -963
- data/rbi/lib/orb/resources/top_level.rbi +6 -8
- data/sig/orb/client.rbs +2 -0
- data/sig/orb/models/subscription.rbs +14 -0
- data/sig/orb/models/subscription_cancel_response.rbs +47 -2
- data/sig/orb/models/subscription_change_apply_params.rbs +24 -0
- data/sig/orb/models/subscription_change_apply_response.rbs +784 -0
- data/sig/orb/models/subscription_change_cancel_params.rbs +15 -0
- data/sig/orb/models/subscription_change_cancel_response.rbs +784 -0
- data/sig/orb/models/subscription_change_retrieve_params.rbs +15 -0
- data/sig/orb/models/subscription_change_retrieve_response.rbs +784 -0
- data/sig/orb/models/subscription_create_response.rbs +47 -2
- data/sig/orb/models/subscription_price_intervals_response.rbs +47 -2
- data/sig/orb/models/subscription_schedule_plan_change_response.rbs +47 -2
- data/sig/orb/models/subscription_trigger_phase_response.rbs +47 -2
- data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +47 -2
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +47 -2
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +47 -2
- data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +47 -2
- data/sig/orb/models/subscription_update_trial_response.rbs +47 -2
- data/sig/orb/resources/customers.rbs +2 -2
- data/sig/orb/resources/subscription_changes.rbs +24 -0
- metadata +23 -2
@@ -6,86 +6,86 @@ module Orb
|
|
6
6
|
class Credits
|
7
7
|
class Ledger
|
8
8
|
# The credits ledger provides _auditing_ functionality over Orb's credits system
|
9
|
-
#
|
10
|
-
#
|
11
|
-
#
|
9
|
+
# with a list of actions that have taken place to modify a customer's credit
|
10
|
+
# balance. This [paginated endpoint](/api-reference/pagination) lists these
|
11
|
+
# entries, starting from the most recent ledger entry.
|
12
12
|
#
|
13
|
-
#
|
14
|
-
#
|
13
|
+
# More details on using Orb's real-time credit feature are
|
14
|
+
# [here](/product-catalog/prepurchase).
|
15
15
|
#
|
16
|
-
#
|
16
|
+
# There are four major types of modifications to credit balance, detailed below.
|
17
17
|
#
|
18
|
-
#
|
18
|
+
# ## Increment
|
19
19
|
#
|
20
|
-
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
20
|
+
# Credits (which optionally expire on a future date) can be added via the API
|
21
|
+
# ([Add Ledger Entry](create-ledger-entry)). The ledger entry for such an action
|
22
|
+
# will always contain the total eligible starting and ending balance for the
|
23
|
+
# customer at the time the entry was added to the ledger.
|
24
24
|
#
|
25
|
-
#
|
25
|
+
# ## Decrement
|
26
26
|
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
27
|
+
# Deductions can occur as a result of an API call to create a ledger entry (see
|
28
|
+
# [Add Ledger Entry](create-ledger-entry)), or automatically as a result of
|
29
|
+
# incurring usage. Both ledger entries present the `decrement` entry type.
|
30
30
|
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
31
|
+
# As usage for a customer is reported into Orb, credits may be deducted according
|
32
|
+
# to the customer's plan configuration. An automated deduction of this type will
|
33
|
+
# result in a ledger entry, also with a starting and ending balance. In order to
|
34
|
+
# provide better tracing capabilities for automatic deductions, Orb always
|
35
|
+
# associates each automatic deduction with the `event_id` at the time of
|
36
|
+
# ingestion, used to pinpoint _why_ credit deduction took place and to ensure that
|
37
|
+
# credits are never deducted without an associated usage event.
|
38
38
|
#
|
39
|
-
#
|
40
|
-
#
|
41
|
-
#
|
42
|
-
#
|
43
|
-
#
|
39
|
+
# By default, Orb uses an algorithm that automatically deducts from the _soonest
|
40
|
+
# expiring credit block_ first in order to ensure that all credits are utilized
|
41
|
+
# appropriately. As an example, if trial credits with an expiration date of 2
|
42
|
+
# weeks from now are present for a customer, they will be used before any
|
43
|
+
# deductions take place from a non-expiring credit block.
|
44
44
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
#
|
45
|
+
# If there are multiple blocks with the same expiration date, Orb will deduct from
|
46
|
+
# the block with the _lower cost basis_ first (e.g. trial credits with a $0 cost
|
47
|
+
# basis before paid credits with a $5.00 cost basis).
|
48
48
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
53
|
-
#
|
54
|
-
#
|
49
|
+
# It's also possible for a single usage event's deduction to _span_ credit blocks.
|
50
|
+
# In this case, Orb will deduct from the next block, ending at the credit block
|
51
|
+
# which consists of unexpiring credits. Each of these deductions will lead to a
|
52
|
+
# _separate_ ledger entry, one per credit block that is deducted from. By default,
|
53
|
+
# the customer's total credit balance in Orb can be negative as a result of a
|
54
|
+
# decrement.
|
55
55
|
#
|
56
|
-
#
|
56
|
+
# ## Expiration change
|
57
57
|
#
|
58
|
-
#
|
59
|
-
#
|
60
|
-
#
|
58
|
+
# The expiry of credits can be changed as a result of the API (See
|
59
|
+
# [Add Ledger Entry](create-ledger-entry)). This will create a ledger entry that
|
60
|
+
# specifies the balance as well as the initial and target expiry dates.
|
61
61
|
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
65
|
-
#
|
62
|
+
# Note that for this entry type, `starting_balance` will equal `ending_balance`,
|
63
|
+
# and the `amount` represents the balance transferred. The credit block linked to
|
64
|
+
# the ledger entry is the source credit block from which there was an expiration
|
65
|
+
# change
|
66
66
|
#
|
67
|
-
#
|
67
|
+
# ## Credits expiry
|
68
68
|
#
|
69
|
-
#
|
70
|
-
#
|
71
|
-
#
|
72
|
-
#
|
69
|
+
# When a set of credits expire on pre-set expiration date, the customer's balance
|
70
|
+
# automatically reflects this change and adds an entry to the ledger indicating
|
71
|
+
# this event. Note that credit expiry should always happen close to a date
|
72
|
+
# boundary in the customer's timezone.
|
73
73
|
#
|
74
|
-
#
|
74
|
+
# ## Void initiated
|
75
75
|
#
|
76
|
-
#
|
77
|
-
#
|
78
|
-
#
|
76
|
+
# Credit blocks can be voided via the API. The `amount` on this entry corresponds
|
77
|
+
# to the number of credits that were remaining in the block at time of void.
|
78
|
+
# `void_reason` will be populated if the void is created with a reason.
|
79
79
|
#
|
80
|
-
#
|
80
|
+
# ## Void
|
81
81
|
#
|
82
|
-
#
|
83
|
-
#
|
82
|
+
# When a set of credits is voided, the customer's balance automatically reflects
|
83
|
+
# this change and adds an entry to the ledger indicating this event.
|
84
84
|
#
|
85
|
-
#
|
85
|
+
# ## Amendment
|
86
86
|
#
|
87
|
-
#
|
88
|
-
#
|
87
|
+
# When credits are added to a customer's balance as a result of a correction, this
|
88
|
+
# entry will be added to the ledger to indicate the adjustment of credits.
|
89
89
|
#
|
90
90
|
# @overload list(customer_id, created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, currency: nil, cursor: nil, entry_status: nil, entry_type: nil, limit: nil, minimum_amount: nil, request_options: {})
|
91
91
|
#
|
@@ -111,10 +111,10 @@ module Orb
|
|
111
111
|
method: :get,
|
112
112
|
path: ["customers/%1$s/credits/ledger", customer_id],
|
113
113
|
query: parsed.transform_keys(
|
114
|
-
created_at_gt:
|
115
|
-
created_at_gte:
|
116
|
-
created_at_lt:
|
117
|
-
created_at_lte:
|
114
|
+
created_at_gt: "created_at[gt]",
|
115
|
+
created_at_gte: "created_at[gte]",
|
116
|
+
created_at_lt: "created_at[lt]",
|
117
|
+
created_at_lte: "created_at[lte]"
|
118
118
|
),
|
119
119
|
page: Orb::Internal::Page,
|
120
120
|
model: Orb::Models::Customers::Credits::LedgerListResponse,
|
@@ -123,115 +123,115 @@ module Orb
|
|
123
123
|
end
|
124
124
|
|
125
125
|
# This endpoint allows you to create a new ledger entry for a specified customer's
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
#
|
132
|
-
#
|
133
|
-
#
|
134
|
-
#
|
135
|
-
#
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
#
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
#
|
151
|
-
#
|
152
|
-
#
|
153
|
-
#
|
154
|
-
#
|
155
|
-
#
|
156
|
-
#
|
157
|
-
#
|
158
|
-
#
|
159
|
-
#
|
160
|
-
#
|
161
|
-
#
|
162
|
-
#
|
163
|
-
#
|
164
|
-
#
|
165
|
-
#
|
166
|
-
#
|
167
|
-
#
|
168
|
-
#
|
169
|
-
#
|
170
|
-
#
|
171
|
-
#
|
172
|
-
#
|
173
|
-
#
|
174
|
-
#
|
175
|
-
#
|
176
|
-
#
|
177
|
-
#
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
182
|
-
#
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
#
|
192
|
-
#
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
196
|
-
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
205
|
-
#
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
#
|
214
|
-
#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
#
|
218
|
-
#
|
219
|
-
#
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
223
|
-
#
|
224
|
-
#
|
225
|
-
#
|
226
|
-
#
|
227
|
-
#
|
228
|
-
#
|
229
|
-
#
|
230
|
-
#
|
231
|
-
#
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
126
|
+
# balance. This can be used to increment balance, deduct credits, and change the
|
127
|
+
# expiry date of existing credits.
|
128
|
+
#
|
129
|
+
# ## Effects of adding a ledger entry
|
130
|
+
#
|
131
|
+
# 1. After calling this endpoint, [Fetch Credit Balance](fetch-customer-credits)
|
132
|
+
# will return a credit block that represents the changes (i.e. balance changes
|
133
|
+
# or transfers).
|
134
|
+
# 2. A ledger entry will be added to the credits ledger for this customer, and
|
135
|
+
# therefore returned in the
|
136
|
+
# [View Credits Ledger](fetch-customer-credits-ledger) response as well as
|
137
|
+
# serialized in the response to this request. In the case of deductions without
|
138
|
+
# a specified block, multiple ledger entries may be created if the deduction
|
139
|
+
# spans credit blocks.
|
140
|
+
# 3. If `invoice_settings` is specified, an invoice will be created that reflects
|
141
|
+
# the cost of the credits (based on `amount` and `per_unit_cost_basis`).
|
142
|
+
#
|
143
|
+
# ## Adding credits
|
144
|
+
#
|
145
|
+
# Adding credits is done by creating an entry of type `increment`. This requires
|
146
|
+
# the caller to specify a number of credits as well as an optional expiry date in
|
147
|
+
# `YYYY-MM-DD` format. Orb also recommends specifying a description to assist with
|
148
|
+
# auditing. When adding credits, the caller can also specify a cost basis
|
149
|
+
# per-credit, to indicate how much in USD a customer paid for a single credit in a
|
150
|
+
# block. This can later be used for revenue recognition.
|
151
|
+
#
|
152
|
+
# The following snippet illustrates a sample request body to increment credits
|
153
|
+
# which will expire in January of 2022.
|
154
|
+
#
|
155
|
+
# ```json
|
156
|
+
# {
|
157
|
+
# "entry_type": "increment",
|
158
|
+
# "amount": 100,
|
159
|
+
# "expiry_date": "2022-12-28",
|
160
|
+
# "per_unit_cost_basis": "0.20",
|
161
|
+
# "description": "Purchased 100 credits"
|
162
|
+
# }
|
163
|
+
# ```
|
164
|
+
#
|
165
|
+
# Note that by default, Orb will always first increment any _negative_ balance in
|
166
|
+
# existing blocks before adding the remaining amount to the desired credit block.
|
167
|
+
#
|
168
|
+
# ### Invoicing for credits
|
169
|
+
#
|
170
|
+
# By default, Orb manipulates the credit ledger but does not charge for credits.
|
171
|
+
# However, if you pass `invoice_settings` in the body of this request, Orb will
|
172
|
+
# also generate a one-off invoice for the customer for the credits pre-purchase.
|
173
|
+
# Note that you _must_ provide the `per_unit_cost_basis`, since the total charges
|
174
|
+
# on the invoice are calculated by multiplying the cost basis with the number of
|
175
|
+
# credit units added.
|
176
|
+
#
|
177
|
+
# ## Deducting Credits
|
178
|
+
#
|
179
|
+
# Orb allows you to deduct credits from a customer by creating an entry of type
|
180
|
+
# `decrement`. Orb matches the algorithm for automatic deductions for determining
|
181
|
+
# which credit blocks to decrement from. In the case that the deduction leads to
|
182
|
+
# multiple ledger entries, the response from this endpoint will be the final
|
183
|
+
# deduction. Orb also optionally allows specifying a description to assist with
|
184
|
+
# auditing.
|
185
|
+
#
|
186
|
+
# The following snippet illustrates a sample request body to decrement credits.
|
187
|
+
#
|
188
|
+
# ```json
|
189
|
+
# {
|
190
|
+
# "entry_type": "decrement",
|
191
|
+
# "amount": 20,
|
192
|
+
# "description": "Removing excess credits"
|
193
|
+
# }
|
194
|
+
# ```
|
195
|
+
#
|
196
|
+
# ## Changing credits expiry
|
197
|
+
#
|
198
|
+
# If you'd like to change when existing credits expire, you should create a ledger
|
199
|
+
# entry of type `expiration_change`. For this entry, the required parameter
|
200
|
+
# `expiry_date` identifies the _originating_ block, and the required parameter
|
201
|
+
# `target_expiry_date` identifies when the transferred credits should now expire.
|
202
|
+
# A new credit block will be created with expiry date `target_expiry_date`, with
|
203
|
+
# the same cost basis data as the original credit block, if present.
|
204
|
+
#
|
205
|
+
# Note that the balance of the block with the given `expiry_date` must be at least
|
206
|
+
# equal to the desired transfer amount determined by the `amount` parameter.
|
207
|
+
#
|
208
|
+
# The following snippet illustrates a sample request body to extend the expiration
|
209
|
+
# date of credits by one year:
|
210
|
+
#
|
211
|
+
# ```json
|
212
|
+
# {
|
213
|
+
# "entry_type": "expiration_change",
|
214
|
+
# "amount": 10,
|
215
|
+
# "expiry_date": "2022-12-28",
|
216
|
+
# "block_id": "UiUhFWeLHPrBY4Ad",
|
217
|
+
# "target_expiry_date": "2023-12-28",
|
218
|
+
# "description": "Extending credit validity"
|
219
|
+
# }
|
220
|
+
# ```
|
221
|
+
#
|
222
|
+
# ## Voiding credits
|
223
|
+
#
|
224
|
+
# If you'd like to void a credit block, create a ledger entry of type `void`. For
|
225
|
+
# this entry, `block_id` is required to identify the block, and `amount` indicates
|
226
|
+
# how many credits to void, up to the block's initial balance. Pass in a
|
227
|
+
# `void_reason` of `refund` if the void is due to a refund.
|
228
|
+
#
|
229
|
+
# ## Amendment
|
230
|
+
#
|
231
|
+
# If you'd like to undo a decrement on a credit block, create a ledger entry of
|
232
|
+
# type `amendment`. For this entry, `block_id` is required to identify the block
|
233
|
+
# that was originally decremented from, and `amount` indicates how many credits to
|
234
|
+
# return to the customer, up to the block's initial balance.
|
235
235
|
#
|
236
236
|
# @overload create_entry(customer_id, amount:, entry_type:, expiry_date:, target_expiry_date:, block_id:, currency: nil, description: nil, effective_date: nil, invoice_settings: nil, metadata: nil, per_unit_cost_basis: nil, void_reason: nil, request_options: {})
|
237
237
|
#
|
@@ -265,115 +265,115 @@ module Orb
|
|
265
265
|
end
|
266
266
|
|
267
267
|
# This endpoint allows you to create a new ledger entry for a specified customer's
|
268
|
-
#
|
269
|
-
#
|
270
|
-
#
|
271
|
-
#
|
272
|
-
#
|
273
|
-
#
|
274
|
-
#
|
275
|
-
#
|
276
|
-
#
|
277
|
-
#
|
278
|
-
#
|
279
|
-
#
|
280
|
-
#
|
281
|
-
#
|
282
|
-
#
|
283
|
-
#
|
284
|
-
#
|
285
|
-
#
|
286
|
-
#
|
287
|
-
#
|
288
|
-
#
|
289
|
-
#
|
290
|
-
#
|
291
|
-
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
#
|
297
|
-
#
|
298
|
-
#
|
299
|
-
#
|
300
|
-
#
|
301
|
-
#
|
302
|
-
#
|
303
|
-
#
|
304
|
-
#
|
305
|
-
#
|
306
|
-
#
|
307
|
-
#
|
308
|
-
#
|
309
|
-
#
|
310
|
-
#
|
311
|
-
#
|
312
|
-
#
|
313
|
-
#
|
314
|
-
#
|
315
|
-
#
|
316
|
-
#
|
317
|
-
#
|
318
|
-
#
|
319
|
-
#
|
320
|
-
#
|
321
|
-
#
|
322
|
-
#
|
323
|
-
#
|
324
|
-
#
|
325
|
-
#
|
326
|
-
#
|
327
|
-
#
|
328
|
-
#
|
329
|
-
#
|
330
|
-
#
|
331
|
-
#
|
332
|
-
#
|
333
|
-
#
|
334
|
-
#
|
335
|
-
#
|
336
|
-
#
|
337
|
-
#
|
338
|
-
#
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
#
|
343
|
-
#
|
344
|
-
#
|
345
|
-
#
|
346
|
-
#
|
347
|
-
#
|
348
|
-
#
|
349
|
-
#
|
350
|
-
#
|
351
|
-
#
|
352
|
-
#
|
353
|
-
#
|
354
|
-
#
|
355
|
-
#
|
356
|
-
#
|
357
|
-
#
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
#
|
362
|
-
#
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
368
|
-
#
|
369
|
-
#
|
370
|
-
#
|
371
|
-
#
|
372
|
-
#
|
373
|
-
#
|
374
|
-
#
|
375
|
-
#
|
376
|
-
#
|
268
|
+
# balance. This can be used to increment balance, deduct credits, and change the
|
269
|
+
# expiry date of existing credits.
|
270
|
+
#
|
271
|
+
# ## Effects of adding a ledger entry
|
272
|
+
#
|
273
|
+
# 1. After calling this endpoint, [Fetch Credit Balance](fetch-customer-credits)
|
274
|
+
# will return a credit block that represents the changes (i.e. balance changes
|
275
|
+
# or transfers).
|
276
|
+
# 2. A ledger entry will be added to the credits ledger for this customer, and
|
277
|
+
# therefore returned in the
|
278
|
+
# [View Credits Ledger](fetch-customer-credits-ledger) response as well as
|
279
|
+
# serialized in the response to this request. In the case of deductions without
|
280
|
+
# a specified block, multiple ledger entries may be created if the deduction
|
281
|
+
# spans credit blocks.
|
282
|
+
# 3. If `invoice_settings` is specified, an invoice will be created that reflects
|
283
|
+
# the cost of the credits (based on `amount` and `per_unit_cost_basis`).
|
284
|
+
#
|
285
|
+
# ## Adding credits
|
286
|
+
#
|
287
|
+
# Adding credits is done by creating an entry of type `increment`. This requires
|
288
|
+
# the caller to specify a number of credits as well as an optional expiry date in
|
289
|
+
# `YYYY-MM-DD` format. Orb also recommends specifying a description to assist with
|
290
|
+
# auditing. When adding credits, the caller can also specify a cost basis
|
291
|
+
# per-credit, to indicate how much in USD a customer paid for a single credit in a
|
292
|
+
# block. This can later be used for revenue recognition.
|
293
|
+
#
|
294
|
+
# The following snippet illustrates a sample request body to increment credits
|
295
|
+
# which will expire in January of 2022.
|
296
|
+
#
|
297
|
+
# ```json
|
298
|
+
# {
|
299
|
+
# "entry_type": "increment",
|
300
|
+
# "amount": 100,
|
301
|
+
# "expiry_date": "2022-12-28",
|
302
|
+
# "per_unit_cost_basis": "0.20",
|
303
|
+
# "description": "Purchased 100 credits"
|
304
|
+
# }
|
305
|
+
# ```
|
306
|
+
#
|
307
|
+
# Note that by default, Orb will always first increment any _negative_ balance in
|
308
|
+
# existing blocks before adding the remaining amount to the desired credit block.
|
309
|
+
#
|
310
|
+
# ### Invoicing for credits
|
311
|
+
#
|
312
|
+
# By default, Orb manipulates the credit ledger but does not charge for credits.
|
313
|
+
# However, if you pass `invoice_settings` in the body of this request, Orb will
|
314
|
+
# also generate a one-off invoice for the customer for the credits pre-purchase.
|
315
|
+
# Note that you _must_ provide the `per_unit_cost_basis`, since the total charges
|
316
|
+
# on the invoice are calculated by multiplying the cost basis with the number of
|
317
|
+
# credit units added.
|
318
|
+
#
|
319
|
+
# ## Deducting Credits
|
320
|
+
#
|
321
|
+
# Orb allows you to deduct credits from a customer by creating an entry of type
|
322
|
+
# `decrement`. Orb matches the algorithm for automatic deductions for determining
|
323
|
+
# which credit blocks to decrement from. In the case that the deduction leads to
|
324
|
+
# multiple ledger entries, the response from this endpoint will be the final
|
325
|
+
# deduction. Orb also optionally allows specifying a description to assist with
|
326
|
+
# auditing.
|
327
|
+
#
|
328
|
+
# The following snippet illustrates a sample request body to decrement credits.
|
329
|
+
#
|
330
|
+
# ```json
|
331
|
+
# {
|
332
|
+
# "entry_type": "decrement",
|
333
|
+
# "amount": 20,
|
334
|
+
# "description": "Removing excess credits"
|
335
|
+
# }
|
336
|
+
# ```
|
337
|
+
#
|
338
|
+
# ## Changing credits expiry
|
339
|
+
#
|
340
|
+
# If you'd like to change when existing credits expire, you should create a ledger
|
341
|
+
# entry of type `expiration_change`. For this entry, the required parameter
|
342
|
+
# `expiry_date` identifies the _originating_ block, and the required parameter
|
343
|
+
# `target_expiry_date` identifies when the transferred credits should now expire.
|
344
|
+
# A new credit block will be created with expiry date `target_expiry_date`, with
|
345
|
+
# the same cost basis data as the original credit block, if present.
|
346
|
+
#
|
347
|
+
# Note that the balance of the block with the given `expiry_date` must be at least
|
348
|
+
# equal to the desired transfer amount determined by the `amount` parameter.
|
349
|
+
#
|
350
|
+
# The following snippet illustrates a sample request body to extend the expiration
|
351
|
+
# date of credits by one year:
|
352
|
+
#
|
353
|
+
# ```json
|
354
|
+
# {
|
355
|
+
# "entry_type": "expiration_change",
|
356
|
+
# "amount": 10,
|
357
|
+
# "expiry_date": "2022-12-28",
|
358
|
+
# "block_id": "UiUhFWeLHPrBY4Ad",
|
359
|
+
# "target_expiry_date": "2023-12-28",
|
360
|
+
# "description": "Extending credit validity"
|
361
|
+
# }
|
362
|
+
# ```
|
363
|
+
#
|
364
|
+
# ## Voiding credits
|
365
|
+
#
|
366
|
+
# If you'd like to void a credit block, create a ledger entry of type `void`. For
|
367
|
+
# this entry, `block_id` is required to identify the block, and `amount` indicates
|
368
|
+
# how many credits to void, up to the block's initial balance. Pass in a
|
369
|
+
# `void_reason` of `refund` if the void is due to a refund.
|
370
|
+
#
|
371
|
+
# ## Amendment
|
372
|
+
#
|
373
|
+
# If you'd like to undo a decrement on a credit block, create a ledger entry of
|
374
|
+
# type `amendment`. For this entry, `block_id` is required to identify the block
|
375
|
+
# that was originally decremented from, and `amount` indicates how many credits to
|
376
|
+
# return to the customer, up to the block's initial balance.
|
377
377
|
#
|
378
378
|
# @overload create_entry_by_external_id(external_customer_id, amount:, entry_type:, expiry_date:, target_expiry_date:, block_id:, currency: nil, description: nil, effective_date: nil, invoice_settings: nil, metadata: nil, per_unit_cost_basis: nil, void_reason: nil, request_options: {})
|
379
379
|
#
|
@@ -408,86 +408,86 @@ module Orb
|
|
408
408
|
end
|
409
409
|
|
410
410
|
# The credits ledger provides _auditing_ functionality over Orb's credits system
|
411
|
-
#
|
412
|
-
#
|
413
|
-
#
|
411
|
+
# with a list of actions that have taken place to modify a customer's credit
|
412
|
+
# balance. This [paginated endpoint](/api-reference/pagination) lists these
|
413
|
+
# entries, starting from the most recent ledger entry.
|
414
414
|
#
|
415
|
-
#
|
416
|
-
#
|
415
|
+
# More details on using Orb's real-time credit feature are
|
416
|
+
# [here](/product-catalog/prepurchase).
|
417
417
|
#
|
418
|
-
#
|
418
|
+
# There are four major types of modifications to credit balance, detailed below.
|
419
419
|
#
|
420
|
-
#
|
420
|
+
# ## Increment
|
421
421
|
#
|
422
|
-
#
|
423
|
-
#
|
424
|
-
#
|
425
|
-
#
|
422
|
+
# Credits (which optionally expire on a future date) can be added via the API
|
423
|
+
# ([Add Ledger Entry](create-ledger-entry)). The ledger entry for such an action
|
424
|
+
# will always contain the total eligible starting and ending balance for the
|
425
|
+
# customer at the time the entry was added to the ledger.
|
426
426
|
#
|
427
|
-
#
|
427
|
+
# ## Decrement
|
428
428
|
#
|
429
|
-
#
|
430
|
-
#
|
431
|
-
#
|
429
|
+
# Deductions can occur as a result of an API call to create a ledger entry (see
|
430
|
+
# [Add Ledger Entry](create-ledger-entry)), or automatically as a result of
|
431
|
+
# incurring usage. Both ledger entries present the `decrement` entry type.
|
432
432
|
#
|
433
|
-
#
|
434
|
-
#
|
435
|
-
#
|
436
|
-
#
|
437
|
-
#
|
438
|
-
#
|
439
|
-
#
|
433
|
+
# As usage for a customer is reported into Orb, credits may be deducted according
|
434
|
+
# to the customer's plan configuration. An automated deduction of this type will
|
435
|
+
# result in a ledger entry, also with a starting and ending balance. In order to
|
436
|
+
# provide better tracing capabilities for automatic deductions, Orb always
|
437
|
+
# associates each automatic deduction with the `event_id` at the time of
|
438
|
+
# ingestion, used to pinpoint _why_ credit deduction took place and to ensure that
|
439
|
+
# credits are never deducted without an associated usage event.
|
440
440
|
#
|
441
|
-
#
|
442
|
-
#
|
443
|
-
#
|
444
|
-
#
|
445
|
-
#
|
441
|
+
# By default, Orb uses an algorithm that automatically deducts from the _soonest
|
442
|
+
# expiring credit block_ first in order to ensure that all credits are utilized
|
443
|
+
# appropriately. As an example, if trial credits with an expiration date of 2
|
444
|
+
# weeks from now are present for a customer, they will be used before any
|
445
|
+
# deductions take place from a non-expiring credit block.
|
446
446
|
#
|
447
|
-
#
|
448
|
-
#
|
449
|
-
#
|
447
|
+
# If there are multiple blocks with the same expiration date, Orb will deduct from
|
448
|
+
# the block with the _lower cost basis_ first (e.g. trial credits with a $0 cost
|
449
|
+
# basis before paid credits with a $5.00 cost basis).
|
450
450
|
#
|
451
|
-
#
|
452
|
-
#
|
453
|
-
#
|
454
|
-
#
|
455
|
-
#
|
456
|
-
#
|
451
|
+
# It's also possible for a single usage event's deduction to _span_ credit blocks.
|
452
|
+
# In this case, Orb will deduct from the next block, ending at the credit block
|
453
|
+
# which consists of unexpiring credits. Each of these deductions will lead to a
|
454
|
+
# _separate_ ledger entry, one per credit block that is deducted from. By default,
|
455
|
+
# the customer's total credit balance in Orb can be negative as a result of a
|
456
|
+
# decrement.
|
457
457
|
#
|
458
|
-
#
|
458
|
+
# ## Expiration change
|
459
459
|
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
460
|
+
# The expiry of credits can be changed as a result of the API (See
|
461
|
+
# [Add Ledger Entry](create-ledger-entry)). This will create a ledger entry that
|
462
|
+
# specifies the balance as well as the initial and target expiry dates.
|
463
463
|
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
464
|
+
# Note that for this entry type, `starting_balance` will equal `ending_balance`,
|
465
|
+
# and the `amount` represents the balance transferred. The credit block linked to
|
466
|
+
# the ledger entry is the source credit block from which there was an expiration
|
467
|
+
# change
|
468
468
|
#
|
469
|
-
#
|
469
|
+
# ## Credits expiry
|
470
470
|
#
|
471
|
-
#
|
472
|
-
#
|
473
|
-
#
|
474
|
-
#
|
471
|
+
# When a set of credits expire on pre-set expiration date, the customer's balance
|
472
|
+
# automatically reflects this change and adds an entry to the ledger indicating
|
473
|
+
# this event. Note that credit expiry should always happen close to a date
|
474
|
+
# boundary in the customer's timezone.
|
475
475
|
#
|
476
|
-
#
|
476
|
+
# ## Void initiated
|
477
477
|
#
|
478
|
-
#
|
479
|
-
#
|
480
|
-
#
|
478
|
+
# Credit blocks can be voided via the API. The `amount` on this entry corresponds
|
479
|
+
# to the number of credits that were remaining in the block at time of void.
|
480
|
+
# `void_reason` will be populated if the void is created with a reason.
|
481
481
|
#
|
482
|
-
#
|
482
|
+
# ## Void
|
483
483
|
#
|
484
|
-
#
|
485
|
-
#
|
484
|
+
# When a set of credits is voided, the customer's balance automatically reflects
|
485
|
+
# this change and adds an entry to the ledger indicating this event.
|
486
486
|
#
|
487
|
-
#
|
487
|
+
# ## Amendment
|
488
488
|
#
|
489
|
-
#
|
490
|
-
#
|
489
|
+
# When credits are added to a customer's balance as a result of a correction, this
|
490
|
+
# entry will be added to the ledger to indicate the adjustment of credits.
|
491
491
|
#
|
492
492
|
# @overload list_by_external_id(external_customer_id, created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, currency: nil, cursor: nil, entry_status: nil, entry_type: nil, limit: nil, minimum_amount: nil, request_options: {})
|
493
493
|
#
|
@@ -513,10 +513,10 @@ module Orb
|
|
513
513
|
method: :get,
|
514
514
|
path: ["customers/external_customer_id/%1$s/credits/ledger", external_customer_id],
|
515
515
|
query: parsed.transform_keys(
|
516
|
-
created_at_gt:
|
517
|
-
created_at_gte:
|
518
|
-
created_at_lt:
|
519
|
-
created_at_lte:
|
516
|
+
created_at_gt: "created_at[gt]",
|
517
|
+
created_at_gte: "created_at[gte]",
|
518
|
+
created_at_lt: "created_at[lt]",
|
519
|
+
created_at_lte: "created_at[lte]"
|
520
520
|
),
|
521
521
|
page: Orb::Internal::Page,
|
522
522
|
model: Orb::Models::Customers::Credits::LedgerListByExternalIDResponse,
|