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,356 +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 Entity
17
- attr_accessor :id
18
-
19
- attr_accessor :tenant_id
20
-
21
- attr_accessor :entity_id
22
-
23
- attr_accessor :display_id
24
-
25
- attr_accessor :name
26
-
27
- attr_accessor :proration_scheme
28
-
29
- attr_accessor :proration_mode
30
-
31
- attr_accessor :invoice_config_id
32
-
33
- attr_accessor :invoice_config
34
-
35
- attr_accessor :timezone
36
-
37
- attr_accessor :functional_currency
38
-
39
- attr_accessor :wire_instruction
40
-
41
- attr_accessor :company_contact
42
-
43
- attr_accessor :account_receivable_contact
44
-
45
- attr_accessor :erp_id
46
-
47
- class EnumAttributeValidator
48
- attr_reader :datatype
49
- attr_reader :allowable_values
50
-
51
- def initialize(datatype, allowable_values)
52
- @allowable_values = allowable_values.map do |value|
53
- case datatype.to_s
54
- when /Integer/i
55
- value.to_i
56
- when /Float/i
57
- value.to_f
58
- else
59
- value
60
- end
61
- end
62
- end
63
-
64
- def valid?(value)
65
- !value || allowable_values.include?(value)
66
- end
67
- end
68
-
69
- # Attribute mapping from ruby-style variable name to JSON key.
70
- def self.attribute_map
71
- {
72
- :'id' => :'id',
73
- :'tenant_id' => :'tenantId',
74
- :'entity_id' => :'entityId',
75
- :'display_id' => :'displayId',
76
- :'name' => :'name',
77
- :'proration_scheme' => :'prorationScheme',
78
- :'proration_mode' => :'prorationMode',
79
- :'invoice_config_id' => :'invoiceConfigId',
80
- :'invoice_config' => :'invoiceConfig',
81
- :'timezone' => :'timezone',
82
- :'functional_currency' => :'functionalCurrency',
83
- :'wire_instruction' => :'wireInstruction',
84
- :'company_contact' => :'companyContact',
85
- :'account_receivable_contact' => :'accountReceivableContact',
86
- :'erp_id' => :'erpId'
87
- }
88
- end
89
-
90
- # Attribute type mapping.
91
- def self.swagger_types
92
- {
93
- :'id' => :'String',
94
- :'tenant_id' => :'String',
95
- :'entity_id' => :'String',
96
- :'display_id' => :'String',
97
- :'name' => :'String',
98
- :'proration_scheme' => :'String',
99
- :'proration_mode' => :'String',
100
- :'invoice_config_id' => :'String',
101
- :'invoice_config' => :'NumberConfig',
102
- :'timezone' => :'TimeZone',
103
- :'functional_currency' => :'String',
104
- :'wire_instruction' => :'String',
105
- :'company_contact' => :'AccountContact',
106
- :'account_receivable_contact' => :'AccountContact',
107
- :'erp_id' => :'String'
108
- }
109
- end
110
-
111
- # Initializes the object
112
- # @param [Hash] attributes Model attributes in the form of hash
113
- def initialize(attributes = {})
114
- return unless attributes.is_a?(Hash)
115
-
116
- # convert string to symbol for hash key
117
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
118
-
119
- if attributes.has_key?(:'id')
120
- self.id = attributes[:'id']
121
- end
122
-
123
- if attributes.has_key?(:'tenantId')
124
- self.tenant_id = attributes[:'tenantId']
125
- end
126
-
127
- if attributes.has_key?(:'entityId')
128
- self.entity_id = attributes[:'entityId']
129
- end
130
-
131
- if attributes.has_key?(:'displayId')
132
- self.display_id = attributes[:'displayId']
133
- end
134
-
135
- if attributes.has_key?(:'name')
136
- self.name = attributes[:'name']
137
- end
138
-
139
- if attributes.has_key?(:'prorationScheme')
140
- self.proration_scheme = attributes[:'prorationScheme']
141
- end
142
-
143
- if attributes.has_key?(:'prorationMode')
144
- self.proration_mode = attributes[:'prorationMode']
145
- end
146
-
147
- if attributes.has_key?(:'invoiceConfigId')
148
- self.invoice_config_id = attributes[:'invoiceConfigId']
149
- end
150
-
151
- if attributes.has_key?(:'invoiceConfig')
152
- self.invoice_config = attributes[:'invoiceConfig']
153
- end
154
-
155
- if attributes.has_key?(:'timezone')
156
- self.timezone = attributes[:'timezone']
157
- end
158
-
159
- if attributes.has_key?(:'functionalCurrency')
160
- self.functional_currency = attributes[:'functionalCurrency']
161
- end
162
-
163
- if attributes.has_key?(:'wireInstruction')
164
- self.wire_instruction = attributes[:'wireInstruction']
165
- end
166
-
167
- if attributes.has_key?(:'companyContact')
168
- self.company_contact = attributes[:'companyContact']
169
- end
170
-
171
- if attributes.has_key?(:'accountReceivableContact')
172
- self.account_receivable_contact = attributes[:'accountReceivableContact']
173
- end
174
-
175
- if attributes.has_key?(:'erpId')
176
- self.erp_id = attributes[:'erpId']
177
- end
178
- end
179
-
180
- # Show invalid properties with the reasons. Usually used together with valid?
181
- # @return Array for valid properties with the reasons
182
- def list_invalid_properties
183
- invalid_properties = Array.new
184
- invalid_properties
185
- end
186
-
187
- # Check to see if the all the properties in the model are valid
188
- # @return true if the model is valid
189
- def valid?
190
- proration_scheme_validator = EnumAttributeValidator.new('String', ['FIXED_DAYS', 'CALENDAR_DAYS'])
191
- return false unless proration_scheme_validator.valid?(@proration_scheme)
192
- proration_mode_validator = EnumAttributeValidator.new('String', ['NORMALIZED', 'EXACT_DAYS', 'EXACT'])
193
- return false unless proration_mode_validator.valid?(@proration_mode)
194
- true
195
- end
196
-
197
- # Custom attribute writer method checking allowed values (enum).
198
- # @param [Object] proration_scheme Object to be assigned
199
- def proration_scheme=(proration_scheme)
200
- validator = EnumAttributeValidator.new('String', ['FIXED_DAYS', 'CALENDAR_DAYS'])
201
- unless validator.valid?(proration_scheme)
202
- fail ArgumentError, 'invalid value for "proration_scheme", must be one of #{validator.allowable_values}.'
203
- end
204
- @proration_scheme = proration_scheme
205
- end
206
-
207
- # Custom attribute writer method checking allowed values (enum).
208
- # @param [Object] proration_mode Object to be assigned
209
- def proration_mode=(proration_mode)
210
- validator = EnumAttributeValidator.new('String', ['NORMALIZED', 'EXACT_DAYS', 'EXACT'])
211
- unless validator.valid?(proration_mode)
212
- fail ArgumentError, 'invalid value for "proration_mode", must be one of #{validator.allowable_values}.'
213
- end
214
- @proration_mode = proration_mode
215
- end
216
-
217
- # Checks equality by comparing each attribute.
218
- # @param [Object] Object to be compared
219
- def ==(o)
220
- return true if self.equal?(o)
221
- self.class == o.class &&
222
- id == o.id &&
223
- tenant_id == o.tenant_id &&
224
- entity_id == o.entity_id &&
225
- display_id == o.display_id &&
226
- name == o.name &&
227
- proration_scheme == o.proration_scheme &&
228
- proration_mode == o.proration_mode &&
229
- invoice_config_id == o.invoice_config_id &&
230
- invoice_config == o.invoice_config &&
231
- timezone == o.timezone &&
232
- functional_currency == o.functional_currency &&
233
- wire_instruction == o.wire_instruction &&
234
- company_contact == o.company_contact &&
235
- account_receivable_contact == o.account_receivable_contact &&
236
- erp_id == o.erp_id
237
- end
238
-
239
- # @see the `==` method
240
- # @param [Object] Object to be compared
241
- def eql?(o)
242
- self == o
243
- end
244
-
245
- # Calculates hash code according to all attributes.
246
- # @return [Fixnum] Hash code
247
- def hash
248
- [id, tenant_id, entity_id, display_id, name, proration_scheme, proration_mode, invoice_config_id, invoice_config, timezone, functional_currency, wire_instruction, company_contact, account_receivable_contact, erp_id].hash
249
- end
250
-
251
- # Builds the object from hash
252
- # @param [Hash] attributes Model attributes in the form of hash
253
- # @return [Object] Returns the model itself
254
- def build_from_hash(attributes)
255
- return nil unless attributes.is_a?(Hash)
256
- self.class.swagger_types.each_pair do |key, type|
257
- if type =~ /\AArray<(.*)>/i
258
- # check to ensure the input is an array given that the attribute
259
- # is documented as an array but the input is not
260
- if attributes[self.class.attribute_map[key]].is_a?(Array)
261
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
262
- end
263
- elsif !attributes[self.class.attribute_map[key]].nil?
264
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
265
- end # or else data not found in attributes(hash), not an issue as the data can be optional
266
- end
267
-
268
- self
269
- end
270
-
271
- # Deserializes the data based on type
272
- # @param string type Data type
273
- # @param string value Value to be deserialized
274
- # @return [Object] Deserialized data
275
- def _deserialize(type, value)
276
- case type.to_sym
277
- when :DateTime
278
- DateTime.parse(value)
279
- when :Date
280
- Date.parse(value)
281
- when :String
282
- value.to_s
283
- when :Integer
284
- value.to_i
285
- when :Float
286
- value.to_f
287
- when :BOOLEAN
288
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
289
- true
290
- else
291
- false
292
- end
293
- when :Object
294
- # generic object (usually a Hash), return directly
295
- value
296
- when /\AArray<(?<inner_type>.+)>\z/
297
- inner_type = Regexp.last_match[:inner_type]
298
- value.map { |v| _deserialize(inner_type, v) }
299
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
300
- k_type = Regexp.last_match[:k_type]
301
- v_type = Regexp.last_match[:v_type]
302
- {}.tap do |hash|
303
- value.each do |k, v|
304
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
305
- end
306
- end
307
- else # model
308
- temp_model = SubskribeDevClient.const_get(type).new
309
- temp_model.build_from_hash(value)
310
- end
311
- end
312
-
313
- # Returns the string representation of the object
314
- # @return [String] String presentation of the object
315
- def to_s
316
- to_hash.to_s
317
- end
318
-
319
- # to_body is an alias to to_hash (backward compatibility)
320
- # @return [Hash] Returns the object in the form of hash
321
- def to_body
322
- to_hash
323
- end
324
-
325
- # Returns the object in the form of hash
326
- # @return [Hash] Returns the object in the form of hash
327
- def to_hash
328
- hash = {}
329
- self.class.attribute_map.each_pair do |attr, param|
330
- value = self.send(attr)
331
- next if value.nil?
332
- hash[param] = _to_hash(value)
333
- end
334
- hash
335
- end
336
-
337
- # Outputs non-array value in the form of hash
338
- # For object, use to_hash. Otherwise, just return the value
339
- # @param [Object] value Any valid value
340
- # @return [Hash] Returns the value in the form of hash
341
- def _to_hash(value)
342
- if value.is_a?(Array)
343
- value.compact.map { |v| _to_hash(v) }
344
- elsif value.is_a?(Hash)
345
- {}.tap do |hash|
346
- value.each { |k, v| hash[k] = _to_hash(v) }
347
- end
348
- elsif value.respond_to? :to_hash
349
- value.to_hash
350
- else
351
- value
352
- end
353
- end
354
-
355
- end
356
- end
@@ -1,347 +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 EntityJson
17
- attr_accessor :entity_id
18
-
19
- attr_accessor :display_id
20
-
21
- attr_accessor :name
22
-
23
- attr_accessor :proration_scheme
24
-
25
- attr_accessor :proration_mode
26
-
27
- attr_accessor :invoice_config_id
28
-
29
- attr_accessor :invoice_config
30
-
31
- attr_accessor :credit_memo_config
32
-
33
- attr_accessor :timezone
34
-
35
- attr_accessor :functional_currency
36
-
37
- attr_accessor :wire_instruction
38
-
39
- attr_accessor :company_contact
40
-
41
- attr_accessor :account_receivable_contact
42
-
43
- attr_accessor :erp_id
44
-
45
- class EnumAttributeValidator
46
- attr_reader :datatype
47
- attr_reader :allowable_values
48
-
49
- def initialize(datatype, allowable_values)
50
- @allowable_values = allowable_values.map do |value|
51
- case datatype.to_s
52
- when /Integer/i
53
- value.to_i
54
- when /Float/i
55
- value.to_f
56
- else
57
- value
58
- end
59
- end
60
- end
61
-
62
- def valid?(value)
63
- !value || allowable_values.include?(value)
64
- end
65
- end
66
-
67
- # Attribute mapping from ruby-style variable name to JSON key.
68
- def self.attribute_map
69
- {
70
- :'entity_id' => :'entityId',
71
- :'display_id' => :'displayId',
72
- :'name' => :'name',
73
- :'proration_scheme' => :'prorationScheme',
74
- :'proration_mode' => :'prorationMode',
75
- :'invoice_config_id' => :'invoiceConfigId',
76
- :'invoice_config' => :'invoiceConfig',
77
- :'credit_memo_config' => :'creditMemoConfig',
78
- :'timezone' => :'timezone',
79
- :'functional_currency' => :'functionalCurrency',
80
- :'wire_instruction' => :'wireInstruction',
81
- :'company_contact' => :'companyContact',
82
- :'account_receivable_contact' => :'accountReceivableContact',
83
- :'erp_id' => :'erpId'
84
- }
85
- end
86
-
87
- # Attribute type mapping.
88
- def self.swagger_types
89
- {
90
- :'entity_id' => :'String',
91
- :'display_id' => :'String',
92
- :'name' => :'String',
93
- :'proration_scheme' => :'String',
94
- :'proration_mode' => :'String',
95
- :'invoice_config_id' => :'String',
96
- :'invoice_config' => :'NumberConfig',
97
- :'credit_memo_config' => :'NumberConfig',
98
- :'timezone' => :'String',
99
- :'functional_currency' => :'String',
100
- :'wire_instruction' => :'String',
101
- :'company_contact' => :'CompanyContactJson',
102
- :'account_receivable_contact' => :'AccountReceivableContactJson',
103
- :'erp_id' => :'String'
104
- }
105
- end
106
-
107
- # Initializes the object
108
- # @param [Hash] attributes Model attributes in the form of hash
109
- def initialize(attributes = {})
110
- return unless attributes.is_a?(Hash)
111
-
112
- # convert string to symbol for hash key
113
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
114
-
115
- if attributes.has_key?(:'entityId')
116
- self.entity_id = attributes[:'entityId']
117
- end
118
-
119
- if attributes.has_key?(:'displayId')
120
- self.display_id = attributes[:'displayId']
121
- end
122
-
123
- if attributes.has_key?(:'name')
124
- self.name = attributes[:'name']
125
- end
126
-
127
- if attributes.has_key?(:'prorationScheme')
128
- self.proration_scheme = attributes[:'prorationScheme']
129
- end
130
-
131
- if attributes.has_key?(:'prorationMode')
132
- self.proration_mode = attributes[:'prorationMode']
133
- end
134
-
135
- if attributes.has_key?(:'invoiceConfigId')
136
- self.invoice_config_id = attributes[:'invoiceConfigId']
137
- end
138
-
139
- if attributes.has_key?(:'invoiceConfig')
140
- self.invoice_config = attributes[:'invoiceConfig']
141
- end
142
-
143
- if attributes.has_key?(:'creditMemoConfig')
144
- self.credit_memo_config = attributes[:'creditMemoConfig']
145
- end
146
-
147
- if attributes.has_key?(:'timezone')
148
- self.timezone = attributes[:'timezone']
149
- end
150
-
151
- if attributes.has_key?(:'functionalCurrency')
152
- self.functional_currency = attributes[:'functionalCurrency']
153
- end
154
-
155
- if attributes.has_key?(:'wireInstruction')
156
- self.wire_instruction = attributes[:'wireInstruction']
157
- end
158
-
159
- if attributes.has_key?(:'companyContact')
160
- self.company_contact = attributes[:'companyContact']
161
- end
162
-
163
- if attributes.has_key?(:'accountReceivableContact')
164
- self.account_receivable_contact = attributes[:'accountReceivableContact']
165
- end
166
-
167
- if attributes.has_key?(:'erpId')
168
- self.erp_id = attributes[:'erpId']
169
- end
170
- end
171
-
172
- # Show invalid properties with the reasons. Usually used together with valid?
173
- # @return Array for valid properties with the reasons
174
- def list_invalid_properties
175
- invalid_properties = Array.new
176
- invalid_properties
177
- end
178
-
179
- # Check to see if the all the properties in the model are valid
180
- # @return true if the model is valid
181
- def valid?
182
- proration_scheme_validator = EnumAttributeValidator.new('String', ['FIXED_DAYS', 'CALENDAR_DAYS'])
183
- return false unless proration_scheme_validator.valid?(@proration_scheme)
184
- proration_mode_validator = EnumAttributeValidator.new('String', ['NORMALIZED', 'EXACT_DAYS', 'EXACT'])
185
- return false unless proration_mode_validator.valid?(@proration_mode)
186
- true
187
- end
188
-
189
- # Custom attribute writer method checking allowed values (enum).
190
- # @param [Object] proration_scheme Object to be assigned
191
- def proration_scheme=(proration_scheme)
192
- validator = EnumAttributeValidator.new('String', ['FIXED_DAYS', 'CALENDAR_DAYS'])
193
- unless validator.valid?(proration_scheme)
194
- fail ArgumentError, 'invalid value for "proration_scheme", must be one of #{validator.allowable_values}.'
195
- end
196
- @proration_scheme = proration_scheme
197
- end
198
-
199
- # Custom attribute writer method checking allowed values (enum).
200
- # @param [Object] proration_mode Object to be assigned
201
- def proration_mode=(proration_mode)
202
- validator = EnumAttributeValidator.new('String', ['NORMALIZED', 'EXACT_DAYS', 'EXACT'])
203
- unless validator.valid?(proration_mode)
204
- fail ArgumentError, 'invalid value for "proration_mode", must be one of #{validator.allowable_values}.'
205
- end
206
- @proration_mode = proration_mode
207
- end
208
-
209
- # Checks equality by comparing each attribute.
210
- # @param [Object] Object to be compared
211
- def ==(o)
212
- return true if self.equal?(o)
213
- self.class == o.class &&
214
- entity_id == o.entity_id &&
215
- display_id == o.display_id &&
216
- name == o.name &&
217
- proration_scheme == o.proration_scheme &&
218
- proration_mode == o.proration_mode &&
219
- invoice_config_id == o.invoice_config_id &&
220
- invoice_config == o.invoice_config &&
221
- credit_memo_config == o.credit_memo_config &&
222
- timezone == o.timezone &&
223
- functional_currency == o.functional_currency &&
224
- wire_instruction == o.wire_instruction &&
225
- company_contact == o.company_contact &&
226
- account_receivable_contact == o.account_receivable_contact &&
227
- erp_id == o.erp_id
228
- end
229
-
230
- # @see the `==` method
231
- # @param [Object] Object to be compared
232
- def eql?(o)
233
- self == o
234
- end
235
-
236
- # Calculates hash code according to all attributes.
237
- # @return [Fixnum] Hash code
238
- def hash
239
- [entity_id, display_id, name, proration_scheme, proration_mode, invoice_config_id, invoice_config, credit_memo_config, timezone, functional_currency, wire_instruction, company_contact, account_receivable_contact, erp_id].hash
240
- end
241
-
242
- # Builds the object from hash
243
- # @param [Hash] attributes Model attributes in the form of hash
244
- # @return [Object] Returns the model itself
245
- def build_from_hash(attributes)
246
- return nil unless attributes.is_a?(Hash)
247
- self.class.swagger_types.each_pair do |key, type|
248
- if type =~ /\AArray<(.*)>/i
249
- # check to ensure the input is an array given that the attribute
250
- # is documented as an array but the input is not
251
- if attributes[self.class.attribute_map[key]].is_a?(Array)
252
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
253
- end
254
- elsif !attributes[self.class.attribute_map[key]].nil?
255
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
256
- end # or else data not found in attributes(hash), not an issue as the data can be optional
257
- end
258
-
259
- self
260
- end
261
-
262
- # Deserializes the data based on type
263
- # @param string type Data type
264
- # @param string value Value to be deserialized
265
- # @return [Object] Deserialized data
266
- def _deserialize(type, value)
267
- case type.to_sym
268
- when :DateTime
269
- DateTime.parse(value)
270
- when :Date
271
- Date.parse(value)
272
- when :String
273
- value.to_s
274
- when :Integer
275
- value.to_i
276
- when :Float
277
- value.to_f
278
- when :BOOLEAN
279
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
280
- true
281
- else
282
- false
283
- end
284
- when :Object
285
- # generic object (usually a Hash), return directly
286
- value
287
- when /\AArray<(?<inner_type>.+)>\z/
288
- inner_type = Regexp.last_match[:inner_type]
289
- value.map { |v| _deserialize(inner_type, v) }
290
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
291
- k_type = Regexp.last_match[:k_type]
292
- v_type = Regexp.last_match[:v_type]
293
- {}.tap do |hash|
294
- value.each do |k, v|
295
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
296
- end
297
- end
298
- else # model
299
- temp_model = SubskribeDevClient.const_get(type).new
300
- temp_model.build_from_hash(value)
301
- end
302
- end
303
-
304
- # Returns the string representation of the object
305
- # @return [String] String presentation of the object
306
- def to_s
307
- to_hash.to_s
308
- end
309
-
310
- # to_body is an alias to to_hash (backward compatibility)
311
- # @return [Hash] Returns the object in the form of hash
312
- def to_body
313
- to_hash
314
- end
315
-
316
- # Returns the object in the form of hash
317
- # @return [Hash] Returns the object in the form of hash
318
- def to_hash
319
- hash = {}
320
- self.class.attribute_map.each_pair do |attr, param|
321
- value = self.send(attr)
322
- next if value.nil?
323
- hash[param] = _to_hash(value)
324
- end
325
- hash
326
- end
327
-
328
- # Outputs non-array value in the form of hash
329
- # For object, use to_hash. Otherwise, just return the value
330
- # @param [Object] value Any valid value
331
- # @return [Hash] Returns the value in the form of hash
332
- def _to_hash(value)
333
- if value.is_a?(Array)
334
- value.compact.map { |v| _to_hash(v) }
335
- elsif value.is_a?(Hash)
336
- {}.tap do |hash|
337
- value.each { |k, v| hash[k] = _to_hash(v) }
338
- end
339
- elsif value.respond_to? :to_hash
340
- value.to_hash
341
- else
342
- value
343
- end
344
- end
345
-
346
- end
347
- end