subskribe_sandbox 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (812) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -9
  3. data/docs/AutomatedInvoiceRule.md +2 -2
  4. data/docs/BillingApi.md +23 -23
  5. data/docs/BulkInvoiceRunItem.md +2 -2
  6. data/docs/BulkPaymentUploadData.md +4 -4
  7. data/docs/PaginatedSubscriptionsResponse.md +10 -0
  8. data/docs/RevenueRecognitionApi.md +20 -20
  9. data/docs/SubscriptionsApi.md +2 -2
  10. data/docs/TaxJarIntegration.md +2 -2
  11. data/lib/subskribe_sandbox/api/billing_api.rb +35 -35
  12. data/lib/subskribe_sandbox/api/revenue_recognition_api.rb +22 -22
  13. data/lib/subskribe_sandbox/api/subscriptions_api.rb +3 -3
  14. data/lib/subskribe_sandbox/models/automated_invoice_rule.rb +19 -19
  15. data/lib/subskribe_sandbox/models/bulk_invoice_run_item.rb +22 -22
  16. data/lib/subskribe_sandbox/models/bulk_payment_upload_data.rb +34 -34
  17. data/lib/{subskribe_dev/models/credit_memo_pagination_response_json.rb → subskribe_sandbox/models/paginated_subscriptions_response.rb} +4 -4
  18. data/lib/subskribe_sandbox/models/tax_jar_integration.rb +19 -19
  19. data/lib/subskribe_sandbox/version.rb +1 -1
  20. data/lib/subskribe_sandbox.rb +1 -1
  21. data/spec/api/accounting_api_spec.rb +3 -3
  22. data/spec/api/accounts_api_spec.rb +4 -4
  23. data/spec/api/approvals_api_spec.rb +3 -3
  24. data/spec/api/attachments_api_spec.rb +3 -3
  25. data/spec/api/authentication_api_spec.rb +3 -3
  26. data/spec/api/billing_api_spec.rb +3 -3
  27. data/spec/api/credit_memo_api_spec.rb +3 -3
  28. data/spec/api/custom_field_api_spec.rb +3 -3
  29. data/spec/api/customization_api_spec.rb +3 -3
  30. data/spec/api/default_api_spec.rb +3 -3
  31. data/spec/api/discounts_api_spec.rb +3 -3
  32. data/spec/api/entities_api_spec.rb +42 -3
  33. data/spec/api/erp_api_spec.rb +13 -13
  34. data/spec/api/import_api_spec.rb +3 -3
  35. data/spec/api/integrations_api_spec.rb +3 -3
  36. data/spec/api/metrics_reporting_api_spec.rb +3 -3
  37. data/spec/api/notifications_api_spec.rb +3 -3
  38. data/spec/api/opportunity_api_spec.rb +3 -3
  39. data/spec/api/orders_api_spec.rb +3 -3
  40. data/spec/api/payments_api_spec.rb +3 -3
  41. data/spec/api/product_catalog_api_spec.rb +16 -3
  42. data/spec/api/rate_card_api_spec.rb +3 -3
  43. data/spec/api/refunds_api_spec.rb +3 -3
  44. data/spec/api/reports_api_spec.rb +3 -3
  45. data/spec/api/revenue_recognition_api_spec.rb +8 -8
  46. data/spec/api/sales_room_api_spec.rb +3 -3
  47. data/spec/api/settings_api_spec.rb +240 -3
  48. data/spec/api/subscriptions_api_spec.rb +4 -4
  49. data/spec/api/usage_api_spec.rb +3 -3
  50. data/spec/api/users_api_spec.rb +3 -3
  51. data/spec/api_client_spec.rb +31 -31
  52. data/spec/configuration_spec.rb +6 -6
  53. data/spec/models/account_address_json_spec.rb +3 -3
  54. data/spec/models/account_address_spec.rb +3 -3
  55. data/spec/models/account_contact_json_spec.rb +3 -3
  56. data/spec/models/account_contact_spec.rb +3 -3
  57. data/spec/models/account_json_spec.rb +3 -3
  58. data/spec/models/account_payment_method_json_spec.rb +3 -3
  59. data/spec/models/account_receivable_contact_json_spec.rb +3 -3
  60. data/spec/models/accounting_event_paginated_response_spec.rb +3 -3
  61. data/spec/models/accounting_event_spec.rb +3 -3
  62. data/spec/models/accounting_period_calculation_spec.rb +3 -3
  63. data/spec/models/accounting_period_spec.rb +3 -3
  64. data/spec/models/add_and_apply_payment_application_json_spec.rb +3 -3
  65. data/spec/models/anrok_integration_input_spec.rb +3 -3
  66. data/spec/models/approval_matrix_import_data_json_spec.rb +3 -3
  67. data/spec/models/approval_matrix_import_preview_spec.rb +3 -3
  68. data/spec/models/approval_role_json_spec.rb +3 -3
  69. data/spec/models/approval_role_segment_change_spec.rb +3 -3
  70. data/spec/models/approval_segment_json_spec.rb +3 -3
  71. data/spec/models/attachment_spec.rb +3 -3
  72. data/spec/models/attribute_reference_spec.rb +3 -3
  73. data/spec/models/auth_saml_integration_json_spec.rb +3 -3
  74. data/spec/models/automated_invoice_rule_request_json_spec.rb +3 -3
  75. data/spec/models/automated_invoice_rule_spec.rb +15 -15
  76. data/spec/models/avalara_integration_input_spec.rb +3 -3
  77. data/spec/models/avalara_integration_spec.rb +3 -3
  78. data/spec/models/billing_event_entry_spec.rb +3 -3
  79. data/spec/models/billing_event_input_spec.rb +3 -3
  80. data/spec/models/bulk_invoice_run_exclusions_spec.rb +3 -3
  81. data/spec/models/bulk_invoice_run_input_spec.rb +3 -3
  82. data/spec/models/bulk_invoice_run_item_spec.rb +9 -9
  83. data/spec/models/bulk_invoice_run_selector_spec.rb +3 -3
  84. data/spec/models/bulk_invoice_run_spec.rb +3 -3
  85. data/spec/models/bulk_payment_upload_data_spec.rb +13 -13
  86. data/spec/models/bulk_payment_upload_result_spec.rb +6 -6
  87. data/spec/models/byte_buffer_spec.rb +3 -3
  88. data/spec/models/catalog_relationship_spec.rb +3 -3
  89. data/spec/models/charge_json_spec.rb +6 -6
  90. data/spec/models/charge_partial_json_spec.rb +3 -3
  91. data/spec/models/company_contact_json_spec.rb +3 -3
  92. data/spec/models/credit_memo_application_json_spec.rb +3 -3
  93. data/spec/models/credit_memo_balance_json_spec.rb +3 -3
  94. data/spec/models/credit_memo_json_spec.rb +3 -3
  95. data/spec/models/credit_memo_line_item_json_spec.rb +3 -3
  96. data/spec/models/credit_memo_line_item_request_json_spec.rb +3 -3
  97. data/spec/models/credit_memo_pagination_response_json_spec.rb +3 -3
  98. data/spec/models/crm_account_import_response_spec.rb +3 -3
  99. data/spec/models/custom_field_default_spec.rb +3 -3
  100. data/spec/models/custom_field_definition_create_input_spec.rb +3 -3
  101. data/spec/models/custom_field_definition_json_spec.rb +3 -3
  102. data/spec/models/custom_field_definition_update_input_spec.rb +3 -3
  103. data/spec/models/custom_field_entry_spec.rb +3 -3
  104. data/spec/models/custom_field_update_input_spec.rb +3 -3
  105. data/spec/models/custom_field_value_spec.rb +3 -3
  106. data/spec/models/data_import_spec.rb +3 -3
  107. data/spec/models/discount_detail_json_spec.rb +3 -3
  108. data/spec/models/discount_json_spec.rb +3 -3
  109. data/spec/models/docu_sign_integration_request_json_spec.rb +3 -3
  110. data/spec/models/docu_sign_integration_response_json_spec.rb +3 -3
  111. data/spec/models/document_custom_content_spec.rb +3 -3
  112. data/spec/models/document_section_spec.rb +3 -3
  113. data/spec/models/document_template_json_spec.rb +3 -3
  114. data/spec/models/dunning_setting_json_spec.rb +3 -3
  115. data/spec/models/email_notifiers_list_spec.rb +3 -3
  116. data/spec/models/entity_json_spec.rb +3 -3
  117. data/spec/models/entity_ref_spec.rb +3 -3
  118. data/spec/models/entity_spec.rb +3 -3
  119. data/spec/models/entry_spec.rb +3 -3
  120. data/spec/models/external_arr_schedule_json_spec.rb +3 -3
  121. data/spec/models/flatfile_workbook_response_data_spec.rb +3 -3
  122. data/spec/models/flatfile_workbook_response_spec.rb +3 -3
  123. data/spec/models/input_stream_spec.rb +3 -3
  124. data/spec/models/integration_spec.rb +3 -3
  125. data/spec/models/invoice_balance_json_spec.rb +3 -3
  126. data/spec/models/invoice_item_json_spec.rb +3 -3
  127. data/spec/models/invoice_item_preview_json_spec.rb +3 -3
  128. data/spec/models/invoice_json_pagination_response_spec.rb +3 -3
  129. data/spec/models/invoice_json_spec.rb +3 -3
  130. data/spec/models/invoice_number_prefix_spec.rb +3 -3
  131. data/spec/models/invoice_preview_json_spec.rb +3 -3
  132. data/spec/models/ledger_account_mapping_spec.rb +3 -3
  133. data/spec/models/ledger_account_spec.rb +3 -3
  134. data/spec/models/metrics_json_spec.rb +3 -3
  135. data/spec/models/notification_target_and_subscriptions_spec.rb +3 -3
  136. data/spec/models/number_config_spec.rb +3 -3
  137. data/spec/models/opportunity_json_spec.rb +3 -3
  138. data/spec/models/opportunity_pagination_response_spec.rb +3 -3
  139. data/spec/models/opportunity_rest_json_spec.rb +3 -3
  140. data/spec/models/opportunity_spec.rb +3 -3
  141. data/spec/models/order_json_pagination_response_spec.rb +3 -3
  142. data/spec/models/order_json_spec.rb +3 -3
  143. data/spec/models/order_line_item_json_spec.rb +9 -3
  144. data/spec/models/order_line_item_request_json_spec.rb +9 -3
  145. data/spec/models/order_request_json_spec.rb +3 -3
  146. data/spec/models/order_terms_spec.rb +3 -3
  147. data/spec/models/paginated_accounts_response_spec.rb +3 -3
  148. data/spec/models/{paginated_response_spec.rb → paginated_subscriptions_response_spec.rb} +8 -8
  149. data/spec/models/payment_balance_json_spec.rb +3 -3
  150. data/spec/models/payment_configuration_spec.rb +3 -3
  151. data/spec/models/payment_json_pagination_response_spec.rb +3 -3
  152. data/spec/models/payment_json_spec.rb +3 -3
  153. data/spec/models/payment_term_settings_json_spec.rb +3 -3
  154. data/spec/models/plan_json_pagination_response_spec.rb +3 -3
  155. data/spec/models/plan_json_spec.rb +3 -3
  156. data/spec/models/plan_metadata_json_spec.rb +3 -3
  157. data/spec/models/predefined_report_def_chart_json_spec.rb +3 -3
  158. data/spec/models/predefined_report_def_json_spec.rb +3 -3
  159. data/spec/models/predefined_report_defs_json_spec.rb +3 -3
  160. data/spec/models/predefined_report_json_spec.rb +3 -3
  161. data/spec/models/predefined_report_param_object_spec.rb +3 -3
  162. data/spec/models/predefined_report_param_spec.rb +3 -3
  163. data/spec/models/prepaid_stats_spec.rb +3 -3
  164. data/spec/models/price_tier_json_spec.rb +3 -3
  165. data/spec/models/product_category_pagination_response_spec.rb +3 -3
  166. data/spec/models/product_category_spec.rb +3 -3
  167. data/spec/models/product_input_json_spec.rb +3 -3
  168. data/spec/models/product_json_pagination_response_spec.rb +3 -3
  169. data/spec/models/product_json_spec.rb +3 -3
  170. data/spec/models/purchase_order_spec.rb +3 -3
  171. data/spec/models/raw_usage_spec.rb +3 -3
  172. data/spec/models/raw_usages_data_spec.rb +3 -3
  173. data/spec/models/recognition_event_completion_spec.rb +3 -3
  174. data/spec/models/recognition_rule_spec.rb +3 -3
  175. data/spec/models/recurrence_json_spec.rb +3 -3
  176. data/spec/models/refund_detail_spec.rb +3 -3
  177. data/spec/models/refund_request_json_spec.rb +3 -3
  178. data/spec/models/refund_spec.rb +3 -3
  179. data/spec/models/report_duration_spec.rb +3 -3
  180. data/spec/models/report_job_response_spec.rb +3 -3
  181. data/spec/models/salesforce_account_billing_address_spec.rb +3 -3
  182. data/spec/models/salesforce_account_spec.rb +3 -3
  183. data/spec/models/salesforce_client_integration_request_json_spec.rb +3 -3
  184. data/spec/models/settlement_application_spec.rb +3 -3
  185. data/spec/models/standalone_credit_memo_request_spec.rb +3 -3
  186. data/spec/models/subscription_charge_alias_spec.rb +3 -3
  187. data/spec/models/subscription_charge_json_spec.rb +3 -3
  188. data/spec/models/subscription_json_spec.rb +3 -3
  189. data/spec/models/subscription_update_json_spec.rb +3 -3
  190. data/spec/models/tax_jar_integration_input_spec.rb +3 -3
  191. data/spec/models/tax_jar_integration_spec.rb +7 -7
  192. data/spec/models/tax_rate_json_spec.rb +3 -3
  193. data/spec/models/tax_rate_pagination_response_json_spec.rb +3 -3
  194. data/spec/models/tenant_credit_memo_configuration_json_spec.rb +3 -3
  195. data/spec/models/tenant_discount_json_spec.rb +3 -3
  196. data/spec/models/tenant_discount_line_item_json_spec.rb +3 -3
  197. data/spec/models/tenant_invoice_config_spec.rb +3 -3
  198. data/spec/models/tenant_json_spec.rb +3 -3
  199. data/spec/models/tenant_setting_json_spec.rb +3 -3
  200. data/spec/models/time_series_amount_json_spec.rb +3 -3
  201. data/spec/models/time_zone_spec.rb +3 -3
  202. data/spec/models/unit_of_measure_json_spec.rb +3 -3
  203. data/spec/models/unit_of_measure_pagination_response_json_spec.rb +3 -3
  204. data/spec/models/update_invoice_request_spec.rb +3 -3
  205. data/spec/models/usage_aggregate_output_spec.rb +3 -3
  206. data/spec/models/usage_batch_insert_result_spec.rb +3 -3
  207. data/spec/models/user_group_json_spec.rb +3 -3
  208. data/spec/models/user_group_request_json_spec.rb +3 -3
  209. data/spec/models/user_input_spec.rb +3 -3
  210. data/spec/models/user_json_spec.rb +3 -3
  211. data/spec/models/user_pagination_response_json_spec.rb +3 -3
  212. data/spec/models/void_invoice_request_spec.rb +3 -3
  213. data/spec/models/void_payment_json_spec.rb +3 -3
  214. data/spec/spec_helper.rb +1 -1
  215. metadata +5 -602
  216. data/docs/EntityApi.md +0 -66
  217. data/docs/PaginatedResponse.md +0 -10
  218. data/lib/subskribe_dev/api/accounting_api.rb +0 -193
  219. data/lib/subskribe_dev/api/accounts_api.rb +0 -858
  220. data/lib/subskribe_dev/api/approvals_api.rb +0 -965
  221. data/lib/subskribe_dev/api/attachments_api.rb +0 -299
  222. data/lib/subskribe_dev/api/authentication_api.rb +0 -335
  223. data/lib/subskribe_dev/api/billing_api.rb +0 -2098
  224. data/lib/subskribe_dev/api/credit_memo_api.rb +0 -636
  225. data/lib/subskribe_dev/api/custom_field_api.rb +0 -434
  226. data/lib/subskribe_dev/api/customization_api.rb +0 -269
  227. data/lib/subskribe_dev/api/default_api.rb +0 -223
  228. data/lib/subskribe_dev/api/discounts_api.rb +0 -340
  229. data/lib/subskribe_dev/api/entities_api.rb +0 -532
  230. data/lib/subskribe_dev/api/entity_api.rb +0 -79
  231. data/lib/subskribe_dev/api/erp_api.rb +0 -278
  232. data/lib/subskribe_dev/api/import_api.rb +0 -568
  233. data/lib/subskribe_dev/api/integrations_api.rb +0 -1678
  234. data/lib/subskribe_dev/api/metrics_reporting_api.rb +0 -223
  235. data/lib/subskribe_dev/api/notifications_api.rb +0 -245
  236. data/lib/subskribe_dev/api/opportunity_api.rb +0 -177
  237. data/lib/subskribe_dev/api/orders_api.rb +0 -1381
  238. data/lib/subskribe_dev/api/payments_api.rb +0 -431
  239. data/lib/subskribe_dev/api/product_catalog_api.rb +0 -1886
  240. data/lib/subskribe_dev/api/rate_card_api.rb +0 -68
  241. data/lib/subskribe_dev/api/refunds_api.rb +0 -189
  242. data/lib/subskribe_dev/api/reports_api.rb +0 -227
  243. data/lib/subskribe_dev/api/revenue_recognition_api.rb +0 -484
  244. data/lib/subskribe_dev/api/sales_room_api.rb +0 -74
  245. data/lib/subskribe_dev/api/settings_api.rb +0 -1321
  246. data/lib/subskribe_dev/api/subscriptions_api.rb +0 -576
  247. data/lib/subskribe_dev/api/usage_api.rb +0 -604
  248. data/lib/subskribe_dev/api/users_api.rb +0 -728
  249. data/lib/subskribe_dev/api_client.rb +0 -391
  250. data/lib/subskribe_dev/api_error.rb +0 -38
  251. data/lib/subskribe_dev/configuration.rb +0 -209
  252. data/lib/subskribe_dev/models/account_address.rb +0 -265
  253. data/lib/subskribe_dev/models/account_address_json.rb +0 -229
  254. data/lib/subskribe_dev/models/account_contact.rb +0 -530
  255. data/lib/subskribe_dev/models/account_contact_json.rb +0 -274
  256. data/lib/subskribe_dev/models/account_json.rb +0 -395
  257. data/lib/subskribe_dev/models/account_payment_method_json.rb +0 -268
  258. data/lib/subskribe_dev/models/account_receivable_contact_json.rb +0 -225
  259. data/lib/subskribe_dev/models/accounting_event.rb +0 -319
  260. data/lib/subskribe_dev/models/accounting_event_paginated_response.rb +0 -204
  261. data/lib/subskribe_dev/models/accounting_period.rb +0 -356
  262. data/lib/subskribe_dev/models/accounting_period_calculation.rb +0 -229
  263. data/lib/subskribe_dev/models/add_and_apply_payment_application_json.rb +0 -344
  264. data/lib/subskribe_dev/models/anrok_integration_input.rb +0 -184
  265. data/lib/subskribe_dev/models/approval_matrix_import_data_json.rb +0 -229
  266. data/lib/subskribe_dev/models/approval_matrix_import_preview.rb +0 -226
  267. data/lib/subskribe_dev/models/approval_role_json.rb +0 -220
  268. data/lib/subskribe_dev/models/approval_role_segment_change.rb +0 -211
  269. data/lib/subskribe_dev/models/approval_segment_json.rb +0 -220
  270. data/lib/subskribe_dev/models/attachment.rb +0 -326
  271. data/lib/subskribe_dev/models/attribute_reference.rb +0 -193
  272. data/lib/subskribe_dev/models/auth_saml_integration_json.rb +0 -204
  273. data/lib/subskribe_dev/models/automated_invoice_rule.rb +0 -328
  274. data/lib/subskribe_dev/models/automated_invoice_rule_request_json.rb +0 -307
  275. data/lib/subskribe_dev/models/avalara_integration.rb +0 -238
  276. data/lib/subskribe_dev/models/avalara_integration_input.rb +0 -268
  277. data/lib/subskribe_dev/models/billing_event_entry.rb +0 -211
  278. data/lib/subskribe_dev/models/billing_event_input.rb +0 -216
  279. data/lib/subskribe_dev/models/bulk_invoice_run.rb +0 -350
  280. data/lib/subskribe_dev/models/bulk_invoice_run_exclusions.rb +0 -197
  281. data/lib/subskribe_dev/models/bulk_invoice_run_input.rb +0 -263
  282. data/lib/subskribe_dev/models/bulk_invoice_run_item.rb +0 -364
  283. data/lib/subskribe_dev/models/bulk_invoice_run_selector.rb +0 -184
  284. data/lib/subskribe_dev/models/bulk_payment_upload_data.rb +0 -274
  285. data/lib/subskribe_dev/models/bulk_payment_upload_result.rb +0 -204
  286. data/lib/subskribe_dev/models/byte_buffer.rb +0 -247
  287. data/lib/subskribe_dev/models/catalog_relationship.rb +0 -364
  288. data/lib/subskribe_dev/models/charge_json.rb +0 -631
  289. data/lib/subskribe_dev/models/charge_partial_json.rb +0 -310
  290. data/lib/subskribe_dev/models/company_contact_json.rb +0 -225
  291. data/lib/subskribe_dev/models/credit_memo_application_json.rb +0 -239
  292. data/lib/subskribe_dev/models/credit_memo_balance_json.rb +0 -211
  293. data/lib/subskribe_dev/models/credit_memo_json.rb +0 -363
  294. data/lib/subskribe_dev/models/credit_memo_line_item_json.rb +0 -252
  295. data/lib/subskribe_dev/models/credit_memo_line_item_request_json.rb +0 -211
  296. data/lib/subskribe_dev/models/crm_account_import_response.rb +0 -193
  297. data/lib/subskribe_dev/models/custom_field_default.rb +0 -195
  298. data/lib/subskribe_dev/models/custom_field_definition_create_input.rb +0 -317
  299. data/lib/subskribe_dev/models/custom_field_definition_json.rb +0 -313
  300. data/lib/subskribe_dev/models/custom_field_definition_update_input.rb +0 -256
  301. data/lib/subskribe_dev/models/custom_field_entry.rb +0 -325
  302. data/lib/subskribe_dev/models/custom_field_update_input.rb +0 -195
  303. data/lib/subskribe_dev/models/custom_field_value.rb +0 -316
  304. data/lib/subskribe_dev/models/data_import.rb +0 -355
  305. data/lib/subskribe_dev/models/discount_detail_json.rb +0 -263
  306. data/lib/subskribe_dev/models/discount_json.rb +0 -254
  307. data/lib/subskribe_dev/models/docu_sign_integration_request_json.rb +0 -236
  308. data/lib/subskribe_dev/models/docu_sign_integration_response_json.rb +0 -245
  309. data/lib/subskribe_dev/models/document_custom_content.rb +0 -211
  310. data/lib/subskribe_dev/models/document_section.rb +0 -265
  311. data/lib/subskribe_dev/models/document_template_json.rb +0 -300
  312. data/lib/subskribe_dev/models/dunning_setting_json.rb +0 -200
  313. data/lib/subskribe_dev/models/email_notifiers_list.rb +0 -208
  314. data/lib/subskribe_dev/models/entity.rb +0 -356
  315. data/lib/subskribe_dev/models/entity_json.rb +0 -347
  316. data/lib/subskribe_dev/models/entity_ref.rb +0 -202
  317. data/lib/subskribe_dev/models/entry.rb +0 -202
  318. data/lib/subskribe_dev/models/external_arr_schedule_json.rb +0 -319
  319. data/lib/subskribe_dev/models/flatfile_workbook_response.rb +0 -184
  320. data/lib/subskribe_dev/models/flatfile_workbook_response_data.rb +0 -193
  321. data/lib/subskribe_dev/models/input_stream.rb +0 -175
  322. data/lib/subskribe_dev/models/integration.rb +0 -311
  323. data/lib/subskribe_dev/models/invoice_balance_json.rb +0 -211
  324. data/lib/subskribe_dev/models/invoice_item_json.rb +0 -355
  325. data/lib/subskribe_dev/models/invoice_item_preview_json.rb +0 -229
  326. data/lib/subskribe_dev/models/invoice_json.rb +0 -439
  327. data/lib/subskribe_dev/models/invoice_json_pagination_response.rb +0 -204
  328. data/lib/subskribe_dev/models/invoice_number_prefix.rb +0 -184
  329. data/lib/subskribe_dev/models/invoice_preview_json.rb +0 -222
  330. data/lib/subskribe_dev/models/ledger_account.rb +0 -316
  331. data/lib/subskribe_dev/models/ledger_account_mapping.rb +0 -222
  332. data/lib/subskribe_dev/models/metrics_json.rb +0 -267
  333. data/lib/subskribe_dev/models/notification_target_and_subscriptions.rb +0 -265
  334. data/lib/subskribe_dev/models/number_config.rb +0 -254
  335. data/lib/subskribe_dev/models/opportunity.rb +0 -326
  336. data/lib/subskribe_dev/models/opportunity_json.rb +0 -326
  337. data/lib/subskribe_dev/models/opportunity_pagination_response.rb +0 -204
  338. data/lib/subskribe_dev/models/opportunity_rest_json.rb +0 -317
  339. data/lib/subskribe_dev/models/order_json.rb +0 -754
  340. data/lib/subskribe_dev/models/order_json_pagination_response.rb +0 -204
  341. data/lib/subskribe_dev/models/order_line_item_json.rb +0 -474
  342. data/lib/subskribe_dev/models/order_line_item_request_json.rb +0 -384
  343. data/lib/subskribe_dev/models/order_request_json.rb +0 -616
  344. data/lib/subskribe_dev/models/order_terms.rb +0 -265
  345. data/lib/subskribe_dev/models/paginated_accounts_response.rb +0 -204
  346. data/lib/subskribe_dev/models/paginated_response.rb +0 -204
  347. data/lib/subskribe_dev/models/payment_balance_json.rb +0 -211
  348. data/lib/subskribe_dev/models/payment_configuration.rb +0 -208
  349. data/lib/subskribe_dev/models/payment_json.rb +0 -300
  350. data/lib/subskribe_dev/models/payment_json_pagination_response.rb +0 -204
  351. data/lib/subskribe_dev/models/payment_term_settings_json.rb +0 -219
  352. data/lib/subskribe_dev/models/plan_json.rb +0 -339
  353. data/lib/subskribe_dev/models/plan_json_pagination_response.rb +0 -204
  354. data/lib/subskribe_dev/models/plan_metadata_json.rb +0 -187
  355. data/lib/subskribe_dev/models/predefined_report_def_chart_json.rb +0 -265
  356. data/lib/subskribe_dev/models/predefined_report_def_json.rb +0 -222
  357. data/lib/subskribe_dev/models/predefined_report_defs_json.rb +0 -186
  358. data/lib/subskribe_dev/models/predefined_report_json.rb +0 -213
  359. data/lib/subskribe_dev/models/predefined_report_param.rb +0 -296
  360. data/lib/subskribe_dev/models/predefined_report_param_object.rb +0 -296
  361. data/lib/subskribe_dev/models/prepaid_stats.rb +0 -310
  362. data/lib/subskribe_dev/models/price_tier_json.rb +0 -212
  363. data/lib/subskribe_dev/models/product_category.rb +0 -264
  364. data/lib/subskribe_dev/models/product_category_pagination_response.rb +0 -204
  365. data/lib/subskribe_dev/models/product_input_json.rb +0 -249
  366. data/lib/subskribe_dev/models/product_json.rb +0 -276
  367. data/lib/subskribe_dev/models/product_json_pagination_response.rb +0 -204
  368. data/lib/subskribe_dev/models/purchase_order.rb +0 -226
  369. data/lib/subskribe_dev/models/raw_usage.rb +0 -247
  370. data/lib/subskribe_dev/models/raw_usages_data.rb +0 -192
  371. data/lib/subskribe_dev/models/recognition_event_completion.rb +0 -322
  372. data/lib/subskribe_dev/models/recognition_rule.rb +0 -376
  373. data/lib/subskribe_dev/models/recurrence_json.rb +0 -256
  374. data/lib/subskribe_dev/models/refund.rb +0 -301
  375. data/lib/subskribe_dev/models/refund_detail.rb +0 -322
  376. data/lib/subskribe_dev/models/refund_request_json.rb +0 -272
  377. data/lib/subskribe_dev/models/report_duration.rb +0 -193
  378. data/lib/subskribe_dev/models/report_job_response.rb +0 -245
  379. data/lib/subskribe_dev/models/salesforce_account.rb +0 -229
  380. data/lib/subskribe_dev/models/salesforce_account_billing_address.rb +0 -220
  381. data/lib/subskribe_dev/models/salesforce_client_integration_request_json.rb +0 -211
  382. data/lib/subskribe_dev/models/settlement_application.rb +0 -329
  383. data/lib/subskribe_dev/models/standalone_credit_memo_request.rb +0 -353
  384. data/lib/subskribe_dev/models/subscription_charge_alias.rb +0 -283
  385. data/lib/subskribe_dev/models/subscription_charge_json.rb +0 -362
  386. data/lib/subskribe_dev/models/subscription_json.rb +0 -583
  387. data/lib/subskribe_dev/models/subscription_update_json.rb +0 -280
  388. data/lib/subskribe_dev/models/tax_jar_integration.rb +0 -238
  389. data/lib/subskribe_dev/models/tax_jar_integration_input.rb +0 -193
  390. data/lib/subskribe_dev/models/tax_rate_json.rb +0 -286
  391. data/lib/subskribe_dev/models/tax_rate_pagination_response_json.rb +0 -204
  392. data/lib/subskribe_dev/models/tenant_credit_memo_configuration_json.rb +0 -211
  393. data/lib/subskribe_dev/models/tenant_discount_json.rb +0 -193
  394. data/lib/subskribe_dev/models/tenant_discount_line_item_json.rb +0 -202
  395. data/lib/subskribe_dev/models/tenant_invoice_config.rb +0 -254
  396. data/lib/subskribe_dev/models/tenant_json.rb +0 -283
  397. data/lib/subskribe_dev/models/tenant_setting_json.rb +0 -307
  398. data/lib/subskribe_dev/models/time_series_amount_json.rb +0 -193
  399. data/lib/subskribe_dev/models/time_zone.rb +0 -211
  400. data/lib/subskribe_dev/models/unit_of_measure_json.rb +0 -250
  401. data/lib/subskribe_dev/models/unit_of_measure_pagination_response_json.rb +0 -204
  402. data/lib/subskribe_dev/models/update_invoice_request.rb +0 -282
  403. data/lib/subskribe_dev/models/usage_aggregate_output.rb +0 -258
  404. data/lib/subskribe_dev/models/usage_batch_insert_result.rb +0 -213
  405. data/lib/subskribe_dev/models/user_group_json.rb +0 -224
  406. data/lib/subskribe_dev/models/user_group_request_json.rb +0 -224
  407. data/lib/subskribe_dev/models/user_input.rb +0 -304
  408. data/lib/subskribe_dev/models/user_json.rb +0 -376
  409. data/lib/subskribe_dev/models/user_pagination_response_json.rb +0 -204
  410. data/lib/subskribe_dev/models/void_invoice_request.rb +0 -203
  411. data/lib/subskribe_dev/models/void_payment_json.rb +0 -235
  412. data/lib/subskribe_dev/version.rb +0 -15
  413. data/lib/subskribe_dev.rb +0 -230
  414. data/lib/subskribe_dev2/api/accounting_api.rb +0 -193
  415. data/lib/subskribe_dev2/api/accounts_api.rb +0 -858
  416. data/lib/subskribe_dev2/api/approvals_api.rb +0 -965
  417. data/lib/subskribe_dev2/api/attachments_api.rb +0 -299
  418. data/lib/subskribe_dev2/api/authentication_api.rb +0 -335
  419. data/lib/subskribe_dev2/api/billing_api.rb +0 -2098
  420. data/lib/subskribe_dev2/api/credit_memo_api.rb +0 -636
  421. data/lib/subskribe_dev2/api/custom_field_api.rb +0 -434
  422. data/lib/subskribe_dev2/api/customization_api.rb +0 -269
  423. data/lib/subskribe_dev2/api/default_api.rb +0 -223
  424. data/lib/subskribe_dev2/api/discounts_api.rb +0 -340
  425. data/lib/subskribe_dev2/api/entities_api.rb +0 -532
  426. data/lib/subskribe_dev2/api/erp_api.rb +0 -278
  427. data/lib/subskribe_dev2/api/import_api.rb +0 -568
  428. data/lib/subskribe_dev2/api/integrations_api.rb +0 -1678
  429. data/lib/subskribe_dev2/api/metrics_reporting_api.rb +0 -223
  430. data/lib/subskribe_dev2/api/notifications_api.rb +0 -245
  431. data/lib/subskribe_dev2/api/opportunity_api.rb +0 -177
  432. data/lib/subskribe_dev2/api/orders_api.rb +0 -1381
  433. data/lib/subskribe_dev2/api/payments_api.rb +0 -431
  434. data/lib/subskribe_dev2/api/product_catalog_api.rb +0 -1886
  435. data/lib/subskribe_dev2/api/rate_card_api.rb +0 -68
  436. data/lib/subskribe_dev2/api/refunds_api.rb +0 -189
  437. data/lib/subskribe_dev2/api/reports_api.rb +0 -227
  438. data/lib/subskribe_dev2/api/revenue_recognition_api.rb +0 -484
  439. data/lib/subskribe_dev2/api/sales_room_api.rb +0 -74
  440. data/lib/subskribe_dev2/api/settings_api.rb +0 -1321
  441. data/lib/subskribe_dev2/api/subscriptions_api.rb +0 -576
  442. data/lib/subskribe_dev2/api/usage_api.rb +0 -604
  443. data/lib/subskribe_dev2/api/users_api.rb +0 -728
  444. data/lib/subskribe_dev2/api_client.rb +0 -391
  445. data/lib/subskribe_dev2/api_error.rb +0 -38
  446. data/lib/subskribe_dev2/configuration.rb +0 -209
  447. data/lib/subskribe_dev2/models/account_address.rb +0 -265
  448. data/lib/subskribe_dev2/models/account_address_json.rb +0 -229
  449. data/lib/subskribe_dev2/models/account_contact.rb +0 -530
  450. data/lib/subskribe_dev2/models/account_contact_json.rb +0 -274
  451. data/lib/subskribe_dev2/models/account_json.rb +0 -395
  452. data/lib/subskribe_dev2/models/account_payment_method_json.rb +0 -268
  453. data/lib/subskribe_dev2/models/account_receivable_contact_json.rb +0 -225
  454. data/lib/subskribe_dev2/models/accounting_event.rb +0 -319
  455. data/lib/subskribe_dev2/models/accounting_event_paginated_response.rb +0 -204
  456. data/lib/subskribe_dev2/models/accounting_period.rb +0 -356
  457. data/lib/subskribe_dev2/models/accounting_period_calculation.rb +0 -229
  458. data/lib/subskribe_dev2/models/add_and_apply_payment_application_json.rb +0 -344
  459. data/lib/subskribe_dev2/models/anrok_integration_input.rb +0 -184
  460. data/lib/subskribe_dev2/models/approval_matrix_import_data_json.rb +0 -229
  461. data/lib/subskribe_dev2/models/approval_matrix_import_preview.rb +0 -226
  462. data/lib/subskribe_dev2/models/approval_role_json.rb +0 -220
  463. data/lib/subskribe_dev2/models/approval_role_segment_change.rb +0 -211
  464. data/lib/subskribe_dev2/models/approval_segment_json.rb +0 -220
  465. data/lib/subskribe_dev2/models/attachment.rb +0 -326
  466. data/lib/subskribe_dev2/models/attribute_reference.rb +0 -193
  467. data/lib/subskribe_dev2/models/auth_saml_integration_json.rb +0 -204
  468. data/lib/subskribe_dev2/models/automated_invoice_rule.rb +0 -328
  469. data/lib/subskribe_dev2/models/automated_invoice_rule_request_json.rb +0 -307
  470. data/lib/subskribe_dev2/models/avalara_integration.rb +0 -238
  471. data/lib/subskribe_dev2/models/avalara_integration_input.rb +0 -268
  472. data/lib/subskribe_dev2/models/billing_event_entry.rb +0 -211
  473. data/lib/subskribe_dev2/models/billing_event_input.rb +0 -216
  474. data/lib/subskribe_dev2/models/bulk_invoice_run.rb +0 -350
  475. data/lib/subskribe_dev2/models/bulk_invoice_run_exclusions.rb +0 -197
  476. data/lib/subskribe_dev2/models/bulk_invoice_run_input.rb +0 -263
  477. data/lib/subskribe_dev2/models/bulk_invoice_run_item.rb +0 -364
  478. data/lib/subskribe_dev2/models/bulk_invoice_run_selector.rb +0 -184
  479. data/lib/subskribe_dev2/models/bulk_payment_upload_data.rb +0 -274
  480. data/lib/subskribe_dev2/models/bulk_payment_upload_result.rb +0 -204
  481. data/lib/subskribe_dev2/models/byte_buffer.rb +0 -247
  482. data/lib/subskribe_dev2/models/catalog_relationship.rb +0 -364
  483. data/lib/subskribe_dev2/models/charge_json.rb +0 -631
  484. data/lib/subskribe_dev2/models/charge_partial_json.rb +0 -310
  485. data/lib/subskribe_dev2/models/company_contact_json.rb +0 -225
  486. data/lib/subskribe_dev2/models/credit_memo_application_json.rb +0 -239
  487. data/lib/subskribe_dev2/models/credit_memo_balance_json.rb +0 -211
  488. data/lib/subskribe_dev2/models/credit_memo_json.rb +0 -363
  489. data/lib/subskribe_dev2/models/credit_memo_line_item_json.rb +0 -252
  490. data/lib/subskribe_dev2/models/credit_memo_line_item_request_json.rb +0 -211
  491. data/lib/subskribe_dev2/models/credit_memo_pagination_response_json.rb +0 -204
  492. data/lib/subskribe_dev2/models/crm_account_import_response.rb +0 -193
  493. data/lib/subskribe_dev2/models/custom_field_default.rb +0 -195
  494. data/lib/subskribe_dev2/models/custom_field_definition_create_input.rb +0 -317
  495. data/lib/subskribe_dev2/models/custom_field_definition_json.rb +0 -313
  496. data/lib/subskribe_dev2/models/custom_field_definition_update_input.rb +0 -256
  497. data/lib/subskribe_dev2/models/custom_field_entry.rb +0 -325
  498. data/lib/subskribe_dev2/models/custom_field_update_input.rb +0 -195
  499. data/lib/subskribe_dev2/models/custom_field_value.rb +0 -316
  500. data/lib/subskribe_dev2/models/data_import.rb +0 -355
  501. data/lib/subskribe_dev2/models/discount_detail_json.rb +0 -263
  502. data/lib/subskribe_dev2/models/discount_json.rb +0 -254
  503. data/lib/subskribe_dev2/models/docu_sign_integration_request_json.rb +0 -236
  504. data/lib/subskribe_dev2/models/docu_sign_integration_response_json.rb +0 -245
  505. data/lib/subskribe_dev2/models/document_custom_content.rb +0 -211
  506. data/lib/subskribe_dev2/models/document_section.rb +0 -265
  507. data/lib/subskribe_dev2/models/document_template_json.rb +0 -300
  508. data/lib/subskribe_dev2/models/dunning_setting_json.rb +0 -200
  509. data/lib/subskribe_dev2/models/email_notifiers_list.rb +0 -208
  510. data/lib/subskribe_dev2/models/entity.rb +0 -356
  511. data/lib/subskribe_dev2/models/entity_json.rb +0 -347
  512. data/lib/subskribe_dev2/models/entity_ref.rb +0 -202
  513. data/lib/subskribe_dev2/models/entry.rb +0 -202
  514. data/lib/subskribe_dev2/models/external_arr_schedule_json.rb +0 -319
  515. data/lib/subskribe_dev2/models/flatfile_workbook_response.rb +0 -184
  516. data/lib/subskribe_dev2/models/flatfile_workbook_response_data.rb +0 -193
  517. data/lib/subskribe_dev2/models/input_stream.rb +0 -175
  518. data/lib/subskribe_dev2/models/integration.rb +0 -311
  519. data/lib/subskribe_dev2/models/invoice_balance_json.rb +0 -211
  520. data/lib/subskribe_dev2/models/invoice_item_json.rb +0 -355
  521. data/lib/subskribe_dev2/models/invoice_item_preview_json.rb +0 -229
  522. data/lib/subskribe_dev2/models/invoice_json.rb +0 -439
  523. data/lib/subskribe_dev2/models/invoice_json_pagination_response.rb +0 -204
  524. data/lib/subskribe_dev2/models/invoice_number_prefix.rb +0 -184
  525. data/lib/subskribe_dev2/models/invoice_preview_json.rb +0 -222
  526. data/lib/subskribe_dev2/models/ledger_account.rb +0 -316
  527. data/lib/subskribe_dev2/models/ledger_account_mapping.rb +0 -222
  528. data/lib/subskribe_dev2/models/metrics_json.rb +0 -267
  529. data/lib/subskribe_dev2/models/notification_target_and_subscriptions.rb +0 -265
  530. data/lib/subskribe_dev2/models/number_config.rb +0 -254
  531. data/lib/subskribe_dev2/models/opportunity.rb +0 -326
  532. data/lib/subskribe_dev2/models/opportunity_json.rb +0 -326
  533. data/lib/subskribe_dev2/models/opportunity_pagination_response.rb +0 -204
  534. data/lib/subskribe_dev2/models/opportunity_rest_json.rb +0 -317
  535. data/lib/subskribe_dev2/models/order_json.rb +0 -754
  536. data/lib/subskribe_dev2/models/order_json_pagination_response.rb +0 -204
  537. data/lib/subskribe_dev2/models/order_line_item_json.rb +0 -474
  538. data/lib/subskribe_dev2/models/order_line_item_request_json.rb +0 -384
  539. data/lib/subskribe_dev2/models/order_request_json.rb +0 -616
  540. data/lib/subskribe_dev2/models/order_terms.rb +0 -265
  541. data/lib/subskribe_dev2/models/paginated_accounts_response.rb +0 -204
  542. data/lib/subskribe_dev2/models/paginated_response.rb +0 -204
  543. data/lib/subskribe_dev2/models/payment_balance_json.rb +0 -211
  544. data/lib/subskribe_dev2/models/payment_configuration.rb +0 -208
  545. data/lib/subskribe_dev2/models/payment_json.rb +0 -300
  546. data/lib/subskribe_dev2/models/payment_json_pagination_response.rb +0 -204
  547. data/lib/subskribe_dev2/models/payment_term_settings_json.rb +0 -219
  548. data/lib/subskribe_dev2/models/plan_json.rb +0 -339
  549. data/lib/subskribe_dev2/models/plan_json_pagination_response.rb +0 -204
  550. data/lib/subskribe_dev2/models/plan_metadata_json.rb +0 -187
  551. data/lib/subskribe_dev2/models/predefined_report_def_chart_json.rb +0 -265
  552. data/lib/subskribe_dev2/models/predefined_report_def_json.rb +0 -222
  553. data/lib/subskribe_dev2/models/predefined_report_defs_json.rb +0 -186
  554. data/lib/subskribe_dev2/models/predefined_report_json.rb +0 -213
  555. data/lib/subskribe_dev2/models/predefined_report_param.rb +0 -296
  556. data/lib/subskribe_dev2/models/predefined_report_param_object.rb +0 -296
  557. data/lib/subskribe_dev2/models/prepaid_stats.rb +0 -310
  558. data/lib/subskribe_dev2/models/price_tier_json.rb +0 -212
  559. data/lib/subskribe_dev2/models/product_category.rb +0 -264
  560. data/lib/subskribe_dev2/models/product_category_pagination_response.rb +0 -204
  561. data/lib/subskribe_dev2/models/product_input_json.rb +0 -249
  562. data/lib/subskribe_dev2/models/product_json.rb +0 -276
  563. data/lib/subskribe_dev2/models/product_json_pagination_response.rb +0 -204
  564. data/lib/subskribe_dev2/models/purchase_order.rb +0 -226
  565. data/lib/subskribe_dev2/models/raw_usage.rb +0 -247
  566. data/lib/subskribe_dev2/models/raw_usages_data.rb +0 -192
  567. data/lib/subskribe_dev2/models/recognition_event_completion.rb +0 -322
  568. data/lib/subskribe_dev2/models/recognition_rule.rb +0 -376
  569. data/lib/subskribe_dev2/models/recurrence_json.rb +0 -256
  570. data/lib/subskribe_dev2/models/refund.rb +0 -301
  571. data/lib/subskribe_dev2/models/refund_detail.rb +0 -322
  572. data/lib/subskribe_dev2/models/refund_request_json.rb +0 -272
  573. data/lib/subskribe_dev2/models/report_duration.rb +0 -193
  574. data/lib/subskribe_dev2/models/report_job_response.rb +0 -245
  575. data/lib/subskribe_dev2/models/salesforce_account.rb +0 -229
  576. data/lib/subskribe_dev2/models/salesforce_account_billing_address.rb +0 -220
  577. data/lib/subskribe_dev2/models/salesforce_client_integration_request_json.rb +0 -211
  578. data/lib/subskribe_dev2/models/settlement_application.rb +0 -329
  579. data/lib/subskribe_dev2/models/standalone_credit_memo_request.rb +0 -353
  580. data/lib/subskribe_dev2/models/subscription_charge_alias.rb +0 -283
  581. data/lib/subskribe_dev2/models/subscription_charge_json.rb +0 -362
  582. data/lib/subskribe_dev2/models/subscription_json.rb +0 -583
  583. data/lib/subskribe_dev2/models/subscription_update_json.rb +0 -280
  584. data/lib/subskribe_dev2/models/tax_jar_integration.rb +0 -238
  585. data/lib/subskribe_dev2/models/tax_jar_integration_input.rb +0 -193
  586. data/lib/subskribe_dev2/models/tax_rate_json.rb +0 -286
  587. data/lib/subskribe_dev2/models/tax_rate_pagination_response_json.rb +0 -204
  588. data/lib/subskribe_dev2/models/tenant_credit_memo_configuration_json.rb +0 -211
  589. data/lib/subskribe_dev2/models/tenant_discount_json.rb +0 -193
  590. data/lib/subskribe_dev2/models/tenant_discount_line_item_json.rb +0 -202
  591. data/lib/subskribe_dev2/models/tenant_invoice_config.rb +0 -254
  592. data/lib/subskribe_dev2/models/tenant_json.rb +0 -283
  593. data/lib/subskribe_dev2/models/tenant_setting_json.rb +0 -307
  594. data/lib/subskribe_dev2/models/time_series_amount_json.rb +0 -193
  595. data/lib/subskribe_dev2/models/time_zone.rb +0 -211
  596. data/lib/subskribe_dev2/models/unit_of_measure_json.rb +0 -250
  597. data/lib/subskribe_dev2/models/unit_of_measure_pagination_response_json.rb +0 -204
  598. data/lib/subskribe_dev2/models/update_invoice_request.rb +0 -282
  599. data/lib/subskribe_dev2/models/usage_aggregate_output.rb +0 -258
  600. data/lib/subskribe_dev2/models/usage_batch_insert_result.rb +0 -213
  601. data/lib/subskribe_dev2/models/user_group_json.rb +0 -224
  602. data/lib/subskribe_dev2/models/user_group_request_json.rb +0 -224
  603. data/lib/subskribe_dev2/models/user_input.rb +0 -304
  604. data/lib/subskribe_dev2/models/user_json.rb +0 -376
  605. data/lib/subskribe_dev2/models/user_pagination_response_json.rb +0 -204
  606. data/lib/subskribe_dev2/models/void_invoice_request.rb +0 -203
  607. data/lib/subskribe_dev2/models/void_payment_json.rb +0 -235
  608. data/lib/subskribe_dev2/version.rb +0 -15
  609. data/lib/subskribe_dev2.rb +0 -230
  610. data/lib/subskribe_sandbox/models/paginated_response.rb +0 -204
  611. data/lib/swagger_client/api/accounting_api.rb +0 -193
  612. data/lib/swagger_client/api/accounts_api.rb +0 -858
  613. data/lib/swagger_client/api/approvals_api.rb +0 -965
  614. data/lib/swagger_client/api/attachments_api.rb +0 -299
  615. data/lib/swagger_client/api/authentication_api.rb +0 -335
  616. data/lib/swagger_client/api/billing_api.rb +0 -2098
  617. data/lib/swagger_client/api/credit_memo_api.rb +0 -636
  618. data/lib/swagger_client/api/custom_field_api.rb +0 -434
  619. data/lib/swagger_client/api/customization_api.rb +0 -269
  620. data/lib/swagger_client/api/default_api.rb +0 -223
  621. data/lib/swagger_client/api/discounts_api.rb +0 -340
  622. data/lib/swagger_client/api/entities_api.rb +0 -532
  623. data/lib/swagger_client/api/erp_api.rb +0 -278
  624. data/lib/swagger_client/api/import_api.rb +0 -568
  625. data/lib/swagger_client/api/integrations_api.rb +0 -1678
  626. data/lib/swagger_client/api/metrics_reporting_api.rb +0 -223
  627. data/lib/swagger_client/api/notifications_api.rb +0 -245
  628. data/lib/swagger_client/api/opportunity_api.rb +0 -177
  629. data/lib/swagger_client/api/orders_api.rb +0 -1381
  630. data/lib/swagger_client/api/payments_api.rb +0 -431
  631. data/lib/swagger_client/api/product_catalog_api.rb +0 -1886
  632. data/lib/swagger_client/api/rate_card_api.rb +0 -68
  633. data/lib/swagger_client/api/refunds_api.rb +0 -189
  634. data/lib/swagger_client/api/reports_api.rb +0 -227
  635. data/lib/swagger_client/api/revenue_recognition_api.rb +0 -484
  636. data/lib/swagger_client/api/sales_room_api.rb +0 -74
  637. data/lib/swagger_client/api/settings_api.rb +0 -1321
  638. data/lib/swagger_client/api/subscriptions_api.rb +0 -576
  639. data/lib/swagger_client/api/usage_api.rb +0 -604
  640. data/lib/swagger_client/api/users_api.rb +0 -728
  641. data/lib/swagger_client/api_client.rb +0 -391
  642. data/lib/swagger_client/api_error.rb +0 -38
  643. data/lib/swagger_client/configuration.rb +0 -209
  644. data/lib/swagger_client/models/account_address.rb +0 -265
  645. data/lib/swagger_client/models/account_address_json.rb +0 -229
  646. data/lib/swagger_client/models/account_contact.rb +0 -530
  647. data/lib/swagger_client/models/account_contact_json.rb +0 -274
  648. data/lib/swagger_client/models/account_json.rb +0 -395
  649. data/lib/swagger_client/models/account_payment_method_json.rb +0 -268
  650. data/lib/swagger_client/models/account_receivable_contact_json.rb +0 -225
  651. data/lib/swagger_client/models/accounting_event.rb +0 -319
  652. data/lib/swagger_client/models/accounting_event_paginated_response.rb +0 -204
  653. data/lib/swagger_client/models/accounting_period.rb +0 -356
  654. data/lib/swagger_client/models/accounting_period_calculation.rb +0 -229
  655. data/lib/swagger_client/models/add_and_apply_payment_application_json.rb +0 -344
  656. data/lib/swagger_client/models/anrok_integration_input.rb +0 -184
  657. data/lib/swagger_client/models/approval_matrix_import_data_json.rb +0 -229
  658. data/lib/swagger_client/models/approval_matrix_import_preview.rb +0 -226
  659. data/lib/swagger_client/models/approval_role_json.rb +0 -220
  660. data/lib/swagger_client/models/approval_role_segment_change.rb +0 -211
  661. data/lib/swagger_client/models/approval_segment_json.rb +0 -220
  662. data/lib/swagger_client/models/attachment.rb +0 -326
  663. data/lib/swagger_client/models/attribute_reference.rb +0 -193
  664. data/lib/swagger_client/models/auth_saml_integration_json.rb +0 -204
  665. data/lib/swagger_client/models/automated_invoice_rule.rb +0 -328
  666. data/lib/swagger_client/models/automated_invoice_rule_request_json.rb +0 -307
  667. data/lib/swagger_client/models/avalara_integration.rb +0 -238
  668. data/lib/swagger_client/models/avalara_integration_input.rb +0 -268
  669. data/lib/swagger_client/models/billing_event_entry.rb +0 -211
  670. data/lib/swagger_client/models/billing_event_input.rb +0 -216
  671. data/lib/swagger_client/models/bulk_invoice_run.rb +0 -350
  672. data/lib/swagger_client/models/bulk_invoice_run_exclusions.rb +0 -197
  673. data/lib/swagger_client/models/bulk_invoice_run_input.rb +0 -263
  674. data/lib/swagger_client/models/bulk_invoice_run_item.rb +0 -364
  675. data/lib/swagger_client/models/bulk_invoice_run_selector.rb +0 -184
  676. data/lib/swagger_client/models/bulk_payment_upload_data.rb +0 -274
  677. data/lib/swagger_client/models/bulk_payment_upload_result.rb +0 -204
  678. data/lib/swagger_client/models/byte_buffer.rb +0 -247
  679. data/lib/swagger_client/models/catalog_relationship.rb +0 -364
  680. data/lib/swagger_client/models/charge_json.rb +0 -631
  681. data/lib/swagger_client/models/charge_partial_json.rb +0 -310
  682. data/lib/swagger_client/models/company_contact_json.rb +0 -225
  683. data/lib/swagger_client/models/credit_memo_application_json.rb +0 -239
  684. data/lib/swagger_client/models/credit_memo_balance_json.rb +0 -211
  685. data/lib/swagger_client/models/credit_memo_json.rb +0 -363
  686. data/lib/swagger_client/models/credit_memo_line_item_json.rb +0 -252
  687. data/lib/swagger_client/models/credit_memo_line_item_request_json.rb +0 -211
  688. data/lib/swagger_client/models/credit_memo_pagination_response_json.rb +0 -204
  689. data/lib/swagger_client/models/crm_account_import_response.rb +0 -193
  690. data/lib/swagger_client/models/custom_field_default.rb +0 -195
  691. data/lib/swagger_client/models/custom_field_definition_create_input.rb +0 -317
  692. data/lib/swagger_client/models/custom_field_definition_json.rb +0 -313
  693. data/lib/swagger_client/models/custom_field_definition_update_input.rb +0 -256
  694. data/lib/swagger_client/models/custom_field_entry.rb +0 -325
  695. data/lib/swagger_client/models/custom_field_update_input.rb +0 -195
  696. data/lib/swagger_client/models/custom_field_value.rb +0 -316
  697. data/lib/swagger_client/models/data_import.rb +0 -355
  698. data/lib/swagger_client/models/discount_detail_json.rb +0 -263
  699. data/lib/swagger_client/models/discount_json.rb +0 -254
  700. data/lib/swagger_client/models/docu_sign_integration_request_json.rb +0 -236
  701. data/lib/swagger_client/models/docu_sign_integration_response_json.rb +0 -245
  702. data/lib/swagger_client/models/document_custom_content.rb +0 -211
  703. data/lib/swagger_client/models/document_section.rb +0 -265
  704. data/lib/swagger_client/models/document_template_json.rb +0 -300
  705. data/lib/swagger_client/models/dunning_setting_json.rb +0 -200
  706. data/lib/swagger_client/models/email_notifiers_list.rb +0 -208
  707. data/lib/swagger_client/models/entity.rb +0 -356
  708. data/lib/swagger_client/models/entity_json.rb +0 -347
  709. data/lib/swagger_client/models/entity_ref.rb +0 -202
  710. data/lib/swagger_client/models/entry.rb +0 -202
  711. data/lib/swagger_client/models/external_arr_schedule_json.rb +0 -319
  712. data/lib/swagger_client/models/flatfile_workbook_response.rb +0 -184
  713. data/lib/swagger_client/models/flatfile_workbook_response_data.rb +0 -193
  714. data/lib/swagger_client/models/input_stream.rb +0 -175
  715. data/lib/swagger_client/models/integration.rb +0 -311
  716. data/lib/swagger_client/models/invoice_balance_json.rb +0 -211
  717. data/lib/swagger_client/models/invoice_item_json.rb +0 -355
  718. data/lib/swagger_client/models/invoice_item_preview_json.rb +0 -229
  719. data/lib/swagger_client/models/invoice_json.rb +0 -439
  720. data/lib/swagger_client/models/invoice_json_pagination_response.rb +0 -204
  721. data/lib/swagger_client/models/invoice_number_prefix.rb +0 -184
  722. data/lib/swagger_client/models/invoice_preview_json.rb +0 -222
  723. data/lib/swagger_client/models/ledger_account.rb +0 -316
  724. data/lib/swagger_client/models/ledger_account_mapping.rb +0 -222
  725. data/lib/swagger_client/models/metrics_json.rb +0 -267
  726. data/lib/swagger_client/models/notification_target_and_subscriptions.rb +0 -265
  727. data/lib/swagger_client/models/number_config.rb +0 -254
  728. data/lib/swagger_client/models/opportunity.rb +0 -326
  729. data/lib/swagger_client/models/opportunity_json.rb +0 -326
  730. data/lib/swagger_client/models/opportunity_pagination_response.rb +0 -204
  731. data/lib/swagger_client/models/opportunity_rest_json.rb +0 -317
  732. data/lib/swagger_client/models/order_json.rb +0 -754
  733. data/lib/swagger_client/models/order_json_pagination_response.rb +0 -204
  734. data/lib/swagger_client/models/order_line_item_json.rb +0 -474
  735. data/lib/swagger_client/models/order_line_item_request_json.rb +0 -384
  736. data/lib/swagger_client/models/order_request_json.rb +0 -616
  737. data/lib/swagger_client/models/order_terms.rb +0 -265
  738. data/lib/swagger_client/models/paginated_accounts_response.rb +0 -204
  739. data/lib/swagger_client/models/paginated_response.rb +0 -204
  740. data/lib/swagger_client/models/payment_balance_json.rb +0 -211
  741. data/lib/swagger_client/models/payment_configuration.rb +0 -208
  742. data/lib/swagger_client/models/payment_json.rb +0 -300
  743. data/lib/swagger_client/models/payment_json_pagination_response.rb +0 -204
  744. data/lib/swagger_client/models/payment_term_settings_json.rb +0 -219
  745. data/lib/swagger_client/models/plan_json.rb +0 -339
  746. data/lib/swagger_client/models/plan_json_pagination_response.rb +0 -204
  747. data/lib/swagger_client/models/plan_metadata_json.rb +0 -187
  748. data/lib/swagger_client/models/predefined_report_def_chart_json.rb +0 -265
  749. data/lib/swagger_client/models/predefined_report_def_json.rb +0 -222
  750. data/lib/swagger_client/models/predefined_report_defs_json.rb +0 -186
  751. data/lib/swagger_client/models/predefined_report_json.rb +0 -213
  752. data/lib/swagger_client/models/predefined_report_param.rb +0 -296
  753. data/lib/swagger_client/models/predefined_report_param_object.rb +0 -296
  754. data/lib/swagger_client/models/prepaid_stats.rb +0 -310
  755. data/lib/swagger_client/models/price_tier_json.rb +0 -212
  756. data/lib/swagger_client/models/product_category.rb +0 -264
  757. data/lib/swagger_client/models/product_category_pagination_response.rb +0 -204
  758. data/lib/swagger_client/models/product_input_json.rb +0 -249
  759. data/lib/swagger_client/models/product_json.rb +0 -276
  760. data/lib/swagger_client/models/product_json_pagination_response.rb +0 -204
  761. data/lib/swagger_client/models/purchase_order.rb +0 -226
  762. data/lib/swagger_client/models/raw_usage.rb +0 -247
  763. data/lib/swagger_client/models/raw_usages_data.rb +0 -192
  764. data/lib/swagger_client/models/recognition_event_completion.rb +0 -322
  765. data/lib/swagger_client/models/recognition_rule.rb +0 -376
  766. data/lib/swagger_client/models/recurrence_json.rb +0 -256
  767. data/lib/swagger_client/models/refund.rb +0 -301
  768. data/lib/swagger_client/models/refund_detail.rb +0 -322
  769. data/lib/swagger_client/models/refund_request_json.rb +0 -272
  770. data/lib/swagger_client/models/report_duration.rb +0 -193
  771. data/lib/swagger_client/models/report_job_response.rb +0 -245
  772. data/lib/swagger_client/models/salesforce_account.rb +0 -229
  773. data/lib/swagger_client/models/salesforce_account_billing_address.rb +0 -220
  774. data/lib/swagger_client/models/salesforce_client_integration_request_json.rb +0 -211
  775. data/lib/swagger_client/models/settlement_application.rb +0 -329
  776. data/lib/swagger_client/models/standalone_credit_memo_request.rb +0 -353
  777. data/lib/swagger_client/models/subscription_charge_alias.rb +0 -283
  778. data/lib/swagger_client/models/subscription_charge_json.rb +0 -362
  779. data/lib/swagger_client/models/subscription_json.rb +0 -583
  780. data/lib/swagger_client/models/subscription_update_json.rb +0 -280
  781. data/lib/swagger_client/models/tax_jar_integration.rb +0 -238
  782. data/lib/swagger_client/models/tax_jar_integration_input.rb +0 -193
  783. data/lib/swagger_client/models/tax_rate_json.rb +0 -286
  784. data/lib/swagger_client/models/tax_rate_pagination_response_json.rb +0 -204
  785. data/lib/swagger_client/models/tenant_credit_memo_configuration_json.rb +0 -211
  786. data/lib/swagger_client/models/tenant_discount_json.rb +0 -193
  787. data/lib/swagger_client/models/tenant_discount_line_item_json.rb +0 -202
  788. data/lib/swagger_client/models/tenant_invoice_config.rb +0 -254
  789. data/lib/swagger_client/models/tenant_json.rb +0 -283
  790. data/lib/swagger_client/models/tenant_setting_json.rb +0 -307
  791. data/lib/swagger_client/models/time_series_amount_json.rb +0 -193
  792. data/lib/swagger_client/models/time_zone.rb +0 -211
  793. data/lib/swagger_client/models/unit_of_measure_json.rb +0 -250
  794. data/lib/swagger_client/models/unit_of_measure_pagination_response_json.rb +0 -204
  795. data/lib/swagger_client/models/update_invoice_request.rb +0 -282
  796. data/lib/swagger_client/models/usage_aggregate_output.rb +0 -258
  797. data/lib/swagger_client/models/usage_batch_insert_result.rb +0 -213
  798. data/lib/swagger_client/models/user_group_json.rb +0 -224
  799. data/lib/swagger_client/models/user_group_request_json.rb +0 -224
  800. data/lib/swagger_client/models/user_input.rb +0 -304
  801. data/lib/swagger_client/models/user_json.rb +0 -376
  802. data/lib/swagger_client/models/user_pagination_response_json.rb +0 -204
  803. data/lib/swagger_client/models/void_invoice_request.rb +0 -203
  804. data/lib/swagger_client/models/void_payment_json.rb +0 -235
  805. data/lib/swagger_client/version.rb +0 -15
  806. data/lib/swagger_client.rb +0 -230
  807. data/spec/api/entity_api_spec.rb +0 -48
  808. data/subskribe_dev-1.3.1.gem +0 -0
  809. data/subskribe_dev.gemspec +0 -46
  810. data/subskribe_dev2-1.3.2.gem +0 -0
  811. data/subskribe_dev2.gemspec +0 -46
  812. data/swagger_client.gemspec +0 -46
@@ -1,1886 +0,0 @@
1
- =begin
2
- #Subskribe API
3
-
4
- #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
-
6
- OpenAPI spec version: 1.0.0
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.41
10
-
11
- =end
12
-
13
- require 'uri'
14
-
15
- module SwaggerClient
16
- class ProductCatalogApi
17
- attr_accessor :api_client
18
-
19
- def initialize(api_client = ApiClient.default)
20
- @api_client = api_client
21
- end
22
- # Activate a plan
23
- # Marks a plan as active
24
- # @param plan_id id of the plan
25
- # @param [Hash] opts the optional parameters
26
- # @return [PlanJson]
27
- def activate_plan(plan_id, opts = {})
28
- data, _status_code, _headers = activate_plan_with_http_info(plan_id, opts)
29
- data
30
- end
31
-
32
- # Activate a plan
33
- # Marks a plan as active
34
- # @param plan_id id of the plan
35
- # @param [Hash] opts the optional parameters
36
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
37
- def activate_plan_with_http_info(plan_id, opts = {})
38
- if @api_client.config.debugging
39
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.activate_plan ...'
40
- end
41
- # verify the required parameter 'plan_id' is set
42
- if @api_client.config.client_side_validation && plan_id.nil?
43
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.activate_plan"
44
- end
45
- # resource path
46
- local_var_path = '/plans/{planId}/activate'.sub('{' + 'planId' + '}', plan_id.to_s)
47
-
48
- # query parameters
49
- query_params = {}
50
-
51
- # header parameters
52
- header_params = {}
53
- # HTTP header 'Accept' (if needed)
54
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
-
56
- # form parameters
57
- form_params = {}
58
-
59
- # http body (model)
60
- post_body = nil
61
- auth_names = ['ApiKeyAuth']
62
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
63
- :header_params => header_params,
64
- :query_params => query_params,
65
- :form_params => form_params,
66
- :body => post_body,
67
- :auth_names => auth_names,
68
- :return_type => 'PlanJson')
69
- if @api_client.config.debugging
70
- @api_client.config.logger.debug "API called: ProductCatalogApi#activate_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
71
- end
72
- return data, status_code, headers
73
- end
74
- # Add charge to plan
75
- # Adds a charge to the specified plan. On success the id of the new charge is returned
76
- # @param plan_id id of the plan
77
- # @param body json representing the charge details
78
- # @param [Hash] opts the optional parameters
79
- # @return [ChargeJson]
80
- def add_charge(plan_id, body, opts = {})
81
- data, _status_code, _headers = add_charge_with_http_info(plan_id, body, opts)
82
- data
83
- end
84
-
85
- # Add charge to plan
86
- # Adds a charge to the specified plan. On success the id of the new charge is returned
87
- # @param plan_id id of the plan
88
- # @param body json representing the charge details
89
- # @param [Hash] opts the optional parameters
90
- # @return [Array<(ChargeJson, Fixnum, Hash)>] ChargeJson data, response status code and response headers
91
- def add_charge_with_http_info(plan_id, body, opts = {})
92
- if @api_client.config.debugging
93
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.add_charge ...'
94
- end
95
- # verify the required parameter 'plan_id' is set
96
- if @api_client.config.client_side_validation && plan_id.nil?
97
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.add_charge"
98
- end
99
- # verify the required parameter 'body' is set
100
- if @api_client.config.client_side_validation && body.nil?
101
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.add_charge"
102
- end
103
- # resource path
104
- local_var_path = '/plans/{planId}/charges'.sub('{' + 'planId' + '}', plan_id.to_s)
105
-
106
- # query parameters
107
- query_params = {}
108
-
109
- # header parameters
110
- header_params = {}
111
- # HTTP header 'Accept' (if needed)
112
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
113
- # HTTP header 'Content-Type'
114
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
115
-
116
- # form parameters
117
- form_params = {}
118
-
119
- # http body (model)
120
- post_body = @api_client.object_to_http_body(body)
121
- auth_names = ['ApiKeyAuth']
122
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
123
- :header_params => header_params,
124
- :query_params => query_params,
125
- :form_params => form_params,
126
- :body => post_body,
127
- :auth_names => auth_names,
128
- :return_type => 'ChargeJson')
129
- if @api_client.config.debugging
130
- @api_client.config.logger.debug "API called: ProductCatalogApi#add_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
131
- end
132
- return data, status_code, headers
133
- end
134
- # Create percent of relationship
135
- # Creates a percent of relationship between a charge and plan. On success the id of the relationship is returned.
136
- # @param body json representing the relationship
137
- # @param [Hash] opts the optional parameters
138
- # @return [nil]
139
- def add_percent_of_plan_relationship(body, opts = {})
140
- add_percent_of_plan_relationship_with_http_info(body, opts)
141
- nil
142
- end
143
-
144
- # Create percent of relationship
145
- # Creates a percent of relationship between a charge and plan. On success the id of the relationship is returned.
146
- # @param body json representing the relationship
147
- # @param [Hash] opts the optional parameters
148
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
149
- def add_percent_of_plan_relationship_with_http_info(body, opts = {})
150
- if @api_client.config.debugging
151
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.add_percent_of_plan_relationship ...'
152
- end
153
- # verify the required parameter 'body' is set
154
- if @api_client.config.client_side_validation && body.nil?
155
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.add_percent_of_plan_relationship"
156
- end
157
- # resource path
158
- local_var_path = '/plans/relationships/percentOf'
159
-
160
- # query parameters
161
- query_params = {}
162
-
163
- # header parameters
164
- header_params = {}
165
- # HTTP header 'Accept' (if needed)
166
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
167
-
168
- # form parameters
169
- form_params = {}
170
-
171
- # http body (model)
172
- post_body = @api_client.object_to_http_body(body)
173
- auth_names = ['ApiKeyAuth']
174
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
175
- :header_params => header_params,
176
- :query_params => query_params,
177
- :form_params => form_params,
178
- :body => post_body,
179
- :auth_names => auth_names)
180
- if @api_client.config.debugging
181
- @api_client.config.logger.debug "API called: ProductCatalogApi#add_percent_of_plan_relationship\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
182
- end
183
- return data, status_code, headers
184
- end
185
- # Create a plan
186
- # Creates a plan. On success the id of the new plan is returned.
187
- # @param body json of the plan details
188
- # @param [Hash] opts the optional parameters
189
- # @return [PlanJson]
190
- def add_plan(body, opts = {})
191
- data, _status_code, _headers = add_plan_with_http_info(body, opts)
192
- data
193
- end
194
-
195
- # Create a plan
196
- # Creates a plan. On success the id of the new plan is returned.
197
- # @param body json of the plan details
198
- # @param [Hash] opts the optional parameters
199
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
200
- def add_plan_with_http_info(body, opts = {})
201
- if @api_client.config.debugging
202
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.add_plan ...'
203
- end
204
- # verify the required parameter 'body' is set
205
- if @api_client.config.client_side_validation && body.nil?
206
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.add_plan"
207
- end
208
- # resource path
209
- local_var_path = '/plans'
210
-
211
- # query parameters
212
- query_params = {}
213
-
214
- # header parameters
215
- header_params = {}
216
- # HTTP header 'Accept' (if needed)
217
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
218
- # HTTP header 'Content-Type'
219
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
220
-
221
- # form parameters
222
- form_params = {}
223
-
224
- # http body (model)
225
- post_body = @api_client.object_to_http_body(body)
226
- auth_names = ['ApiKeyAuth']
227
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
228
- :header_params => header_params,
229
- :query_params => query_params,
230
- :form_params => form_params,
231
- :body => post_body,
232
- :auth_names => auth_names,
233
- :return_type => 'PlanJson')
234
- if @api_client.config.debugging
235
- @api_client.config.logger.debug "API called: ProductCatalogApi#add_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
236
- end
237
- return data, status_code, headers
238
- end
239
- # Create a product
240
- # Creates a product for your tenant. On success the id of the product is returned.
241
- # @param body product details json
242
- # @param [Hash] opts the optional parameters
243
- # @return [ProductJson]
244
- def add_product(body, opts = {})
245
- data, _status_code, _headers = add_product_with_http_info(body, opts)
246
- data
247
- end
248
-
249
- # Create a product
250
- # Creates a product for your tenant. On success the id of the product is returned.
251
- # @param body product details json
252
- # @param [Hash] opts the optional parameters
253
- # @return [Array<(ProductJson, Fixnum, Hash)>] ProductJson data, response status code and response headers
254
- def add_product_with_http_info(body, opts = {})
255
- if @api_client.config.debugging
256
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.add_product ...'
257
- end
258
- # verify the required parameter 'body' is set
259
- if @api_client.config.client_side_validation && body.nil?
260
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.add_product"
261
- end
262
- # resource path
263
- local_var_path = '/products'
264
-
265
- # query parameters
266
- query_params = {}
267
-
268
- # header parameters
269
- header_params = {}
270
- # HTTP header 'Accept' (if needed)
271
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
272
- # HTTP header 'Content-Type'
273
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
274
-
275
- # form parameters
276
- form_params = {}
277
-
278
- # http body (model)
279
- post_body = @api_client.object_to_http_body(body)
280
- auth_names = ['ApiKeyAuth']
281
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
282
- :header_params => header_params,
283
- :query_params => query_params,
284
- :form_params => form_params,
285
- :body => post_body,
286
- :auth_names => auth_names,
287
- :return_type => 'ProductJson')
288
- if @api_client.config.debugging
289
- @api_client.config.logger.debug "API called: ProductCatalogApi#add_product\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
290
- end
291
- return data, status_code, headers
292
- end
293
- # Create a product category
294
- # Creates a product category. On success the id of the category is returned.
295
- # @param body product category details json
296
- # @param [Hash] opts the optional parameters
297
- # @return [ProductCategory]
298
- def add_product_category(body, opts = {})
299
- data, _status_code, _headers = add_product_category_with_http_info(body, opts)
300
- data
301
- end
302
-
303
- # Create a product category
304
- # Creates a product category. On success the id of the category is returned.
305
- # @param body product category details json
306
- # @param [Hash] opts the optional parameters
307
- # @return [Array<(ProductCategory, Fixnum, Hash)>] ProductCategory data, response status code and response headers
308
- def add_product_category_with_http_info(body, opts = {})
309
- if @api_client.config.debugging
310
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.add_product_category ...'
311
- end
312
- # verify the required parameter 'body' is set
313
- if @api_client.config.client_side_validation && body.nil?
314
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.add_product_category"
315
- end
316
- # resource path
317
- local_var_path = '/product/categories'
318
-
319
- # query parameters
320
- query_params = {}
321
-
322
- # header parameters
323
- header_params = {}
324
- # HTTP header 'Accept' (if needed)
325
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
326
- # HTTP header 'Content-Type'
327
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
328
-
329
- # form parameters
330
- form_params = {}
331
-
332
- # http body (model)
333
- post_body = @api_client.object_to_http_body(body)
334
- auth_names = ['ApiKeyAuth']
335
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
336
- :header_params => header_params,
337
- :query_params => query_params,
338
- :form_params => form_params,
339
- :body => post_body,
340
- :auth_names => auth_names,
341
- :return_type => 'ProductCategory')
342
- if @api_client.config.debugging
343
- @api_client.config.logger.debug "API called: ProductCatalogApi#add_product_category\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
344
- end
345
- return data, status_code, headers
346
- end
347
- # Revert a plan to draft
348
- # Marks a plan as draft
349
- # @param plan_id id of the plan
350
- # @param [Hash] opts the optional parameters
351
- # @return [PlanJson]
352
- def deactivate_plan(plan_id, opts = {})
353
- data, _status_code, _headers = deactivate_plan_with_http_info(plan_id, opts)
354
- data
355
- end
356
-
357
- # Revert a plan to draft
358
- # Marks a plan as draft
359
- # @param plan_id id of the plan
360
- # @param [Hash] opts the optional parameters
361
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
362
- def deactivate_plan_with_http_info(plan_id, opts = {})
363
- if @api_client.config.debugging
364
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.deactivate_plan ...'
365
- end
366
- # verify the required parameter 'plan_id' is set
367
- if @api_client.config.client_side_validation && plan_id.nil?
368
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.deactivate_plan"
369
- end
370
- # resource path
371
- local_var_path = '/plans/{planId}/revertToDraft'.sub('{' + 'planId' + '}', plan_id.to_s)
372
-
373
- # query parameters
374
- query_params = {}
375
-
376
- # header parameters
377
- header_params = {}
378
- # HTTP header 'Accept' (if needed)
379
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
380
-
381
- # form parameters
382
- form_params = {}
383
-
384
- # http body (model)
385
- post_body = nil
386
- auth_names = ['ApiKeyAuth']
387
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
388
- :header_params => header_params,
389
- :query_params => query_params,
390
- :form_params => form_params,
391
- :body => post_body,
392
- :auth_names => auth_names,
393
- :return_type => 'PlanJson')
394
- if @api_client.config.debugging
395
- @api_client.config.logger.debug "API called: ProductCatalogApi#deactivate_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
396
- end
397
- return data, status_code, headers
398
- end
399
- # Delete a catalog relationship
400
- # Deletes the specified catalog relationship
401
- # @param relationship_id id of the relationship
402
- # @param [Hash] opts the optional parameters
403
- # @return [CatalogRelationship]
404
- def delete_catalog_relationship_by_id(relationship_id, opts = {})
405
- data, _status_code, _headers = delete_catalog_relationship_by_id_with_http_info(relationship_id, opts)
406
- data
407
- end
408
-
409
- # Delete a catalog relationship
410
- # Deletes the specified catalog relationship
411
- # @param relationship_id id of the relationship
412
- # @param [Hash] opts the optional parameters
413
- # @return [Array<(CatalogRelationship, Fixnum, Hash)>] CatalogRelationship data, response status code and response headers
414
- def delete_catalog_relationship_by_id_with_http_info(relationship_id, opts = {})
415
- if @api_client.config.debugging
416
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.delete_catalog_relationship_by_id ...'
417
- end
418
- # verify the required parameter 'relationship_id' is set
419
- if @api_client.config.client_side_validation && relationship_id.nil?
420
- fail ArgumentError, "Missing the required parameter 'relationship_id' when calling ProductCatalogApi.delete_catalog_relationship_by_id"
421
- end
422
- # resource path
423
- local_var_path = '/plans/relationships/{relationshipId}'.sub('{' + 'relationshipId' + '}', relationship_id.to_s)
424
-
425
- # query parameters
426
- query_params = {}
427
-
428
- # header parameters
429
- header_params = {}
430
- # HTTP header 'Accept' (if needed)
431
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
432
-
433
- # form parameters
434
- form_params = {}
435
-
436
- # http body (model)
437
- post_body = nil
438
- auth_names = ['ApiKeyAuth']
439
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
440
- :header_params => header_params,
441
- :query_params => query_params,
442
- :form_params => form_params,
443
- :body => post_body,
444
- :auth_names => auth_names,
445
- :return_type => 'CatalogRelationship')
446
- if @api_client.config.debugging
447
- @api_client.config.logger.debug "API called: ProductCatalogApi#delete_catalog_relationship_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
448
- end
449
- return data, status_code, headers
450
- end
451
- # Delete a charge
452
- # Removes a charge from a plan.
453
- # @param plan_id id of the plan
454
- # @param charge_id id of the charge
455
- # @param [Hash] opts the optional parameters
456
- # @return [ChargeJson]
457
- def delete_charge(plan_id, charge_id, opts = {})
458
- data, _status_code, _headers = delete_charge_with_http_info(plan_id, charge_id, opts)
459
- data
460
- end
461
-
462
- # Delete a charge
463
- # Removes a charge from a plan.
464
- # @param plan_id id of the plan
465
- # @param charge_id id of the charge
466
- # @param [Hash] opts the optional parameters
467
- # @return [Array<(ChargeJson, Fixnum, Hash)>] ChargeJson data, response status code and response headers
468
- def delete_charge_with_http_info(plan_id, charge_id, opts = {})
469
- if @api_client.config.debugging
470
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.delete_charge ...'
471
- end
472
- # verify the required parameter 'plan_id' is set
473
- if @api_client.config.client_side_validation && plan_id.nil?
474
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.delete_charge"
475
- end
476
- # verify the required parameter 'charge_id' is set
477
- if @api_client.config.client_side_validation && charge_id.nil?
478
- fail ArgumentError, "Missing the required parameter 'charge_id' when calling ProductCatalogApi.delete_charge"
479
- end
480
- # resource path
481
- local_var_path = '/plans/{planId}/charges/{chargeId}'.sub('{' + 'planId' + '}', plan_id.to_s).sub('{' + 'chargeId' + '}', charge_id.to_s)
482
-
483
- # query parameters
484
- query_params = {}
485
-
486
- # header parameters
487
- header_params = {}
488
- # HTTP header 'Accept' (if needed)
489
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
490
- # HTTP header 'Content-Type'
491
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
492
-
493
- # form parameters
494
- form_params = {}
495
-
496
- # http body (model)
497
- post_body = nil
498
- auth_names = ['ApiKeyAuth']
499
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
500
- :header_params => header_params,
501
- :query_params => query_params,
502
- :form_params => form_params,
503
- :body => post_body,
504
- :auth_names => auth_names,
505
- :return_type => 'ChargeJson')
506
- if @api_client.config.debugging
507
- @api_client.config.logger.debug "API called: ProductCatalogApi#delete_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
508
- end
509
- return data, status_code, headers
510
- end
511
- # Delete a plan
512
- # Deletes a plan. Note you can't delete a plan that's in use.
513
- # @param plan_id id of the plan
514
- # @param [Hash] opts the optional parameters
515
- # @return [PlanJson]
516
- def delete_plan(plan_id, opts = {})
517
- data, _status_code, _headers = delete_plan_with_http_info(plan_id, opts)
518
- data
519
- end
520
-
521
- # Delete a plan
522
- # Deletes a plan. Note you can&#39;t delete a plan that&#39;s in use.
523
- # @param plan_id id of the plan
524
- # @param [Hash] opts the optional parameters
525
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
526
- def delete_plan_with_http_info(plan_id, opts = {})
527
- if @api_client.config.debugging
528
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.delete_plan ...'
529
- end
530
- # verify the required parameter 'plan_id' is set
531
- if @api_client.config.client_side_validation && plan_id.nil?
532
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.delete_plan"
533
- end
534
- # resource path
535
- local_var_path = '/plans/{planId}'.sub('{' + 'planId' + '}', plan_id.to_s)
536
-
537
- # query parameters
538
- query_params = {}
539
-
540
- # header parameters
541
- header_params = {}
542
- # HTTP header 'Accept' (if needed)
543
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
544
-
545
- # form parameters
546
- form_params = {}
547
-
548
- # http body (model)
549
- post_body = nil
550
- auth_names = ['ApiKeyAuth']
551
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
552
- :header_params => header_params,
553
- :query_params => query_params,
554
- :form_params => form_params,
555
- :body => post_body,
556
- :auth_names => auth_names,
557
- :return_type => 'PlanJson')
558
- if @api_client.config.debugging
559
- @api_client.config.logger.debug "API called: ProductCatalogApi#delete_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
560
- end
561
- return data, status_code, headers
562
- end
563
- # Delete a product
564
- # Delete the specified product.
565
- # @param id id of the product
566
- # @param [Hash] opts the optional parameters
567
- # @return [ProductJson]
568
- def delete_product(id, opts = {})
569
- data, _status_code, _headers = delete_product_with_http_info(id, opts)
570
- data
571
- end
572
-
573
- # Delete a product
574
- # Delete the specified product.
575
- # @param id id of the product
576
- # @param [Hash] opts the optional parameters
577
- # @return [Array<(ProductJson, Fixnum, Hash)>] ProductJson data, response status code and response headers
578
- def delete_product_with_http_info(id, opts = {})
579
- if @api_client.config.debugging
580
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.delete_product ...'
581
- end
582
- # verify the required parameter 'id' is set
583
- if @api_client.config.client_side_validation && id.nil?
584
- fail ArgumentError, "Missing the required parameter 'id' when calling ProductCatalogApi.delete_product"
585
- end
586
- # resource path
587
- local_var_path = '/products/{id}'.sub('{' + 'id' + '}', id.to_s)
588
-
589
- # query parameters
590
- query_params = {}
591
-
592
- # header parameters
593
- header_params = {}
594
- # HTTP header 'Accept' (if needed)
595
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
596
-
597
- # form parameters
598
- form_params = {}
599
-
600
- # http body (model)
601
- post_body = nil
602
- auth_names = ['ApiKeyAuth']
603
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
604
- :header_params => header_params,
605
- :query_params => query_params,
606
- :form_params => form_params,
607
- :body => post_body,
608
- :auth_names => auth_names,
609
- :return_type => 'ProductJson')
610
- if @api_client.config.debugging
611
- @api_client.config.logger.debug "API called: ProductCatalogApi#delete_product\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
612
- end
613
- return data, status_code, headers
614
- end
615
- # Delete a product category
616
- # Deletes the specified product category. Note that a product category can't be delete once it's in use.
617
- # @param id id of the category
618
- # @param [Hash] opts the optional parameters
619
- # @return [ProductCategory]
620
- def delete_product_category(id, opts = {})
621
- data, _status_code, _headers = delete_product_category_with_http_info(id, opts)
622
- data
623
- end
624
-
625
- # Delete a product category
626
- # Deletes the specified product category. Note that a product category can&#39;t be delete once it&#39;s in use.
627
- # @param id id of the category
628
- # @param [Hash] opts the optional parameters
629
- # @return [Array<(ProductCategory, Fixnum, Hash)>] ProductCategory data, response status code and response headers
630
- def delete_product_category_with_http_info(id, opts = {})
631
- if @api_client.config.debugging
632
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.delete_product_category ...'
633
- end
634
- # verify the required parameter 'id' is set
635
- if @api_client.config.client_side_validation && id.nil?
636
- fail ArgumentError, "Missing the required parameter 'id' when calling ProductCatalogApi.delete_product_category"
637
- end
638
- # resource path
639
- local_var_path = '/product/categories/{id}'.sub('{' + 'id' + '}', id.to_s)
640
-
641
- # query parameters
642
- query_params = {}
643
-
644
- # header parameters
645
- header_params = {}
646
- # HTTP header 'Accept' (if needed)
647
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
648
-
649
- # form parameters
650
- form_params = {}
651
-
652
- # http body (model)
653
- post_body = nil
654
- auth_names = ['ApiKeyAuth']
655
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
656
- :header_params => header_params,
657
- :query_params => query_params,
658
- :form_params => form_params,
659
- :body => post_body,
660
- :auth_names => auth_names,
661
- :return_type => 'ProductCategory')
662
- if @api_client.config.debugging
663
- @api_client.config.logger.debug "API called: ProductCatalogApi#delete_product_category\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
664
- end
665
- return data, status_code, headers
666
- end
667
- # Deprecate a plan
668
- # Marks a plan as deprecated. Once deprecated a plan may not be attached to new orders.
669
- # @param plan_id id of the plan
670
- # @param [Hash] opts the optional parameters
671
- # @return [PlanJson]
672
- def deprecate_plan(plan_id, opts = {})
673
- data, _status_code, _headers = deprecate_plan_with_http_info(plan_id, opts)
674
- data
675
- end
676
-
677
- # Deprecate a plan
678
- # Marks a plan as deprecated. Once deprecated a plan may not be attached to new orders.
679
- # @param plan_id id of the plan
680
- # @param [Hash] opts the optional parameters
681
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
682
- def deprecate_plan_with_http_info(plan_id, opts = {})
683
- if @api_client.config.debugging
684
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.deprecate_plan ...'
685
- end
686
- # verify the required parameter 'plan_id' is set
687
- if @api_client.config.client_side_validation && plan_id.nil?
688
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.deprecate_plan"
689
- end
690
- # resource path
691
- local_var_path = '/plans/{planId}/deprecate'.sub('{' + 'planId' + '}', plan_id.to_s)
692
-
693
- # query parameters
694
- query_params = {}
695
-
696
- # header parameters
697
- header_params = {}
698
- # HTTP header 'Accept' (if needed)
699
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
700
-
701
- # form parameters
702
- form_params = {}
703
-
704
- # http body (model)
705
- post_body = nil
706
- auth_names = ['ApiKeyAuth']
707
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
708
- :header_params => header_params,
709
- :query_params => query_params,
710
- :form_params => form_params,
711
- :body => post_body,
712
- :auth_names => auth_names,
713
- :return_type => 'PlanJson')
714
- if @api_client.config.debugging
715
- @api_client.config.logger.debug "API called: ProductCatalogApi#deprecate_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
716
- end
717
- return data, status_code, headers
718
- end
719
- # Duplicate a plan
720
- # Duplicates the specified plan. On success the new plan id is returned.
721
- # @param plan_id id of the plan to duplicate
722
- # @param [Hash] opts the optional parameters
723
- # @return [PlanJson]
724
- def duplicate_plan(plan_id, opts = {})
725
- data, _status_code, _headers = duplicate_plan_with_http_info(plan_id, opts)
726
- data
727
- end
728
-
729
- # Duplicate a plan
730
- # Duplicates the specified plan. On success the new plan id is returned.
731
- # @param plan_id id of the plan to duplicate
732
- # @param [Hash] opts the optional parameters
733
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
734
- def duplicate_plan_with_http_info(plan_id, opts = {})
735
- if @api_client.config.debugging
736
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.duplicate_plan ...'
737
- end
738
- # verify the required parameter 'plan_id' is set
739
- if @api_client.config.client_side_validation && plan_id.nil?
740
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.duplicate_plan"
741
- end
742
- # resource path
743
- local_var_path = '/plans/{planId}/duplicate'.sub('{' + 'planId' + '}', plan_id.to_s)
744
-
745
- # query parameters
746
- query_params = {}
747
-
748
- # header parameters
749
- header_params = {}
750
- # HTTP header 'Accept' (if needed)
751
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
752
-
753
- # form parameters
754
- form_params = {}
755
-
756
- # http body (model)
757
- post_body = nil
758
- auth_names = ['ApiKeyAuth']
759
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
760
- :header_params => header_params,
761
- :query_params => query_params,
762
- :form_params => form_params,
763
- :body => post_body,
764
- :auth_names => auth_names,
765
- :return_type => 'PlanJson')
766
- if @api_client.config.debugging
767
- @api_client.config.logger.debug "API called: ProductCatalogApi#duplicate_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
768
- end
769
- return data, status_code, headers
770
- end
771
- # Export product catalog
772
- # Export the product catalog in CSV format.
773
- # @param [Hash] opts the optional parameters
774
- # @return [nil]
775
- def export_product_catalog(opts = {})
776
- export_product_catalog_with_http_info(opts)
777
- nil
778
- end
779
-
780
- # Export product catalog
781
- # Export the product catalog in CSV format.
782
- # @param [Hash] opts the optional parameters
783
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
784
- def export_product_catalog_with_http_info(opts = {})
785
- if @api_client.config.debugging
786
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.export_product_catalog ...'
787
- end
788
- # resource path
789
- local_var_path = '/products/export'
790
-
791
- # query parameters
792
- query_params = {}
793
-
794
- # header parameters
795
- header_params = {}
796
- # HTTP header 'Accept' (if needed)
797
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
798
-
799
- # form parameters
800
- form_params = {}
801
-
802
- # http body (model)
803
- post_body = nil
804
- auth_names = ['ApiKeyAuth']
805
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
806
- :header_params => header_params,
807
- :query_params => query_params,
808
- :form_params => form_params,
809
- :body => post_body,
810
- :auth_names => auth_names)
811
- if @api_client.config.debugging
812
- @api_client.config.logger.debug "API called: ProductCatalogApi#export_product_catalog\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
813
- end
814
- return data, status_code, headers
815
- end
816
- # Get relationship details
817
- # Gets the details of the specified catalog relationship.
818
- # @param relationship_id id of the relationship
819
- # @param [Hash] opts the optional parameters
820
- # @return [CatalogRelationship]
821
- def get_catalog_relationship_by_id(relationship_id, opts = {})
822
- data, _status_code, _headers = get_catalog_relationship_by_id_with_http_info(relationship_id, opts)
823
- data
824
- end
825
-
826
- # Get relationship details
827
- # Gets the details of the specified catalog relationship.
828
- # @param relationship_id id of the relationship
829
- # @param [Hash] opts the optional parameters
830
- # @return [Array<(CatalogRelationship, Fixnum, Hash)>] CatalogRelationship data, response status code and response headers
831
- def get_catalog_relationship_by_id_with_http_info(relationship_id, opts = {})
832
- if @api_client.config.debugging
833
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_catalog_relationship_by_id ...'
834
- end
835
- # verify the required parameter 'relationship_id' is set
836
- if @api_client.config.client_side_validation && relationship_id.nil?
837
- fail ArgumentError, "Missing the required parameter 'relationship_id' when calling ProductCatalogApi.get_catalog_relationship_by_id"
838
- end
839
- # resource path
840
- local_var_path = '/plans/relationships/{relationshipId}'.sub('{' + 'relationshipId' + '}', relationship_id.to_s)
841
-
842
- # query parameters
843
- query_params = {}
844
-
845
- # header parameters
846
- header_params = {}
847
- # HTTP header 'Accept' (if needed)
848
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
849
-
850
- # form parameters
851
- form_params = {}
852
-
853
- # http body (model)
854
- post_body = nil
855
- auth_names = ['ApiKeyAuth']
856
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
857
- :header_params => header_params,
858
- :query_params => query_params,
859
- :form_params => form_params,
860
- :body => post_body,
861
- :auth_names => auth_names,
862
- :return_type => 'CatalogRelationship')
863
- if @api_client.config.debugging
864
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_catalog_relationship_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
865
- end
866
- return data, status_code, headers
867
- end
868
- # Get charge details
869
- # Gets the details of the specified charge on the specified plan.
870
- # @param plan_id id of the plan
871
- # @param charge_id id of the charge
872
- # @param [Hash] opts the optional parameters
873
- # @return [ChargeJson]
874
- def get_charge(plan_id, charge_id, opts = {})
875
- data, _status_code, _headers = get_charge_with_http_info(plan_id, charge_id, opts)
876
- data
877
- end
878
-
879
- # Get charge details
880
- # Gets the details of the specified charge on the specified plan.
881
- # @param plan_id id of the plan
882
- # @param charge_id id of the charge
883
- # @param [Hash] opts the optional parameters
884
- # @return [Array<(ChargeJson, Fixnum, Hash)>] ChargeJson data, response status code and response headers
885
- def get_charge_with_http_info(plan_id, charge_id, opts = {})
886
- if @api_client.config.debugging
887
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_charge ...'
888
- end
889
- # verify the required parameter 'plan_id' is set
890
- if @api_client.config.client_side_validation && plan_id.nil?
891
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.get_charge"
892
- end
893
- # verify the required parameter 'charge_id' is set
894
- if @api_client.config.client_side_validation && charge_id.nil?
895
- fail ArgumentError, "Missing the required parameter 'charge_id' when calling ProductCatalogApi.get_charge"
896
- end
897
- # resource path
898
- local_var_path = '/plans/{planId}/charges/{chargeId}'.sub('{' + 'planId' + '}', plan_id.to_s).sub('{' + 'chargeId' + '}', charge_id.to_s)
899
-
900
- # query parameters
901
- query_params = {}
902
-
903
- # header parameters
904
- header_params = {}
905
- # HTTP header 'Accept' (if needed)
906
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
907
-
908
- # form parameters
909
- form_params = {}
910
-
911
- # http body (model)
912
- post_body = nil
913
- auth_names = ['ApiKeyAuth']
914
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
915
- :header_params => header_params,
916
- :query_params => query_params,
917
- :form_params => form_params,
918
- :body => post_body,
919
- :auth_names => auth_names,
920
- :return_type => 'ChargeJson')
921
- if @api_client.config.debugging
922
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
923
- end
924
- return data, status_code, headers
925
- end
926
- # Get ledger accounts
927
- # Gets the ledger accounts mapped to the specified charge
928
- # @param plan_id id of the plan
929
- # @param charge_id id of the charge
930
- # @param [Hash] opts the optional parameters
931
- # @return [Array<LedgerAccount>]
932
- def get_charge_ledger_accounts(plan_id, charge_id, opts = {})
933
- data, _status_code, _headers = get_charge_ledger_accounts_with_http_info(plan_id, charge_id, opts)
934
- data
935
- end
936
-
937
- # Get ledger accounts
938
- # Gets the ledger accounts mapped to the specified charge
939
- # @param plan_id id of the plan
940
- # @param charge_id id of the charge
941
- # @param [Hash] opts the optional parameters
942
- # @return [Array<(Array<LedgerAccount>, Fixnum, Hash)>] Array<LedgerAccount> data, response status code and response headers
943
- def get_charge_ledger_accounts_with_http_info(plan_id, charge_id, opts = {})
944
- if @api_client.config.debugging
945
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_charge_ledger_accounts ...'
946
- end
947
- # verify the required parameter 'plan_id' is set
948
- if @api_client.config.client_side_validation && plan_id.nil?
949
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.get_charge_ledger_accounts"
950
- end
951
- # verify the required parameter 'charge_id' is set
952
- if @api_client.config.client_side_validation && charge_id.nil?
953
- fail ArgumentError, "Missing the required parameter 'charge_id' when calling ProductCatalogApi.get_charge_ledger_accounts"
954
- end
955
- # resource path
956
- local_var_path = '/plans/{planId}/charges/{chargeId}/ledgerAccounts'.sub('{' + 'planId' + '}', plan_id.to_s).sub('{' + 'chargeId' + '}', charge_id.to_s)
957
-
958
- # query parameters
959
- query_params = {}
960
-
961
- # header parameters
962
- header_params = {}
963
- # HTTP header 'Accept' (if needed)
964
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
965
-
966
- # form parameters
967
- form_params = {}
968
-
969
- # http body (model)
970
- post_body = nil
971
- auth_names = ['ApiKeyAuth']
972
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
973
- :header_params => header_params,
974
- :query_params => query_params,
975
- :form_params => form_params,
976
- :body => post_body,
977
- :auth_names => auth_names,
978
- :return_type => 'Array<LedgerAccount>')
979
- if @api_client.config.debugging
980
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_charge_ledger_accounts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
981
- end
982
- return data, status_code, headers
983
- end
984
- # Get percent of relationships for a plan
985
- # Gets the percent of relationships for the specified plan.
986
- # @param from_plan_id id of the plan
987
- # @param [Hash] opts the optional parameters
988
- # @return [Array<CatalogRelationship>]
989
- def get_percent_of_relationships(from_plan_id, opts = {})
990
- data, _status_code, _headers = get_percent_of_relationships_with_http_info(from_plan_id, opts)
991
- data
992
- end
993
-
994
- # Get percent of relationships for a plan
995
- # Gets the percent of relationships for the specified plan.
996
- # @param from_plan_id id of the plan
997
- # @param [Hash] opts the optional parameters
998
- # @return [Array<(Array<CatalogRelationship>, Fixnum, Hash)>] Array<CatalogRelationship> data, response status code and response headers
999
- def get_percent_of_relationships_with_http_info(from_plan_id, opts = {})
1000
- if @api_client.config.debugging
1001
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_percent_of_relationships ...'
1002
- end
1003
- # verify the required parameter 'from_plan_id' is set
1004
- if @api_client.config.client_side_validation && from_plan_id.nil?
1005
- fail ArgumentError, "Missing the required parameter 'from_plan_id' when calling ProductCatalogApi.get_percent_of_relationships"
1006
- end
1007
- # resource path
1008
- local_var_path = '/plans/relationships/percentOf'
1009
-
1010
- # query parameters
1011
- query_params = {}
1012
- query_params[:'fromPlanId'] = from_plan_id
1013
-
1014
- # header parameters
1015
- header_params = {}
1016
- # HTTP header 'Accept' (if needed)
1017
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1018
-
1019
- # form parameters
1020
- form_params = {}
1021
-
1022
- # http body (model)
1023
- post_body = nil
1024
- auth_names = ['ApiKeyAuth']
1025
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1026
- :header_params => header_params,
1027
- :query_params => query_params,
1028
- :form_params => form_params,
1029
- :body => post_body,
1030
- :auth_names => auth_names,
1031
- :return_type => 'Array<CatalogRelationship>')
1032
- if @api_client.config.debugging
1033
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_percent_of_relationships\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1034
- end
1035
- return data, status_code, headers
1036
- end
1037
- # Get plan details
1038
- # Returns the details of the specified plan.
1039
- # @param plan_id id of the plan
1040
- # @param [Hash] opts the optional parameters
1041
- # @return [PlanJson]
1042
- def get_plan(plan_id, opts = {})
1043
- data, _status_code, _headers = get_plan_with_http_info(plan_id, opts)
1044
- data
1045
- end
1046
-
1047
- # Get plan details
1048
- # Returns the details of the specified plan.
1049
- # @param plan_id id of the plan
1050
- # @param [Hash] opts the optional parameters
1051
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
1052
- def get_plan_with_http_info(plan_id, opts = {})
1053
- if @api_client.config.debugging
1054
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_plan ...'
1055
- end
1056
- # verify the required parameter 'plan_id' is set
1057
- if @api_client.config.client_side_validation && plan_id.nil?
1058
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.get_plan"
1059
- end
1060
- # resource path
1061
- local_var_path = '/plans/{planId}'.sub('{' + 'planId' + '}', plan_id.to_s)
1062
-
1063
- # query parameters
1064
- query_params = {}
1065
-
1066
- # header parameters
1067
- header_params = {}
1068
- # HTTP header 'Accept' (if needed)
1069
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1070
-
1071
- # form parameters
1072
- form_params = {}
1073
-
1074
- # http body (model)
1075
- post_body = nil
1076
- auth_names = ['ApiKeyAuth']
1077
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1078
- :header_params => header_params,
1079
- :query_params => query_params,
1080
- :form_params => form_params,
1081
- :body => post_body,
1082
- :auth_names => auth_names,
1083
- :return_type => 'PlanJson')
1084
- if @api_client.config.debugging
1085
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1086
- end
1087
- return data, status_code, headers
1088
- end
1089
- # Get plans
1090
- # Returns all plans for a product. The result is paginated. To retrieve all results pass the cursor returned from a call to the next call until all results are returned.
1091
- # @param [Hash] opts the optional parameters
1092
- # @option opts [String] :product_id id of the product
1093
- # @option opts [String] :status filter by plan status
1094
- # @option opts [String] :cursor cursor from the last call
1095
- # @option opts [Integer] :limit number of results per page
1096
- # @return [PlanJsonPaginationResponse]
1097
- def get_plans(opts = {})
1098
- data, _status_code, _headers = get_plans_with_http_info(opts)
1099
- data
1100
- end
1101
-
1102
- # Get plans
1103
- # Returns all plans for a product. The result is paginated. To retrieve all results pass the cursor returned from a call to the next call until all results are returned.
1104
- # @param [Hash] opts the optional parameters
1105
- # @option opts [String] :product_id id of the product
1106
- # @option opts [String] :status filter by plan status
1107
- # @option opts [String] :cursor cursor from the last call
1108
- # @option opts [Integer] :limit number of results per page
1109
- # @return [Array<(PlanJsonPaginationResponse, Fixnum, Hash)>] PlanJsonPaginationResponse data, response status code and response headers
1110
- def get_plans_with_http_info(opts = {})
1111
- if @api_client.config.debugging
1112
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_plans ...'
1113
- end
1114
- if @api_client.config.client_side_validation && opts[:'status'] && !['DRAFT', 'ACTIVE', 'GRANDFATHERED', 'ARCHIVED', 'DEPRECATED'].include?(opts[:'status'])
1115
- fail ArgumentError, 'invalid value for "status", must be one of DRAFT, ACTIVE, GRANDFATHERED, ARCHIVED, DEPRECATED'
1116
- end
1117
- # resource path
1118
- local_var_path = '/plans'
1119
-
1120
- # query parameters
1121
- query_params = {}
1122
- query_params[:'productId'] = opts[:'product_id'] if !opts[:'product_id'].nil?
1123
- query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
1124
- query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
1125
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
1126
-
1127
- # header parameters
1128
- header_params = {}
1129
- # HTTP header 'Accept' (if needed)
1130
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1131
-
1132
- # form parameters
1133
- form_params = {}
1134
-
1135
- # http body (model)
1136
- post_body = nil
1137
- auth_names = ['ApiKeyAuth']
1138
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1139
- :header_params => header_params,
1140
- :query_params => query_params,
1141
- :form_params => form_params,
1142
- :body => post_body,
1143
- :auth_names => auth_names,
1144
- :return_type => 'PlanJsonPaginationResponse')
1145
- if @api_client.config.debugging
1146
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_plans\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1147
- end
1148
- return data, status_code, headers
1149
- end
1150
- # Get product details.
1151
- # Gets the details of the specified product.
1152
- # @param id id of the product
1153
- # @param [Hash] opts the optional parameters
1154
- # @return [ProductJson]
1155
- def get_product(id, opts = {})
1156
- data, _status_code, _headers = get_product_with_http_info(id, opts)
1157
- data
1158
- end
1159
-
1160
- # Get product details.
1161
- # Gets the details of the specified product.
1162
- # @param id id of the product
1163
- # @param [Hash] opts the optional parameters
1164
- # @return [Array<(ProductJson, Fixnum, Hash)>] ProductJson data, response status code and response headers
1165
- def get_product_with_http_info(id, opts = {})
1166
- if @api_client.config.debugging
1167
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_product ...'
1168
- end
1169
- # verify the required parameter 'id' is set
1170
- if @api_client.config.client_side_validation && id.nil?
1171
- fail ArgumentError, "Missing the required parameter 'id' when calling ProductCatalogApi.get_product"
1172
- end
1173
- # resource path
1174
- local_var_path = '/products/{id}'.sub('{' + 'id' + '}', id.to_s)
1175
-
1176
- # query parameters
1177
- query_params = {}
1178
-
1179
- # header parameters
1180
- header_params = {}
1181
- # HTTP header 'Accept' (if needed)
1182
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1183
-
1184
- # form parameters
1185
- form_params = {}
1186
-
1187
- # http body (model)
1188
- post_body = nil
1189
- auth_names = ['ApiKeyAuth']
1190
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1191
- :header_params => header_params,
1192
- :query_params => query_params,
1193
- :form_params => form_params,
1194
- :body => post_body,
1195
- :auth_names => auth_names,
1196
- :return_type => 'ProductJson')
1197
- if @api_client.config.debugging
1198
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_product\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1199
- end
1200
- return data, status_code, headers
1201
- end
1202
- # Get product Categories
1203
- # Gets all product categories for your tenant. The results are paginated. To fetch all results pass the cursor returned from a call to the subsequent calls until all results are returned. Initially the cursor should not be specified.
1204
- # @param [Hash] opts the optional parameters
1205
- # @option opts [String] :cursor cursor from prior call
1206
- # @option opts [Integer] :limit number of results per page
1207
- # @return [ProductCategoryPaginationResponse]
1208
- def get_product_categories(opts = {})
1209
- data, _status_code, _headers = get_product_categories_with_http_info(opts)
1210
- data
1211
- end
1212
-
1213
- # Get product Categories
1214
- # Gets all product categories for your tenant. The results are paginated. To fetch all results pass the cursor returned from a call to the subsequent calls until all results are returned. Initially the cursor should not be specified.
1215
- # @param [Hash] opts the optional parameters
1216
- # @option opts [String] :cursor cursor from prior call
1217
- # @option opts [Integer] :limit number of results per page
1218
- # @return [Array<(ProductCategoryPaginationResponse, Fixnum, Hash)>] ProductCategoryPaginationResponse data, response status code and response headers
1219
- def get_product_categories_with_http_info(opts = {})
1220
- if @api_client.config.debugging
1221
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_product_categories ...'
1222
- end
1223
- # resource path
1224
- local_var_path = '/product/categories'
1225
-
1226
- # query parameters
1227
- query_params = {}
1228
- query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
1229
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
1230
-
1231
- # header parameters
1232
- header_params = {}
1233
- # HTTP header 'Accept' (if needed)
1234
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1235
-
1236
- # form parameters
1237
- form_params = {}
1238
-
1239
- # http body (model)
1240
- post_body = nil
1241
- auth_names = ['ApiKeyAuth']
1242
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1243
- :header_params => header_params,
1244
- :query_params => query_params,
1245
- :form_params => form_params,
1246
- :body => post_body,
1247
- :auth_names => auth_names,
1248
- :return_type => 'ProductCategoryPaginationResponse')
1249
- if @api_client.config.debugging
1250
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_product_categories\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1251
- end
1252
- return data, status_code, headers
1253
- end
1254
- # Get product category details
1255
- # Gets the details of the specified product category
1256
- # @param id id of the category
1257
- # @param [Hash] opts the optional parameters
1258
- # @return [ProductCategory]
1259
- def get_product_category(id, opts = {})
1260
- data, _status_code, _headers = get_product_category_with_http_info(id, opts)
1261
- data
1262
- end
1263
-
1264
- # Get product category details
1265
- # Gets the details of the specified product category
1266
- # @param id id of the category
1267
- # @param [Hash] opts the optional parameters
1268
- # @return [Array<(ProductCategory, Fixnum, Hash)>] ProductCategory data, response status code and response headers
1269
- def get_product_category_with_http_info(id, opts = {})
1270
- if @api_client.config.debugging
1271
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_product_category ...'
1272
- end
1273
- # verify the required parameter 'id' is set
1274
- if @api_client.config.client_side_validation && id.nil?
1275
- fail ArgumentError, "Missing the required parameter 'id' when calling ProductCatalogApi.get_product_category"
1276
- end
1277
- # resource path
1278
- local_var_path = '/product/categories/{id}'.sub('{' + 'id' + '}', id.to_s)
1279
-
1280
- # query parameters
1281
- query_params = {}
1282
-
1283
- # header parameters
1284
- header_params = {}
1285
- # HTTP header 'Accept' (if needed)
1286
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1287
-
1288
- # form parameters
1289
- form_params = {}
1290
-
1291
- # http body (model)
1292
- post_body = nil
1293
- auth_names = ['ApiKeyAuth']
1294
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1295
- :header_params => header_params,
1296
- :query_params => query_params,
1297
- :form_params => form_params,
1298
- :body => post_body,
1299
- :auth_names => auth_names,
1300
- :return_type => 'ProductCategory')
1301
- if @api_client.config.debugging
1302
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_product_category\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1303
- end
1304
- return data, status_code, headers
1305
- end
1306
- # Get products
1307
- # Returns all products for your tenant. The results on paginated. To fetch them all pass the cursor returned from a call to the subsequent call until all results are fetched. Initially the cursor should not be specified.
1308
- # @param [Hash] opts the optional parameters
1309
- # @option opts [String] :cursor cursor received from prior call
1310
- # @option opts [Integer] :limit number of results per page
1311
- # @return [ProductJsonPaginationResponse]
1312
- def get_products(opts = {})
1313
- data, _status_code, _headers = get_products_with_http_info(opts)
1314
- data
1315
- end
1316
-
1317
- # Get products
1318
- # Returns all products for your tenant. The results on paginated. To fetch them all pass the cursor returned from a call to the subsequent call until all results are fetched. Initially the cursor should not be specified.
1319
- # @param [Hash] opts the optional parameters
1320
- # @option opts [String] :cursor cursor received from prior call
1321
- # @option opts [Integer] :limit number of results per page
1322
- # @return [Array<(ProductJsonPaginationResponse, Fixnum, Hash)>] ProductJsonPaginationResponse data, response status code and response headers
1323
- def get_products_with_http_info(opts = {})
1324
- if @api_client.config.debugging
1325
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_products ...'
1326
- end
1327
- # resource path
1328
- local_var_path = '/products'
1329
-
1330
- # query parameters
1331
- query_params = {}
1332
- query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
1333
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
1334
-
1335
- # header parameters
1336
- header_params = {}
1337
- # HTTP header 'Accept' (if needed)
1338
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1339
-
1340
- # form parameters
1341
- form_params = {}
1342
-
1343
- # http body (model)
1344
- post_body = nil
1345
- auth_names = ['ApiKeyAuth']
1346
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1347
- :header_params => header_params,
1348
- :query_params => query_params,
1349
- :form_params => form_params,
1350
- :body => post_body,
1351
- :auth_names => auth_names,
1352
- :return_type => 'ProductJsonPaginationResponse')
1353
- if @api_client.config.debugging
1354
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_products\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1355
- end
1356
- return data, status_code, headers
1357
- end
1358
- # Get percent of target plans
1359
- # Gets the list of percent of charge target plans.
1360
- # @param plan_id
1361
- # @param [Hash] opts the optional parameters
1362
- # @return [CatalogRelationship]
1363
- def get_target_plans_for_percent_of_plan_id(plan_id, opts = {})
1364
- data, _status_code, _headers = get_target_plans_for_percent_of_plan_id_with_http_info(plan_id, opts)
1365
- data
1366
- end
1367
-
1368
- # Get percent of target plans
1369
- # Gets the list of percent of charge target plans.
1370
- # @param plan_id
1371
- # @param [Hash] opts the optional parameters
1372
- # @return [Array<(CatalogRelationship, Fixnum, Hash)>] CatalogRelationship data, response status code and response headers
1373
- def get_target_plans_for_percent_of_plan_id_with_http_info(plan_id, opts = {})
1374
- if @api_client.config.debugging
1375
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.get_target_plans_for_percent_of_plan_id ...'
1376
- end
1377
- # verify the required parameter 'plan_id' is set
1378
- if @api_client.config.client_side_validation && plan_id.nil?
1379
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.get_target_plans_for_percent_of_plan_id"
1380
- end
1381
- # resource path
1382
- local_var_path = '/plans/relationships/percentOf/{planId}'.sub('{' + 'planId' + '}', plan_id.to_s)
1383
-
1384
- # query parameters
1385
- query_params = {}
1386
-
1387
- # header parameters
1388
- header_params = {}
1389
- # HTTP header 'Accept' (if needed)
1390
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1391
-
1392
- # form parameters
1393
- form_params = {}
1394
-
1395
- # http body (model)
1396
- post_body = nil
1397
- auth_names = ['ApiKeyAuth']
1398
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1399
- :header_params => header_params,
1400
- :query_params => query_params,
1401
- :form_params => form_params,
1402
- :body => post_body,
1403
- :auth_names => auth_names,
1404
- :return_type => 'CatalogRelationship')
1405
- if @api_client.config.debugging
1406
- @api_client.config.logger.debug "API called: ProductCatalogApi#get_target_plans_for_percent_of_plan_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1407
- end
1408
- return data, status_code, headers
1409
- end
1410
- # Map ledger accounts
1411
- # Map ledger accounts to the specified charge for the specified plan.
1412
- # @param plan_id id of the plan
1413
- # @param charge_id id of the charge
1414
- # @param body list of the ledger account ids
1415
- # @param [Hash] opts the optional parameters
1416
- # @return [Array<LedgerAccount>]
1417
- def map_ledger_accounts_to_charge(plan_id, charge_id, body, opts = {})
1418
- data, _status_code, _headers = map_ledger_accounts_to_charge_with_http_info(plan_id, charge_id, body, opts)
1419
- data
1420
- end
1421
-
1422
- # Map ledger accounts
1423
- # Map ledger accounts to the specified charge for the specified plan.
1424
- # @param plan_id id of the plan
1425
- # @param charge_id id of the charge
1426
- # @param body list of the ledger account ids
1427
- # @param [Hash] opts the optional parameters
1428
- # @return [Array<(Array<LedgerAccount>, Fixnum, Hash)>] Array<LedgerAccount> data, response status code and response headers
1429
- def map_ledger_accounts_to_charge_with_http_info(plan_id, charge_id, body, opts = {})
1430
- if @api_client.config.debugging
1431
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.map_ledger_accounts_to_charge ...'
1432
- end
1433
- # verify the required parameter 'plan_id' is set
1434
- if @api_client.config.client_side_validation && plan_id.nil?
1435
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.map_ledger_accounts_to_charge"
1436
- end
1437
- # verify the required parameter 'charge_id' is set
1438
- if @api_client.config.client_side_validation && charge_id.nil?
1439
- fail ArgumentError, "Missing the required parameter 'charge_id' when calling ProductCatalogApi.map_ledger_accounts_to_charge"
1440
- end
1441
- # verify the required parameter 'body' is set
1442
- if @api_client.config.client_side_validation && body.nil?
1443
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.map_ledger_accounts_to_charge"
1444
- end
1445
- # resource path
1446
- local_var_path = '/plans/{planId}/charges/{chargeId}/ledgerAccounts'.sub('{' + 'planId' + '}', plan_id.to_s).sub('{' + 'chargeId' + '}', charge_id.to_s)
1447
-
1448
- # query parameters
1449
- query_params = {}
1450
-
1451
- # header parameters
1452
- header_params = {}
1453
- # HTTP header 'Accept' (if needed)
1454
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1455
- # HTTP header 'Content-Type'
1456
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1457
-
1458
- # form parameters
1459
- form_params = {}
1460
-
1461
- # http body (model)
1462
- post_body = @api_client.object_to_http_body(body)
1463
- auth_names = ['ApiKeyAuth']
1464
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1465
- :header_params => header_params,
1466
- :query_params => query_params,
1467
- :form_params => form_params,
1468
- :body => post_body,
1469
- :auth_names => auth_names,
1470
- :return_type => 'Array<LedgerAccount>')
1471
- if @api_client.config.debugging
1472
- @api_client.config.logger.debug "API called: ProductCatalogApi#map_ledger_accounts_to_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1473
- end
1474
- return data, status_code, headers
1475
- end
1476
- # Update non-financial charge details
1477
- # Updates certain details of the specified charge which won't impact its financial treatment
1478
- # @param plan_id id of the plan
1479
- # @param charge_id id of the charge
1480
- # @param [Hash] opts the optional parameters
1481
- # @option opts [ChargePartialJson] :body
1482
- # @return [ChargeJson]
1483
- def patch_charge(plan_id, charge_id, opts = {})
1484
- data, _status_code, _headers = patch_charge_with_http_info(plan_id, charge_id, opts)
1485
- data
1486
- end
1487
-
1488
- # Update non-financial charge details
1489
- # Updates certain details of the specified charge which won&#39;t impact its financial treatment
1490
- # @param plan_id id of the plan
1491
- # @param charge_id id of the charge
1492
- # @param [Hash] opts the optional parameters
1493
- # @option opts [ChargePartialJson] :body
1494
- # @return [Array<(ChargeJson, Fixnum, Hash)>] ChargeJson data, response status code and response headers
1495
- def patch_charge_with_http_info(plan_id, charge_id, opts = {})
1496
- if @api_client.config.debugging
1497
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.patch_charge ...'
1498
- end
1499
- # verify the required parameter 'plan_id' is set
1500
- if @api_client.config.client_side_validation && plan_id.nil?
1501
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.patch_charge"
1502
- end
1503
- # verify the required parameter 'charge_id' is set
1504
- if @api_client.config.client_side_validation && charge_id.nil?
1505
- fail ArgumentError, "Missing the required parameter 'charge_id' when calling ProductCatalogApi.patch_charge"
1506
- end
1507
- # resource path
1508
- local_var_path = '/plans/{planId}/charges/{chargeId}/partial'.sub('{' + 'planId' + '}', plan_id.to_s).sub('{' + 'chargeId' + '}', charge_id.to_s)
1509
-
1510
- # query parameters
1511
- query_params = {}
1512
-
1513
- # header parameters
1514
- header_params = {}
1515
- # HTTP header 'Accept' (if needed)
1516
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1517
- # HTTP header 'Content-Type'
1518
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1519
-
1520
- # form parameters
1521
- form_params = {}
1522
-
1523
- # http body (model)
1524
- post_body = @api_client.object_to_http_body(opts[:'body'])
1525
- auth_names = ['ApiKeyAuth']
1526
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1527
- :header_params => header_params,
1528
- :query_params => query_params,
1529
- :form_params => form_params,
1530
- :body => post_body,
1531
- :auth_names => auth_names,
1532
- :return_type => 'ChargeJson')
1533
- if @api_client.config.debugging
1534
- @api_client.config.logger.debug "API called: ProductCatalogApi#patch_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1535
- end
1536
- return data, status_code, headers
1537
- end
1538
- # Reactivate a plan
1539
- # Reactivates a deprecated plan.
1540
- # @param plan_id id of the plan
1541
- # @param [Hash] opts the optional parameters
1542
- # @return [PlanJson]
1543
- def reactivate_plan(plan_id, opts = {})
1544
- data, _status_code, _headers = reactivate_plan_with_http_info(plan_id, opts)
1545
- data
1546
- end
1547
-
1548
- # Reactivate a plan
1549
- # Reactivates a deprecated plan.
1550
- # @param plan_id id of the plan
1551
- # @param [Hash] opts the optional parameters
1552
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
1553
- def reactivate_plan_with_http_info(plan_id, opts = {})
1554
- if @api_client.config.debugging
1555
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.reactivate_plan ...'
1556
- end
1557
- # verify the required parameter 'plan_id' is set
1558
- if @api_client.config.client_side_validation && plan_id.nil?
1559
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.reactivate_plan"
1560
- end
1561
- # resource path
1562
- local_var_path = '/plans/{planId}/reactivate'.sub('{' + 'planId' + '}', plan_id.to_s)
1563
-
1564
- # query parameters
1565
- query_params = {}
1566
-
1567
- # header parameters
1568
- header_params = {}
1569
- # HTTP header 'Accept' (if needed)
1570
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1571
-
1572
- # form parameters
1573
- form_params = {}
1574
-
1575
- # http body (model)
1576
- post_body = nil
1577
- auth_names = ['ApiKeyAuth']
1578
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1579
- :header_params => header_params,
1580
- :query_params => query_params,
1581
- :form_params => form_params,
1582
- :body => post_body,
1583
- :auth_names => auth_names,
1584
- :return_type => 'PlanJson')
1585
- if @api_client.config.debugging
1586
- @api_client.config.logger.debug "API called: ProductCatalogApi#reactivate_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1587
- end
1588
- return data, status_code, headers
1589
- end
1590
- # Update charge details
1591
- # Updates the details of the specified charge on the specified plan.
1592
- # @param plan_id id of the plan associated with the charge
1593
- # @param charge_id id of the charge
1594
- # @param [Hash] opts the optional parameters
1595
- # @option opts [ChargeJson] :body
1596
- # @return [nil]
1597
- def update_charge(plan_id, charge_id, opts = {})
1598
- update_charge_with_http_info(plan_id, charge_id, opts)
1599
- nil
1600
- end
1601
-
1602
- # Update charge details
1603
- # Updates the details of the specified charge on the specified plan.
1604
- # @param plan_id id of the plan associated with the charge
1605
- # @param charge_id id of the charge
1606
- # @param [Hash] opts the optional parameters
1607
- # @option opts [ChargeJson] :body
1608
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1609
- def update_charge_with_http_info(plan_id, charge_id, opts = {})
1610
- if @api_client.config.debugging
1611
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.update_charge ...'
1612
- end
1613
- # verify the required parameter 'plan_id' is set
1614
- if @api_client.config.client_side_validation && plan_id.nil?
1615
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.update_charge"
1616
- end
1617
- # verify the required parameter 'charge_id' is set
1618
- if @api_client.config.client_side_validation && charge_id.nil?
1619
- fail ArgumentError, "Missing the required parameter 'charge_id' when calling ProductCatalogApi.update_charge"
1620
- end
1621
- # resource path
1622
- local_var_path = '/plans/{planId}/charges/{chargeId}'.sub('{' + 'planId' + '}', plan_id.to_s).sub('{' + 'chargeId' + '}', charge_id.to_s)
1623
-
1624
- # query parameters
1625
- query_params = {}
1626
-
1627
- # header parameters
1628
- header_params = {}
1629
- # HTTP header 'Accept' (if needed)
1630
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1631
- # HTTP header 'Content-Type'
1632
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1633
-
1634
- # form parameters
1635
- form_params = {}
1636
-
1637
- # http body (model)
1638
- post_body = @api_client.object_to_http_body(opts[:'body'])
1639
- auth_names = ['ApiKeyAuth']
1640
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1641
- :header_params => header_params,
1642
- :query_params => query_params,
1643
- :form_params => form_params,
1644
- :body => post_body,
1645
- :auth_names => auth_names)
1646
- if @api_client.config.debugging
1647
- @api_client.config.logger.debug "API called: ProductCatalogApi#update_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1648
- end
1649
- return data, status_code, headers
1650
- end
1651
- # Update plan
1652
- # Updates the details of the specified plan. Note you can't update the details of a plan once it's in use.
1653
- # @param plan_id id of the plan
1654
- # @param body json of the plan details
1655
- # @param [Hash] opts the optional parameters
1656
- # @return [PlanJson]
1657
- def update_plan(plan_id, body, opts = {})
1658
- data, _status_code, _headers = update_plan_with_http_info(plan_id, body, opts)
1659
- data
1660
- end
1661
-
1662
- # Update plan
1663
- # Updates the details of the specified plan. Note you can&#39;t update the details of a plan once it&#39;s in use.
1664
- # @param plan_id id of the plan
1665
- # @param body json of the plan details
1666
- # @param [Hash] opts the optional parameters
1667
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
1668
- def update_plan_with_http_info(plan_id, body, opts = {})
1669
- if @api_client.config.debugging
1670
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.update_plan ...'
1671
- end
1672
- # verify the required parameter 'plan_id' is set
1673
- if @api_client.config.client_side_validation && plan_id.nil?
1674
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.update_plan"
1675
- end
1676
- # verify the required parameter 'body' is set
1677
- if @api_client.config.client_side_validation && body.nil?
1678
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.update_plan"
1679
- end
1680
- # resource path
1681
- local_var_path = '/plans/{planId}'.sub('{' + 'planId' + '}', plan_id.to_s)
1682
-
1683
- # query parameters
1684
- query_params = {}
1685
-
1686
- # header parameters
1687
- header_params = {}
1688
- # HTTP header 'Accept' (if needed)
1689
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1690
-
1691
- # form parameters
1692
- form_params = {}
1693
-
1694
- # http body (model)
1695
- post_body = @api_client.object_to_http_body(body)
1696
- auth_names = ['ApiKeyAuth']
1697
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1698
- :header_params => header_params,
1699
- :query_params => query_params,
1700
- :form_params => form_params,
1701
- :body => post_body,
1702
- :auth_names => auth_names,
1703
- :return_type => 'PlanJson')
1704
- if @api_client.config.debugging
1705
- @api_client.config.logger.debug "API called: ProductCatalogApi#update_plan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1706
- end
1707
- return data, status_code, headers
1708
- end
1709
- # Update plan metadata
1710
- # Update plan metadata. For now, this can be used only to change the entities assigned to a plan
1711
- # @param plan_id plan id
1712
- # @param body plan metadata to be updated
1713
- # @param [Hash] opts the optional parameters
1714
- # @return [PlanJson]
1715
- def update_plan_metadata(plan_id, body, opts = {})
1716
- data, _status_code, _headers = update_plan_metadata_with_http_info(plan_id, body, opts)
1717
- data
1718
- end
1719
-
1720
- # Update plan metadata
1721
- # Update plan metadata. For now, this can be used only to change the entities assigned to a plan
1722
- # @param plan_id plan id
1723
- # @param body plan metadata to be updated
1724
- # @param [Hash] opts the optional parameters
1725
- # @return [Array<(PlanJson, Fixnum, Hash)>] PlanJson data, response status code and response headers
1726
- def update_plan_metadata_with_http_info(plan_id, body, opts = {})
1727
- if @api_client.config.debugging
1728
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.update_plan_metadata ...'
1729
- end
1730
- # verify the required parameter 'plan_id' is set
1731
- if @api_client.config.client_side_validation && plan_id.nil?
1732
- fail ArgumentError, "Missing the required parameter 'plan_id' when calling ProductCatalogApi.update_plan_metadata"
1733
- end
1734
- # verify the required parameter 'body' is set
1735
- if @api_client.config.client_side_validation && body.nil?
1736
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.update_plan_metadata"
1737
- end
1738
- # resource path
1739
- local_var_path = '/plans/{planId}/metadata'.sub('{' + 'planId' + '}', plan_id.to_s)
1740
-
1741
- # query parameters
1742
- query_params = {}
1743
-
1744
- # header parameters
1745
- header_params = {}
1746
- # HTTP header 'Accept' (if needed)
1747
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1748
-
1749
- # form parameters
1750
- form_params = {}
1751
-
1752
- # http body (model)
1753
- post_body = @api_client.object_to_http_body(body)
1754
- auth_names = ['ApiKeyAuth']
1755
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1756
- :header_params => header_params,
1757
- :query_params => query_params,
1758
- :form_params => form_params,
1759
- :body => post_body,
1760
- :auth_names => auth_names,
1761
- :return_type => 'PlanJson')
1762
- if @api_client.config.debugging
1763
- @api_client.config.logger.debug "API called: ProductCatalogApi#update_plan_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1764
- end
1765
- return data, status_code, headers
1766
- end
1767
- # Update product details
1768
- # Updates the details of the specified product
1769
- # @param id id of the product
1770
- # @param body product details json
1771
- # @param [Hash] opts the optional parameters
1772
- # @return [nil]
1773
- def update_product(id, body, opts = {})
1774
- update_product_with_http_info(id, body, opts)
1775
- nil
1776
- end
1777
-
1778
- # Update product details
1779
- # Updates the details of the specified product
1780
- # @param id id of the product
1781
- # @param body product details json
1782
- # @param [Hash] opts the optional parameters
1783
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1784
- def update_product_with_http_info(id, body, opts = {})
1785
- if @api_client.config.debugging
1786
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.update_product ...'
1787
- end
1788
- # verify the required parameter 'id' is set
1789
- if @api_client.config.client_side_validation && id.nil?
1790
- fail ArgumentError, "Missing the required parameter 'id' when calling ProductCatalogApi.update_product"
1791
- end
1792
- # verify the required parameter 'body' is set
1793
- if @api_client.config.client_side_validation && body.nil?
1794
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.update_product"
1795
- end
1796
- # resource path
1797
- local_var_path = '/products/{id}'.sub('{' + 'id' + '}', id.to_s)
1798
-
1799
- # query parameters
1800
- query_params = {}
1801
-
1802
- # header parameters
1803
- header_params = {}
1804
- # HTTP header 'Accept' (if needed)
1805
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1806
- # HTTP header 'Content-Type'
1807
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1808
-
1809
- # form parameters
1810
- form_params = {}
1811
-
1812
- # http body (model)
1813
- post_body = @api_client.object_to_http_body(body)
1814
- auth_names = ['ApiKeyAuth']
1815
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1816
- :header_params => header_params,
1817
- :query_params => query_params,
1818
- :form_params => form_params,
1819
- :body => post_body,
1820
- :auth_names => auth_names)
1821
- if @api_client.config.debugging
1822
- @api_client.config.logger.debug "API called: ProductCatalogApi#update_product\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1823
- end
1824
- return data, status_code, headers
1825
- end
1826
- # Update product category details
1827
- # Updates the details of a product category
1828
- # @param id id of the category
1829
- # @param body product category details json
1830
- # @param [Hash] opts the optional parameters
1831
- # @return [nil]
1832
- def update_product_category(id, body, opts = {})
1833
- update_product_category_with_http_info(id, body, opts)
1834
- nil
1835
- end
1836
-
1837
- # Update product category details
1838
- # Updates the details of a product category
1839
- # @param id id of the category
1840
- # @param body product category details json
1841
- # @param [Hash] opts the optional parameters
1842
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1843
- def update_product_category_with_http_info(id, body, opts = {})
1844
- if @api_client.config.debugging
1845
- @api_client.config.logger.debug 'Calling API: ProductCatalogApi.update_product_category ...'
1846
- end
1847
- # verify the required parameter 'id' is set
1848
- if @api_client.config.client_side_validation && id.nil?
1849
- fail ArgumentError, "Missing the required parameter 'id' when calling ProductCatalogApi.update_product_category"
1850
- end
1851
- # verify the required parameter 'body' is set
1852
- if @api_client.config.client_side_validation && body.nil?
1853
- fail ArgumentError, "Missing the required parameter 'body' when calling ProductCatalogApi.update_product_category"
1854
- end
1855
- # resource path
1856
- local_var_path = '/product/categories/{id}'.sub('{' + 'id' + '}', id.to_s)
1857
-
1858
- # query parameters
1859
- query_params = {}
1860
-
1861
- # header parameters
1862
- header_params = {}
1863
- # HTTP header 'Accept' (if needed)
1864
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1865
- # HTTP header 'Content-Type'
1866
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1867
-
1868
- # form parameters
1869
- form_params = {}
1870
-
1871
- # http body (model)
1872
- post_body = @api_client.object_to_http_body(body)
1873
- auth_names = ['ApiKeyAuth']
1874
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1875
- :header_params => header_params,
1876
- :query_params => query_params,
1877
- :form_params => form_params,
1878
- :body => post_body,
1879
- :auth_names => auth_names)
1880
- if @api_client.config.debugging
1881
- @api_client.config.logger.debug "API called: ProductCatalogApi#update_product_category\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1882
- end
1883
- return data, status_code, headers
1884
- end
1885
- end
1886
- end