subskribe_sandbox 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (417) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -7
  3. data/docs/AccountsApi.md +2 -2
  4. data/docs/AutomatedInvoiceRule.md +3 -3
  5. data/docs/BulkInvoiceRunItem.md +2 -2
  6. data/docs/BulkPaymentUploadData.md +5 -5
  7. data/docs/ChargeJson.md +2 -2
  8. data/docs/PaginatedAccountsResponse.md +10 -0
  9. data/docs/PaginatedSubscriptionsResponse.md +10 -0
  10. data/docs/RevenueRecognitionApi.md +20 -20
  11. data/docs/SubscriptionsApi.md +2 -2
  12. data/docs/TaxJarIntegration.md +2 -2
  13. data/lib/subskribe_sandbox/api/accounts_api.rb +3 -3
  14. data/lib/subskribe_sandbox/api/revenue_recognition_api.rb +22 -22
  15. data/lib/subskribe_sandbox/api/subscriptions_api.rb +3 -3
  16. data/lib/subskribe_sandbox/models/automated_invoice_rule.rb +31 -31
  17. data/lib/subskribe_sandbox/models/bulk_invoice_run_item.rb +22 -22
  18. data/lib/subskribe_sandbox/models/bulk_payment_upload_data.rb +46 -46
  19. data/lib/subskribe_sandbox/models/charge_json.rb +16 -16
  20. data/lib/{subskribe_dev/models/payment_json_pagination_response.rb → subskribe_sandbox/models/paginated_accounts_response.rb} +4 -4
  21. data/lib/{subskribe_dev/models/credit_memo_pagination_response_json.rb → subskribe_sandbox/models/paginated_subscriptions_response.rb} +4 -4
  22. data/lib/subskribe_sandbox/models/tax_jar_integration.rb +16 -16
  23. data/lib/subskribe_sandbox/version.rb +1 -1
  24. data/lib/subskribe_sandbox.rb +2 -1
  25. data/spec/api/accounting_api_spec.rb +3 -3
  26. data/spec/api/accounts_api_spec.rb +4 -4
  27. data/spec/api/approvals_api_spec.rb +3 -3
  28. data/spec/api/attachments_api_spec.rb +3 -3
  29. data/spec/api/authentication_api_spec.rb +3 -3
  30. data/spec/api/billing_api_spec.rb +3 -3
  31. data/spec/api/credit_memo_api_spec.rb +3 -3
  32. data/spec/api/custom_field_api_spec.rb +3 -3
  33. data/spec/api/customization_api_spec.rb +3 -3
  34. data/spec/api/default_api_spec.rb +3 -3
  35. data/spec/api/discounts_api_spec.rb +3 -3
  36. data/spec/api/entities_api_spec.rb +42 -3
  37. data/spec/api/erp_api_spec.rb +13 -13
  38. data/spec/api/import_api_spec.rb +3 -3
  39. data/spec/api/integrations_api_spec.rb +3 -3
  40. data/spec/api/metrics_reporting_api_spec.rb +3 -3
  41. data/spec/api/notifications_api_spec.rb +3 -3
  42. data/spec/api/opportunity_api_spec.rb +3 -3
  43. data/spec/api/orders_api_spec.rb +3 -3
  44. data/spec/api/payments_api_spec.rb +3 -3
  45. data/spec/api/product_catalog_api_spec.rb +16 -3
  46. data/spec/api/rate_card_api_spec.rb +3 -3
  47. data/spec/api/refunds_api_spec.rb +3 -3
  48. data/spec/api/reports_api_spec.rb +3 -3
  49. data/spec/api/revenue_recognition_api_spec.rb +8 -8
  50. data/spec/api/sales_room_api_spec.rb +3 -3
  51. data/spec/api/settings_api_spec.rb +240 -3
  52. data/spec/api/subscriptions_api_spec.rb +4 -4
  53. data/spec/api/usage_api_spec.rb +3 -3
  54. data/spec/api/users_api_spec.rb +3 -3
  55. data/spec/api_client_spec.rb +31 -31
  56. data/spec/configuration_spec.rb +6 -6
  57. data/spec/models/account_address_json_spec.rb +3 -3
  58. data/spec/models/account_address_spec.rb +3 -3
  59. data/spec/models/account_contact_json_spec.rb +3 -3
  60. data/spec/models/account_contact_spec.rb +3 -3
  61. data/spec/models/account_json_spec.rb +3 -3
  62. data/spec/models/account_payment_method_json_spec.rb +3 -3
  63. data/spec/models/account_receivable_contact_json_spec.rb +3 -3
  64. data/spec/models/accounting_event_paginated_response_spec.rb +3 -3
  65. data/spec/models/accounting_event_spec.rb +3 -3
  66. data/spec/models/accounting_period_calculation_spec.rb +3 -3
  67. data/spec/models/accounting_period_spec.rb +3 -3
  68. data/spec/models/add_and_apply_payment_application_json_spec.rb +3 -3
  69. data/spec/models/anrok_integration_input_spec.rb +3 -3
  70. data/spec/models/approval_matrix_import_data_json_spec.rb +3 -3
  71. data/spec/models/approval_matrix_import_preview_spec.rb +3 -3
  72. data/spec/models/approval_role_json_spec.rb +3 -3
  73. data/spec/models/approval_role_segment_change_spec.rb +3 -3
  74. data/spec/models/approval_segment_json_spec.rb +3 -3
  75. data/spec/models/attachment_spec.rb +3 -3
  76. data/spec/models/attribute_reference_spec.rb +3 -3
  77. data/spec/models/auth_saml_integration_json_spec.rb +3 -3
  78. data/spec/models/automated_invoice_rule_request_json_spec.rb +3 -3
  79. data/spec/models/automated_invoice_rule_spec.rb +15 -15
  80. data/spec/models/avalara_integration_input_spec.rb +3 -3
  81. data/spec/models/avalara_integration_spec.rb +3 -3
  82. data/spec/models/billing_event_entry_spec.rb +3 -3
  83. data/spec/models/billing_event_input_spec.rb +3 -3
  84. data/spec/models/bulk_invoice_run_exclusions_spec.rb +3 -3
  85. data/spec/models/bulk_invoice_run_input_spec.rb +3 -3
  86. data/spec/models/bulk_invoice_run_item_spec.rb +9 -9
  87. data/spec/models/bulk_invoice_run_selector_spec.rb +3 -3
  88. data/spec/models/bulk_invoice_run_spec.rb +3 -3
  89. data/spec/models/bulk_payment_upload_data_spec.rb +13 -13
  90. data/spec/models/bulk_payment_upload_result_spec.rb +6 -6
  91. data/spec/models/byte_buffer_spec.rb +3 -3
  92. data/spec/models/catalog_relationship_spec.rb +3 -3
  93. data/spec/models/charge_json_spec.rb +6 -6
  94. data/spec/models/charge_partial_json_spec.rb +3 -3
  95. data/spec/models/company_contact_json_spec.rb +3 -3
  96. data/spec/models/credit_memo_application_json_spec.rb +3 -3
  97. data/spec/models/credit_memo_balance_json_spec.rb +3 -3
  98. data/spec/models/credit_memo_json_spec.rb +3 -3
  99. data/spec/models/credit_memo_line_item_json_spec.rb +3 -3
  100. data/spec/models/credit_memo_line_item_request_json_spec.rb +3 -3
  101. data/spec/models/credit_memo_pagination_response_json_spec.rb +3 -3
  102. data/spec/models/crm_account_import_response_spec.rb +3 -3
  103. data/spec/models/custom_field_default_spec.rb +3 -3
  104. data/spec/models/custom_field_definition_create_input_spec.rb +3 -3
  105. data/spec/models/custom_field_definition_json_spec.rb +3 -3
  106. data/spec/models/custom_field_definition_update_input_spec.rb +3 -3
  107. data/spec/models/custom_field_entry_spec.rb +3 -3
  108. data/spec/models/custom_field_update_input_spec.rb +3 -3
  109. data/spec/models/custom_field_value_spec.rb +3 -3
  110. data/spec/models/data_import_spec.rb +3 -3
  111. data/spec/models/discount_detail_json_spec.rb +3 -3
  112. data/spec/models/discount_json_spec.rb +3 -3
  113. data/spec/models/docu_sign_integration_request_json_spec.rb +3 -3
  114. data/spec/models/docu_sign_integration_response_json_spec.rb +3 -3
  115. data/spec/models/document_custom_content_spec.rb +3 -3
  116. data/spec/models/document_section_spec.rb +3 -3
  117. data/spec/models/document_template_json_spec.rb +3 -3
  118. data/spec/models/dunning_setting_json_spec.rb +3 -3
  119. data/spec/models/email_notifiers_list_spec.rb +3 -3
  120. data/spec/models/entity_json_spec.rb +3 -3
  121. data/spec/models/entity_ref_spec.rb +3 -3
  122. data/spec/models/entity_spec.rb +3 -3
  123. data/spec/models/entry_spec.rb +3 -3
  124. data/spec/models/external_arr_schedule_json_spec.rb +3 -3
  125. data/spec/models/flatfile_workbook_response_data_spec.rb +3 -3
  126. data/spec/models/flatfile_workbook_response_spec.rb +3 -3
  127. data/spec/models/input_stream_spec.rb +3 -3
  128. data/spec/models/integration_spec.rb +3 -3
  129. data/spec/models/invoice_balance_json_spec.rb +3 -3
  130. data/spec/models/invoice_item_json_spec.rb +3 -3
  131. data/spec/models/invoice_item_preview_json_spec.rb +3 -3
  132. data/spec/models/invoice_json_pagination_response_spec.rb +3 -3
  133. data/spec/models/invoice_json_spec.rb +3 -3
  134. data/spec/models/invoice_number_prefix_spec.rb +3 -3
  135. data/spec/models/invoice_preview_json_spec.rb +3 -3
  136. data/spec/models/ledger_account_mapping_spec.rb +3 -3
  137. data/spec/models/ledger_account_spec.rb +3 -3
  138. data/spec/models/metrics_json_spec.rb +3 -3
  139. data/spec/models/notification_target_and_subscriptions_spec.rb +3 -3
  140. data/spec/models/number_config_spec.rb +3 -3
  141. data/spec/models/opportunity_json_spec.rb +3 -3
  142. data/spec/models/opportunity_pagination_response_spec.rb +3 -3
  143. data/spec/models/opportunity_rest_json_spec.rb +3 -3
  144. data/spec/models/opportunity_spec.rb +3 -3
  145. data/spec/models/order_json_pagination_response_spec.rb +3 -3
  146. data/spec/models/order_json_spec.rb +3 -3
  147. data/spec/models/order_line_item_json_spec.rb +9 -3
  148. data/spec/models/order_line_item_request_json_spec.rb +9 -3
  149. data/spec/models/order_request_json_spec.rb +3 -3
  150. data/spec/models/order_terms_spec.rb +3 -3
  151. data/spec/models/{paginated_response_spec.rb → paginated_accounts_response_spec.rb} +8 -8
  152. data/spec/models/paginated_subscriptions_response_spec.rb +53 -0
  153. data/spec/models/payment_balance_json_spec.rb +3 -3
  154. data/spec/models/payment_configuration_spec.rb +3 -3
  155. data/spec/models/payment_json_pagination_response_spec.rb +3 -3
  156. data/spec/models/payment_json_spec.rb +3 -3
  157. data/spec/models/payment_term_settings_json_spec.rb +3 -3
  158. data/spec/models/plan_json_pagination_response_spec.rb +3 -3
  159. data/spec/models/plan_json_spec.rb +3 -3
  160. data/spec/models/predefined_report_def_chart_json_spec.rb +3 -3
  161. data/spec/models/predefined_report_def_json_spec.rb +3 -3
  162. data/spec/models/predefined_report_defs_json_spec.rb +3 -3
  163. data/spec/models/predefined_report_json_spec.rb +3 -3
  164. data/spec/models/predefined_report_param_object_spec.rb +3 -3
  165. data/spec/models/predefined_report_param_spec.rb +3 -3
  166. data/spec/models/prepaid_stats_spec.rb +3 -3
  167. data/spec/models/price_tier_json_spec.rb +3 -3
  168. data/spec/models/product_category_pagination_response_spec.rb +3 -3
  169. data/spec/models/product_category_spec.rb +3 -3
  170. data/spec/models/product_input_json_spec.rb +3 -3
  171. data/spec/models/product_json_pagination_response_spec.rb +3 -3
  172. data/spec/models/product_json_spec.rb +3 -3
  173. data/spec/models/purchase_order_spec.rb +3 -3
  174. data/spec/models/raw_usage_spec.rb +3 -3
  175. data/spec/models/raw_usages_data_spec.rb +3 -3
  176. data/spec/models/recognition_event_completion_spec.rb +3 -3
  177. data/spec/models/recognition_rule_spec.rb +3 -3
  178. data/spec/models/recurrence_json_spec.rb +3 -3
  179. data/spec/models/refund_detail_spec.rb +3 -3
  180. data/spec/models/refund_request_json_spec.rb +3 -3
  181. data/spec/models/refund_spec.rb +3 -3
  182. data/spec/models/report_duration_spec.rb +3 -3
  183. data/spec/models/report_job_response_spec.rb +3 -3
  184. data/spec/models/salesforce_account_billing_address_spec.rb +3 -3
  185. data/spec/models/salesforce_account_spec.rb +3 -3
  186. data/spec/models/salesforce_client_integration_request_json_spec.rb +3 -3
  187. data/spec/models/settlement_application_spec.rb +3 -3
  188. data/spec/models/standalone_credit_memo_request_spec.rb +3 -3
  189. data/spec/models/subscription_charge_alias_spec.rb +3 -3
  190. data/spec/models/subscription_charge_json_spec.rb +3 -3
  191. data/spec/models/subscription_json_spec.rb +3 -3
  192. data/spec/models/subscription_update_json_spec.rb +3 -3
  193. data/spec/models/tax_jar_integration_input_spec.rb +3 -3
  194. data/spec/models/tax_jar_integration_spec.rb +7 -7
  195. data/spec/models/tax_rate_json_spec.rb +3 -3
  196. data/spec/models/tax_rate_pagination_response_json_spec.rb +3 -3
  197. data/spec/models/tenant_credit_memo_configuration_json_spec.rb +3 -3
  198. data/spec/models/tenant_discount_json_spec.rb +3 -3
  199. data/spec/models/tenant_discount_line_item_json_spec.rb +3 -3
  200. data/spec/models/tenant_invoice_config_spec.rb +3 -3
  201. data/spec/models/tenant_json_spec.rb +3 -3
  202. data/spec/models/tenant_setting_json_spec.rb +3 -3
  203. data/spec/models/time_series_amount_json_spec.rb +3 -3
  204. data/spec/models/time_zone_spec.rb +3 -3
  205. data/spec/models/unit_of_measure_json_spec.rb +3 -3
  206. data/spec/models/unit_of_measure_pagination_response_json_spec.rb +3 -3
  207. data/spec/models/update_invoice_request_spec.rb +3 -3
  208. data/spec/models/usage_aggregate_output_spec.rb +3 -3
  209. data/spec/models/usage_batch_insert_result_spec.rb +3 -3
  210. data/spec/models/user_group_json_spec.rb +3 -3
  211. data/spec/models/user_group_request_json_spec.rb +3 -3
  212. data/spec/models/user_input_spec.rb +3 -3
  213. data/spec/models/user_json_spec.rb +3 -3
  214. data/spec/models/user_pagination_response_json_spec.rb +3 -3
  215. data/spec/models/void_invoice_request_spec.rb +3 -3
  216. data/spec/models/void_payment_json_spec.rb +3 -3
  217. data/spec/spec_helper.rb +1 -1
  218. data/subskribe_sandbox.gemspec +3 -3
  219. metadata +193 -388
  220. data/docs/EntityApi.md +0 -66
  221. data/docs/PaginatedResponse.md +0 -10
  222. data/lib/subskribe_dev/api/accounting_api.rb +0 -193
  223. data/lib/subskribe_dev/api/accounts_api.rb +0 -858
  224. data/lib/subskribe_dev/api/approvals_api.rb +0 -965
  225. data/lib/subskribe_dev/api/attachments_api.rb +0 -299
  226. data/lib/subskribe_dev/api/authentication_api.rb +0 -335
  227. data/lib/subskribe_dev/api/billing_api.rb +0 -2098
  228. data/lib/subskribe_dev/api/credit_memo_api.rb +0 -636
  229. data/lib/subskribe_dev/api/custom_field_api.rb +0 -434
  230. data/lib/subskribe_dev/api/customization_api.rb +0 -269
  231. data/lib/subskribe_dev/api/default_api.rb +0 -223
  232. data/lib/subskribe_dev/api/discounts_api.rb +0 -340
  233. data/lib/subskribe_dev/api/entities_api.rb +0 -374
  234. data/lib/subskribe_dev/api/entity_api.rb +0 -79
  235. data/lib/subskribe_dev/api/erp_api.rb +0 -278
  236. data/lib/subskribe_dev/api/import_api.rb +0 -568
  237. data/lib/subskribe_dev/api/integrations_api.rb +0 -1678
  238. data/lib/subskribe_dev/api/metrics_reporting_api.rb +0 -223
  239. data/lib/subskribe_dev/api/notifications_api.rb +0 -245
  240. data/lib/subskribe_dev/api/opportunity_api.rb +0 -177
  241. data/lib/subskribe_dev/api/orders_api.rb +0 -1381
  242. data/lib/subskribe_dev/api/payments_api.rb +0 -431
  243. data/lib/subskribe_dev/api/product_catalog_api.rb +0 -1828
  244. data/lib/subskribe_dev/api/rate_card_api.rb +0 -68
  245. data/lib/subskribe_dev/api/refunds_api.rb +0 -189
  246. data/lib/subskribe_dev/api/reports_api.rb +0 -227
  247. data/lib/subskribe_dev/api/revenue_recognition_api.rb +0 -484
  248. data/lib/subskribe_dev/api/sales_room_api.rb +0 -74
  249. data/lib/subskribe_dev/api/settings_api.rb +0 -1321
  250. data/lib/subskribe_dev/api/subscriptions_api.rb +0 -576
  251. data/lib/subskribe_dev/api/usage_api.rb +0 -604
  252. data/lib/subskribe_dev/api/users_api.rb +0 -728
  253. data/lib/subskribe_dev/api_client.rb +0 -391
  254. data/lib/subskribe_dev/api_error.rb +0 -38
  255. data/lib/subskribe_dev/configuration.rb +0 -209
  256. data/lib/subskribe_dev/models/account_address.rb +0 -265
  257. data/lib/subskribe_dev/models/account_address_json.rb +0 -229
  258. data/lib/subskribe_dev/models/account_contact.rb +0 -530
  259. data/lib/subskribe_dev/models/account_contact_json.rb +0 -274
  260. data/lib/subskribe_dev/models/account_json.rb +0 -395
  261. data/lib/subskribe_dev/models/account_payment_method_json.rb +0 -268
  262. data/lib/subskribe_dev/models/account_receivable_contact_json.rb +0 -225
  263. data/lib/subskribe_dev/models/accounting_event.rb +0 -319
  264. data/lib/subskribe_dev/models/accounting_event_paginated_response.rb +0 -204
  265. data/lib/subskribe_dev/models/accounting_period.rb +0 -356
  266. data/lib/subskribe_dev/models/accounting_period_calculation.rb +0 -229
  267. data/lib/subskribe_dev/models/add_and_apply_payment_application_json.rb +0 -344
  268. data/lib/subskribe_dev/models/anrok_integration_input.rb +0 -184
  269. data/lib/subskribe_dev/models/approval_matrix_import_data_json.rb +0 -229
  270. data/lib/subskribe_dev/models/approval_matrix_import_preview.rb +0 -226
  271. data/lib/subskribe_dev/models/approval_role_json.rb +0 -220
  272. data/lib/subskribe_dev/models/approval_role_segment_change.rb +0 -211
  273. data/lib/subskribe_dev/models/approval_segment_json.rb +0 -220
  274. data/lib/subskribe_dev/models/attachment.rb +0 -326
  275. data/lib/subskribe_dev/models/attribute_reference.rb +0 -193
  276. data/lib/subskribe_dev/models/auth_saml_integration_json.rb +0 -204
  277. data/lib/subskribe_dev/models/automated_invoice_rule.rb +0 -328
  278. data/lib/subskribe_dev/models/automated_invoice_rule_request_json.rb +0 -307
  279. data/lib/subskribe_dev/models/avalara_integration.rb +0 -238
  280. data/lib/subskribe_dev/models/avalara_integration_input.rb +0 -268
  281. data/lib/subskribe_dev/models/billing_event_entry.rb +0 -211
  282. data/lib/subskribe_dev/models/billing_event_input.rb +0 -216
  283. data/lib/subskribe_dev/models/bulk_invoice_run.rb +0 -350
  284. data/lib/subskribe_dev/models/bulk_invoice_run_exclusions.rb +0 -197
  285. data/lib/subskribe_dev/models/bulk_invoice_run_input.rb +0 -263
  286. data/lib/subskribe_dev/models/bulk_invoice_run_item.rb +0 -364
  287. data/lib/subskribe_dev/models/bulk_invoice_run_selector.rb +0 -184
  288. data/lib/subskribe_dev/models/bulk_payment_upload_data.rb +0 -274
  289. data/lib/subskribe_dev/models/bulk_payment_upload_result.rb +0 -204
  290. data/lib/subskribe_dev/models/byte_buffer.rb +0 -247
  291. data/lib/subskribe_dev/models/catalog_relationship.rb +0 -364
  292. data/lib/subskribe_dev/models/charge_json.rb +0 -631
  293. data/lib/subskribe_dev/models/charge_partial_json.rb +0 -310
  294. data/lib/subskribe_dev/models/company_contact_json.rb +0 -225
  295. data/lib/subskribe_dev/models/credit_memo_application_json.rb +0 -239
  296. data/lib/subskribe_dev/models/credit_memo_balance_json.rb +0 -211
  297. data/lib/subskribe_dev/models/credit_memo_json.rb +0 -363
  298. data/lib/subskribe_dev/models/credit_memo_line_item_json.rb +0 -252
  299. data/lib/subskribe_dev/models/credit_memo_line_item_request_json.rb +0 -211
  300. data/lib/subskribe_dev/models/crm_account_import_response.rb +0 -193
  301. data/lib/subskribe_dev/models/custom_field_default.rb +0 -195
  302. data/lib/subskribe_dev/models/custom_field_definition_create_input.rb +0 -317
  303. data/lib/subskribe_dev/models/custom_field_definition_json.rb +0 -313
  304. data/lib/subskribe_dev/models/custom_field_definition_update_input.rb +0 -256
  305. data/lib/subskribe_dev/models/custom_field_entry.rb +0 -325
  306. data/lib/subskribe_dev/models/custom_field_update_input.rb +0 -195
  307. data/lib/subskribe_dev/models/custom_field_value.rb +0 -316
  308. data/lib/subskribe_dev/models/data_import.rb +0 -355
  309. data/lib/subskribe_dev/models/discount_detail_json.rb +0 -263
  310. data/lib/subskribe_dev/models/discount_json.rb +0 -254
  311. data/lib/subskribe_dev/models/docu_sign_integration_request_json.rb +0 -236
  312. data/lib/subskribe_dev/models/docu_sign_integration_response_json.rb +0 -245
  313. data/lib/subskribe_dev/models/document_custom_content.rb +0 -211
  314. data/lib/subskribe_dev/models/document_section.rb +0 -265
  315. data/lib/subskribe_dev/models/document_template_json.rb +0 -300
  316. data/lib/subskribe_dev/models/dunning_setting_json.rb +0 -200
  317. data/lib/subskribe_dev/models/email_notifiers_list.rb +0 -208
  318. data/lib/subskribe_dev/models/entity.rb +0 -356
  319. data/lib/subskribe_dev/models/entity_json.rb +0 -347
  320. data/lib/subskribe_dev/models/entity_ref.rb +0 -202
  321. data/lib/subskribe_dev/models/entry.rb +0 -202
  322. data/lib/subskribe_dev/models/external_arr_schedule_json.rb +0 -319
  323. data/lib/subskribe_dev/models/flatfile_workbook_response.rb +0 -184
  324. data/lib/subskribe_dev/models/flatfile_workbook_response_data.rb +0 -193
  325. data/lib/subskribe_dev/models/input_stream.rb +0 -175
  326. data/lib/subskribe_dev/models/integration.rb +0 -311
  327. data/lib/subskribe_dev/models/invoice_balance_json.rb +0 -211
  328. data/lib/subskribe_dev/models/invoice_item_json.rb +0 -355
  329. data/lib/subskribe_dev/models/invoice_item_preview_json.rb +0 -229
  330. data/lib/subskribe_dev/models/invoice_json.rb +0 -439
  331. data/lib/subskribe_dev/models/invoice_json_pagination_response.rb +0 -204
  332. data/lib/subskribe_dev/models/invoice_number_prefix.rb +0 -184
  333. data/lib/subskribe_dev/models/invoice_preview_json.rb +0 -222
  334. data/lib/subskribe_dev/models/ledger_account.rb +0 -316
  335. data/lib/subskribe_dev/models/ledger_account_mapping.rb +0 -222
  336. data/lib/subskribe_dev/models/metrics_json.rb +0 -267
  337. data/lib/subskribe_dev/models/notification_target_and_subscriptions.rb +0 -265
  338. data/lib/subskribe_dev/models/number_config.rb +0 -254
  339. data/lib/subskribe_dev/models/opportunity.rb +0 -326
  340. data/lib/subskribe_dev/models/opportunity_json.rb +0 -326
  341. data/lib/subskribe_dev/models/opportunity_pagination_response.rb +0 -204
  342. data/lib/subskribe_dev/models/opportunity_rest_json.rb +0 -317
  343. data/lib/subskribe_dev/models/order_json.rb +0 -754
  344. data/lib/subskribe_dev/models/order_json_pagination_response.rb +0 -204
  345. data/lib/subskribe_dev/models/order_line_item_json.rb +0 -465
  346. data/lib/subskribe_dev/models/order_line_item_request_json.rb +0 -375
  347. data/lib/subskribe_dev/models/order_request_json.rb +0 -616
  348. data/lib/subskribe_dev/models/order_terms.rb +0 -265
  349. data/lib/subskribe_dev/models/paginated_response.rb +0 -204
  350. data/lib/subskribe_dev/models/payment_balance_json.rb +0 -211
  351. data/lib/subskribe_dev/models/payment_configuration.rb +0 -208
  352. data/lib/subskribe_dev/models/payment_json.rb +0 -300
  353. data/lib/subskribe_dev/models/payment_term_settings_json.rb +0 -219
  354. data/lib/subskribe_dev/models/plan_json.rb +0 -339
  355. data/lib/subskribe_dev/models/plan_json_pagination_response.rb +0 -204
  356. data/lib/subskribe_dev/models/predefined_report_def_chart_json.rb +0 -265
  357. data/lib/subskribe_dev/models/predefined_report_def_json.rb +0 -222
  358. data/lib/subskribe_dev/models/predefined_report_defs_json.rb +0 -186
  359. data/lib/subskribe_dev/models/predefined_report_json.rb +0 -213
  360. data/lib/subskribe_dev/models/predefined_report_param.rb +0 -296
  361. data/lib/subskribe_dev/models/predefined_report_param_object.rb +0 -296
  362. data/lib/subskribe_dev/models/prepaid_stats.rb +0 -310
  363. data/lib/subskribe_dev/models/price_tier_json.rb +0 -212
  364. data/lib/subskribe_dev/models/product_category.rb +0 -264
  365. data/lib/subskribe_dev/models/product_category_pagination_response.rb +0 -204
  366. data/lib/subskribe_dev/models/product_input_json.rb +0 -249
  367. data/lib/subskribe_dev/models/product_json.rb +0 -276
  368. data/lib/subskribe_dev/models/product_json_pagination_response.rb +0 -204
  369. data/lib/subskribe_dev/models/purchase_order.rb +0 -226
  370. data/lib/subskribe_dev/models/raw_usage.rb +0 -247
  371. data/lib/subskribe_dev/models/raw_usages_data.rb +0 -192
  372. data/lib/subskribe_dev/models/recognition_event_completion.rb +0 -322
  373. data/lib/subskribe_dev/models/recognition_rule.rb +0 -376
  374. data/lib/subskribe_dev/models/recurrence_json.rb +0 -256
  375. data/lib/subskribe_dev/models/refund.rb +0 -301
  376. data/lib/subskribe_dev/models/refund_detail.rb +0 -322
  377. data/lib/subskribe_dev/models/refund_request_json.rb +0 -272
  378. data/lib/subskribe_dev/models/report_duration.rb +0 -193
  379. data/lib/subskribe_dev/models/report_job_response.rb +0 -245
  380. data/lib/subskribe_dev/models/salesforce_account.rb +0 -229
  381. data/lib/subskribe_dev/models/salesforce_account_billing_address.rb +0 -220
  382. data/lib/subskribe_dev/models/salesforce_client_integration_request_json.rb +0 -211
  383. data/lib/subskribe_dev/models/settlement_application.rb +0 -329
  384. data/lib/subskribe_dev/models/standalone_credit_memo_request.rb +0 -353
  385. data/lib/subskribe_dev/models/subscription_charge_alias.rb +0 -283
  386. data/lib/subskribe_dev/models/subscription_charge_json.rb +0 -362
  387. data/lib/subskribe_dev/models/subscription_json.rb +0 -583
  388. data/lib/subskribe_dev/models/subscription_update_json.rb +0 -280
  389. data/lib/subskribe_dev/models/tax_jar_integration.rb +0 -238
  390. data/lib/subskribe_dev/models/tax_jar_integration_input.rb +0 -193
  391. data/lib/subskribe_dev/models/tax_rate_json.rb +0 -286
  392. data/lib/subskribe_dev/models/tax_rate_pagination_response_json.rb +0 -204
  393. data/lib/subskribe_dev/models/tenant_credit_memo_configuration_json.rb +0 -211
  394. data/lib/subskribe_dev/models/tenant_discount_json.rb +0 -193
  395. data/lib/subskribe_dev/models/tenant_discount_line_item_json.rb +0 -202
  396. data/lib/subskribe_dev/models/tenant_invoice_config.rb +0 -254
  397. data/lib/subskribe_dev/models/tenant_json.rb +0 -283
  398. data/lib/subskribe_dev/models/tenant_setting_json.rb +0 -307
  399. data/lib/subskribe_dev/models/time_series_amount_json.rb +0 -193
  400. data/lib/subskribe_dev/models/time_zone.rb +0 -211
  401. data/lib/subskribe_dev/models/unit_of_measure_json.rb +0 -250
  402. data/lib/subskribe_dev/models/unit_of_measure_pagination_response_json.rb +0 -204
  403. data/lib/subskribe_dev/models/update_invoice_request.rb +0 -282
  404. data/lib/subskribe_dev/models/usage_aggregate_output.rb +0 -258
  405. data/lib/subskribe_dev/models/usage_batch_insert_result.rb +0 -213
  406. data/lib/subskribe_dev/models/user_group_json.rb +0 -224
  407. data/lib/subskribe_dev/models/user_group_request_json.rb +0 -224
  408. data/lib/subskribe_dev/models/user_input.rb +0 -304
  409. data/lib/subskribe_dev/models/user_json.rb +0 -376
  410. data/lib/subskribe_dev/models/user_pagination_response_json.rb +0 -204
  411. data/lib/subskribe_dev/models/void_invoice_request.rb +0 -203
  412. data/lib/subskribe_dev/models/void_payment_json.rb +0 -235
  413. data/lib/subskribe_dev/version.rb +0 -15
  414. data/lib/subskribe_dev.rb +0 -229
  415. data/lib/subskribe_sandbox/models/paginated_response.rb +0 -204
  416. data/spec/api/entity_api_spec.rb +0 -48
  417. data/subskribe_dev.gemspec +0 -46
@@ -1,858 +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 SubskribeDevClient
16
- class AccountsApi
17
- attr_accessor :api_client
18
-
19
- def initialize(api_client = ApiClient.default)
20
- @api_client = api_client
21
- end
22
- # Add a new account
23
- # Create an account with the specified parameters. On success, the id of the newly created account is returned
24
- # @param [Hash] opts the optional parameters
25
- # @option opts [AccountJson] :body
26
- # @return [AccountJson]
27
- def add_account(opts = {})
28
- data, _status_code, _headers = add_account_with_http_info(opts)
29
- data
30
- end
31
-
32
- # Add a new account
33
- # Create an account with the specified parameters. On success, the id of the newly created account is returned
34
- # @param [Hash] opts the optional parameters
35
- # @option opts [AccountJson] :body
36
- # @return [Array<(AccountJson, Fixnum, Hash)>] AccountJson data, response status code and response headers
37
- def add_account_with_http_info(opts = {})
38
- if @api_client.config.debugging
39
- @api_client.config.logger.debug 'Calling API: AccountsApi.add_account ...'
40
- end
41
- # resource path
42
- local_var_path = '/accounts'
43
-
44
- # query parameters
45
- query_params = {}
46
-
47
- # header parameters
48
- header_params = {}
49
- # HTTP header 'Accept' (if needed)
50
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
51
- # HTTP header 'Content-Type'
52
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
53
-
54
- # form parameters
55
- form_params = {}
56
-
57
- # http body (model)
58
- post_body = @api_client.object_to_http_body(opts[:'body'])
59
- auth_names = ['ApiKeyAuth']
60
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
61
- :header_params => header_params,
62
- :query_params => query_params,
63
- :form_params => form_params,
64
- :body => post_body,
65
- :auth_names => auth_names,
66
- :return_type => 'AccountJson')
67
- if @api_client.config.debugging
68
- @api_client.config.logger.debug "API called: AccountsApi#add_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
69
- end
70
- return data, status_code, headers
71
- end
72
- # Add a contact for an account
73
- # Creates and adds a new contact for the specified account and returns the new contact ID
74
- # @param account_id
75
- # @param [Hash] opts the optional parameters
76
- # @option opts [AccountContactJson] :body
77
- # @option opts [BOOLEAN] :skip_address_validation value &#x3D; perform basic address validation
78
- # @option opts [BOOLEAN] :strict_validation value &#x3D; require the address to match a canonical address, if it exists
79
- # @return [AccountContactJson]
80
- def add_account_contact(account_id, opts = {})
81
- data, _status_code, _headers = add_account_contact_with_http_info(account_id, opts)
82
- data
83
- end
84
-
85
- # Add a contact for an account
86
- # Creates and adds a new contact for the specified account and returns the new contact ID
87
- # @param account_id
88
- # @param [Hash] opts the optional parameters
89
- # @option opts [AccountContactJson] :body
90
- # @option opts [BOOLEAN] :skip_address_validation value &#x3D; perform basic address validation
91
- # @option opts [BOOLEAN] :strict_validation value &#x3D; require the address to match a canonical address, if it exists
92
- # @return [Array<(AccountContactJson, Fixnum, Hash)>] AccountContactJson data, response status code and response headers
93
- def add_account_contact_with_http_info(account_id, opts = {})
94
- if @api_client.config.debugging
95
- @api_client.config.logger.debug 'Calling API: AccountsApi.add_account_contact ...'
96
- end
97
- # verify the required parameter 'account_id' is set
98
- if @api_client.config.client_side_validation && account_id.nil?
99
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.add_account_contact"
100
- end
101
- # resource path
102
- local_var_path = '/accounts/{accountId}/contacts'.sub('{' + 'accountId' + '}', account_id.to_s)
103
-
104
- # query parameters
105
- query_params = {}
106
- query_params[:'skipAddressValidation'] = opts[:'skip_address_validation'] if !opts[:'skip_address_validation'].nil?
107
- query_params[:'strictValidation'] = opts[:'strict_validation'] if !opts[:'strict_validation'].nil?
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
-
114
- # form parameters
115
- form_params = {}
116
-
117
- # http body (model)
118
- post_body = @api_client.object_to_http_body(opts[:'body'])
119
- auth_names = ['ApiKeyAuth']
120
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
121
- :header_params => header_params,
122
- :query_params => query_params,
123
- :form_params => form_params,
124
- :body => post_body,
125
- :auth_names => auth_names,
126
- :return_type => 'AccountContactJson')
127
- if @api_client.config.debugging
128
- @api_client.config.logger.debug "API called: AccountsApi#add_account_contact\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
129
- end
130
- return data, status_code, headers
131
- end
132
- # Add a payment method to an account
133
- # Add a payment method to the specified account and return its ID
134
- # @param account_id
135
- # @param [Hash] opts the optional parameters
136
- # @option opts [AccountPaymentMethodJson] :body
137
- # @return [AccountPaymentMethodJson]
138
- def add_account_payment_method(account_id, opts = {})
139
- data, _status_code, _headers = add_account_payment_method_with_http_info(account_id, opts)
140
- data
141
- end
142
-
143
- # Add a payment method to an account
144
- # Add a payment method to the specified account and return its ID
145
- # @param account_id
146
- # @param [Hash] opts the optional parameters
147
- # @option opts [AccountPaymentMethodJson] :body
148
- # @return [Array<(AccountPaymentMethodJson, Fixnum, Hash)>] AccountPaymentMethodJson data, response status code and response headers
149
- def add_account_payment_method_with_http_info(account_id, opts = {})
150
- if @api_client.config.debugging
151
- @api_client.config.logger.debug 'Calling API: AccountsApi.add_account_payment_method ...'
152
- end
153
- # verify the required parameter 'account_id' is set
154
- if @api_client.config.client_side_validation && account_id.nil?
155
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.add_account_payment_method"
156
- end
157
- # resource path
158
- local_var_path = '/accounts/{accountId}/paymentMethods'.sub('{' + 'accountId' + '}', account_id.to_s)
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
- # HTTP header 'Content-Type'
168
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
169
-
170
- # form parameters
171
- form_params = {}
172
-
173
- # http body (model)
174
- post_body = @api_client.object_to_http_body(opts[:'body'])
175
- auth_names = ['ApiKeyAuth']
176
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
177
- :header_params => header_params,
178
- :query_params => query_params,
179
- :form_params => form_params,
180
- :body => post_body,
181
- :auth_names => auth_names,
182
- :return_type => 'AccountPaymentMethodJson')
183
- if @api_client.config.debugging
184
- @api_client.config.logger.debug "API called: AccountsApi#add_account_payment_method\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
185
- end
186
- return data, status_code, headers
187
- end
188
- # Delete an account
189
- # Deletes the account associated with the passed ID
190
- # @param id
191
- # @param [Hash] opts the optional parameters
192
- # @return [nil]
193
- def delete_account(id, opts = {})
194
- delete_account_with_http_info(id, opts)
195
- nil
196
- end
197
-
198
- # Delete an account
199
- # Deletes the account associated with the passed ID
200
- # @param id
201
- # @param [Hash] opts the optional parameters
202
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
203
- def delete_account_with_http_info(id, opts = {})
204
- if @api_client.config.debugging
205
- @api_client.config.logger.debug 'Calling API: AccountsApi.delete_account ...'
206
- end
207
- # verify the required parameter 'id' is set
208
- if @api_client.config.client_side_validation && id.nil?
209
- fail ArgumentError, "Missing the required parameter 'id' when calling AccountsApi.delete_account"
210
- end
211
- # resource path
212
- local_var_path = '/accounts/{id}'.sub('{' + 'id' + '}', id.to_s)
213
-
214
- # query parameters
215
- query_params = {}
216
-
217
- # header parameters
218
- header_params = {}
219
- # HTTP header 'Accept' (if needed)
220
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
221
-
222
- # form parameters
223
- form_params = {}
224
-
225
- # http body (model)
226
- post_body = nil
227
- auth_names = ['ApiKeyAuth']
228
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
229
- :header_params => header_params,
230
- :query_params => query_params,
231
- :form_params => form_params,
232
- :body => post_body,
233
- :auth_names => auth_names)
234
- if @api_client.config.debugging
235
- @api_client.config.logger.debug "API called: AccountsApi#delete_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
236
- end
237
- return data, status_code, headers
238
- end
239
- # Delete a contact
240
- # Deletes the contact specified by the account id and contact id
241
- # @param contact_id
242
- # @param account_id
243
- # @param [Hash] opts the optional parameters
244
- # @return [nil]
245
- def delete_account_contact(contact_id, account_id, opts = {})
246
- delete_account_contact_with_http_info(contact_id, account_id, opts)
247
- nil
248
- end
249
-
250
- # Delete a contact
251
- # Deletes the contact specified by the account id and contact id
252
- # @param contact_id
253
- # @param account_id
254
- # @param [Hash] opts the optional parameters
255
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
256
- def delete_account_contact_with_http_info(contact_id, account_id, opts = {})
257
- if @api_client.config.debugging
258
- @api_client.config.logger.debug 'Calling API: AccountsApi.delete_account_contact ...'
259
- end
260
- # verify the required parameter 'contact_id' is set
261
- if @api_client.config.client_side_validation && contact_id.nil?
262
- fail ArgumentError, "Missing the required parameter 'contact_id' when calling AccountsApi.delete_account_contact"
263
- end
264
- # verify the required parameter 'account_id' is set
265
- if @api_client.config.client_side_validation && account_id.nil?
266
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.delete_account_contact"
267
- end
268
- # resource path
269
- local_var_path = '/accounts/{accountId}/contacts/{contactId}'.sub('{' + 'contactId' + '}', contact_id.to_s).sub('{' + 'accountId' + '}', account_id.to_s)
270
-
271
- # query parameters
272
- query_params = {}
273
-
274
- # header parameters
275
- header_params = {}
276
- # HTTP header 'Accept' (if needed)
277
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
278
-
279
- # form parameters
280
- form_params = {}
281
-
282
- # http body (model)
283
- post_body = nil
284
- auth_names = ['ApiKeyAuth']
285
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
286
- :header_params => header_params,
287
- :query_params => query_params,
288
- :form_params => form_params,
289
- :body => post_body,
290
- :auth_names => auth_names)
291
- if @api_client.config.debugging
292
- @api_client.config.logger.debug "API called: AccountsApi#delete_account_contact\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
293
- end
294
- return data, status_code, headers
295
- end
296
- # Get an account by id
297
- # Returns the details of the account specified by the passed id
298
- # @param id
299
- # @param [Hash] opts the optional parameters
300
- # @option opts [String] :id_type
301
- # @return [AccountJson]
302
- def get_account(id, opts = {})
303
- data, _status_code, _headers = get_account_with_http_info(id, opts)
304
- data
305
- end
306
-
307
- # Get an account by id
308
- # Returns the details of the account specified by the passed id
309
- # @param id
310
- # @param [Hash] opts the optional parameters
311
- # @option opts [String] :id_type
312
- # @return [Array<(AccountJson, Fixnum, Hash)>] AccountJson data, response status code and response headers
313
- def get_account_with_http_info(id, opts = {})
314
- if @api_client.config.debugging
315
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_account ...'
316
- end
317
- # verify the required parameter 'id' is set
318
- if @api_client.config.client_side_validation && id.nil?
319
- fail ArgumentError, "Missing the required parameter 'id' when calling AccountsApi.get_account"
320
- end
321
- if @api_client.config.client_side_validation && opts[:'id_type'] && !['ACCOUNT_ID', 'CRM_ID', 'EXTERNAL_ID'].include?(opts[:'id_type'])
322
- fail ArgumentError, 'invalid value for "id_type", must be one of ACCOUNT_ID, CRM_ID, EXTERNAL_ID'
323
- end
324
- # resource path
325
- local_var_path = '/accounts/{id}'.sub('{' + 'id' + '}', id.to_s)
326
-
327
- # query parameters
328
- query_params = {}
329
- query_params[:'idType'] = opts[:'id_type'] if !opts[:'id_type'].nil?
330
-
331
- # header parameters
332
- header_params = {}
333
- # HTTP header 'Accept' (if needed)
334
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
335
-
336
- # form parameters
337
- form_params = {}
338
-
339
- # http body (model)
340
- post_body = nil
341
- auth_names = ['ApiKeyAuth']
342
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
343
- :header_params => header_params,
344
- :query_params => query_params,
345
- :form_params => form_params,
346
- :body => post_body,
347
- :auth_names => auth_names,
348
- :return_type => 'AccountJson')
349
- if @api_client.config.debugging
350
- @api_client.config.logger.debug "API called: AccountsApi#get_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
351
- end
352
- return data, status_code, headers
353
- end
354
- # Gets contact details
355
- # Returns the details of the specified contact
356
- # @param account_id
357
- # @param contact_id
358
- # @param [Hash] opts the optional parameters
359
- # @return [AccountContactJson]
360
- def get_account_contact(account_id, contact_id, opts = {})
361
- data, _status_code, _headers = get_account_contact_with_http_info(account_id, contact_id, opts)
362
- data
363
- end
364
-
365
- # Gets contact details
366
- # Returns the details of the specified contact
367
- # @param account_id
368
- # @param contact_id
369
- # @param [Hash] opts the optional parameters
370
- # @return [Array<(AccountContactJson, Fixnum, Hash)>] AccountContactJson data, response status code and response headers
371
- def get_account_contact_with_http_info(account_id, contact_id, opts = {})
372
- if @api_client.config.debugging
373
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_account_contact ...'
374
- end
375
- # verify the required parameter 'account_id' is set
376
- if @api_client.config.client_side_validation && account_id.nil?
377
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.get_account_contact"
378
- end
379
- # verify the required parameter 'contact_id' is set
380
- if @api_client.config.client_side_validation && contact_id.nil?
381
- fail ArgumentError, "Missing the required parameter 'contact_id' when calling AccountsApi.get_account_contact"
382
- end
383
- # resource path
384
- local_var_path = '/accounts/{accountId}/contacts/{contactId}'.sub('{' + 'accountId' + '}', account_id.to_s).sub('{' + 'contactId' + '}', contact_id.to_s)
385
-
386
- # query parameters
387
- query_params = {}
388
-
389
- # header parameters
390
- header_params = {}
391
- # HTTP header 'Accept' (if needed)
392
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
393
-
394
- # form parameters
395
- form_params = {}
396
-
397
- # http body (model)
398
- post_body = nil
399
- auth_names = ['ApiKeyAuth']
400
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
401
- :header_params => header_params,
402
- :query_params => query_params,
403
- :form_params => form_params,
404
- :body => post_body,
405
- :auth_names => auth_names,
406
- :return_type => 'AccountContactJson')
407
- if @api_client.config.debugging
408
- @api_client.config.logger.debug "API called: AccountsApi#get_account_contact\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
409
- end
410
- return data, status_code, headers
411
- end
412
- # Get contacts for an account
413
- # Returns a list of contacts associated with the specified account id
414
- # @param account_id
415
- # @param [Hash] opts the optional parameters
416
- # @option opts [BOOLEAN] :expand
417
- # @return [Array<AccountContactJson>]
418
- def get_account_contacts(account_id, opts = {})
419
- data, _status_code, _headers = get_account_contacts_with_http_info(account_id, opts)
420
- data
421
- end
422
-
423
- # Get contacts for an account
424
- # Returns a list of contacts associated with the specified account id
425
- # @param account_id
426
- # @param [Hash] opts the optional parameters
427
- # @option opts [BOOLEAN] :expand
428
- # @return [Array<(Array<AccountContactJson>, Fixnum, Hash)>] Array<AccountContactJson> data, response status code and response headers
429
- def get_account_contacts_with_http_info(account_id, opts = {})
430
- if @api_client.config.debugging
431
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_account_contacts ...'
432
- end
433
- # verify the required parameter 'account_id' is set
434
- if @api_client.config.client_side_validation && account_id.nil?
435
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.get_account_contacts"
436
- end
437
- # resource path
438
- local_var_path = '/accounts/{accountId}/contacts'.sub('{' + 'accountId' + '}', account_id.to_s)
439
-
440
- # query parameters
441
- query_params = {}
442
- query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
443
-
444
- # header parameters
445
- header_params = {}
446
- # HTTP header 'Accept' (if needed)
447
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
448
-
449
- # form parameters
450
- form_params = {}
451
-
452
- # http body (model)
453
- post_body = nil
454
- auth_names = ['ApiKeyAuth']
455
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
456
- :header_params => header_params,
457
- :query_params => query_params,
458
- :form_params => form_params,
459
- :body => post_body,
460
- :auth_names => auth_names,
461
- :return_type => 'Array<AccountContactJson>')
462
- if @api_client.config.debugging
463
- @api_client.config.logger.debug "API called: AccountsApi#get_account_contacts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
464
- end
465
- return data, status_code, headers
466
- end
467
- # Returns metrics for the specified account
468
- # Fetches metrics such as ARR, TCV, etc for the specified account as of the specified target date
469
- # @param id
470
- # @param [Hash] opts the optional parameters
471
- # @option opts [Integer] :target_date
472
- # @return [MetricsJson]
473
- def get_account_metrics(id, opts = {})
474
- data, _status_code, _headers = get_account_metrics_with_http_info(id, opts)
475
- data
476
- end
477
-
478
- # Returns metrics for the specified account
479
- # Fetches metrics such as ARR, TCV, etc for the specified account as of the specified target date
480
- # @param id
481
- # @param [Hash] opts the optional parameters
482
- # @option opts [Integer] :target_date
483
- # @return [Array<(MetricsJson, Fixnum, Hash)>] MetricsJson data, response status code and response headers
484
- def get_account_metrics_with_http_info(id, opts = {})
485
- if @api_client.config.debugging
486
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_account_metrics ...'
487
- end
488
- # verify the required parameter 'id' is set
489
- if @api_client.config.client_side_validation && id.nil?
490
- fail ArgumentError, "Missing the required parameter 'id' when calling AccountsApi.get_account_metrics"
491
- end
492
- # resource path
493
- local_var_path = '/accounts/{id}/metrics'.sub('{' + 'id' + '}', id.to_s)
494
-
495
- # query parameters
496
- query_params = {}
497
- query_params[:'targetDate'] = opts[:'target_date'] if !opts[:'target_date'].nil?
498
-
499
- # header parameters
500
- header_params = {}
501
- # HTTP header 'Accept' (if needed)
502
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
503
-
504
- # form parameters
505
- form_params = {}
506
-
507
- # http body (model)
508
- post_body = nil
509
- auth_names = ['ApiKeyAuth']
510
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
511
- :header_params => header_params,
512
- :query_params => query_params,
513
- :form_params => form_params,
514
- :body => post_body,
515
- :auth_names => auth_names,
516
- :return_type => 'MetricsJson')
517
- if @api_client.config.debugging
518
- @api_client.config.logger.debug "API called: AccountsApi#get_account_metrics\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
519
- end
520
- return data, status_code, headers
521
- end
522
- # Get the payment methods for an account
523
- # Returns a list of payment methods for the specified account id
524
- # @param account_id
525
- # @param [Hash] opts the optional parameters
526
- # @return [Array<AccountPaymentMethodJson>]
527
- def get_account_payment_methods(account_id, opts = {})
528
- data, _status_code, _headers = get_account_payment_methods_with_http_info(account_id, opts)
529
- data
530
- end
531
-
532
- # Get the payment methods for an account
533
- # Returns a list of payment methods for the specified account id
534
- # @param account_id
535
- # @param [Hash] opts the optional parameters
536
- # @return [Array<(Array<AccountPaymentMethodJson>, Fixnum, Hash)>] Array<AccountPaymentMethodJson> data, response status code and response headers
537
- def get_account_payment_methods_with_http_info(account_id, opts = {})
538
- if @api_client.config.debugging
539
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_account_payment_methods ...'
540
- end
541
- # verify the required parameter 'account_id' is set
542
- if @api_client.config.client_side_validation && account_id.nil?
543
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.get_account_payment_methods"
544
- end
545
- # resource path
546
- local_var_path = '/accounts/{accountId}/paymentMethods'.sub('{' + 'accountId' + '}', account_id.to_s)
547
-
548
- # query parameters
549
- query_params = {}
550
-
551
- # header parameters
552
- header_params = {}
553
- # HTTP header 'Accept' (if needed)
554
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
555
-
556
- # form parameters
557
- form_params = {}
558
-
559
- # http body (model)
560
- post_body = nil
561
- auth_names = ['ApiKeyAuth']
562
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
563
- :header_params => header_params,
564
- :query_params => query_params,
565
- :form_params => form_params,
566
- :body => post_body,
567
- :auth_names => auth_names,
568
- :return_type => 'Array<AccountPaymentMethodJson>')
569
- if @api_client.config.debugging
570
- @api_client.config.logger.debug "API called: AccountsApi#get_account_payment_methods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
571
- end
572
- return data, status_code, headers
573
- end
574
- # Get all accounts
575
- # Returns a paginated list of accounts
576
- # @param [Hash] opts the optional parameters
577
- # @option opts [String] :cursor
578
- # @option opts [Integer] :limit
579
- # @option opts [String] :type
580
- # @return [Array<AccountJson>]
581
- def get_accounts(opts = {})
582
- data, _status_code, _headers = get_accounts_with_http_info(opts)
583
- data
584
- end
585
-
586
- # Get all accounts
587
- # Returns a paginated list of accounts
588
- # @param [Hash] opts the optional parameters
589
- # @option opts [String] :cursor
590
- # @option opts [Integer] :limit
591
- # @option opts [String] :type
592
- # @return [Array<(Array<AccountJson>, Fixnum, Hash)>] Array<AccountJson> data, response status code and response headers
593
- def get_accounts_with_http_info(opts = {})
594
- if @api_client.config.debugging
595
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_accounts ...'
596
- end
597
- # resource path
598
- local_var_path = '/accounts'
599
-
600
- # query parameters
601
- query_params = {}
602
- query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
603
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
604
- query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
605
-
606
- # header parameters
607
- header_params = {}
608
- # HTTP header 'Accept' (if needed)
609
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
610
-
611
- # form parameters
612
- form_params = {}
613
-
614
- # http body (model)
615
- post_body = nil
616
- auth_names = ['ApiKeyAuth']
617
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
618
- :header_params => header_params,
619
- :query_params => query_params,
620
- :form_params => form_params,
621
- :body => post_body,
622
- :auth_names => auth_names,
623
- :return_type => 'Array<AccountJson>')
624
- if @api_client.config.debugging
625
- @api_client.config.logger.debug "API called: AccountsApi#get_accounts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
626
- end
627
- return data, status_code, headers
628
- end
629
- # Get the details of a payment method
630
- # Returns the details of the payment method for the specified account id and payment method id
631
- # @param account_id
632
- # @param id
633
- # @param [Hash] opts the optional parameters
634
- # @return [AccountPaymentMethodJson]
635
- def get_payment_method(account_id, id, opts = {})
636
- data, _status_code, _headers = get_payment_method_with_http_info(account_id, id, opts)
637
- data
638
- end
639
-
640
- # Get the details of a payment method
641
- # Returns the details of the payment method for the specified account id and payment method id
642
- # @param account_id
643
- # @param id
644
- # @param [Hash] opts the optional parameters
645
- # @return [Array<(AccountPaymentMethodJson, Fixnum, Hash)>] AccountPaymentMethodJson data, response status code and response headers
646
- def get_payment_method_with_http_info(account_id, id, opts = {})
647
- if @api_client.config.debugging
648
- @api_client.config.logger.debug 'Calling API: AccountsApi.get_payment_method ...'
649
- end
650
- # verify the required parameter 'account_id' is set
651
- if @api_client.config.client_side_validation && account_id.nil?
652
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.get_payment_method"
653
- end
654
- # verify the required parameter 'id' is set
655
- if @api_client.config.client_side_validation && id.nil?
656
- fail ArgumentError, "Missing the required parameter 'id' when calling AccountsApi.get_payment_method"
657
- end
658
- # resource path
659
- local_var_path = '/accounts/{accountId}/paymentMethods/{id}'.sub('{' + 'accountId' + '}', account_id.to_s).sub('{' + 'id' + '}', id.to_s)
660
-
661
- # query parameters
662
- query_params = {}
663
-
664
- # header parameters
665
- header_params = {}
666
- # HTTP header 'Accept' (if needed)
667
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
668
-
669
- # form parameters
670
- form_params = {}
671
-
672
- # http body (model)
673
- post_body = nil
674
- auth_names = ['ApiKeyAuth']
675
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
676
- :header_params => header_params,
677
- :query_params => query_params,
678
- :form_params => form_params,
679
- :body => post_body,
680
- :auth_names => auth_names,
681
- :return_type => 'AccountPaymentMethodJson')
682
- if @api_client.config.debugging
683
- @api_client.config.logger.debug "API called: AccountsApi#get_payment_method\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
684
- end
685
- return data, status_code, headers
686
- end
687
- # Import an account from a CRM
688
- # Ensures an account exists which matches the passed details.If an account exists that has a matching CRM Id, it will be updated, if not, it will be created
689
- # @param [Hash] opts the optional parameters
690
- # @option opts [AccountJson] :body
691
- # @return [CrmAccountImportResponse]
692
- def import_crm_account(opts = {})
693
- data, _status_code, _headers = import_crm_account_with_http_info(opts)
694
- data
695
- end
696
-
697
- # Import an account from a CRM
698
- # Ensures an account exists which matches the passed details.If an account exists that has a matching CRM Id, it will be updated, if not, it will be created
699
- # @param [Hash] opts the optional parameters
700
- # @option opts [AccountJson] :body
701
- # @return [Array<(CrmAccountImportResponse, Fixnum, Hash)>] CrmAccountImportResponse data, response status code and response headers
702
- def import_crm_account_with_http_info(opts = {})
703
- if @api_client.config.debugging
704
- @api_client.config.logger.debug 'Calling API: AccountsApi.import_crm_account ...'
705
- end
706
- # resource path
707
- local_var_path = '/accounts/crm/import'
708
-
709
- # query parameters
710
- query_params = {}
711
-
712
- # header parameters
713
- header_params = {}
714
- # HTTP header 'Accept' (if needed)
715
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
716
- # HTTP header 'Content-Type'
717
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
718
-
719
- # form parameters
720
- form_params = {}
721
-
722
- # http body (model)
723
- post_body = @api_client.object_to_http_body(opts[:'body'])
724
- auth_names = ['ApiKeyAuth']
725
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
726
- :header_params => header_params,
727
- :query_params => query_params,
728
- :form_params => form_params,
729
- :body => post_body,
730
- :auth_names => auth_names,
731
- :return_type => 'CrmAccountImportResponse')
732
- if @api_client.config.debugging
733
- @api_client.config.logger.debug "API called: AccountsApi#import_crm_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
734
- end
735
- return data, status_code, headers
736
- end
737
- # Update an account
738
- # Updates an existing account with the specified parameters
739
- # @param id
740
- # @param [Hash] opts the optional parameters
741
- # @option opts [AccountJson] :body
742
- # @return [nil]
743
- def update_account(id, opts = {})
744
- update_account_with_http_info(id, opts)
745
- nil
746
- end
747
-
748
- # Update an account
749
- # Updates an existing account with the specified parameters
750
- # @param id
751
- # @param [Hash] opts the optional parameters
752
- # @option opts [AccountJson] :body
753
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
754
- def update_account_with_http_info(id, opts = {})
755
- if @api_client.config.debugging
756
- @api_client.config.logger.debug 'Calling API: AccountsApi.update_account ...'
757
- end
758
- # verify the required parameter 'id' is set
759
- if @api_client.config.client_side_validation && id.nil?
760
- fail ArgumentError, "Missing the required parameter 'id' when calling AccountsApi.update_account"
761
- end
762
- # resource path
763
- local_var_path = '/accounts/{id}'.sub('{' + 'id' + '}', id.to_s)
764
-
765
- # query parameters
766
- query_params = {}
767
-
768
- # header parameters
769
- header_params = {}
770
- # HTTP header 'Accept' (if needed)
771
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
772
- # HTTP header 'Content-Type'
773
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
774
-
775
- # form parameters
776
- form_params = {}
777
-
778
- # http body (model)
779
- post_body = @api_client.object_to_http_body(opts[:'body'])
780
- auth_names = ['ApiKeyAuth']
781
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
782
- :header_params => header_params,
783
- :query_params => query_params,
784
- :form_params => form_params,
785
- :body => post_body,
786
- :auth_names => auth_names)
787
- if @api_client.config.debugging
788
- @api_client.config.logger.debug "API called: AccountsApi#update_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
789
- end
790
- return data, status_code, headers
791
- end
792
- # Update a contact
793
- # Updates the contact specified by the account id and contact id with the passed information
794
- # @param account_id
795
- # @param contact_id
796
- # @param [Hash] opts the optional parameters
797
- # @option opts [AccountContactJson] :body
798
- # @option opts [BOOLEAN] :skip_address_validation
799
- # @option opts [BOOLEAN] :strict_validation
800
- # @return [nil]
801
- def update_account_contact(account_id, contact_id, opts = {})
802
- update_account_contact_with_http_info(account_id, contact_id, opts)
803
- nil
804
- end
805
-
806
- # Update a contact
807
- # Updates the contact specified by the account id and contact id with the passed information
808
- # @param account_id
809
- # @param contact_id
810
- # @param [Hash] opts the optional parameters
811
- # @option opts [AccountContactJson] :body
812
- # @option opts [BOOLEAN] :skip_address_validation
813
- # @option opts [BOOLEAN] :strict_validation
814
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
815
- def update_account_contact_with_http_info(account_id, contact_id, opts = {})
816
- if @api_client.config.debugging
817
- @api_client.config.logger.debug 'Calling API: AccountsApi.update_account_contact ...'
818
- end
819
- # verify the required parameter 'account_id' is set
820
- if @api_client.config.client_side_validation && account_id.nil?
821
- fail ArgumentError, "Missing the required parameter 'account_id' when calling AccountsApi.update_account_contact"
822
- end
823
- # verify the required parameter 'contact_id' is set
824
- if @api_client.config.client_side_validation && contact_id.nil?
825
- fail ArgumentError, "Missing the required parameter 'contact_id' when calling AccountsApi.update_account_contact"
826
- end
827
- # resource path
828
- local_var_path = '/accounts/{accountId}/contacts/{contactId}'.sub('{' + 'accountId' + '}', account_id.to_s).sub('{' + 'contactId' + '}', contact_id.to_s)
829
-
830
- # query parameters
831
- query_params = {}
832
- query_params[:'skipAddressValidation'] = opts[:'skip_address_validation'] if !opts[:'skip_address_validation'].nil?
833
- query_params[:'strictValidation'] = opts[:'strict_validation'] if !opts[:'strict_validation'].nil?
834
-
835
- # header parameters
836
- header_params = {}
837
- # HTTP header 'Accept' (if needed)
838
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
839
-
840
- # form parameters
841
- form_params = {}
842
-
843
- # http body (model)
844
- post_body = @api_client.object_to_http_body(opts[:'body'])
845
- auth_names = ['ApiKeyAuth']
846
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
847
- :header_params => header_params,
848
- :query_params => query_params,
849
- :form_params => form_params,
850
- :body => post_body,
851
- :auth_names => auth_names)
852
- if @api_client.config.debugging
853
- @api_client.config.logger.debug "API called: AccountsApi#update_account_contact\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
854
- end
855
- return data, status_code, headers
856
- end
857
- end
858
- end