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,300 +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 'date'
14
-
15
- module SubskribeDevClient
16
- class DocumentTemplateJson
17
- attr_accessor :id
18
-
19
- attr_accessor :entity_ids
20
-
21
- attr_accessor :name
22
-
23
- attr_accessor :section_uuid
24
-
25
- attr_accessor :type
26
-
27
- attr_accessor :description
28
-
29
- attr_accessor :content
30
-
31
- attr_accessor :status
32
-
33
- class EnumAttributeValidator
34
- attr_reader :datatype
35
- attr_reader :allowable_values
36
-
37
- def initialize(datatype, allowable_values)
38
- @allowable_values = allowable_values.map do |value|
39
- case datatype.to_s
40
- when /Integer/i
41
- value.to_i
42
- when /Float/i
43
- value.to_f
44
- else
45
- value
46
- end
47
- end
48
- end
49
-
50
- def valid?(value)
51
- !value || allowable_values.include?(value)
52
- end
53
- end
54
-
55
- # Attribute mapping from ruby-style variable name to JSON key.
56
- def self.attribute_map
57
- {
58
- :'id' => :'id',
59
- :'entity_ids' => :'entityIds',
60
- :'name' => :'name',
61
- :'section_uuid' => :'sectionUuid',
62
- :'type' => :'type',
63
- :'description' => :'description',
64
- :'content' => :'content',
65
- :'status' => :'status'
66
- }
67
- end
68
-
69
- # Attribute type mapping.
70
- def self.swagger_types
71
- {
72
- :'id' => :'String',
73
- :'entity_ids' => :'Array<String>',
74
- :'name' => :'String',
75
- :'section_uuid' => :'String',
76
- :'type' => :'String',
77
- :'description' => :'String',
78
- :'content' => :'String',
79
- :'status' => :'String'
80
- }
81
- end
82
-
83
- # Initializes the object
84
- # @param [Hash] attributes Model attributes in the form of hash
85
- def initialize(attributes = {})
86
- return unless attributes.is_a?(Hash)
87
-
88
- # convert string to symbol for hash key
89
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
90
-
91
- if attributes.has_key?(:'id')
92
- self.id = attributes[:'id']
93
- end
94
-
95
- if attributes.has_key?(:'entityIds')
96
- if (value = attributes[:'entityIds']).is_a?(Array)
97
- self.entity_ids = value
98
- end
99
- end
100
-
101
- if attributes.has_key?(:'name')
102
- self.name = attributes[:'name']
103
- end
104
-
105
- if attributes.has_key?(:'sectionUuid')
106
- self.section_uuid = attributes[:'sectionUuid']
107
- end
108
-
109
- if attributes.has_key?(:'type')
110
- self.type = attributes[:'type']
111
- end
112
-
113
- if attributes.has_key?(:'description')
114
- self.description = attributes[:'description']
115
- end
116
-
117
- if attributes.has_key?(:'content')
118
- self.content = attributes[:'content']
119
- end
120
-
121
- if attributes.has_key?(:'status')
122
- self.status = attributes[:'status']
123
- end
124
- end
125
-
126
- # Show invalid properties with the reasons. Usually used together with valid?
127
- # @return Array for valid properties with the reasons
128
- def list_invalid_properties
129
- invalid_properties = Array.new
130
- if @type.nil?
131
- invalid_properties.push('invalid value for "type", type cannot be nil.')
132
- end
133
-
134
- invalid_properties
135
- end
136
-
137
- # Check to see if the all the properties in the model are valid
138
- # @return true if the model is valid
139
- def valid?
140
- return false if @type.nil?
141
- type_validator = EnumAttributeValidator.new('String', ['ORDER', 'INVOICE', 'CREDIT_MEMO', 'EMAIL', 'UPSELL_EARLY_RENEWAL', 'DUNNING', 'CANCEL_AND_RESTRUCTURE'])
142
- return false unless type_validator.valid?(@type)
143
- status_validator = EnumAttributeValidator.new('String', ['DRAFT', 'ACTIVE', 'DEPRECATED'])
144
- return false unless status_validator.valid?(@status)
145
- true
146
- end
147
-
148
- # Custom attribute writer method checking allowed values (enum).
149
- # @param [Object] type Object to be assigned
150
- def type=(type)
151
- validator = EnumAttributeValidator.new('String', ['ORDER', 'INVOICE', 'CREDIT_MEMO', 'EMAIL', 'UPSELL_EARLY_RENEWAL', 'DUNNING', 'CANCEL_AND_RESTRUCTURE'])
152
- unless validator.valid?(type)
153
- fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
154
- end
155
- @type = type
156
- end
157
-
158
- # Custom attribute writer method checking allowed values (enum).
159
- # @param [Object] status Object to be assigned
160
- def status=(status)
161
- validator = EnumAttributeValidator.new('String', ['DRAFT', 'ACTIVE', 'DEPRECATED'])
162
- unless validator.valid?(status)
163
- fail ArgumentError, 'invalid value for "status", must be one of #{validator.allowable_values}.'
164
- end
165
- @status = status
166
- end
167
-
168
- # Checks equality by comparing each attribute.
169
- # @param [Object] Object to be compared
170
- def ==(o)
171
- return true if self.equal?(o)
172
- self.class == o.class &&
173
- id == o.id &&
174
- entity_ids == o.entity_ids &&
175
- name == o.name &&
176
- section_uuid == o.section_uuid &&
177
- type == o.type &&
178
- description == o.description &&
179
- content == o.content &&
180
- status == o.status
181
- end
182
-
183
- # @see the `==` method
184
- # @param [Object] Object to be compared
185
- def eql?(o)
186
- self == o
187
- end
188
-
189
- # Calculates hash code according to all attributes.
190
- # @return [Fixnum] Hash code
191
- def hash
192
- [id, entity_ids, name, section_uuid, type, description, content, status].hash
193
- end
194
-
195
- # Builds the object from hash
196
- # @param [Hash] attributes Model attributes in the form of hash
197
- # @return [Object] Returns the model itself
198
- def build_from_hash(attributes)
199
- return nil unless attributes.is_a?(Hash)
200
- self.class.swagger_types.each_pair do |key, type|
201
- if type =~ /\AArray<(.*)>/i
202
- # check to ensure the input is an array given that the attribute
203
- # is documented as an array but the input is not
204
- if attributes[self.class.attribute_map[key]].is_a?(Array)
205
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
206
- end
207
- elsif !attributes[self.class.attribute_map[key]].nil?
208
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
209
- end # or else data not found in attributes(hash), not an issue as the data can be optional
210
- end
211
-
212
- self
213
- end
214
-
215
- # Deserializes the data based on type
216
- # @param string type Data type
217
- # @param string value Value to be deserialized
218
- # @return [Object] Deserialized data
219
- def _deserialize(type, value)
220
- case type.to_sym
221
- when :DateTime
222
- DateTime.parse(value)
223
- when :Date
224
- Date.parse(value)
225
- when :String
226
- value.to_s
227
- when :Integer
228
- value.to_i
229
- when :Float
230
- value.to_f
231
- when :BOOLEAN
232
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
233
- true
234
- else
235
- false
236
- end
237
- when :Object
238
- # generic object (usually a Hash), return directly
239
- value
240
- when /\AArray<(?<inner_type>.+)>\z/
241
- inner_type = Regexp.last_match[:inner_type]
242
- value.map { |v| _deserialize(inner_type, v) }
243
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
244
- k_type = Regexp.last_match[:k_type]
245
- v_type = Regexp.last_match[:v_type]
246
- {}.tap do |hash|
247
- value.each do |k, v|
248
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
249
- end
250
- end
251
- else # model
252
- temp_model = SubskribeDevClient.const_get(type).new
253
- temp_model.build_from_hash(value)
254
- end
255
- end
256
-
257
- # Returns the string representation of the object
258
- # @return [String] String presentation of the object
259
- def to_s
260
- to_hash.to_s
261
- end
262
-
263
- # to_body is an alias to to_hash (backward compatibility)
264
- # @return [Hash] Returns the object in the form of hash
265
- def to_body
266
- to_hash
267
- end
268
-
269
- # Returns the object in the form of hash
270
- # @return [Hash] Returns the object in the form of hash
271
- def to_hash
272
- hash = {}
273
- self.class.attribute_map.each_pair do |attr, param|
274
- value = self.send(attr)
275
- next if value.nil?
276
- hash[param] = _to_hash(value)
277
- end
278
- hash
279
- end
280
-
281
- # Outputs non-array value in the form of hash
282
- # For object, use to_hash. Otherwise, just return the value
283
- # @param [Object] value Any valid value
284
- # @return [Hash] Returns the value in the form of hash
285
- def _to_hash(value)
286
- if value.is_a?(Array)
287
- value.compact.map { |v| _to_hash(v) }
288
- elsif value.is_a?(Hash)
289
- {}.tap do |hash|
290
- value.each { |k, v| hash[k] = _to_hash(v) }
291
- end
292
- elsif value.respond_to? :to_hash
293
- value.to_hash
294
- else
295
- value
296
- end
297
- end
298
-
299
- end
300
- end
@@ -1,200 +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 'date'
14
-
15
- module SubskribeDevClient
16
- class DunningSettingJson
17
- attr_accessor :is_enabled
18
-
19
- attr_accessor :dunning_type_map
20
-
21
- # Attribute mapping from ruby-style variable name to JSON key.
22
- def self.attribute_map
23
- {
24
- :'is_enabled' => :'isEnabled',
25
- :'dunning_type_map' => :'dunningTypeMap'
26
- }
27
- end
28
-
29
- # Attribute type mapping.
30
- def self.swagger_types
31
- {
32
- :'is_enabled' => :'BOOLEAN',
33
- :'dunning_type_map' => :'Hash<String, BOOLEAN>'
34
- }
35
- end
36
-
37
- # Initializes the object
38
- # @param [Hash] attributes Model attributes in the form of hash
39
- def initialize(attributes = {})
40
- return unless attributes.is_a?(Hash)
41
-
42
- # convert string to symbol for hash key
43
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
44
-
45
- if attributes.has_key?(:'isEnabled')
46
- self.is_enabled = attributes[:'isEnabled']
47
- end
48
-
49
- if attributes.has_key?(:'dunningTypeMap')
50
- if (value = attributes[:'dunningTypeMap']).is_a?(Hash)
51
- self.dunning_type_map = value
52
- end
53
- end
54
- end
55
-
56
- # Show invalid properties with the reasons. Usually used together with valid?
57
- # @return Array for valid properties with the reasons
58
- def list_invalid_properties
59
- invalid_properties = Array.new
60
- if @is_enabled.nil?
61
- invalid_properties.push('invalid value for "is_enabled", is_enabled cannot be nil.')
62
- end
63
-
64
- invalid_properties
65
- end
66
-
67
- # Check to see if the all the properties in the model are valid
68
- # @return true if the model is valid
69
- def valid?
70
- return false if @is_enabled.nil?
71
- true
72
- end
73
-
74
- # Checks equality by comparing each attribute.
75
- # @param [Object] Object to be compared
76
- def ==(o)
77
- return true if self.equal?(o)
78
- self.class == o.class &&
79
- is_enabled == o.is_enabled &&
80
- dunning_type_map == o.dunning_type_map
81
- end
82
-
83
- # @see the `==` method
84
- # @param [Object] Object to be compared
85
- def eql?(o)
86
- self == o
87
- end
88
-
89
- # Calculates hash code according to all attributes.
90
- # @return [Fixnum] Hash code
91
- def hash
92
- [is_enabled, dunning_type_map].hash
93
- end
94
-
95
- # Builds the object from hash
96
- # @param [Hash] attributes Model attributes in the form of hash
97
- # @return [Object] Returns the model itself
98
- def build_from_hash(attributes)
99
- return nil unless attributes.is_a?(Hash)
100
- self.class.swagger_types.each_pair do |key, type|
101
- if type =~ /\AArray<(.*)>/i
102
- # check to ensure the input is an array given that the attribute
103
- # is documented as an array but the input is not
104
- if attributes[self.class.attribute_map[key]].is_a?(Array)
105
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
106
- end
107
- elsif !attributes[self.class.attribute_map[key]].nil?
108
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
109
- end # or else data not found in attributes(hash), not an issue as the data can be optional
110
- end
111
-
112
- self
113
- end
114
-
115
- # Deserializes the data based on type
116
- # @param string type Data type
117
- # @param string value Value to be deserialized
118
- # @return [Object] Deserialized data
119
- def _deserialize(type, value)
120
- case type.to_sym
121
- when :DateTime
122
- DateTime.parse(value)
123
- when :Date
124
- Date.parse(value)
125
- when :String
126
- value.to_s
127
- when :Integer
128
- value.to_i
129
- when :Float
130
- value.to_f
131
- when :BOOLEAN
132
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
133
- true
134
- else
135
- false
136
- end
137
- when :Object
138
- # generic object (usually a Hash), return directly
139
- value
140
- when /\AArray<(?<inner_type>.+)>\z/
141
- inner_type = Regexp.last_match[:inner_type]
142
- value.map { |v| _deserialize(inner_type, v) }
143
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
144
- k_type = Regexp.last_match[:k_type]
145
- v_type = Regexp.last_match[:v_type]
146
- {}.tap do |hash|
147
- value.each do |k, v|
148
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
149
- end
150
- end
151
- else # model
152
- temp_model = SubskribeDevClient.const_get(type).new
153
- temp_model.build_from_hash(value)
154
- end
155
- end
156
-
157
- # Returns the string representation of the object
158
- # @return [String] String presentation of the object
159
- def to_s
160
- to_hash.to_s
161
- end
162
-
163
- # to_body is an alias to to_hash (backward compatibility)
164
- # @return [Hash] Returns the object in the form of hash
165
- def to_body
166
- to_hash
167
- end
168
-
169
- # Returns the object in the form of hash
170
- # @return [Hash] Returns the object in the form of hash
171
- def to_hash
172
- hash = {}
173
- self.class.attribute_map.each_pair do |attr, param|
174
- value = self.send(attr)
175
- next if value.nil?
176
- hash[param] = _to_hash(value)
177
- end
178
- hash
179
- end
180
-
181
- # Outputs non-array value in the form of hash
182
- # For object, use to_hash. Otherwise, just return the value
183
- # @param [Object] value Any valid value
184
- # @return [Hash] Returns the value in the form of hash
185
- def _to_hash(value)
186
- if value.is_a?(Array)
187
- value.compact.map { |v| _to_hash(v) }
188
- elsif value.is_a?(Hash)
189
- {}.tap do |hash|
190
- value.each { |k, v| hash[k] = _to_hash(v) }
191
- end
192
- elsif value.respond_to? :to_hash
193
- value.to_hash
194
- else
195
- value
196
- end
197
- end
198
-
199
- end
200
- end
@@ -1,208 +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 'date'
14
-
15
- module SubskribeDevClient
16
- class EmailNotifiersList
17
- attr_accessor :to_ids
18
-
19
- attr_accessor :cc_ids
20
-
21
- attr_accessor :bcc_ids
22
-
23
- # Attribute mapping from ruby-style variable name to JSON key.
24
- def self.attribute_map
25
- {
26
- :'to_ids' => :'toIds',
27
- :'cc_ids' => :'ccIds',
28
- :'bcc_ids' => :'bccIds'
29
- }
30
- end
31
-
32
- # Attribute type mapping.
33
- def self.swagger_types
34
- {
35
- :'to_ids' => :'Array<String>',
36
- :'cc_ids' => :'Array<String>',
37
- :'bcc_ids' => :'Array<String>'
38
- }
39
- end
40
-
41
- # Initializes the object
42
- # @param [Hash] attributes Model attributes in the form of hash
43
- def initialize(attributes = {})
44
- return unless attributes.is_a?(Hash)
45
-
46
- # convert string to symbol for hash key
47
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
48
-
49
- if attributes.has_key?(:'toIds')
50
- if (value = attributes[:'toIds']).is_a?(Array)
51
- self.to_ids = value
52
- end
53
- end
54
-
55
- if attributes.has_key?(:'ccIds')
56
- if (value = attributes[:'ccIds']).is_a?(Array)
57
- self.cc_ids = value
58
- end
59
- end
60
-
61
- if attributes.has_key?(:'bccIds')
62
- if (value = attributes[:'bccIds']).is_a?(Array)
63
- self.bcc_ids = value
64
- end
65
- end
66
- end
67
-
68
- # Show invalid properties with the reasons. Usually used together with valid?
69
- # @return Array for valid properties with the reasons
70
- def list_invalid_properties
71
- invalid_properties = Array.new
72
- invalid_properties
73
- end
74
-
75
- # Check to see if the all the properties in the model are valid
76
- # @return true if the model is valid
77
- def valid?
78
- true
79
- end
80
-
81
- # Checks equality by comparing each attribute.
82
- # @param [Object] Object to be compared
83
- def ==(o)
84
- return true if self.equal?(o)
85
- self.class == o.class &&
86
- to_ids == o.to_ids &&
87
- cc_ids == o.cc_ids &&
88
- bcc_ids == o.bcc_ids
89
- end
90
-
91
- # @see the `==` method
92
- # @param [Object] Object to be compared
93
- def eql?(o)
94
- self == o
95
- end
96
-
97
- # Calculates hash code according to all attributes.
98
- # @return [Fixnum] Hash code
99
- def hash
100
- [to_ids, cc_ids, bcc_ids].hash
101
- end
102
-
103
- # Builds the object from hash
104
- # @param [Hash] attributes Model attributes in the form of hash
105
- # @return [Object] Returns the model itself
106
- def build_from_hash(attributes)
107
- return nil unless attributes.is_a?(Hash)
108
- self.class.swagger_types.each_pair do |key, type|
109
- if type =~ /\AArray<(.*)>/i
110
- # check to ensure the input is an array given that the attribute
111
- # is documented as an array but the input is not
112
- if attributes[self.class.attribute_map[key]].is_a?(Array)
113
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
114
- end
115
- elsif !attributes[self.class.attribute_map[key]].nil?
116
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
117
- end # or else data not found in attributes(hash), not an issue as the data can be optional
118
- end
119
-
120
- self
121
- end
122
-
123
- # Deserializes the data based on type
124
- # @param string type Data type
125
- # @param string value Value to be deserialized
126
- # @return [Object] Deserialized data
127
- def _deserialize(type, value)
128
- case type.to_sym
129
- when :DateTime
130
- DateTime.parse(value)
131
- when :Date
132
- Date.parse(value)
133
- when :String
134
- value.to_s
135
- when :Integer
136
- value.to_i
137
- when :Float
138
- value.to_f
139
- when :BOOLEAN
140
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
141
- true
142
- else
143
- false
144
- end
145
- when :Object
146
- # generic object (usually a Hash), return directly
147
- value
148
- when /\AArray<(?<inner_type>.+)>\z/
149
- inner_type = Regexp.last_match[:inner_type]
150
- value.map { |v| _deserialize(inner_type, v) }
151
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
152
- k_type = Regexp.last_match[:k_type]
153
- v_type = Regexp.last_match[:v_type]
154
- {}.tap do |hash|
155
- value.each do |k, v|
156
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
157
- end
158
- end
159
- else # model
160
- temp_model = SubskribeDevClient.const_get(type).new
161
- temp_model.build_from_hash(value)
162
- end
163
- end
164
-
165
- # Returns the string representation of the object
166
- # @return [String] String presentation of the object
167
- def to_s
168
- to_hash.to_s
169
- end
170
-
171
- # to_body is an alias to to_hash (backward compatibility)
172
- # @return [Hash] Returns the object in the form of hash
173
- def to_body
174
- to_hash
175
- end
176
-
177
- # Returns the object in the form of hash
178
- # @return [Hash] Returns the object in the form of hash
179
- def to_hash
180
- hash = {}
181
- self.class.attribute_map.each_pair do |attr, param|
182
- value = self.send(attr)
183
- next if value.nil?
184
- hash[param] = _to_hash(value)
185
- end
186
- hash
187
- end
188
-
189
- # Outputs non-array value in the form of hash
190
- # For object, use to_hash. Otherwise, just return the value
191
- # @param [Object] value Any valid value
192
- # @return [Hash] Returns the value in the form of hash
193
- def _to_hash(value)
194
- if value.is_a?(Array)
195
- value.compact.map { |v| _to_hash(v) }
196
- elsif value.is_a?(Hash)
197
- {}.tap do |hash|
198
- value.each { |k, v| hash[k] = _to_hash(v) }
199
- end
200
- elsif value.respond_to? :to_hash
201
- value.to_hash
202
- else
203
- value
204
- end
205
- end
206
-
207
- end
208
- end