maxio-advanced-billing-sdk 6.1.0 → 7.0.0

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 (648) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +69 -64
  3. data/lib/advanced_billing/api_helper.rb +2 -2
  4. data/lib/advanced_billing/client.rb +2 -2
  5. data/lib/advanced_billing/configuration.rb +4 -5
  6. data/lib/advanced_billing/controllers/advance_invoice_controller.rb +12 -10
  7. data/lib/advanced_billing/controllers/api_exports_controller.rb +20 -20
  8. data/lib/advanced_billing/controllers/base_controller.rb +4 -10
  9. data/lib/advanced_billing/controllers/billing_portal_controller.rb +10 -10
  10. data/lib/advanced_billing/controllers/component_price_points_controller.rb +34 -32
  11. data/lib/advanced_billing/controllers/components_controller.rb +40 -33
  12. data/lib/advanced_billing/controllers/coupons_controller.rb +43 -38
  13. data/lib/advanced_billing/controllers/custom_fields_controller.rb +29 -25
  14. data/lib/advanced_billing/controllers/customers_controller.rb +20 -18
  15. data/lib/advanced_billing/controllers/events_based_billing_segments_controller.rb +22 -18
  16. data/lib/advanced_billing/controllers/events_controller.rb +8 -8
  17. data/lib/advanced_billing/controllers/insights_controller.rb +11 -11
  18. data/lib/advanced_billing/controllers/invoices_controller.rb +59 -92
  19. data/lib/advanced_billing/controllers/offers_controller.rb +14 -13
  20. data/lib/advanced_billing/controllers/payment_profiles_controller.rb +32 -29
  21. data/lib/advanced_billing/controllers/product_families_controller.rb +15 -14
  22. data/lib/advanced_billing/controllers/product_price_points_controller.rb +33 -32
  23. data/lib/advanced_billing/controllers/products_controller.rb +18 -16
  24. data/lib/advanced_billing/controllers/proforma_invoices_controller.rb +26 -23
  25. data/lib/advanced_billing/controllers/reason_codes_controller.rb +18 -16
  26. data/lib/advanced_billing/controllers/referral_codes_controller.rb +4 -4
  27. data/lib/advanced_billing/controllers/sales_commissions_controller.rb +8 -8
  28. data/lib/advanced_billing/controllers/sites_controller.rb +8 -8
  29. data/lib/advanced_billing/controllers/subscription_components_controller.rb +55 -48
  30. data/lib/advanced_billing/controllers/subscription_group_invoice_account_controller.rb +16 -14
  31. data/lib/advanced_billing/controllers/subscription_group_status_controller.rb +14 -14
  32. data/lib/advanced_billing/controllers/subscription_groups_controller.rb +28 -27
  33. data/lib/advanced_billing/controllers/subscription_invoice_account_controller.rb +68 -18
  34. data/lib/advanced_billing/controllers/subscription_notes_controller.rb +16 -14
  35. data/lib/advanced_billing/controllers/subscription_products_controller.rb +8 -8
  36. data/lib/advanced_billing/controllers/subscription_status_controller.rb +34 -28
  37. data/lib/advanced_billing/controllers/subscriptions_controller.rb +45 -71
  38. data/lib/advanced_billing/controllers/webhooks_controller.rb +22 -18
  39. data/lib/advanced_billing/exceptions/api_exception.rb +2 -2
  40. data/lib/advanced_billing/exceptions/component_allocation_error_exception.rb +7 -5
  41. data/lib/advanced_billing/exceptions/component_price_point_error_exception.rb +7 -5
  42. data/lib/advanced_billing/exceptions/customer_error_response_exception.rb +7 -5
  43. data/lib/advanced_billing/exceptions/error_array_map_response_exception.rb +7 -5
  44. data/lib/advanced_billing/exceptions/error_list_response_exception.rb +7 -5
  45. data/lib/advanced_billing/exceptions/error_string_map_response_exception.rb +7 -5
  46. data/lib/advanced_billing/exceptions/event_based_billing_list_segments_errors_exception.rb +7 -5
  47. data/lib/advanced_billing/exceptions/event_based_billing_segment_errors_exception.rb +7 -5
  48. data/lib/advanced_billing/exceptions/event_based_billing_segment_exception.rb +7 -5
  49. data/lib/advanced_billing/exceptions/product_price_point_error_response_exception.rb +7 -5
  50. data/lib/advanced_billing/exceptions/proforma_bad_request_error_response_exception.rb +7 -5
  51. data/lib/advanced_billing/exceptions/refund_prepayment_base_errors_response_exception.rb +7 -5
  52. data/lib/advanced_billing/exceptions/single_error_response_exception.rb +7 -5
  53. data/lib/advanced_billing/exceptions/single_string_error_response_exception.rb +7 -5
  54. data/lib/advanced_billing/exceptions/subscription_add_coupon_error_exception.rb +7 -5
  55. data/lib/advanced_billing/exceptions/subscription_component_allocation_error_exception.rb +7 -5
  56. data/lib/advanced_billing/exceptions/subscription_group_create_error_response_exception.rb +7 -5
  57. data/lib/advanced_billing/exceptions/subscription_group_signup_error_response_exception.rb +7 -5
  58. data/lib/advanced_billing/exceptions/subscription_group_update_error_response_exception.rb +7 -5
  59. data/lib/advanced_billing/exceptions/subscription_remove_coupon_errors_exception.rb +7 -5
  60. data/lib/advanced_billing/exceptions/subscription_response_error_exception.rb +7 -5
  61. data/lib/advanced_billing/exceptions/subscriptions_mrr_error_response_exception.rb +7 -5
  62. data/lib/advanced_billing/exceptions/too_many_management_link_requests_error_exception.rb +7 -5
  63. data/lib/advanced_billing/http/auth/basic_auth.rb +2 -2
  64. data/lib/advanced_billing/http/http_call_back.rb +2 -2
  65. data/lib/advanced_billing/http/http_method_enum.rb +2 -2
  66. data/lib/advanced_billing/http/http_request.rb +2 -2
  67. data/lib/advanced_billing/http/http_response.rb +2 -2
  68. data/lib/advanced_billing/models/account_balance.rb +2 -2
  69. data/lib/advanced_billing/models/account_balances.rb +2 -2
  70. data/lib/advanced_billing/models/ach_agreement.rb +2 -2
  71. data/lib/advanced_billing/models/activate_event_based_component.rb +2 -2
  72. data/lib/advanced_billing/models/activate_subscription_request.rb +2 -2
  73. data/lib/advanced_billing/models/add_coupons_request.rb +2 -2
  74. data/lib/advanced_billing/models/add_subscription_to_a_group.rb +2 -2
  75. data/lib/advanced_billing/models/address_change.rb +2 -2
  76. data/lib/advanced_billing/models/agreement_acceptance.rb +2 -2
  77. data/lib/advanced_billing/models/all_vaults.rb +2 -2
  78. data/lib/advanced_billing/models/allocate_components.rb +2 -2
  79. data/lib/advanced_billing/models/allocation.rb +2 -2
  80. data/lib/advanced_billing/models/allocation_expiration_date.rb +2 -2
  81. data/lib/advanced_billing/models/allocation_preview.rb +2 -2
  82. data/lib/advanced_billing/models/allocation_preview_direction.rb +2 -2
  83. data/lib/advanced_billing/models/allocation_preview_item.rb +2 -2
  84. data/lib/advanced_billing/models/allocation_preview_line_item.rb +2 -2
  85. data/lib/advanced_billing/models/allocation_preview_line_item_kind.rb +2 -2
  86. data/lib/advanced_billing/models/allocation_preview_response.rb +2 -2
  87. data/lib/advanced_billing/models/allocation_response.rb +2 -2
  88. data/lib/advanced_billing/models/allocation_settings.rb +2 -2
  89. data/lib/advanced_billing/models/apple_pay_payment_profile.rb +43 -5
  90. data/lib/advanced_billing/models/apple_pay_vault.rb +2 -2
  91. data/lib/advanced_billing/models/applied_credit_note_data.rb +2 -2
  92. data/lib/advanced_billing/models/apply_credit_note_event.rb +2 -2
  93. data/lib/advanced_billing/models/apply_credit_note_event_data.rb +2 -2
  94. data/lib/advanced_billing/models/apply_debit_note_event.rb +2 -2
  95. data/lib/advanced_billing/models/apply_debit_note_event_data.rb +2 -2
  96. data/lib/advanced_billing/models/apply_payment_event.rb +2 -2
  97. data/lib/advanced_billing/models/apply_payment_event_data.rb +2 -2
  98. data/lib/advanced_billing/models/attribute_error.rb +2 -2
  99. data/lib/advanced_billing/models/auto_invite.rb +2 -2
  100. data/lib/advanced_billing/models/auto_resume.rb +2 -2
  101. data/lib/advanced_billing/models/backport_invoice_event.rb +2 -2
  102. data/lib/advanced_billing/models/bank_account_attributes.rb +2 -2
  103. data/lib/advanced_billing/models/bank_account_holder_type.rb +2 -2
  104. data/lib/advanced_billing/models/bank_account_payment_profile.rb +42 -5
  105. data/lib/advanced_billing/models/bank_account_response.rb +2 -2
  106. data/lib/advanced_billing/models/bank_account_type.rb +2 -2
  107. data/lib/advanced_billing/models/bank_account_vault.rb +2 -2
  108. data/lib/advanced_billing/models/bank_account_verification.rb +2 -2
  109. data/lib/advanced_billing/models/bank_account_verification_request.rb +2 -2
  110. data/lib/advanced_billing/models/base_model.rb +2 -2
  111. data/lib/advanced_billing/models/base_refund_error.rb +2 -2
  112. data/lib/advanced_billing/models/base_string_error.rb +2 -2
  113. data/lib/advanced_billing/models/basic_date_field.rb +2 -2
  114. data/lib/advanced_billing/models/batch_job.rb +2 -2
  115. data/lib/advanced_billing/models/batch_job_response.rb +2 -2
  116. data/lib/advanced_billing/models/billing_manifest.rb +2 -2
  117. data/lib/advanced_billing/models/billing_manifest_item.rb +2 -2
  118. data/lib/advanced_billing/models/billing_manifest_line_item_kind.rb +2 -2
  119. data/lib/advanced_billing/models/billing_schedule.rb +2 -2
  120. data/lib/advanced_billing/models/breakouts.rb +2 -2
  121. data/lib/advanced_billing/models/bulk_components_price_point_assignment.rb +2 -2
  122. data/lib/advanced_billing/models/bulk_create_product_price_points_request.rb +2 -2
  123. data/lib/advanced_billing/models/bulk_create_product_price_points_response.rb +2 -2
  124. data/lib/advanced_billing/models/bulk_create_segments.rb +2 -2
  125. data/lib/advanced_billing/models/bulk_update_segments.rb +2 -2
  126. data/lib/advanced_billing/models/bulk_update_segments_item.rb +2 -2
  127. data/lib/advanced_billing/models/calendar_billing.rb +2 -2
  128. data/lib/advanced_billing/models/cancel_grouped_subscriptions_request.rb +2 -2
  129. data/lib/advanced_billing/models/cancellation_method.rb +2 -2
  130. data/lib/advanced_billing/models/cancellation_options.rb +2 -2
  131. data/lib/advanced_billing/models/cancellation_request.rb +2 -2
  132. data/lib/advanced_billing/models/card_type.rb +2 -2
  133. data/lib/advanced_billing/models/change_chargeback_status_event.rb +2 -2
  134. data/lib/advanced_billing/models/change_chargeback_status_event_data.rb +2 -2
  135. data/lib/advanced_billing/models/change_invoice_collection_method_event.rb +2 -2
  136. data/lib/advanced_billing/models/change_invoice_collection_method_event_data.rb +2 -2
  137. data/lib/advanced_billing/models/change_invoice_status_event.rb +2 -2
  138. data/lib/advanced_billing/models/change_invoice_status_event_data.rb +2 -2
  139. data/lib/advanced_billing/models/chargeback_status.rb +2 -2
  140. data/lib/advanced_billing/models/chargify_ebb.rb +2 -2
  141. data/lib/advanced_billing/models/cleanup_scope.rb +2 -2
  142. data/lib/advanced_billing/models/collection_method.rb +2 -2
  143. data/lib/advanced_billing/models/component.rb +25 -12
  144. data/lib/advanced_billing/models/component_allocation_change.rb +2 -2
  145. data/lib/advanced_billing/models/component_allocation_error_item.rb +2 -2
  146. data/lib/advanced_billing/models/component_cost_data.rb +2 -2
  147. data/lib/advanced_billing/models/component_cost_data_rate_tier.rb +2 -2
  148. data/lib/advanced_billing/models/component_currency_price.rb +2 -2
  149. data/lib/advanced_billing/models/component_currency_prices_response.rb +2 -2
  150. data/lib/advanced_billing/models/component_custom_price.rb +2 -2
  151. data/lib/advanced_billing/models/component_kind.rb +2 -2
  152. data/lib/advanced_billing/models/component_price.rb +2 -2
  153. data/lib/advanced_billing/models/component_price_point.rb +2 -2
  154. data/lib/advanced_billing/models/component_price_point_assignment.rb +2 -2
  155. data/lib/advanced_billing/models/component_price_point_error_item.rb +2 -2
  156. data/lib/advanced_billing/models/component_price_point_item.rb +2 -2
  157. data/lib/advanced_billing/models/component_price_point_response.rb +2 -2
  158. data/lib/advanced_billing/models/component_price_points_response.rb +2 -2
  159. data/lib/advanced_billing/models/component_response.rb +2 -2
  160. data/lib/advanced_billing/models/compounding_strategy.rb +2 -2
  161. data/lib/advanced_billing/models/consolidated_invoice.rb +2 -2
  162. data/lib/advanced_billing/models/count_response.rb +2 -2
  163. data/lib/advanced_billing/models/coupon.rb +2 -2
  164. data/lib/advanced_billing/models/coupon_currency.rb +2 -2
  165. data/lib/advanced_billing/models/coupon_currency_request.rb +2 -2
  166. data/lib/advanced_billing/models/coupon_currency_response.rb +2 -2
  167. data/lib/advanced_billing/models/coupon_payload.rb +2 -2
  168. data/lib/advanced_billing/models/coupon_request.rb +8 -6
  169. data/lib/advanced_billing/models/coupon_response.rb +2 -2
  170. data/lib/advanced_billing/models/coupon_restriction.rb +2 -2
  171. data/lib/advanced_billing/models/coupon_subcodes.rb +2 -2
  172. data/lib/advanced_billing/models/coupon_subcodes_response.rb +2 -2
  173. data/lib/advanced_billing/models/coupon_usage.rb +2 -2
  174. data/lib/advanced_billing/models/create_allocation.rb +2 -2
  175. data/lib/advanced_billing/models/create_allocation_request.rb +2 -2
  176. data/lib/advanced_billing/models/create_component_price_point.rb +2 -2
  177. data/lib/advanced_billing/models/create_component_price_point_request.rb +2 -2
  178. data/lib/advanced_billing/models/create_component_price_points_request.rb +2 -2
  179. data/lib/advanced_billing/models/create_credit_note_event.rb +2 -2
  180. data/lib/advanced_billing/models/create_currency_price.rb +2 -2
  181. data/lib/advanced_billing/models/create_currency_prices_request.rb +2 -2
  182. data/lib/advanced_billing/models/create_customer.rb +2 -2
  183. data/lib/advanced_billing/models/create_customer_request.rb +2 -2
  184. data/lib/advanced_billing/models/create_debit_note_event.rb +2 -2
  185. data/lib/advanced_billing/models/create_ebb_component.rb +2 -2
  186. data/lib/advanced_billing/models/create_invoice.rb +2 -2
  187. data/lib/advanced_billing/models/create_invoice_address.rb +2 -2
  188. data/lib/advanced_billing/models/create_invoice_coupon.rb +2 -2
  189. data/lib/advanced_billing/models/create_invoice_item.rb +2 -2
  190. data/lib/advanced_billing/models/create_invoice_payment.rb +2 -2
  191. data/lib/advanced_billing/models/create_invoice_payment_application.rb +2 -2
  192. data/lib/advanced_billing/models/create_invoice_payment_request.rb +2 -2
  193. data/lib/advanced_billing/models/create_invoice_request.rb +2 -2
  194. data/lib/advanced_billing/models/create_invoice_status.rb +2 -2
  195. data/lib/advanced_billing/models/create_metadata.rb +2 -2
  196. data/lib/advanced_billing/models/create_metadata_request.rb +2 -2
  197. data/lib/advanced_billing/models/create_metafield.rb +2 -2
  198. data/lib/advanced_billing/models/create_metafields_request.rb +2 -2
  199. data/lib/advanced_billing/models/create_metered_component.rb +2 -2
  200. data/lib/advanced_billing/models/create_multi_invoice_payment.rb +2 -2
  201. data/lib/advanced_billing/models/create_multi_invoice_payment_request.rb +2 -2
  202. data/lib/advanced_billing/models/create_offer.rb +2 -2
  203. data/lib/advanced_billing/models/create_offer_component.rb +2 -2
  204. data/lib/advanced_billing/models/create_offer_request.rb +2 -2
  205. data/lib/advanced_billing/models/create_on_off_component.rb +2 -2
  206. data/lib/advanced_billing/models/create_or_update_endpoint.rb +2 -2
  207. data/lib/advanced_billing/models/create_or_update_endpoint_request.rb +2 -2
  208. data/lib/advanced_billing/models/create_or_update_product.rb +2 -2
  209. data/lib/advanced_billing/models/create_or_update_product_request.rb +2 -2
  210. data/lib/advanced_billing/models/create_or_update_segment_price.rb +2 -2
  211. data/lib/advanced_billing/models/create_payment.rb +2 -2
  212. data/lib/advanced_billing/models/create_payment_profile.rb +2 -2
  213. data/lib/advanced_billing/models/create_payment_profile_request.rb +2 -2
  214. data/lib/advanced_billing/models/create_prepaid_component.rb +2 -2
  215. data/lib/advanced_billing/models/create_prepaid_usage_component_price_point.rb +2 -2
  216. data/lib/advanced_billing/models/create_prepayment.rb +2 -2
  217. data/lib/advanced_billing/models/create_prepayment_method.rb +2 -2
  218. data/lib/advanced_billing/models/create_prepayment_request.rb +2 -2
  219. data/lib/advanced_billing/models/create_prepayment_response.rb +2 -2
  220. data/lib/advanced_billing/models/create_product_currency_price.rb +2 -2
  221. data/lib/advanced_billing/models/create_product_currency_prices_request.rb +2 -2
  222. data/lib/advanced_billing/models/create_product_family.rb +2 -2
  223. data/lib/advanced_billing/models/create_product_family_request.rb +2 -2
  224. data/lib/advanced_billing/models/create_product_price_point.rb +2 -2
  225. data/lib/advanced_billing/models/create_product_price_point_request.rb +2 -2
  226. data/lib/advanced_billing/models/create_quantity_based_component.rb +2 -2
  227. data/lib/advanced_billing/models/create_reason_code.rb +2 -2
  228. data/lib/advanced_billing/models/create_reason_code_request.rb +2 -2
  229. data/lib/advanced_billing/models/create_segment.rb +2 -2
  230. data/lib/advanced_billing/models/create_segment_request.rb +2 -2
  231. data/lib/advanced_billing/models/create_signup_proforma_preview_include.rb +2 -2
  232. data/lib/advanced_billing/models/create_subscription.rb +43 -25
  233. data/lib/advanced_billing/models/create_subscription_component.rb +2 -2
  234. data/lib/advanced_billing/models/create_subscription_group.rb +2 -2
  235. data/lib/advanced_billing/models/create_subscription_group_request.rb +2 -2
  236. data/lib/advanced_billing/models/create_subscription_request.rb +2 -2
  237. data/lib/advanced_billing/models/create_usage.rb +2 -2
  238. data/lib/advanced_billing/models/create_usage_request.rb +2 -2
  239. data/lib/advanced_billing/models/created_prepayment.rb +2 -2
  240. data/lib/advanced_billing/models/credit_account_balance_changed.rb +2 -2
  241. data/lib/advanced_billing/models/credit_card_attributes.rb +2 -2
  242. data/lib/advanced_billing/models/credit_card_payment_profile.rb +43 -5
  243. data/lib/advanced_billing/models/credit_card_vault.rb +2 -2
  244. data/lib/advanced_billing/models/credit_note.rb +2 -2
  245. data/lib/advanced_billing/models/credit_note_application.rb +2 -2
  246. data/lib/advanced_billing/models/credit_note_line_item.rb +2 -2
  247. data/lib/advanced_billing/models/credit_note_status.rb +2 -2
  248. data/lib/advanced_billing/models/credit_scheme.rb +2 -2
  249. data/lib/advanced_billing/models/credit_scheme_request.rb +2 -2
  250. data/lib/advanced_billing/models/credit_type.rb +2 -2
  251. data/lib/advanced_billing/models/currency_price.rb +2 -2
  252. data/lib/advanced_billing/models/currency_price_role.rb +2 -2
  253. data/lib/advanced_billing/models/currency_prices_response.rb +2 -2
  254. data/lib/advanced_billing/models/custom_field_owner.rb +2 -2
  255. data/lib/advanced_billing/models/custom_field_value_change.rb +2 -2
  256. data/lib/advanced_billing/models/customer.rb +2 -2
  257. data/lib/advanced_billing/models/customer_attributes.rb +2 -2
  258. data/lib/advanced_billing/models/customer_change.rb +2 -2
  259. data/lib/advanced_billing/models/customer_changes_preview_response.rb +2 -2
  260. data/lib/advanced_billing/models/customer_custom_fields_change.rb +2 -2
  261. data/lib/advanced_billing/models/customer_error.rb +2 -2
  262. data/lib/advanced_billing/models/customer_payer_change.rb +2 -2
  263. data/lib/advanced_billing/models/customer_response.rb +2 -2
  264. data/lib/advanced_billing/models/debit_note.rb +2 -2
  265. data/lib/advanced_billing/models/debit_note_role.rb +2 -2
  266. data/lib/advanced_billing/models/debit_note_status.rb +2 -2
  267. data/lib/advanced_billing/models/deduct_service_credit.rb +2 -2
  268. data/lib/advanced_billing/models/deduct_service_credit_request.rb +2 -2
  269. data/lib/advanced_billing/models/delayed_cancellation_response.rb +2 -2
  270. data/lib/advanced_billing/models/delete_subscription_group_response.rb +2 -2
  271. data/lib/advanced_billing/models/direction.rb +2 -2
  272. data/lib/advanced_billing/models/discount_type.rb +2 -2
  273. data/lib/advanced_billing/models/dunner_data.rb +2 -2
  274. data/lib/advanced_billing/models/dunning_step_data.rb +2 -2
  275. data/lib/advanced_billing/models/dunning_step_reached.rb +2 -2
  276. data/lib/advanced_billing/models/ebb_component.rb +2 -2
  277. data/lib/advanced_billing/models/ebb_event.rb +2 -2
  278. data/lib/advanced_billing/models/enable_webhooks_request.rb +2 -2
  279. data/lib/advanced_billing/models/enable_webhooks_response.rb +2 -2
  280. data/lib/advanced_billing/models/endpoint.rb +2 -2
  281. data/lib/advanced_billing/models/endpoint_response.rb +2 -2
  282. data/lib/advanced_billing/models/errors.rb +2 -2
  283. data/lib/advanced_billing/models/event.rb +2 -2
  284. data/lib/advanced_billing/models/event_based_billing_segment_error.rb +2 -2
  285. data/lib/advanced_billing/models/event_key.rb +2 -2
  286. data/lib/advanced_billing/models/event_response.rb +2 -2
  287. data/lib/advanced_billing/models/expiration_interval_unit.rb +2 -2
  288. data/lib/advanced_billing/models/failed_payment_action.rb +2 -2
  289. data/lib/advanced_billing/models/failed_payment_event.rb +2 -2
  290. data/lib/advanced_billing/models/failed_payment_event_data.rb +2 -2
  291. data/lib/advanced_billing/models/first_charge_type.rb +2 -2
  292. data/lib/advanced_billing/models/full_subscription_group_response.rb +2 -2
  293. data/lib/advanced_billing/models/get_one_time_token_payment_profile.rb +2 -2
  294. data/lib/advanced_billing/models/get_one_time_token_request.rb +2 -2
  295. data/lib/advanced_billing/models/group_billing.rb +2 -2
  296. data/lib/advanced_billing/models/group_settings.rb +2 -2
  297. data/lib/advanced_billing/models/group_target.rb +2 -2
  298. data/lib/advanced_billing/models/group_target_type.rb +2 -2
  299. data/lib/advanced_billing/models/group_type.rb +2 -2
  300. data/lib/advanced_billing/models/historic_usage.rb +2 -2
  301. data/lib/advanced_billing/models/include_not_null.rb +2 -2
  302. data/lib/advanced_billing/models/include_null_or_not_null.rb +2 -2
  303. data/lib/advanced_billing/models/include_option.rb +2 -2
  304. data/lib/advanced_billing/models/interval_unit.rb +2 -2
  305. data/lib/advanced_billing/models/invoice.rb +2 -2
  306. data/lib/advanced_billing/models/invoice_address.rb +2 -2
  307. data/lib/advanced_billing/models/invoice_avatax_details.rb +2 -2
  308. data/lib/advanced_billing/models/invoice_balance_item.rb +2 -2
  309. data/lib/advanced_billing/models/invoice_consolidation_level.rb +2 -2
  310. data/lib/advanced_billing/models/invoice_credit.rb +2 -2
  311. data/lib/advanced_billing/models/invoice_custom_field.rb +2 -2
  312. data/lib/advanced_billing/models/invoice_customer.rb +2 -2
  313. data/lib/advanced_billing/models/invoice_date_field.rb +2 -2
  314. data/lib/advanced_billing/models/invoice_debit.rb +2 -2
  315. data/lib/advanced_billing/models/invoice_discount.rb +2 -2
  316. data/lib/advanced_billing/models/invoice_discount_breakout.rb +2 -2
  317. data/lib/advanced_billing/models/invoice_discount_source_type.rb +2 -2
  318. data/lib/advanced_billing/models/invoice_discount_type.rb +2 -2
  319. data/lib/advanced_billing/models/invoice_display_settings.rb +2 -2
  320. data/lib/advanced_billing/models/invoice_event_payment_method.rb +2 -2
  321. data/lib/advanced_billing/models/invoice_event_type.rb +2 -2
  322. data/lib/advanced_billing/models/invoice_issued.rb +2 -2
  323. data/lib/advanced_billing/models/invoice_line_item.rb +2 -2
  324. data/lib/advanced_billing/models/invoice_line_item_component_cost_data.rb +2 -2
  325. data/lib/advanced_billing/models/invoice_line_item_event_data.rb +2 -2
  326. data/lib/advanced_billing/models/invoice_line_item_pricing_detail.rb +2 -2
  327. data/lib/advanced_billing/models/invoice_payer.rb +2 -2
  328. data/lib/advanced_billing/models/invoice_payer_change.rb +2 -2
  329. data/lib/advanced_billing/models/invoice_payment.rb +2 -2
  330. data/lib/advanced_billing/models/invoice_payment_application.rb +2 -2
  331. data/lib/advanced_billing/models/invoice_payment_method.rb +2 -2
  332. data/lib/advanced_billing/models/invoice_payment_method_type.rb +2 -2
  333. data/lib/advanced_billing/models/invoice_payment_type.rb +2 -2
  334. data/lib/advanced_billing/models/invoice_pre_payment.rb +2 -2
  335. data/lib/advanced_billing/models/invoice_previous_balance.rb +2 -2
  336. data/lib/advanced_billing/models/invoice_refund.rb +2 -2
  337. data/lib/advanced_billing/models/invoice_response.rb +2 -2
  338. data/lib/advanced_billing/models/invoice_role.rb +2 -2
  339. data/lib/advanced_billing/models/invoice_seller.rb +2 -2
  340. data/lib/advanced_billing/models/invoice_sort_field.rb +2 -2
  341. data/lib/advanced_billing/models/invoice_status.rb +2 -2
  342. data/lib/advanced_billing/models/invoice_tax.rb +2 -2
  343. data/lib/advanced_billing/models/invoice_tax_breakout.rb +2 -2
  344. data/lib/advanced_billing/models/invoice_tax_component_breakout.rb +2 -2
  345. data/lib/advanced_billing/models/issue_advance_invoice_request.rb +2 -2
  346. data/lib/advanced_billing/models/issue_invoice_event.rb +2 -2
  347. data/lib/advanced_billing/models/issue_invoice_event_data.rb +2 -2
  348. data/lib/advanced_billing/models/issue_invoice_request.rb +2 -2
  349. data/lib/advanced_billing/models/issue_service_credit.rb +2 -2
  350. data/lib/advanced_billing/models/issue_service_credit_request.rb +2 -2
  351. data/lib/advanced_billing/models/item_category.rb +2 -2
  352. data/lib/advanced_billing/models/item_price_point_changed.rb +2 -2
  353. data/lib/advanced_billing/models/item_price_point_data.rb +2 -2
  354. data/lib/advanced_billing/models/line_item_kind.rb +2 -2
  355. data/lib/advanced_billing/models/line_item_transaction_type.rb +2 -2
  356. data/lib/advanced_billing/models/list_components_filter.rb +2 -2
  357. data/lib/advanced_billing/models/list_components_price_points_include.rb +2 -2
  358. data/lib/advanced_billing/models/list_components_price_points_response.rb +2 -2
  359. data/lib/advanced_billing/models/list_coupons_filter.rb +2 -2
  360. data/lib/advanced_billing/models/list_credit_notes_response.rb +2 -2
  361. data/lib/advanced_billing/models/list_events_date_field.rb +2 -2
  362. data/lib/advanced_billing/models/list_invoice_events_response.rb +2 -2
  363. data/lib/advanced_billing/models/list_invoices_response.rb +2 -2
  364. data/lib/advanced_billing/models/list_metafields_response.rb +2 -2
  365. data/lib/advanced_billing/models/list_mrr_filter.rb +2 -2
  366. data/lib/advanced_billing/models/list_mrr_response.rb +2 -2
  367. data/lib/advanced_billing/models/list_mrr_response_result.rb +2 -2
  368. data/lib/advanced_billing/models/list_offers_response.rb +2 -2
  369. data/lib/advanced_billing/models/list_prepayment_date_field.rb +2 -2
  370. data/lib/advanced_billing/models/list_prepayments_filter.rb +2 -2
  371. data/lib/advanced_billing/models/list_price_points_filter.rb +2 -2
  372. data/lib/advanced_billing/models/list_product_price_points_response.rb +2 -2
  373. data/lib/advanced_billing/models/list_products_filter.rb +2 -2
  374. data/lib/advanced_billing/models/list_products_include.rb +2 -2
  375. data/lib/advanced_billing/models/list_products_price_points_include.rb +2 -2
  376. data/lib/advanced_billing/models/list_proforma_invoices_meta.rb +2 -2
  377. data/lib/advanced_billing/models/list_proforma_invoices_response.rb +2 -2
  378. data/lib/advanced_billing/models/list_public_keys_meta.rb +2 -2
  379. data/lib/advanced_billing/models/list_public_keys_response.rb +2 -2
  380. data/lib/advanced_billing/models/list_sale_rep_item.rb +2 -2
  381. data/lib/advanced_billing/models/list_segments_filter.rb +2 -2
  382. data/lib/advanced_billing/models/list_segments_response.rb +2 -2
  383. data/lib/advanced_billing/models/list_service_credits_response.rb +82 -0
  384. data/lib/advanced_billing/models/list_subcription_group_prepayment_item.rb +2 -2
  385. data/lib/advanced_billing/models/list_subscription_components_filter.rb +2 -2
  386. data/lib/advanced_billing/models/list_subscription_components_for_site_filter.rb +2 -2
  387. data/lib/advanced_billing/models/list_subscription_components_include.rb +2 -2
  388. data/lib/advanced_billing/models/list_subscription_components_response.rb +2 -2
  389. data/lib/advanced_billing/models/list_subscription_components_sort.rb +2 -2
  390. data/lib/advanced_billing/models/list_subscription_group_prepayment.rb +2 -2
  391. data/lib/advanced_billing/models/list_subscription_group_prepayment_response.rb +2 -2
  392. data/lib/advanced_billing/models/list_subscription_groups_item.rb +2 -2
  393. data/lib/advanced_billing/models/list_subscription_groups_meta.rb +2 -2
  394. data/lib/advanced_billing/models/list_subscription_groups_response.rb +2 -2
  395. data/lib/advanced_billing/models/metadata.rb +2 -2
  396. data/lib/advanced_billing/models/metafield.rb +2 -2
  397. data/lib/advanced_billing/models/metafield_input.rb +2 -2
  398. data/lib/advanced_billing/models/metafield_scope.rb +2 -2
  399. data/lib/advanced_billing/models/metered_component.rb +2 -2
  400. data/lib/advanced_billing/models/metered_usage.rb +2 -2
  401. data/lib/advanced_billing/models/movement.rb +2 -2
  402. data/lib/advanced_billing/models/movement_line_item.rb +2 -2
  403. data/lib/advanced_billing/models/mrr.rb +2 -2
  404. data/lib/advanced_billing/models/mrr_movement.rb +2 -2
  405. data/lib/advanced_billing/models/mrr_response.rb +2 -2
  406. data/lib/advanced_billing/models/multi_invoice_payment.rb +2 -2
  407. data/lib/advanced_billing/models/multi_invoice_payment_response.rb +2 -2
  408. data/lib/advanced_billing/models/nested_subscription_group.rb +2 -2
  409. data/lib/advanced_billing/models/net_terms.rb +2 -2
  410. data/lib/advanced_billing/models/offer.rb +2 -2
  411. data/lib/advanced_billing/models/offer_discount.rb +2 -2
  412. data/lib/advanced_billing/models/offer_item.rb +2 -2
  413. data/lib/advanced_billing/models/offer_response.rb +2 -2
  414. data/lib/advanced_billing/models/offer_signup_page.rb +2 -2
  415. data/lib/advanced_billing/models/ok_response.rb +2 -2
  416. data/lib/advanced_billing/models/on_off_component.rb +2 -2
  417. data/lib/advanced_billing/models/organization_address.rb +2 -2
  418. data/lib/advanced_billing/models/origin_invoice.rb +2 -2
  419. data/lib/advanced_billing/models/overage_pricing.rb +2 -2
  420. data/lib/advanced_billing/models/override_subscription.rb +5 -3
  421. data/lib/advanced_billing/models/override_subscription_request.rb +2 -2
  422. data/lib/advanced_billing/models/paginated_metadata.rb +2 -2
  423. data/lib/advanced_billing/models/paid_invoice.rb +2 -2
  424. data/lib/advanced_billing/models/pause_request.rb +2 -2
  425. data/lib/advanced_billing/models/pay_pal_vault.rb +2 -2
  426. data/lib/advanced_billing/models/payer_attributes.rb +2 -2
  427. data/lib/advanced_billing/models/payer_error.rb +2 -2
  428. data/lib/advanced_billing/models/payment_collection_method_changed.rb +2 -2
  429. data/lib/advanced_billing/models/payment_for_allocation.rb +2 -2
  430. data/lib/advanced_billing/models/payment_method_apple_pay.rb +2 -2
  431. data/lib/advanced_billing/models/payment_method_bank_account.rb +2 -2
  432. data/lib/advanced_billing/models/payment_method_credit_card.rb +2 -2
  433. data/lib/advanced_billing/models/payment_method_external.rb +2 -2
  434. data/lib/advanced_billing/models/payment_method_paypal.rb +2 -2
  435. data/lib/advanced_billing/models/payment_profile_attributes.rb +2 -2
  436. data/lib/advanced_billing/models/payment_profile_response.rb +2 -2
  437. data/lib/advanced_billing/models/payment_related_events.rb +2 -2
  438. data/lib/advanced_billing/models/payment_type.rb +2 -2
  439. data/lib/advanced_billing/models/paypal_payment_profile.rb +43 -6
  440. data/lib/advanced_billing/models/pending_cancellation_change.rb +2 -2
  441. data/lib/advanced_billing/models/portal_management_link.rb +2 -2
  442. data/lib/advanced_billing/models/prepaid_configuration.rb +2 -2
  443. data/lib/advanced_billing/models/prepaid_configuration_response.rb +2 -2
  444. data/lib/advanced_billing/models/prepaid_product_price_point_filter.rb +2 -2
  445. data/lib/advanced_billing/models/prepaid_subscription_balance_changed.rb +2 -2
  446. data/lib/advanced_billing/models/prepaid_usage.rb +2 -2
  447. data/lib/advanced_billing/models/prepaid_usage_allocation_detail.rb +2 -2
  448. data/lib/advanced_billing/models/prepaid_usage_component.rb +2 -2
  449. data/lib/advanced_billing/models/prepayment.rb +2 -2
  450. data/lib/advanced_billing/models/prepayment_account_balance_changed.rb +2 -2
  451. data/lib/advanced_billing/models/prepayment_method.rb +2 -2
  452. data/lib/advanced_billing/models/prepayment_response.rb +2 -2
  453. data/lib/advanced_billing/models/prepayments_response.rb +2 -2
  454. data/lib/advanced_billing/models/preview_allocations_request.rb +2 -2
  455. data/lib/advanced_billing/models/price.rb +2 -2
  456. data/lib/advanced_billing/models/price_point_type.rb +2 -2
  457. data/lib/advanced_billing/models/pricing_scheme.rb +2 -2
  458. data/lib/advanced_billing/models/product.rb +2 -2
  459. data/lib/advanced_billing/models/product_family.rb +2 -2
  460. data/lib/advanced_billing/models/product_family_response.rb +2 -2
  461. data/lib/advanced_billing/models/product_price_point.rb +2 -2
  462. data/lib/advanced_billing/models/product_price_point_errors.rb +2 -2
  463. data/lib/advanced_billing/models/product_price_point_response.rb +2 -2
  464. data/lib/advanced_billing/models/product_response.rb +2 -2
  465. data/lib/advanced_billing/models/proforma_error.rb +2 -2
  466. data/lib/advanced_billing/models/proforma_invoice.rb +2 -2
  467. data/lib/advanced_billing/models/proforma_invoice_credit.rb +2 -2
  468. data/lib/advanced_billing/models/proforma_invoice_discount.rb +2 -2
  469. data/lib/advanced_billing/models/proforma_invoice_discount_source_type.rb +2 -2
  470. data/lib/advanced_billing/models/proforma_invoice_issued.rb +2 -2
  471. data/lib/advanced_billing/models/proforma_invoice_payment.rb +2 -2
  472. data/lib/advanced_billing/models/proforma_invoice_role.rb +2 -2
  473. data/lib/advanced_billing/models/proforma_invoice_status.rb +2 -2
  474. data/lib/advanced_billing/models/proforma_invoice_tax.rb +2 -2
  475. data/lib/advanced_billing/models/proforma_invoice_tax_source_type.rb +2 -2
  476. data/lib/advanced_billing/models/proration.rb +2 -2
  477. data/lib/advanced_billing/models/public_key.rb +2 -2
  478. data/lib/advanced_billing/models/public_signup_page.rb +2 -2
  479. data/lib/advanced_billing/models/quantity_based_component.rb +2 -2
  480. data/lib/advanced_billing/models/reactivate_subscription_group_request.rb +2 -2
  481. data/lib/advanced_billing/models/reactivate_subscription_group_response.rb +2 -2
  482. data/lib/advanced_billing/models/reactivate_subscription_request.rb +2 -2
  483. data/lib/advanced_billing/models/reactivation_billing.rb +2 -2
  484. data/lib/advanced_billing/models/reactivation_charge.rb +2 -2
  485. data/lib/advanced_billing/models/reason_code.rb +2 -2
  486. data/lib/advanced_billing/models/reason_code_response.rb +2 -2
  487. data/lib/advanced_billing/models/record_payment_request.rb +2 -2
  488. data/lib/advanced_billing/models/record_payment_response.rb +2 -2
  489. data/lib/advanced_billing/models/recurring_scheme.rb +2 -2
  490. data/lib/advanced_billing/models/referral_code.rb +2 -2
  491. data/lib/advanced_billing/models/referral_validation_response.rb +2 -2
  492. data/lib/advanced_billing/models/refund_consolidated_invoice.rb +2 -2
  493. data/lib/advanced_billing/models/refund_invoice.rb +2 -2
  494. data/lib/advanced_billing/models/refund_invoice_event.rb +2 -2
  495. data/lib/advanced_billing/models/refund_invoice_event_data.rb +2 -2
  496. data/lib/advanced_billing/models/refund_invoice_request.rb +2 -2
  497. data/lib/advanced_billing/models/refund_prepayment.rb +2 -2
  498. data/lib/advanced_billing/models/refund_prepayment_base_refund_error.rb +2 -2
  499. data/lib/advanced_billing/models/refund_prepayment_request.rb +2 -2
  500. data/lib/advanced_billing/models/refund_success.rb +2 -2
  501. data/lib/advanced_billing/models/remove_payment_event.rb +2 -2
  502. data/lib/advanced_billing/models/remove_payment_event_data.rb +2 -2
  503. data/lib/advanced_billing/models/renewal_preview.rb +2 -2
  504. data/lib/advanced_billing/models/renewal_preview_component.rb +2 -2
  505. data/lib/advanced_billing/models/renewal_preview_line_item.rb +2 -2
  506. data/lib/advanced_billing/models/renewal_preview_request.rb +2 -2
  507. data/lib/advanced_billing/models/renewal_preview_response.rb +2 -2
  508. data/lib/advanced_billing/models/replay_webhooks_request.rb +2 -2
  509. data/lib/advanced_billing/models/replay_webhooks_response.rb +2 -2
  510. data/lib/advanced_billing/models/resent_invitation.rb +2 -2
  511. data/lib/advanced_billing/models/resource_type.rb +2 -2
  512. data/lib/advanced_billing/models/restriction_type.rb +2 -2
  513. data/lib/advanced_billing/models/resume_options.rb +2 -2
  514. data/lib/advanced_billing/models/resumption_charge.rb +2 -2
  515. data/lib/advanced_billing/models/revoked_invitation.rb +2 -2
  516. data/lib/advanced_billing/models/sale_rep.rb +2 -2
  517. data/lib/advanced_billing/models/sale_rep_item_mrr.rb +2 -2
  518. data/lib/advanced_billing/models/sale_rep_settings.rb +2 -2
  519. data/lib/advanced_billing/models/sale_rep_subscription.rb +2 -2
  520. data/lib/advanced_billing/models/segment.rb +2 -2
  521. data/lib/advanced_billing/models/segment_price.rb +2 -2
  522. data/lib/advanced_billing/models/segment_response.rb +2 -2
  523. data/lib/advanced_billing/models/send_invoice_request.rb +2 -2
  524. data/lib/advanced_billing/models/service_credit.rb +2 -2
  525. data/lib/advanced_billing/models/service_credit1.rb +161 -0
  526. data/lib/advanced_billing/models/service_credit_response.rb +2 -2
  527. data/lib/advanced_billing/models/service_credit_type.rb +2 -2
  528. data/lib/advanced_billing/models/signup_proforma_preview.rb +2 -2
  529. data/lib/advanced_billing/models/signup_proforma_preview_response.rb +2 -2
  530. data/lib/advanced_billing/models/site.rb +2 -2
  531. data/lib/advanced_billing/models/site_response.rb +2 -2
  532. data/lib/advanced_billing/models/site_statistics.rb +2 -2
  533. data/lib/advanced_billing/models/site_summary.rb +2 -2
  534. data/lib/advanced_billing/models/snap_day.rb +2 -2
  535. data/lib/advanced_billing/models/sorting_direction.rb +2 -2
  536. data/lib/advanced_billing/models/subscription.rb +2 -2
  537. data/lib/advanced_billing/models/subscription_component.rb +2 -2
  538. data/lib/advanced_billing/models/subscription_component_allocation_error_item.rb +2 -2
  539. data/lib/advanced_billing/models/subscription_component_response.rb +2 -2
  540. data/lib/advanced_billing/models/subscription_component_subscription.rb +2 -2
  541. data/lib/advanced_billing/models/subscription_custom_price.rb +2 -2
  542. data/lib/advanced_billing/models/subscription_date_field.rb +2 -2
  543. data/lib/advanced_billing/models/subscription_filter.rb +2 -2
  544. data/lib/advanced_billing/models/subscription_group.rb +2 -2
  545. data/lib/advanced_billing/models/subscription_group_balances.rb +2 -2
  546. data/lib/advanced_billing/models/subscription_group_bank_account.rb +2 -2
  547. data/lib/advanced_billing/models/subscription_group_component_custom_price.rb +2 -2
  548. data/lib/advanced_billing/models/subscription_group_credit_card.rb +63 -61
  549. data/lib/advanced_billing/models/subscription_group_customer.rb +2 -2
  550. data/lib/advanced_billing/models/subscription_group_include.rb +2 -2
  551. data/lib/advanced_billing/models/subscription_group_item.rb +2 -2
  552. data/lib/advanced_billing/models/subscription_group_members_array_error.rb +2 -2
  553. data/lib/advanced_billing/models/subscription_group_payment_profile.rb +2 -2
  554. data/lib/advanced_billing/models/subscription_group_prepayment.rb +2 -2
  555. data/lib/advanced_billing/models/subscription_group_prepayment_method.rb +2 -2
  556. data/lib/advanced_billing/models/subscription_group_prepayment_request.rb +2 -2
  557. data/lib/advanced_billing/models/subscription_group_prepayment_response.rb +2 -2
  558. data/lib/advanced_billing/models/subscription_group_response.rb +2 -2
  559. data/lib/advanced_billing/models/subscription_group_signup.rb +2 -2
  560. data/lib/advanced_billing/models/subscription_group_signup_component.rb +2 -2
  561. data/lib/advanced_billing/models/subscription_group_signup_error.rb +2 -2
  562. data/lib/advanced_billing/models/subscription_group_signup_event_data.rb +2 -2
  563. data/lib/advanced_billing/models/subscription_group_signup_failure_data.rb +2 -2
  564. data/lib/advanced_billing/models/subscription_group_signup_item.rb +2 -2
  565. data/lib/advanced_billing/models/subscription_group_signup_request.rb +2 -2
  566. data/lib/advanced_billing/models/subscription_group_signup_response.rb +2 -2
  567. data/lib/advanced_billing/models/subscription_group_single_error.rb +2 -2
  568. data/lib/advanced_billing/models/subscription_group_subscription_error.rb +2 -2
  569. data/lib/advanced_billing/models/subscription_group_update_error.rb +2 -2
  570. data/lib/advanced_billing/models/subscription_groups_list_include.rb +2 -2
  571. data/lib/advanced_billing/models/subscription_include.rb +2 -2
  572. data/lib/advanced_billing/models/subscription_included_coupon.rb +2 -2
  573. data/lib/advanced_billing/models/subscription_list_date_field.rb +2 -2
  574. data/lib/advanced_billing/models/subscription_list_include.rb +2 -2
  575. data/lib/advanced_billing/models/subscription_migration_preview.rb +2 -2
  576. data/lib/advanced_billing/models/subscription_migration_preview_options.rb +2 -2
  577. data/lib/advanced_billing/models/subscription_migration_preview_request.rb +2 -2
  578. data/lib/advanced_billing/models/subscription_migration_preview_response.rb +2 -2
  579. data/lib/advanced_billing/models/subscription_mrr.rb +2 -2
  580. data/lib/advanced_billing/models/subscription_mrr_breakout.rb +2 -2
  581. data/lib/advanced_billing/models/subscription_mrr_response.rb +2 -2
  582. data/lib/advanced_billing/models/subscription_note.rb +2 -2
  583. data/lib/advanced_billing/models/subscription_note_response.rb +2 -2
  584. data/lib/advanced_billing/models/subscription_preview.rb +2 -2
  585. data/lib/advanced_billing/models/subscription_preview_response.rb +2 -2
  586. data/lib/advanced_billing/models/subscription_product_change.rb +2 -2
  587. data/lib/advanced_billing/models/subscription_product_migration.rb +2 -2
  588. data/lib/advanced_billing/models/subscription_product_migration_request.rb +2 -2
  589. data/lib/advanced_billing/models/subscription_purge_type.rb +2 -2
  590. data/lib/advanced_billing/models/subscription_response.rb +2 -2
  591. data/lib/advanced_billing/models/subscription_sort.rb +2 -2
  592. data/lib/advanced_billing/models/subscription_state.rb +2 -2
  593. data/lib/advanced_billing/models/subscription_state_change.rb +2 -2
  594. data/lib/advanced_billing/models/subscription_state_filter.rb +2 -2
  595. data/lib/advanced_billing/models/tax_configuration.rb +2 -2
  596. data/lib/advanced_billing/models/tax_configuration_kind.rb +2 -2
  597. data/lib/advanced_billing/models/tax_destination_address.rb +2 -2
  598. data/lib/advanced_billing/models/too_many_management_link_requests.rb +2 -2
  599. data/lib/advanced_billing/models/update_allocation_expiration_date.rb +2 -2
  600. data/lib/advanced_billing/models/update_component.rb +2 -2
  601. data/lib/advanced_billing/models/update_component_price_point.rb +2 -2
  602. data/lib/advanced_billing/models/update_component_price_point_request.rb +2 -2
  603. data/lib/advanced_billing/models/update_component_request.rb +2 -2
  604. data/lib/advanced_billing/models/update_coupon_currency.rb +2 -2
  605. data/lib/advanced_billing/models/update_currency_price.rb +2 -2
  606. data/lib/advanced_billing/models/update_currency_prices_request.rb +2 -2
  607. data/lib/advanced_billing/models/update_customer.rb +2 -2
  608. data/lib/advanced_billing/models/update_customer_request.rb +2 -2
  609. data/lib/advanced_billing/models/update_metadata.rb +2 -2
  610. data/lib/advanced_billing/models/update_metadata_request.rb +2 -2
  611. data/lib/advanced_billing/models/update_metafield.rb +2 -2
  612. data/lib/advanced_billing/models/update_metafields_request.rb +2 -2
  613. data/lib/advanced_billing/models/update_payment_profile.rb +2 -2
  614. data/lib/advanced_billing/models/update_payment_profile_request.rb +2 -2
  615. data/lib/advanced_billing/models/update_price.rb +2 -2
  616. data/lib/advanced_billing/models/update_product_price_point.rb +2 -2
  617. data/lib/advanced_billing/models/update_product_price_point_request.rb +2 -2
  618. data/lib/advanced_billing/models/update_reason_code.rb +2 -2
  619. data/lib/advanced_billing/models/update_reason_code_request.rb +2 -2
  620. data/lib/advanced_billing/models/update_segment.rb +2 -2
  621. data/lib/advanced_billing/models/update_segment_request.rb +2 -2
  622. data/lib/advanced_billing/models/update_subscription.rb +108 -27
  623. data/lib/advanced_billing/models/update_subscription_component.rb +2 -2
  624. data/lib/advanced_billing/models/update_subscription_group.rb +2 -2
  625. data/lib/advanced_billing/models/update_subscription_group_request.rb +2 -2
  626. data/lib/advanced_billing/models/update_subscription_note.rb +2 -2
  627. data/lib/advanced_billing/models/update_subscription_note_request.rb +2 -2
  628. data/lib/advanced_billing/models/update_subscription_request.rb +2 -2
  629. data/lib/advanced_billing/models/upsert_prepaid_configuration.rb +2 -2
  630. data/lib/advanced_billing/models/upsert_prepaid_configuration_request.rb +2 -2
  631. data/lib/advanced_billing/models/usage.rb +2 -2
  632. data/lib/advanced_billing/models/usage_response.rb +2 -2
  633. data/lib/advanced_billing/models/void_invoice.rb +2 -2
  634. data/lib/advanced_billing/models/void_invoice_event.rb +2 -2
  635. data/lib/advanced_billing/models/void_invoice_event_data.rb +2 -2
  636. data/lib/advanced_billing/models/void_invoice_request.rb +2 -2
  637. data/lib/advanced_billing/models/void_remainder_event.rb +2 -2
  638. data/lib/advanced_billing/models/void_remainder_event_data.rb +2 -2
  639. data/lib/advanced_billing/models/webhook.rb +2 -2
  640. data/lib/advanced_billing/models/webhook_order.rb +2 -2
  641. data/lib/advanced_billing/models/webhook_response.rb +2 -2
  642. data/lib/advanced_billing/models/webhook_status.rb +2 -2
  643. data/lib/advanced_billing/models/webhook_subscription.rb +2 -2
  644. data/lib/advanced_billing/utilities/date_time_helper.rb +2 -2
  645. data/lib/advanced_billing/utilities/file_wrapper.rb +2 -2
  646. data/lib/advanced_billing/utilities/union_type_lookup.rb +2 -2
  647. data/lib/advanced_billing.rb +5 -3
  648. metadata +6 -4
@@ -1,7 +1,7 @@
1
1
  # advanced_billing
2
2
  #
3
- # This file was automatically generated by APIMATIC v2.0
4
- # ( https://apimatic.io ).
3
+ # This file was automatically generated for Maxio by
4
+ # APIMATIC v3.0 ( https://www.apimatic.io ).
5
5
 
6
6
  module AdvancedBilling
7
7
  # ComponentPricePointsController
@@ -19,10 +19,10 @@ module AdvancedBilling
19
19
  # of the component to which the price point belongs
20
20
  # @param [Integer] price_point_id Required parameter: The Advanced Billing
21
21
  # id of the price point
22
- # @return [ComponentResponse] response from the API call.
22
+ # @return [ComponentResponse] Response from the API call.
23
23
  def promote_component_price_point_to_default(component_id,
24
24
  price_point_id)
25
- new_api_call_builder
25
+ @api_call
26
26
  .request(new_request_builder(HttpMethodEnum::PUT,
27
27
  '/components/{component_id}/price_points/{price_point_id}/default.json',
28
28
  Server::PRODUCTION)
@@ -44,12 +44,12 @@ module AdvancedBilling
44
44
  # component.
45
45
  # @param [Integer] component_id Required parameter: The Advanced Billing id
46
46
  # of the component
47
- # @param [CreateComponentPricePointRequest] body Optional parameter:
48
- # Example:
49
- # @return [ComponentPricePointResponse] response from the API call.
47
+ # @param [CreateComponentPricePointRequest] body Optional parameter: TODO:
48
+ # type description here
49
+ # @return [ComponentPricePointResponse] Response from the API call.
50
50
  def create_component_price_point(component_id,
51
51
  body: nil)
52
- new_api_call_builder
52
+ @api_call
53
53
  .request(new_request_builder(HttpMethodEnum::POST,
54
54
  '/components/{component_id}/price_points.json',
55
55
  Server::PRODUCTION)
@@ -99,9 +99,9 @@ module AdvancedBilling
99
99
  # Use in query `per_page=200`.
100
100
  # @param [Array[PricePointType]] filter_type Optional parameter: Use in
101
101
  # query: `filter[type]=catalog,default`.
102
- # @return [ComponentPricePointsResponse] response from the API call.
102
+ # @return [ComponentPricePointsResponse] Response from the API call.
103
103
  def list_component_price_points(options = {})
104
- new_api_call_builder
104
+ @api_call
105
105
  .request(new_request_builder(HttpMethodEnum::GET,
106
106
  '/components/{component_id}/price_points.json',
107
107
  Server::PRODUCTION)
@@ -125,12 +125,12 @@ module AdvancedBilling
125
125
  # request.
126
126
  # @param [String] component_id Required parameter: The Advanced Billing id
127
127
  # of the component for which you want to fetch price points.
128
- # @param [CreateComponentPricePointsRequest] body Optional parameter:
129
- # Example:
130
- # @return [ComponentPricePointsResponse] response from the API call.
128
+ # @param [CreateComponentPricePointsRequest] body Optional parameter: TODO:
129
+ # type description here
130
+ # @return [ComponentPricePointsResponse] Response from the API call.
131
131
  def bulk_create_component_price_points(component_id,
132
132
  body: nil)
133
- new_api_call_builder
133
+ @api_call
134
134
  .request(new_request_builder(HttpMethodEnum::POST,
135
135
  '/components/{component_id}/price_points/bulk.json',
136
136
  Server::PRODUCTION)
@@ -168,13 +168,13 @@ module AdvancedBilling
168
168
  # handle of the price point. When using the handle, it must be prefixed with
169
169
  # `handle:`. Example: `123` for an integer ID, or
170
170
  # `handle:example-price_point-handle` for a string handle.
171
- # @param [UpdateComponentPricePointRequest] body Optional parameter:
172
- # Example:
173
- # @return [ComponentPricePointResponse] response from the API call.
171
+ # @param [UpdateComponentPricePointRequest] body Optional parameter: TODO:
172
+ # type description here
173
+ # @return [ComponentPricePointResponse] Response from the API call.
174
174
  def update_component_price_point(component_id,
175
175
  price_point_id,
176
176
  body: nil)
177
- new_api_call_builder
177
+ @api_call
178
178
  .request(new_request_builder(HttpMethodEnum::PUT,
179
179
  '/components/{component_id}/price_points/{price_point_id}.json',
180
180
  Server::PRODUCTION)
@@ -220,11 +220,11 @@ module AdvancedBilling
220
220
  # `handle:example-price_point-handle` for a string handle.
221
221
  # @param [TrueClass | FalseClass] currency_prices Optional parameter:
222
222
  # Include an array of currency price data
223
- # @return [ComponentPricePointResponse] response from the API call.
223
+ # @return [ComponentPricePointResponse] Response from the API call.
224
224
  def read_component_price_point(component_id,
225
225
  price_point_id,
226
226
  currency_prices: nil)
227
- new_api_call_builder
227
+ @api_call
228
228
  .request(new_request_builder(HttpMethodEnum::GET,
229
229
  '/components/{component_id}/price_points/{price_point_id}.json',
230
230
  Server::PRODUCTION)
@@ -262,10 +262,10 @@ module AdvancedBilling
262
262
  # handle of the price point. When using the handle, it must be prefixed with
263
263
  # `handle:`. Example: `123` for an integer ID, or
264
264
  # `handle:example-price_point-handle` for a string handle.
265
- # @return [ComponentPricePointResponse] response from the API call.
265
+ # @return [ComponentPricePointResponse] Response from the API call.
266
266
  def archive_component_price_point(component_id,
267
267
  price_point_id)
268
- new_api_call_builder
268
+ @api_call
269
269
  .request(new_request_builder(HttpMethodEnum::DELETE,
270
270
  '/components/{component_id}/price_points/{price_point_id}.json',
271
271
  Server::PRODUCTION)
@@ -300,10 +300,10 @@ module AdvancedBilling
300
300
  # of the component to which the price point belongs
301
301
  # @param [Integer] price_point_id Required parameter: The Advanced Billing
302
302
  # id of the price point
303
- # @return [ComponentPricePointResponse] response from the API call.
303
+ # @return [ComponentPricePointResponse] Response from the API call.
304
304
  def unarchive_component_price_point(component_id,
305
305
  price_point_id)
306
- new_api_call_builder
306
+ @api_call
307
307
  .request(new_request_builder(HttpMethodEnum::PUT,
308
308
  '/components/{component_id}/price_points/{price_point_id}/unarchive.json',
309
309
  Server::PRODUCTION)
@@ -330,11 +330,12 @@ module AdvancedBilling
330
330
  # Note: Currency Prices are not able to be created for custom price points.
331
331
  # @param [Integer] price_point_id Required parameter: The Advanced Billing
332
332
  # id of the price point
333
- # @param [CreateCurrencyPricesRequest] body Optional parameter: Example:
334
- # @return [ComponentCurrencyPricesResponse] response from the API call.
333
+ # @param [CreateCurrencyPricesRequest] body Optional parameter: TODO: type
334
+ # description here
335
+ # @return [ComponentCurrencyPricesResponse] Response from the API call.
335
336
  def create_currency_prices(price_point_id,
336
337
  body: nil)
337
- new_api_call_builder
338
+ @api_call
338
339
  .request(new_request_builder(HttpMethodEnum::POST,
339
340
  '/price_points/{price_point_id}/currency_prices.json',
340
341
  Server::PRODUCTION)
@@ -361,11 +362,12 @@ module AdvancedBilling
361
362
  # Note: Currency Prices are not able to be updated for custom price points.
362
363
  # @param [Integer] price_point_id Required parameter: The Advanced Billing
363
364
  # id of the price point
364
- # @param [UpdateCurrencyPricesRequest] body Optional parameter: Example:
365
- # @return [ComponentCurrencyPricesResponse] response from the API call.
365
+ # @param [UpdateCurrencyPricesRequest] body Optional parameter: TODO: type
366
+ # description here
367
+ # @return [ComponentCurrencyPricesResponse] Response from the API call.
366
368
  def update_currency_prices(price_point_id,
367
369
  body: nil)
368
- new_api_call_builder
370
+ @api_call
369
371
  .request(new_request_builder(HttpMethodEnum::PUT,
370
372
  '/price_points/{price_point_id}/currency_prices.json',
371
373
  Server::PRODUCTION)
@@ -407,9 +409,9 @@ module AdvancedBilling
407
409
  # in which results are returned. Use in query `direction=asc`.
408
410
  # @param [ListPricePointsFilter] filter Optional parameter: Filter to use
409
411
  # for List PricePoints operations
410
- # @return [ListComponentsPricePointsResponse] response from the API call.
412
+ # @return [ListComponentsPricePointsResponse] Response from the API call.
411
413
  def list_all_component_price_points(options = {})
412
- new_api_call_builder
414
+ @api_call
413
415
  .request(new_request_builder(HttpMethodEnum::GET,
414
416
  '/components_price_points.json',
415
417
  Server::PRODUCTION)
@@ -1,7 +1,7 @@
1
1
  # advanced_billing
2
2
  #
3
- # This file was automatically generated by APIMATIC v2.0
4
- # ( https://apimatic.io ).
3
+ # This file was automatically generated for Maxio by
4
+ # APIMATIC v3.0 ( https://www.apimatic.io ).
5
5
 
6
6
  module AdvancedBilling
7
7
  # ComponentsController
@@ -22,11 +22,12 @@ module AdvancedBilling
22
22
  # ts-Overview).
23
23
  # @param [String] product_family_id Required parameter: Either the product
24
24
  # family's id or its handle prefixed with `handle:`
25
- # @param [CreateMeteredComponent] body Optional parameter: Example:
26
- # @return [ComponentResponse] response from the API call.
25
+ # @param [CreateMeteredComponent] body Optional parameter: TODO: type
26
+ # description here
27
+ # @return [ComponentResponse] Response from the API call.
27
28
  def create_metered_component(product_family_id,
28
29
  body: nil)
29
- new_api_call_builder
30
+ @api_call
30
31
  .request(new_request_builder(HttpMethodEnum::POST,
31
32
  '/product_families/{product_family_id}/metered_components.json',
32
33
  Server::PRODUCTION)
@@ -71,11 +72,12 @@ module AdvancedBilling
71
72
  # ts-Overview).
72
73
  # @param [String] product_family_id Required parameter: Either the product
73
74
  # family's id or its handle prefixed with `handle:`
74
- # @param [CreateQuantityBasedComponent] body Optional parameter: Example:
75
- # @return [ComponentResponse] response from the API call.
75
+ # @param [CreateQuantityBasedComponent] body Optional parameter: TODO: type
76
+ # description here
77
+ # @return [ComponentResponse] Response from the API call.
76
78
  def create_quantity_based_component(product_family_id,
77
79
  body: nil)
78
- new_api_call_builder
80
+ @api_call
79
81
  .request(new_request_builder(HttpMethodEnum::POST,
80
82
  '/product_families/{product_family_id}/quantity_based_components.json',
81
83
  Server::PRODUCTION)
@@ -110,11 +112,12 @@ module AdvancedBilling
110
112
  # ts-Overview).
111
113
  # @param [String] product_family_id Required parameter: Either the product
112
114
  # family's id or its handle prefixed with `handle:`
113
- # @param [CreateOnOffComponent] body Optional parameter: Example:
114
- # @return [ComponentResponse] response from the API call.
115
+ # @param [CreateOnOffComponent] body Optional parameter: TODO: type
116
+ # description here
117
+ # @return [ComponentResponse] Response from the API call.
115
118
  def create_on_off_component(product_family_id,
116
119
  body: nil)
117
- new_api_call_builder
120
+ @api_call
118
121
  .request(new_request_builder(HttpMethodEnum::POST,
119
122
  '/product_families/{product_family_id}/on_off_components.json',
120
123
  Server::PRODUCTION)
@@ -153,11 +156,12 @@ module AdvancedBilling
153
156
  # ts-Overview).
154
157
  # @param [String] product_family_id Required parameter: Either the product
155
158
  # family's id or its handle prefixed with `handle:`
156
- # @param [CreatePrepaidComponent] body Optional parameter: Example:
157
- # @return [ComponentResponse] response from the API call.
159
+ # @param [CreatePrepaidComponent] body Optional parameter: TODO: type
160
+ # description here
161
+ # @return [ComponentResponse] Response from the API call.
158
162
  def create_prepaid_usage_component(product_family_id,
159
163
  body: nil)
160
- new_api_call_builder
164
+ @api_call
161
165
  .request(new_request_builder(HttpMethodEnum::POST,
162
166
  '/product_families/{product_family_id}/prepaid_usage_components.json',
163
167
  Server::PRODUCTION)
@@ -199,11 +203,12 @@ module AdvancedBilling
199
203
  # ts-Overview).
200
204
  # @param [String] product_family_id Required parameter: Either the product
201
205
  # family's id or its handle prefixed with `handle:`
202
- # @param [CreateEBBComponent] body Optional parameter: Example:
203
- # @return [ComponentResponse] response from the API call.
206
+ # @param [CreateEBBComponent] body Optional parameter: TODO: type
207
+ # description here
208
+ # @return [ComponentResponse] Response from the API call.
204
209
  def create_event_based_component(product_family_id,
205
210
  body: nil)
206
- new_api_call_builder
211
+ @api_call
207
212
  .request(new_request_builder(HttpMethodEnum::POST,
208
213
  '/product_families/{product_family_id}/event_based_components.json',
209
214
  Server::PRODUCTION)
@@ -233,9 +238,9 @@ module AdvancedBilling
233
238
  # don't have to save or reference the IDs we generate.
234
239
  # @param [String] handle Required parameter: The handle of the component to
235
240
  # find
236
- # @return [ComponentResponse] response from the API call.
241
+ # @return [ComponentResponse] Response from the API call.
237
242
  def find_component(handle)
238
- new_api_call_builder
243
+ @api_call
239
244
  .request(new_request_builder(HttpMethodEnum::GET,
240
245
  '/components/lookup.json',
241
246
  Server::PRODUCTION)
@@ -258,10 +263,10 @@ module AdvancedBilling
258
263
  # @param [String] component_id Required parameter: Either the Advanced
259
264
  # Billing id of the component or the handle for the component prefixed with
260
265
  # `handle:`
261
- # @return [ComponentResponse] response from the API call.
266
+ # @return [ComponentResponse] Response from the API call.
262
267
  def read_component(product_family_id,
263
268
  component_id)
264
- new_api_call_builder
269
+ @api_call
265
270
  .request(new_request_builder(HttpMethodEnum::GET,
266
271
  '/product_families/{product_family_id}/components/{component_id}.json',
267
272
  Server::PRODUCTION)
@@ -287,12 +292,13 @@ module AdvancedBilling
287
292
  # @param [String] component_id Required parameter: Either the Advanced
288
293
  # Billing id of the component or the handle for the component prefixed with
289
294
  # `handle:`
290
- # @param [UpdateComponentRequest] body Optional parameter: Example:
291
- # @return [ComponentResponse] response from the API call.
295
+ # @param [UpdateComponentRequest] body Optional parameter: TODO: type
296
+ # description here
297
+ # @return [ComponentResponse] Response from the API call.
292
298
  def update_product_family_component(product_family_id,
293
299
  component_id,
294
300
  body: nil)
295
- new_api_call_builder
301
+ @api_call
296
302
  .request(new_request_builder(HttpMethodEnum::PUT,
297
303
  '/product_families/{product_family_id}/components/{component_id}.json',
298
304
  Server::PRODUCTION)
@@ -325,10 +331,10 @@ module AdvancedBilling
325
331
  # @param [String] component_id Required parameter: Either the Advanced
326
332
  # Billing id of the component or the handle for the component prefixed with
327
333
  # `handle:`
328
- # @return [Component] response from the API call.
334
+ # @return [Component] Response from the API call.
329
335
  def archive_component(product_family_id,
330
336
  component_id)
331
- new_api_call_builder
337
+ @api_call
332
338
  .request(new_request_builder(HttpMethodEnum::DELETE,
333
339
  '/product_families/{product_family_id}/components/{component_id}.json',
334
340
  Server::PRODUCTION)
@@ -387,9 +393,9 @@ module AdvancedBilling
387
393
  # Use in query `per_page=200`.
388
394
  # @param [ListComponentsFilter] filter Optional parameter: Filter to use for
389
395
  # List Components operations
390
- # @return [Array[ComponentResponse]] response from the API call.
396
+ # @return [Array[ComponentResponse]] Response from the API call.
391
397
  def list_components(options = {})
392
- new_api_call_builder
398
+ @api_call
393
399
  .request(new_request_builder(HttpMethodEnum::GET,
394
400
  '/components.json',
395
401
  Server::PRODUCTION)
@@ -417,11 +423,12 @@ module AdvancedBilling
417
423
  # using the handle, it must be prefixed with `handle:`.
418
424
  # @param [String] component_id Required parameter: The id or handle of the
419
425
  # component
420
- # @param [UpdateComponentRequest] body Optional parameter: Example:
421
- # @return [ComponentResponse] response from the API call.
426
+ # @param [UpdateComponentRequest] body Optional parameter: TODO: type
427
+ # description here
428
+ # @return [ComponentResponse] Response from the API call.
422
429
  def update_component(component_id,
423
430
  body: nil)
424
- new_api_call_builder
431
+ @api_call
425
432
  .request(new_request_builder(HttpMethodEnum::PUT,
426
433
  '/components/{component_id}.json',
427
434
  Server::PRODUCTION)
@@ -484,9 +491,9 @@ module AdvancedBilling
484
491
  # components with a timestamp at or after exact time provided in query. You
485
492
  # can specify timezone in query - otherwise your site's time zone will be
486
493
  # used. If provided, this parameter will be used instead of start_date.
487
- # @return [Array[ComponentResponse]] response from the API call.
494
+ # @return [Array[ComponentResponse]] Response from the API call.
488
495
  def list_components_for_product_family(options = {})
489
- new_api_call_builder
496
+ @api_call
490
497
  .request(new_request_builder(HttpMethodEnum::GET,
491
498
  '/product_families/{product_family_id}/components.json',
492
499
  Server::PRODUCTION)
@@ -1,7 +1,7 @@
1
1
  # advanced_billing
2
2
  #
3
- # This file was automatically generated by APIMATIC v2.0
4
- # ( https://apimatic.io ).
3
+ # This file was automatically generated for Maxio by
4
+ # APIMATIC v3.0 ( https://www.apimatic.io ).
5
5
 
6
6
  module AdvancedBilling
7
7
  # CouponsController
@@ -25,11 +25,12 @@ module AdvancedBilling
25
25
  # `{ "<product_id/component_id>": boolean_value }`
26
26
  # @param [Integer] product_family_id Required parameter: The Advanced
27
27
  # Billing id of the product family to which the coupon belongs
28
- # @param [CouponRequest] body Optional parameter: Example:
29
- # @return [CouponResponse] response from the API call.
28
+ # @param [CouponRequest] body Optional parameter: TODO: type description
29
+ # here
30
+ # @return [CouponResponse] Response from the API call.
30
31
  def create_coupon(product_family_id,
31
32
  body: nil)
32
- new_api_call_builder
33
+ @api_call
33
34
  .request(new_request_builder(HttpMethodEnum::POST,
34
35
  '/product_families/{product_family_id}/coupons.json',
35
36
  Server::PRODUCTION)
@@ -75,9 +76,9 @@ module AdvancedBilling
75
76
  # level, you can optionally pass the `?currency_prices=true` query param to
76
77
  # include an array of currency price data in the response. Use in query
77
78
  # `currency_prices=true`.
78
- # @return [Array[CouponResponse]] response from the API call.
79
+ # @return [Array[CouponResponse]] Response from the API call.
79
80
  def list_coupons_for_product_family(options = {})
80
- new_api_call_builder
81
+ @api_call
81
82
  .request(new_request_builder(HttpMethodEnum::GET,
82
83
  '/product_families/{product_family_id}/coupons.json',
83
84
  Server::PRODUCTION)
@@ -112,11 +113,11 @@ module AdvancedBilling
112
113
  # fetching coupons, if you have defined multiple currencies at the site
113
114
  # level, you can optionally pass the `?currency_prices=true` query param to
114
115
  # include an array of currency price data in the response.
115
- # @return [CouponResponse] response from the API call.
116
+ # @return [CouponResponse] Response from the API call.
116
117
  def find_coupon(product_family_id: nil,
117
118
  code: nil,
118
119
  currency_prices: nil)
119
- new_api_call_builder
120
+ @api_call
120
121
  .request(new_request_builder(HttpMethodEnum::GET,
121
122
  '/coupons/find.json',
122
123
  Server::PRODUCTION)
@@ -150,11 +151,11 @@ module AdvancedBilling
150
151
  # fetching coupons, if you have defined multiple currencies at the site
151
152
  # level, you can optionally pass the `?currency_prices=true` query param to
152
153
  # include an array of currency price data in the response.
153
- # @return [CouponResponse] response from the API call.
154
+ # @return [CouponResponse] Response from the API call.
154
155
  def read_coupon(product_family_id,
155
156
  coupon_id,
156
157
  currency_prices: nil)
157
- new_api_call_builder
158
+ @api_call
158
159
  .request(new_request_builder(HttpMethodEnum::GET,
159
160
  '/product_families/{product_family_id}/coupons/{coupon_id}.json',
160
161
  Server::PRODUCTION)
@@ -184,12 +185,13 @@ module AdvancedBilling
184
185
  # Billing id of the product family to which the coupon belongs
185
186
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
186
187
  # the coupon
187
- # @param [CouponRequest] body Optional parameter: Example:
188
- # @return [CouponResponse] response from the API call.
188
+ # @param [CouponRequest] body Optional parameter: TODO: type description
189
+ # here
190
+ # @return [CouponResponse] Response from the API call.
189
191
  def update_coupon(product_family_id,
190
192
  coupon_id,
191
193
  body: nil)
192
- new_api_call_builder
194
+ @api_call
193
195
  .request(new_request_builder(HttpMethodEnum::PUT,
194
196
  '/product_families/{product_family_id}/coupons/{coupon_id}.json',
195
197
  Server::PRODUCTION)
@@ -223,10 +225,10 @@ module AdvancedBilling
223
225
  # Billing id of the product family to which the coupon belongs
224
226
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
225
227
  # the coupon
226
- # @return [CouponResponse] response from the API call.
228
+ # @return [CouponResponse] Response from the API call.
227
229
  def archive_coupon(product_family_id,
228
230
  coupon_id)
229
- new_api_call_builder
231
+ @api_call
230
232
  .request(new_request_builder(HttpMethodEnum::DELETE,
231
233
  '/product_families/{product_family_id}/coupons/{coupon_id}.json',
232
234
  Server::PRODUCTION)
@@ -266,9 +268,9 @@ module AdvancedBilling
266
268
  # level, you can optionally pass the `?currency_prices=true` query param to
267
269
  # include an array of currency price data in the response. Use in query
268
270
  # `currency_prices=true`.
269
- # @return [Array[CouponResponse]] response from the API call.
271
+ # @return [Array[CouponResponse]] Response from the API call.
270
272
  def list_coupons(options = {})
271
- new_api_call_builder
273
+ @api_call
272
274
  .request(new_request_builder(HttpMethodEnum::GET,
273
275
  '/coupons.json',
274
276
  Server::PRODUCTION)
@@ -292,10 +294,10 @@ module AdvancedBilling
292
294
  # Billing id of the product family to which the coupon belongs
293
295
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
294
296
  # the coupon
295
- # @return [Array[CouponUsage]] response from the API call.
297
+ # @return [Array[CouponUsage]] Response from the API call.
296
298
  def read_coupon_usage(product_family_id,
297
299
  coupon_id)
298
- new_api_call_builder
300
+ @api_call
299
301
  .request(new_request_builder(HttpMethodEnum::GET,
300
302
  '/product_families/{product_family_id}/coupons/{coupon_id}/usage.json',
301
303
  Server::PRODUCTION)
@@ -343,10 +345,10 @@ module AdvancedBilling
343
345
  # @param [String] code Required parameter: The code of the coupon
344
346
  # @param [Integer] product_family_id Optional parameter: The Advanced
345
347
  # Billing id of the product family to which the coupon belongs
346
- # @return [CouponResponse] response from the API call.
348
+ # @return [CouponResponse] Response from the API call.
347
349
  def validate_coupon(code,
348
350
  product_family_id: nil)
349
- new_api_call_builder
351
+ @api_call
350
352
  .request(new_request_builder(HttpMethodEnum::GET,
351
353
  '/coupons/validate.json',
352
354
  Server::PRODUCTION)
@@ -358,9 +360,9 @@ module AdvancedBilling
358
360
  .response(new_response_handler
359
361
  .deserializer(APIHelper.method(:custom_type_deserializer))
360
362
  .deserialize_into(CouponResponse.method(:from_hash))
361
- .local_error('404',
362
- 'Not Found',
363
- SingleStringErrorResponseException))
363
+ .local_error_template('404',
364
+ 'Not Found: \'{$response.body}\'',
365
+ SingleStringErrorResponseException))
364
366
  .execute
365
367
  end
366
368
 
@@ -373,11 +375,12 @@ module AdvancedBilling
373
375
  # to define pricing in non-primary currencies.
374
376
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
375
377
  # the coupon
376
- # @param [CouponCurrencyRequest] body Optional parameter: Example:
377
- # @return [CouponCurrencyResponse] response from the API call.
378
+ # @param [CouponCurrencyRequest] body Optional parameter: TODO: type
379
+ # description here
380
+ # @return [CouponCurrencyResponse] Response from the API call.
378
381
  def create_or_update_coupon_currency_prices(coupon_id,
379
382
  body: nil)
380
- new_api_call_builder
383
+ @api_call
381
384
  .request(new_request_builder(HttpMethodEnum::PUT,
382
385
  '/coupons/{coupon_id}/currency_prices.json',
383
386
  Server::PRODUCTION)
@@ -439,11 +442,12 @@ module AdvancedBilling
439
442
  # `https://<subdomain>.chargify.com/coupons/567/codes/20%25OFF.<format>`
440
443
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
441
444
  # the coupon
442
- # @param [CouponSubcodes] body Optional parameter: Example:
443
- # @return [CouponSubcodesResponse] response from the API call.
445
+ # @param [CouponSubcodes] body Optional parameter: TODO: type description
446
+ # here
447
+ # @return [CouponSubcodesResponse] Response from the API call.
444
448
  def create_coupon_subcodes(coupon_id,
445
449
  body: nil)
446
- new_api_call_builder
450
+ @api_call
447
451
  .request(new_request_builder(HttpMethodEnum::POST,
448
452
  '/coupons/{coupon_id}/codes.json',
449
453
  Server::PRODUCTION)
@@ -476,9 +480,9 @@ module AdvancedBilling
476
480
  # many records to fetch in each request. Default value is 20. The maximum
477
481
  # allowed values is 200; any per_page value over 200 will be changed to 200.
478
482
  # Use in query `per_page=200`.
479
- # @return [CouponSubcodes] response from the API call.
483
+ # @return [CouponSubcodes] Response from the API call.
480
484
  def list_coupon_subcodes(options = {})
481
- new_api_call_builder
485
+ @api_call
482
486
  .request(new_request_builder(HttpMethodEnum::GET,
483
487
  '/coupons/{coupon_id}/codes.json',
484
488
  Server::PRODUCTION)
@@ -506,11 +510,12 @@ module AdvancedBilling
506
510
  # + Any subcodes not created because they are invalid.
507
511
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
508
512
  # the coupon
509
- # @param [CouponSubcodes] body Optional parameter: Example:
510
- # @return [CouponSubcodesResponse] response from the API call.
513
+ # @param [CouponSubcodes] body Optional parameter: TODO: type description
514
+ # here
515
+ # @return [CouponSubcodesResponse] Response from the API call.
511
516
  def update_coupon_subcodes(coupon_id,
512
517
  body: nil)
513
- new_api_call_builder
518
+ @api_call
514
519
  .request(new_request_builder(HttpMethodEnum::PUT,
515
520
  '/coupons/{coupon_id}/codes.json',
516
521
  Server::PRODUCTION)
@@ -551,10 +556,10 @@ module AdvancedBilling
551
556
  # @param [Integer] coupon_id Required parameter: The Advanced Billing id of
552
557
  # the coupon to which the subcode belongs
553
558
  # @param [String] subcode Required parameter: The subcode of the coupon
554
- # @return [void] response from the API call.
559
+ # @return [void] Response from the API call.
555
560
  def delete_coupon_subcode(coupon_id,
556
561
  subcode)
557
- new_api_call_builder
562
+ @api_call
558
563
  .request(new_request_builder(HttpMethodEnum::DELETE,
559
564
  '/coupons/{coupon_id}/codes/{subcode}.json',
560
565
  Server::PRODUCTION)