orb-billing 0.5.2 → 0.5.4

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.
Files changed (280) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/README.md +4 -4
  4. data/SECURITY.md +2 -2
  5. data/lib/orb/internal/util.rb +3 -1
  6. data/lib/orb/internal.rb +3 -0
  7. data/lib/orb/models/alert.rb +23 -23
  8. data/lib/orb/models/alert_create_for_customer_params.rb +5 -5
  9. data/lib/orb/models/alert_create_for_external_customer_params.rb +5 -5
  10. data/lib/orb/models/alert_create_for_subscription_params.rb +5 -5
  11. data/lib/orb/models/alert_update_params.rb +3 -3
  12. data/lib/orb/models/amount_discount.rb +5 -5
  13. data/lib/orb/models/billable_metric.rb +7 -7
  14. data/lib/orb/models/coupon.rb +6 -6
  15. data/lib/orb/models/coupon_create_params.rb +3 -3
  16. data/lib/orb/models/credit_note.rb +33 -33
  17. data/lib/orb/models/credit_note_create_params.rb +4 -4
  18. data/lib/orb/models/customer.rb +39 -39
  19. data/lib/orb/models/customer_create_params.rb +26 -26
  20. data/lib/orb/models/customer_update_by_external_id_params.rb +26 -26
  21. data/lib/orb/models/customer_update_params.rb +26 -26
  22. data/lib/orb/models/customers/balance_transaction_create_params.rb +2 -2
  23. data/lib/orb/models/customers/cost_list_by_external_id_params.rb +2 -2
  24. data/lib/orb/models/customers/cost_list_by_external_id_response.rb +2 -2
  25. data/lib/orb/models/customers/cost_list_params.rb +2 -2
  26. data/lib/orb/models/customers/cost_list_response.rb +2 -2
  27. data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rb +7 -7
  28. data/lib/orb/models/customers/credits/ledger_create_entry_params.rb +8 -8
  29. data/lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb +4 -4
  30. data/lib/orb/models/customers/credits/ledger_list_params.rb +4 -4
  31. data/lib/orb/models/customers/credits/top_up_create_by_external_id_params.rb +6 -6
  32. data/lib/orb/models/customers/credits/top_up_create_params.rb +6 -5
  33. data/lib/orb/models/dimensional_price_group.rb +1 -1
  34. data/lib/orb/models/dimensional_price_groups.rb +4 -4
  35. data/lib/orb/models/discount.rb +1 -1
  36. data/lib/orb/models/event_ingest_params.rb +3 -3
  37. data/lib/orb/models/events/event_volumes.rb +2 -2
  38. data/lib/orb/models/invoice.rb +114 -113
  39. data/lib/orb/models/invoice_create_params.rb +10 -10
  40. data/lib/orb/models/invoice_fetch_upcoming_response.rb +6 -6
  41. data/lib/orb/models/invoice_level_discount.rb +1 -1
  42. data/lib/orb/models/invoice_line_item_create_response.rb +4 -4
  43. data/lib/orb/models/invoice_list_params.rb +4 -4
  44. data/lib/orb/models/item.rb +5 -5
  45. data/lib/orb/models/item_update_params.rb +5 -5
  46. data/lib/orb/models/percentage_discount.rb +5 -5
  47. data/lib/orb/models/plan.rb +58 -58
  48. data/lib/orb/models/plan_create_params.rb +448 -444
  49. data/lib/orb/models/plan_list_params.rb +2 -2
  50. data/lib/orb/models/price.rb +1204 -1204
  51. data/lib/orb/models/price_create_params.rb +50 -50
  52. data/lib/orb/models/price_evaluate_response.rb +2 -2
  53. data/lib/orb/models/subscription.rb +58 -56
  54. data/lib/orb/models/subscription_cancel_params.rb +2 -2
  55. data/lib/orb/models/subscription_cancel_response.rb +14 -14
  56. data/lib/orb/models/subscription_change_apply_response.rb +14 -14
  57. data/lib/orb/models/subscription_change_cancel_response.rb +14 -14
  58. data/lib/orb/models/subscription_change_retrieve_response.rb +14 -14
  59. data/lib/orb/models/subscription_create_params.rb +1002 -987
  60. data/lib/orb/models/subscription_create_response.rb +14 -14
  61. data/lib/orb/models/subscription_fetch_costs_params.rb +2 -2
  62. data/lib/orb/models/subscription_fetch_costs_response.rb +2 -2
  63. data/lib/orb/models/subscription_fetch_usage_params.rb +4 -4
  64. data/lib/orb/models/subscription_list_params.rb +2 -2
  65. data/lib/orb/models/subscription_price_intervals_params.rb +596 -585
  66. data/lib/orb/models/subscription_price_intervals_response.rb +14 -14
  67. data/lib/orb/models/subscription_schedule_plan_change_params.rb +973 -971
  68. data/lib/orb/models/subscription_schedule_plan_change_response.rb +14 -14
  69. data/lib/orb/models/subscription_trigger_phase_response.rb +14 -14
  70. data/lib/orb/models/subscription_unschedule_cancellation_response.rb +14 -14
  71. data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +14 -14
  72. data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +14 -14
  73. data/lib/orb/models/subscription_update_fixed_fee_quantity_params.rb +2 -2
  74. data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +14 -14
  75. data/lib/orb/models/subscription_update_trial_params.rb +3 -3
  76. data/lib/orb/models/subscription_update_trial_response.rb +14 -14
  77. data/lib/orb/models/subscription_usage.rb +26 -26
  78. data/lib/orb/models/subscriptions.rb +4 -4
  79. data/lib/orb/models/trial_discount.rb +5 -5
  80. data/lib/orb/models/usage_discount.rb +5 -5
  81. data/lib/orb/resources/alerts.rb +15 -15
  82. data/lib/orb/resources/coupons/subscriptions.rb +1 -1
  83. data/lib/orb/resources/coupons.rb +5 -5
  84. data/lib/orb/resources/credit_notes.rb +5 -5
  85. data/lib/orb/resources/customers/balance_transactions.rb +1 -1
  86. data/lib/orb/resources/customers/costs.rb +2 -2
  87. data/lib/orb/resources/customers/credits/ledger.rb +10 -10
  88. data/lib/orb/resources/customers/credits/top_ups.rb +4 -4
  89. data/lib/orb/resources/customers.rb +30 -30
  90. data/lib/orb/resources/dimensional_price_groups/external_dimensional_price_group_id.rb +1 -1
  91. data/lib/orb/resources/dimensional_price_groups.rb +3 -3
  92. data/lib/orb/resources/events/volume.rb +1 -1
  93. data/lib/orb/resources/events.rb +1 -1
  94. data/lib/orb/resources/invoices.rb +12 -12
  95. data/lib/orb/resources/items.rb +5 -5
  96. data/lib/orb/resources/metrics.rb +4 -4
  97. data/lib/orb/resources/plans/external_plan_id.rb +2 -2
  98. data/lib/orb/resources/plans.rb +7 -7
  99. data/lib/orb/resources/prices/external_price_id.rb +2 -2
  100. data/lib/orb/resources/prices.rb +17 -17
  101. data/lib/orb/resources/subscriptions.rb +32 -32
  102. data/lib/orb/version.rb +1 -1
  103. data/rbi/orb/internal.rbi +3 -0
  104. data/rbi/orb/models/subscription_price_intervals_params.rbi +26 -72
  105. data/rbi/orb/models/subscription_update_trial_params.rbi +14 -3
  106. data/rbi/orb/resources/subscriptions.rbi +4 -1
  107. data/sig/orb/internal/page.rbs +2 -0
  108. data/sig/orb/internal.rbs +2 -0
  109. data/sig/orb/models/alert.rbs +32 -4
  110. data/sig/orb/models/alert_create_for_customer_params.rbs +9 -0
  111. data/sig/orb/models/alert_create_for_external_customer_params.rbs +9 -0
  112. data/sig/orb/models/alert_create_for_subscription_params.rbs +9 -0
  113. data/sig/orb/models/alert_disable_params.rbs +5 -0
  114. data/sig/orb/models/alert_enable_params.rbs +5 -0
  115. data/sig/orb/models/alert_list_params.rbs +13 -0
  116. data/sig/orb/models/alert_retrieve_params.rbs +2 -0
  117. data/sig/orb/models/alert_update_params.rbs +7 -0
  118. data/sig/orb/models/amount_discount.rbs +11 -4
  119. data/sig/orb/models/billable_metric.rbs +13 -4
  120. data/sig/orb/models/coupon.rbs +14 -4
  121. data/sig/orb/models/coupon_archive_params.rbs +2 -0
  122. data/sig/orb/models/coupon_create_params.rbs +15 -0
  123. data/sig/orb/models/coupon_fetch_params.rbs +2 -0
  124. data/sig/orb/models/coupon_list_params.rbs +8 -0
  125. data/sig/orb/models/coupons/subscription_list_params.rbs +6 -0
  126. data/sig/orb/models/credit_note.rbs +88 -20
  127. data/sig/orb/models/credit_note_create_params.rbs +9 -0
  128. data/sig/orb/models/credit_note_fetch_params.rbs +2 -0
  129. data/sig/orb/models/credit_note_list_params.rbs +10 -0
  130. data/sig/orb/models/customer.rbs +86 -16
  131. data/sig/orb/models/customer_create_params.rbs +79 -8
  132. data/sig/orb/models/customer_delete_params.rbs +2 -0
  133. data/sig/orb/models/customer_fetch_by_external_id_params.rbs +2 -0
  134. data/sig/orb/models/customer_fetch_params.rbs +2 -0
  135. data/sig/orb/models/customer_list_params.rbs +10 -0
  136. data/sig/orb/models/customer_sync_payment_methods_from_gateway_by_external_customer_id_params.rbs +2 -0
  137. data/sig/orb/models/customer_sync_payment_methods_from_gateway_params.rbs +2 -0
  138. data/sig/orb/models/customer_update_by_external_id_params.rbs +78 -8
  139. data/sig/orb/models/customer_update_params.rbs +78 -8
  140. data/sig/orb/models/customers/balance_transaction_create_params.rbs +7 -0
  141. data/sig/orb/models/customers/balance_transaction_create_response.rbs +17 -0
  142. data/sig/orb/models/customers/balance_transaction_list_params.rbs +10 -0
  143. data/sig/orb/models/customers/balance_transaction_list_response.rbs +17 -0
  144. data/sig/orb/models/customers/cost_list_by_external_id_params.rbs +8 -0
  145. data/sig/orb/models/customers/cost_list_by_external_id_response.rbs +20 -0
  146. data/sig/orb/models/customers/cost_list_params.rbs +8 -0
  147. data/sig/orb/models/customers/cost_list_response.rbs +20 -0
  148. data/sig/orb/models/customers/credit_list_by_external_id_params.rbs +8 -0
  149. data/sig/orb/models/customers/credit_list_by_external_id_response.rbs +10 -0
  150. data/sig/orb/models/customers/credit_list_params.rbs +8 -0
  151. data/sig/orb/models/customers/credit_list_response.rbs +10 -0
  152. data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_params.rbs +23 -0
  153. data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbs +177 -0
  154. data/sig/orb/models/customers/credits/ledger_create_entry_params.rbs +23 -0
  155. data/sig/orb/models/customers/credits/ledger_create_entry_response.rbs +177 -0
  156. data/sig/orb/models/customers/credits/ledger_list_by_external_id_params.rbs +14 -0
  157. data/sig/orb/models/customers/credits/ledger_list_by_external_id_response.rbs +177 -0
  158. data/sig/orb/models/customers/credits/ledger_list_params.rbs +14 -0
  159. data/sig/orb/models/customers/credits/ledger_list_response.rbs +177 -0
  160. data/sig/orb/models/customers/credits/top_up_create_by_external_id_params.rbs +19 -0
  161. data/sig/orb/models/customers/credits/top_up_create_by_external_id_response.rbs +18 -0
  162. data/sig/orb/models/customers/credits/top_up_create_params.rbs +19 -0
  163. data/sig/orb/models/customers/credits/top_up_create_response.rbs +18 -0
  164. data/sig/orb/models/customers/credits/top_up_delete_by_external_id_params.rbs +5 -0
  165. data/sig/orb/models/customers/credits/top_up_delete_params.rbs +5 -0
  166. data/sig/orb/models/customers/credits/top_up_list_by_external_id_params.rbs +6 -0
  167. data/sig/orb/models/customers/credits/top_up_list_by_external_id_response.rbs +18 -0
  168. data/sig/orb/models/customers/credits/top_up_list_params.rbs +6 -0
  169. data/sig/orb/models/customers/credits/top_up_list_response.rbs +18 -0
  170. data/sig/orb/models/dimensional_price_group.rbs +9 -0
  171. data/sig/orb/models/dimensional_price_group_create_params.rbs +9 -0
  172. data/sig/orb/models/dimensional_price_group_list_params.rbs +6 -0
  173. data/sig/orb/models/dimensional_price_group_retrieve_params.rbs +2 -0
  174. data/sig/orb/models/dimensional_price_groups/external_dimensional_price_group_id_retrieve_params.rbs +2 -0
  175. data/sig/orb/models/dimensional_price_groups.rbs +5 -0
  176. data/sig/orb/models/evaluate_price_group.rbs +10 -4
  177. data/sig/orb/models/event_deprecate_params.rbs +2 -0
  178. data/sig/orb/models/event_deprecate_response.rbs +2 -0
  179. data/sig/orb/models/event_ingest_params.rbs +16 -0
  180. data/sig/orb/models/event_ingest_response.rbs +15 -0
  181. data/sig/orb/models/event_search_params.rbs +7 -0
  182. data/sig/orb/models/event_search_response.rbs +12 -0
  183. data/sig/orb/models/event_update_params.rbs +9 -0
  184. data/sig/orb/models/event_update_response.rbs +2 -0
  185. data/sig/orb/models/events/backfill_close_params.rbs +2 -0
  186. data/sig/orb/models/events/backfill_close_response.rbs +14 -0
  187. data/sig/orb/models/events/backfill_create_params.rbs +11 -0
  188. data/sig/orb/models/events/backfill_create_response.rbs +14 -0
  189. data/sig/orb/models/events/backfill_fetch_params.rbs +2 -0
  190. data/sig/orb/models/events/backfill_fetch_response.rbs +14 -0
  191. data/sig/orb/models/events/backfill_list_params.rbs +6 -0
  192. data/sig/orb/models/events/backfill_list_response.rbs +14 -0
  193. data/sig/orb/models/events/backfill_revert_params.rbs +2 -0
  194. data/sig/orb/models/events/backfill_revert_response.rbs +14 -0
  195. data/sig/orb/models/events/event_volumes.rbs +8 -0
  196. data/sig/orb/models/events/volume_list_params.rbs +8 -0
  197. data/sig/orb/models/invoice.rbs +293 -36
  198. data/sig/orb/models/invoice_create_params.rbs +30 -4
  199. data/sig/orb/models/invoice_fetch_params.rbs +2 -0
  200. data/sig/orb/models/invoice_fetch_upcoming_params.rbs +5 -0
  201. data/sig/orb/models/invoice_fetch_upcoming_response.rbs +257 -0
  202. data/sig/orb/models/invoice_issue_params.rbs +5 -0
  203. data/sig/orb/models/invoice_line_item_create_params.rbs +10 -0
  204. data/sig/orb/models/invoice_line_item_create_response.rbs +132 -0
  205. data/sig/orb/models/invoice_list_params.rbs +27 -4
  206. data/sig/orb/models/invoice_mark_paid_params.rbs +7 -0
  207. data/sig/orb/models/invoice_pay_params.rbs +2 -0
  208. data/sig/orb/models/invoice_update_params.rbs +5 -0
  209. data/sig/orb/models/invoice_void_params.rbs +2 -0
  210. data/sig/orb/models/item.rbs +16 -4
  211. data/sig/orb/models/item_create_params.rbs +2 -0
  212. data/sig/orb/models/item_fetch_params.rbs +2 -0
  213. data/sig/orb/models/item_list_params.rbs +6 -0
  214. data/sig/orb/models/item_update_params.rbs +15 -4
  215. data/sig/orb/models/metric_create_params.rbs +9 -0
  216. data/sig/orb/models/metric_fetch_params.rbs +2 -0
  217. data/sig/orb/models/metric_list_params.rbs +10 -0
  218. data/sig/orb/models/metric_update_params.rbs +5 -0
  219. data/sig/orb/models/pagination_metadata.rbs +2 -0
  220. data/sig/orb/models/percentage_discount.rbs +11 -4
  221. data/sig/orb/models/plan.rbs +141 -16
  222. data/sig/orb/models/plan_create_params.rbs +1070 -304
  223. data/sig/orb/models/plan_fetch_params.rbs +2 -0
  224. data/sig/orb/models/plan_list_params.rbs +11 -0
  225. data/sig/orb/models/plan_update_params.rbs +6 -0
  226. data/sig/orb/models/plans/external_plan_id_fetch_params.rbs +2 -0
  227. data/sig/orb/models/plans/external_plan_id_update_params.rbs +6 -0
  228. data/sig/orb/models/price.rbs +2148 -460
  229. data/sig/orb/models/price_create_params.rbs +130 -8
  230. data/sig/orb/models/price_evaluate_params.rbs +10 -0
  231. data/sig/orb/models/price_evaluate_response.rbs +2 -0
  232. data/sig/orb/models/price_fetch_params.rbs +2 -0
  233. data/sig/orb/models/price_list_params.rbs +6 -0
  234. data/sig/orb/models/price_update_params.rbs +5 -0
  235. data/sig/orb/models/prices/external_price_id_fetch_params.rbs +2 -0
  236. data/sig/orb/models/prices/external_price_id_update_params.rbs +5 -0
  237. data/sig/orb/models/subscription.rbs +177 -12
  238. data/sig/orb/models/subscription_cancel_params.rbs +7 -0
  239. data/sig/orb/models/subscription_cancel_response.rbs +173 -0
  240. data/sig/orb/models/subscription_change_apply_params.rbs +6 -0
  241. data/sig/orb/models/subscription_change_apply_response.rbs +186 -0
  242. data/sig/orb/models/subscription_change_cancel_params.rbs +2 -0
  243. data/sig/orb/models/subscription_change_cancel_response.rbs +186 -0
  244. data/sig/orb/models/subscription_change_retrieve_params.rbs +2 -0
  245. data/sig/orb/models/subscription_change_retrieve_response.rbs +186 -0
  246. data/sig/orb/models/subscription_create_params.rbs +2368 -632
  247. data/sig/orb/models/subscription_create_response.rbs +173 -0
  248. data/sig/orb/models/subscription_fetch_costs_params.rbs +8 -0
  249. data/sig/orb/models/subscription_fetch_costs_response.rbs +20 -0
  250. data/sig/orb/models/subscription_fetch_params.rbs +2 -0
  251. data/sig/orb/models/subscription_fetch_schedule_params.rbs +10 -0
  252. data/sig/orb/models/subscription_fetch_schedule_response.rbs +13 -0
  253. data/sig/orb/models/subscription_fetch_usage_params.rbs +14 -0
  254. data/sig/orb/models/subscription_list_params.rbs +13 -0
  255. data/sig/orb/models/subscription_price_intervals_params.rbs +1348 -396
  256. data/sig/orb/models/subscription_price_intervals_response.rbs +173 -0
  257. data/sig/orb/models/subscription_schedule_plan_change_params.rbs +2363 -632
  258. data/sig/orb/models/subscription_schedule_plan_change_response.rbs +173 -0
  259. data/sig/orb/models/subscription_trigger_phase_params.rbs +6 -0
  260. data/sig/orb/models/subscription_trigger_phase_response.rbs +173 -0
  261. data/sig/orb/models/subscription_unschedule_cancellation_params.rbs +2 -0
  262. data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +173 -0
  263. data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_params.rbs +2 -0
  264. data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +173 -0
  265. data/sig/orb/models/subscription_unschedule_pending_plan_changes_params.rbs +2 -0
  266. data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +173 -0
  267. data/sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs +9 -0
  268. data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +173 -0
  269. data/sig/orb/models/subscription_update_params.rbs +9 -0
  270. data/sig/orb/models/subscription_update_trial_params.rbs +6 -0
  271. data/sig/orb/models/subscription_update_trial_response.rbs +173 -0
  272. data/sig/orb/models/subscription_usage.rbs +48 -8
  273. data/sig/orb/models/subscriptions.rbs +5 -0
  274. data/sig/orb/models/top_level_ping_params.rbs +2 -0
  275. data/sig/orb/models/top_level_ping_response.rbs +2 -0
  276. data/sig/orb/models/trial_discount.rbs +12 -4
  277. data/sig/orb/models/usage_discount.rbs +11 -4
  278. data/sig/orb/resources/invoices.rbs +1 -1
  279. data/sig/orb/resources/plans.rbs +1 -1
  280. metadata +2 -2
@@ -57,7 +57,7 @@ module Orb
57
57
  # @!attribute price
58
58
  # The price object
59
59
  #
60
- # @return [Orb::Price::Unit, Orb::Price::Package, Orb::Price::Matrix, Orb::Price::Tiered, Orb::Price::TieredBps, Orb::Price::Bps, Orb::Price::BulkBps, Orb::Price::Bulk, Orb::Price::ThresholdTotalAmount, Orb::Price::TieredPackage, Orb::Price::GroupedTiered, Orb::Price::TieredWithMinimum, Orb::Price::TieredPackageWithMinimum, Orb::Price::PackageWithAllocation, Orb::Price::UnitWithPercent, Orb::Price::MatrixWithAllocation, Orb::Price::TieredWithProration, Orb::Price::UnitWithProration, Orb::Price::GroupedAllocation, Orb::Price::GroupedWithProratedMinimum, Orb::Price::GroupedWithMeteredMinimum, Orb::Price::MatrixWithDisplayName, Orb::Price::BulkWithProration, Orb::Price::GroupedTieredPackage, Orb::Price::MaxGroupTieredPackage, Orb::Price::ScalableMatrixWithUnitPricing, Orb::Price::ScalableMatrixWithTieredPricing, Orb::Price::CumulativeGroupedBulk]
60
+ # @return [Orb::Models::Price::Unit, Orb::Models::Price::Package, Orb::Models::Price::Matrix, Orb::Models::Price::Tiered, Orb::Models::Price::TieredBps, Orb::Models::Price::Bps, Orb::Models::Price::BulkBps, Orb::Models::Price::Bulk, Orb::Models::Price::ThresholdTotalAmount, Orb::Models::Price::TieredPackage, Orb::Models::Price::GroupedTiered, Orb::Models::Price::TieredWithMinimum, Orb::Models::Price::TieredPackageWithMinimum, Orb::Models::Price::PackageWithAllocation, Orb::Models::Price::UnitWithPercent, Orb::Models::Price::MatrixWithAllocation, Orb::Models::Price::TieredWithProration, Orb::Models::Price::UnitWithProration, Orb::Models::Price::GroupedAllocation, Orb::Models::Price::GroupedWithProratedMinimum, Orb::Models::Price::GroupedWithMeteredMinimum, Orb::Models::Price::MatrixWithDisplayName, Orb::Models::Price::BulkWithProration, Orb::Models::Price::GroupedTieredPackage, Orb::Models::Price::MaxGroupTieredPackage, Orb::Models::Price::ScalableMatrixWithUnitPricing, Orb::Models::Price::ScalableMatrixWithTieredPricing, Orb::Models::Price::CumulativeGroupedBulk]
61
61
  required :price, union: -> { Orb::Price }
62
62
 
63
63
  # @!attribute price_id
@@ -85,7 +85,7 @@ module Orb
85
85
  optional :quantity, Float, nil?: true
86
86
 
87
87
  # @!method initialize(price:, price_id:, subtotal:, total:, quantity: nil)
88
- # @param price [Orb::Price::Unit, Orb::Price::Package, Orb::Price::Matrix, Orb::Price::Tiered, Orb::Price::TieredBps, Orb::Price::Bps, Orb::Price::BulkBps, Orb::Price::Bulk, Orb::Price::ThresholdTotalAmount, Orb::Price::TieredPackage, Orb::Price::GroupedTiered, Orb::Price::TieredWithMinimum, Orb::Price::TieredPackageWithMinimum, Orb::Price::PackageWithAllocation, Orb::Price::UnitWithPercent, Orb::Price::MatrixWithAllocation, Orb::Price::TieredWithProration, Orb::Price::UnitWithProration, Orb::Price::GroupedAllocation, Orb::Price::GroupedWithProratedMinimum, Orb::Price::GroupedWithMeteredMinimum, Orb::Price::MatrixWithDisplayName, Orb::Price::BulkWithProration, Orb::Price::GroupedTieredPackage, Orb::Price::MaxGroupTieredPackage, Orb::Price::ScalableMatrixWithUnitPricing, Orb::Price::ScalableMatrixWithTieredPricing, Orb::Price::CumulativeGroupedBulk] The price object
88
+ # @param price [Orb::Models::Price::Unit, Orb::Models::Price::Package, Orb::Models::Price::Matrix, Orb::Models::Price::Tiered, Orb::Models::Price::TieredBps, Orb::Models::Price::Bps, Orb::Models::Price::BulkBps, Orb::Models::Price::Bulk, Orb::Models::Price::ThresholdTotalAmount, Orb::Models::Price::TieredPackage, Orb::Models::Price::GroupedTiered, Orb::Models::Price::TieredWithMinimum, Orb::Models::Price::TieredPackageWithMinimum, Orb::Models::Price::PackageWithAllocation, Orb::Models::Price::UnitWithPercent, Orb::Models::Price::MatrixWithAllocation, Orb::Models::Price::TieredWithProration, Orb::Models::Price::UnitWithProration, Orb::Models::Price::GroupedAllocation, Orb::Models::Price::GroupedWithProratedMinimum, Orb::Models::Price::GroupedWithMeteredMinimum, Orb::Models::Price::MatrixWithDisplayName, Orb::Models::Price::BulkWithProration, Orb::Models::Price::GroupedTieredPackage, Orb::Models::Price::MaxGroupTieredPackage, Orb::Models::Price::ScalableMatrixWithUnitPricing, Orb::Models::Price::ScalableMatrixWithTieredPricing, Orb::Models::Price::CumulativeGroupedBulk] The price object
89
89
  #
90
90
  # @param price_id [String] The price the cost is associated with
91
91
  #
@@ -18,7 +18,7 @@ module Orb
18
18
 
19
19
  # @!attribute entry_type
20
20
  #
21
- # @return [Symbol, Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::EntryType]
21
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::EntryType]
22
22
  required :entry_type,
23
23
  enum: -> {
24
24
  Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::EntryType
@@ -58,7 +58,7 @@ module Orb
58
58
  # per_unit_cost_basis, as the calculation of the invoice total is done on that
59
59
  # basis.
60
60
  #
61
- # @return [Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings, nil]
61
+ # @return [Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings, nil]
62
62
  optional :invoice_settings,
63
63
  -> { Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings },
64
64
  nil?: true
@@ -95,7 +95,7 @@ module Orb
95
95
  # @!attribute void_reason
96
96
  # Can only be specified when `entry_type=void`. The reason for the void.
97
97
  #
98
- # @return [Symbol, Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::VoidReason, nil]
98
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::VoidReason, nil]
99
99
  optional :void_reason,
100
100
  enum: -> { Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::VoidReason },
101
101
  nil?: true
@@ -107,7 +107,7 @@ module Orb
107
107
  #
108
108
  # @param amount [Float] The number of credits to effect. Note that this is required for increment, decre
109
109
  #
110
- # @param entry_type [Symbol, Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::EntryType]
110
+ # @param entry_type [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::EntryType]
111
111
  #
112
112
  # @param expiry_date [Time, nil] An ISO 8601 format date that identifies the origination credit block to expire
113
113
  #
@@ -121,13 +121,13 @@ module Orb
121
121
  #
122
122
  # @param effective_date [Time, nil] An ISO 8601 format date that denotes when this credit balance should become avai
123
123
  #
124
- # @param invoice_settings [Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings, nil] Passing `invoice_settings` automatically generates an invoice for the newly adde
124
+ # @param invoice_settings [Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings, nil] Passing `invoice_settings` automatically generates an invoice for the newly adde
125
125
  #
126
126
  # @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
127
127
  #
128
128
  # @param per_unit_cost_basis [String, nil] Can only be specified when entry_type=increment. How much, in the customer's cur
129
129
  #
130
- # @param void_reason [Symbol, Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::VoidReason, nil] Can only be specified when `entry_type=void`. The reason for the void.
130
+ # @param void_reason [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::VoidReason, nil] Can only be specified when `entry_type=void`. The reason for the void.
131
131
  #
132
132
  # @param request_options [Orb::RequestOptions, Hash{Symbol=>Object}]
133
133
 
@@ -171,7 +171,7 @@ module Orb
171
171
 
172
172
  # @!method initialize(auto_collection:, net_terms:, memo: nil, require_successful_payment: nil)
173
173
  # Some parameter documentations has been truncated, see
174
- # {Orb::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings}
174
+ # {Orb::Models::Customers::Credits::LedgerCreateEntryByExternalIDParams::InvoiceSettings}
175
175
  # for more details.
176
176
  #
177
177
  # Passing `invoice_settings` automatically generates an invoice for the newly
@@ -18,7 +18,7 @@ module Orb
18
18
 
19
19
  # @!attribute entry_type
20
20
  #
21
- # @return [Symbol, Orb::Customers::Credits::LedgerCreateEntryParams::EntryType]
21
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryParams::EntryType]
22
22
  required :entry_type, enum: -> { Orb::Customers::Credits::LedgerCreateEntryParams::EntryType }
23
23
 
24
24
  # @!attribute currency
@@ -55,7 +55,7 @@ module Orb
55
55
  # per_unit_cost_basis, as the calculation of the invoice total is done on that
56
56
  # basis.
57
57
  #
58
- # @return [Orb::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings, nil]
58
+ # @return [Orb::Models::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings, nil]
59
59
  optional :invoice_settings,
60
60
  -> { Orb::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings },
61
61
  nil?: true
@@ -92,7 +92,7 @@ module Orb
92
92
  # @!attribute void_reason
93
93
  # Can only be specified when `entry_type=void`. The reason for the void.
94
94
  #
95
- # @return [Symbol, Orb::Customers::Credits::LedgerCreateEntryParams::VoidReason, nil]
95
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryParams::VoidReason, nil]
96
96
  optional :void_reason,
97
97
  enum: -> { Orb::Customers::Credits::LedgerCreateEntryParams::VoidReason },
98
98
  nil?: true
@@ -103,7 +103,7 @@ module Orb
103
103
  #
104
104
  # @param amount [Float] The number of credits to effect. Note that this is required for increment, decre
105
105
  #
106
- # @param entry_type [Symbol, Orb::Customers::Credits::LedgerCreateEntryParams::EntryType]
106
+ # @param entry_type [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryParams::EntryType]
107
107
  #
108
108
  # @param expiry_date [Time, nil] An ISO 8601 format date that identifies the origination credit block to expire
109
109
  #
@@ -117,13 +117,13 @@ module Orb
117
117
  #
118
118
  # @param effective_date [Time, nil] An ISO 8601 format date that denotes when this credit balance should become avai
119
119
  #
120
- # @param invoice_settings [Orb::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings, nil] Passing `invoice_settings` automatically generates an invoice for the newly adde
120
+ # @param invoice_settings [Orb::Models::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings, nil] Passing `invoice_settings` automatically generates an invoice for the newly adde
121
121
  #
122
122
  # @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
123
123
  #
124
124
  # @param per_unit_cost_basis [String, nil] Can only be specified when entry_type=increment. How much, in the customer's cur
125
125
  #
126
- # @param void_reason [Symbol, Orb::Customers::Credits::LedgerCreateEntryParams::VoidReason, nil] Can only be specified when `entry_type=void`. The reason for the void.
126
+ # @param void_reason [Symbol, Orb::Models::Customers::Credits::LedgerCreateEntryParams::VoidReason, nil] Can only be specified when `entry_type=void`. The reason for the void.
127
127
  #
128
128
  # @param request_options [Orb::RequestOptions, Hash{Symbol=>Object}]
129
129
 
@@ -167,8 +167,8 @@ module Orb
167
167
 
168
168
  # @!method initialize(auto_collection:, net_terms:, memo: nil, require_successful_payment: nil)
169
169
  # Some parameter documentations has been truncated, see
170
- # {Orb::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings} for more
171
- # details.
170
+ # {Orb::Models::Customers::Credits::LedgerCreateEntryParams::InvoiceSettings} for
171
+ # more details.
172
172
  #
173
173
  # Passing `invoice_settings` automatically generates an invoice for the newly
174
174
  # added credits. If `invoice_settings` is passed, you must specify
@@ -44,14 +44,14 @@ module Orb
44
44
 
45
45
  # @!attribute entry_status
46
46
  #
47
- # @return [Symbol, Orb::Customers::Credits::LedgerListByExternalIDParams::EntryStatus, nil]
47
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerListByExternalIDParams::EntryStatus, nil]
48
48
  optional :entry_status,
49
49
  enum: -> { Orb::Customers::Credits::LedgerListByExternalIDParams::EntryStatus },
50
50
  nil?: true
51
51
 
52
52
  # @!attribute entry_type
53
53
  #
54
- # @return [Symbol, Orb::Customers::Credits::LedgerListByExternalIDParams::EntryType, nil]
54
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerListByExternalIDParams::EntryType, nil]
55
55
  optional :entry_type,
56
56
  enum: -> { Orb::Customers::Credits::LedgerListByExternalIDParams::EntryType },
57
57
  nil?: true
@@ -84,9 +84,9 @@ module Orb
84
84
  #
85
85
  # @param cursor [String, nil] Cursor for pagination. This can be populated by the `next_cursor` value returned
86
86
  #
87
- # @param entry_status [Symbol, Orb::Customers::Credits::LedgerListByExternalIDParams::EntryStatus, nil]
87
+ # @param entry_status [Symbol, Orb::Models::Customers::Credits::LedgerListByExternalIDParams::EntryStatus, nil]
88
88
  #
89
- # @param entry_type [Symbol, Orb::Customers::Credits::LedgerListByExternalIDParams::EntryType, nil]
89
+ # @param entry_type [Symbol, Orb::Models::Customers::Credits::LedgerListByExternalIDParams::EntryType, nil]
90
90
  #
91
91
  # @param limit [Integer] The number of items to fetch. Defaults to 20.
92
92
  #
@@ -44,7 +44,7 @@ module Orb
44
44
 
45
45
  # @!attribute entry_status
46
46
  #
47
- # @return [Symbol, Orb::Customers::Credits::LedgerListParams::EntryStatus, nil]
47
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerListParams::EntryStatus, nil]
48
48
  optional :entry_status,
49
49
  enum: -> {
50
50
  Orb::Customers::Credits::LedgerListParams::EntryStatus
@@ -53,7 +53,7 @@ module Orb
53
53
 
54
54
  # @!attribute entry_type
55
55
  #
56
- # @return [Symbol, Orb::Customers::Credits::LedgerListParams::EntryType, nil]
56
+ # @return [Symbol, Orb::Models::Customers::Credits::LedgerListParams::EntryType, nil]
57
57
  optional :entry_type, enum: -> { Orb::Customers::Credits::LedgerListParams::EntryType }, nil?: true
58
58
 
59
59
  # @!attribute limit
@@ -83,9 +83,9 @@ module Orb
83
83
  #
84
84
  # @param cursor [String, nil] Cursor for pagination. This can be populated by the `next_cursor` value returned
85
85
  #
86
- # @param entry_status [Symbol, Orb::Customers::Credits::LedgerListParams::EntryStatus, nil]
86
+ # @param entry_status [Symbol, Orb::Models::Customers::Credits::LedgerListParams::EntryStatus, nil]
87
87
  #
88
- # @param entry_type [Symbol, Orb::Customers::Credits::LedgerListParams::EntryType, nil]
88
+ # @param entry_type [Symbol, Orb::Models::Customers::Credits::LedgerListParams::EntryType, nil]
89
89
  #
90
90
  # @param limit [Integer] The number of items to fetch. Defaults to 20.
91
91
  #
@@ -25,7 +25,7 @@ module Orb
25
25
  # @!attribute invoice_settings
26
26
  # Settings for invoices generated by triggered top-ups.
27
27
  #
28
- # @return [Orb::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings]
28
+ # @return [Orb::Models::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings]
29
29
  required :invoice_settings,
30
30
  -> {
31
31
  Orb::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings
@@ -61,7 +61,7 @@ module Orb
61
61
  # @!attribute expires_after_unit
62
62
  # The unit of expires_after.
63
63
  #
64
- # @return [Symbol, Orb::Customers::Credits::TopUpCreateByExternalIDParams::ExpiresAfterUnit, nil]
64
+ # @return [Symbol, Orb::Models::Customers::Credits::TopUpCreateByExternalIDParams::ExpiresAfterUnit, nil]
65
65
  optional :expires_after_unit,
66
66
  enum: -> { Orb::Customers::Credits::TopUpCreateByExternalIDParams::ExpiresAfterUnit },
67
67
  nil?: true
@@ -75,7 +75,7 @@ module Orb
75
75
  #
76
76
  # @param currency [String] The currency or custom pricing unit to use for this top-up. If this is a real-wo
77
77
  #
78
- # @param invoice_settings [Orb::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings] Settings for invoices generated by triggered top-ups.
78
+ # @param invoice_settings [Orb::Models::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings] Settings for invoices generated by triggered top-ups.
79
79
  #
80
80
  # @param per_unit_cost_basis [String] How much, in the customer's currency, to charge for each unit.
81
81
  #
@@ -85,7 +85,7 @@ module Orb
85
85
  #
86
86
  # @param expires_after [Integer, nil] The number of days or months after which the top-up expires. If unspecified, it
87
87
  #
88
- # @param expires_after_unit [Symbol, Orb::Customers::Credits::TopUpCreateByExternalIDParams::ExpiresAfterUnit, nil] The unit of expires_after.
88
+ # @param expires_after_unit [Symbol, Orb::Models::Customers::Credits::TopUpCreateByExternalIDParams::ExpiresAfterUnit, nil] The unit of expires_after.
89
89
  #
90
90
  # @param request_options [Orb::RequestOptions, Hash{Symbol=>Object}]
91
91
 
@@ -120,8 +120,8 @@ module Orb
120
120
 
121
121
  # @!method initialize(auto_collection:, net_terms:, memo: nil, require_successful_payment: nil)
122
122
  # Some parameter documentations has been truncated, see
123
- # {Orb::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings} for
124
- # more details.
123
+ # {Orb::Models::Customers::Credits::TopUpCreateByExternalIDParams::InvoiceSettings}
124
+ # for more details.
125
125
  #
126
126
  # Settings for invoices generated by triggered top-ups.
127
127
  #
@@ -25,7 +25,7 @@ module Orb
25
25
  # @!attribute invoice_settings
26
26
  # Settings for invoices generated by triggered top-ups.
27
27
  #
28
- # @return [Orb::Customers::Credits::TopUpCreateParams::InvoiceSettings]
28
+ # @return [Orb::Models::Customers::Credits::TopUpCreateParams::InvoiceSettings]
29
29
  required :invoice_settings, -> { Orb::Customers::Credits::TopUpCreateParams::InvoiceSettings }
30
30
 
31
31
  # @!attribute per_unit_cost_basis
@@ -58,7 +58,7 @@ module Orb
58
58
  # @!attribute expires_after_unit
59
59
  # The unit of expires_after.
60
60
  #
61
- # @return [Symbol, Orb::Customers::Credits::TopUpCreateParams::ExpiresAfterUnit, nil]
61
+ # @return [Symbol, Orb::Models::Customers::Credits::TopUpCreateParams::ExpiresAfterUnit, nil]
62
62
  optional :expires_after_unit,
63
63
  enum: -> { Orb::Customers::Credits::TopUpCreateParams::ExpiresAfterUnit },
64
64
  nil?: true
@@ -71,7 +71,7 @@ module Orb
71
71
  #
72
72
  # @param currency [String] The currency or custom pricing unit to use for this top-up. If this is a real-wo
73
73
  #
74
- # @param invoice_settings [Orb::Customers::Credits::TopUpCreateParams::InvoiceSettings] Settings for invoices generated by triggered top-ups.
74
+ # @param invoice_settings [Orb::Models::Customers::Credits::TopUpCreateParams::InvoiceSettings] Settings for invoices generated by triggered top-ups.
75
75
  #
76
76
  # @param per_unit_cost_basis [String] How much, in the customer's currency, to charge for each unit.
77
77
  #
@@ -81,7 +81,7 @@ module Orb
81
81
  #
82
82
  # @param expires_after [Integer, nil] The number of days or months after which the top-up expires. If unspecified, it
83
83
  #
84
- # @param expires_after_unit [Symbol, Orb::Customers::Credits::TopUpCreateParams::ExpiresAfterUnit, nil] The unit of expires_after.
84
+ # @param expires_after_unit [Symbol, Orb::Models::Customers::Credits::TopUpCreateParams::ExpiresAfterUnit, nil] The unit of expires_after.
85
85
  #
86
86
  # @param request_options [Orb::RequestOptions, Hash{Symbol=>Object}]
87
87
 
@@ -116,7 +116,8 @@ module Orb
116
116
 
117
117
  # @!method initialize(auto_collection:, net_terms:, memo: nil, require_successful_payment: nil)
118
118
  # Some parameter documentations has been truncated, see
119
- # {Orb::Customers::Credits::TopUpCreateParams::InvoiceSettings} for more details.
119
+ # {Orb::Models::Customers::Credits::TopUpCreateParams::InvoiceSettings} for more
120
+ # details.
120
121
  #
121
122
  # Settings for invoices generated by triggered top-ups.
122
123
  #
@@ -46,7 +46,7 @@ module Orb
46
46
 
47
47
  # @!method initialize(id:, billable_metric_id:, dimensions:, external_dimensional_price_group_id:, metadata:, name:)
48
48
  # Some parameter documentations has been truncated, see
49
- # {Orb::DimensionalPriceGroup} for more details.
49
+ # {Orb::Models::DimensionalPriceGroup} for more details.
50
50
  #
51
51
  # A dimensional price group is used to partition the result of a billable metric
52
52
  # by a set of dimensions. Prices in a price group must specify the parition used
@@ -5,17 +5,17 @@ module Orb
5
5
  class DimensionalPriceGroupsAPI < Orb::Internal::Type::BaseModel
6
6
  # @!attribute data
7
7
  #
8
- # @return [Array<Orb::DimensionalPriceGroup>]
8
+ # @return [Array<Orb::Models::DimensionalPriceGroup>]
9
9
  required :data, -> { Orb::Internal::Type::ArrayOf[Orb::DimensionalPriceGroup] }
10
10
 
11
11
  # @!attribute pagination_metadata
12
12
  #
13
- # @return [Orb::PaginationMetadata]
13
+ # @return [Orb::Models::PaginationMetadata]
14
14
  required :pagination_metadata, -> { Orb::PaginationMetadata }
15
15
 
16
16
  # @!method initialize(data:, pagination_metadata:)
17
- # @param data [Array<Orb::DimensionalPriceGroup>]
18
- # @param pagination_metadata [Orb::PaginationMetadata]
17
+ # @param data [Array<Orb::Models::DimensionalPriceGroup>]
18
+ # @param pagination_metadata [Orb::Models::PaginationMetadata]
19
19
  end
20
20
  end
21
21
  end
@@ -16,7 +16,7 @@ module Orb
16
16
  variant :amount, -> { Orb::AmountDiscount }
17
17
 
18
18
  # @!method self.variants
19
- # @return [Array(Orb::PercentageDiscount, Orb::TrialDiscount, Orb::UsageDiscount, Orb::AmountDiscount)]
19
+ # @return [Array(Orb::Models::PercentageDiscount, Orb::Models::TrialDiscount, Orb::Models::UsageDiscount, Orb::Models::AmountDiscount)]
20
20
  end
21
21
  end
22
22
  end
@@ -9,7 +9,7 @@ module Orb
9
9
 
10
10
  # @!attribute events
11
11
  #
12
- # @return [Array<Orb::EventIngestParams::Event>]
12
+ # @return [Array<Orb::Models::EventIngestParams::Event>]
13
13
  required :events, -> { Orb::Internal::Type::ArrayOf[Orb::EventIngestParams::Event] }
14
14
 
15
15
  # @!attribute backfill_id
@@ -29,7 +29,7 @@ module Orb
29
29
  # Some parameter documentations has been truncated, see
30
30
  # {Orb::Models::EventIngestParams} for more details.
31
31
  #
32
- # @param events [Array<Orb::EventIngestParams::Event>]
32
+ # @param events [Array<Orb::Models::EventIngestParams::Event>]
33
33
  #
34
34
  # @param backfill_id [String, nil] If this ingestion request is part of a backfill, this parameter ties the ingeste
35
35
  #
@@ -82,7 +82,7 @@ module Orb
82
82
 
83
83
  # @!method initialize(event_name:, idempotency_key:, properties:, timestamp:, customer_id: nil, external_customer_id: nil)
84
84
  # Some parameter documentations has been truncated, see
85
- # {Orb::EventIngestParams::Event} for more details.
85
+ # {Orb::Models::EventIngestParams::Event} for more details.
86
86
  #
87
87
  # @param event_name [String] A name to meaningfully identify the action or event type.
88
88
  #
@@ -7,11 +7,11 @@ module Orb
7
7
  class EventVolumes < Orb::Internal::Type::BaseModel
8
8
  # @!attribute data
9
9
  #
10
- # @return [Array<Orb::Events::EventVolumes::Data>]
10
+ # @return [Array<Orb::Models::Events::EventVolumes::Data>]
11
11
  required :data, -> { Orb::Internal::Type::ArrayOf[Orb::Events::EventVolumes::Data] }
12
12
 
13
13
  # @!method initialize(data:)
14
- # @param data [Array<Orb::Events::EventVolumes::Data>]
14
+ # @param data [Array<Orb::Models::Events::EventVolumes::Data>]
15
15
 
16
16
  class Data < Orb::Internal::Type::BaseModel
17
17
  # @!attribute count