avalara_sdk 25.8.2 → 25.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +18 -79
  4. data/docs/A1099/V2/CompaniesW9Api.md +18 -18
  5. data/docs/A1099/V2/CompanyCreateUpdateRequestModel.md +18 -18
  6. data/docs/A1099/V2/CompanyResponse.md +37 -37
  7. data/docs/A1099/V2/CoveredIndividual.md +56 -0
  8. data/docs/A1099/V2/CreateAndSendW9FormEmailRequest.md +55 -0
  9. data/docs/A1099/V2/CreateCompanyRequest.md +49 -0
  10. data/docs/A1099/V2/CreateIssuerRequest.md +49 -0
  11. data/docs/A1099/V2/EntryStatusResponse.md +20 -0
  12. data/docs/A1099/V2/Form1042S.md +83 -83
  13. data/docs/A1099/V2/Form1095B.md +72 -62
  14. data/docs/A1099/V2/Form1095C.md +112 -0
  15. data/docs/A1099/V2/Form1099Base.md +60 -60
  16. data/docs/A1099/V2/Form1099Div.md +79 -77
  17. data/docs/A1099/V2/Form1099Int.md +76 -74
  18. data/docs/A1099/V2/Form1099K.md +83 -83
  19. data/docs/A1099/V2/Form1099ListRequest.md +20 -0
  20. data/docs/A1099/V2/Form1099Misc.md +79 -77
  21. data/docs/A1099/V2/Form1099Nec.md +64 -64
  22. data/docs/A1099/V2/Form1099R.md +95 -93
  23. data/docs/A1099/V2/Forms1099Api.md +45 -41
  24. data/docs/A1099/V2/FormsW9Api.md +98 -14
  25. data/docs/A1099/V2/Get1099Form200Response.md +19 -19
  26. data/docs/A1099/V2/IntermediaryOrFlowThrough.md +11 -11
  27. data/docs/A1099/V2/IssuerCommand.md +16 -16
  28. data/docs/A1099/V2/IssuerResponse.md +35 -35
  29. data/docs/A1099/V2/Issuers1099Api.md +10 -10
  30. data/docs/A1099/V2/JobResponse.md +56 -0
  31. data/docs/A1099/V2/JobsApi.md +91 -0
  32. data/docs/A1099/V2/OfferAndCoverage.md +28 -0
  33. data/docs/A1099/V2/PaginatedQueryResultModelForm1099Base.md +22 -0
  34. data/docs/A1099/V2/PrimaryWithholdingAgent.md +4 -4
  35. data/docs/A1099/V2/StateAndLocalWithholding.md +8 -8
  36. data/docs/A1099/V2/ValidationError.md +2 -2
  37. data/docs/A1099/V2/W4FormMinimalRequest.md +30 -0
  38. data/docs/A1099/V2/W4FormRequest.md +6 -6
  39. data/docs/A1099/V2/W8BenEFormMinimalRequest.md +28 -0
  40. data/docs/A1099/V2/W8BenEFormRequest.md +6 -6
  41. data/docs/A1099/V2/W8BenFormMinimalRequest.md +28 -0
  42. data/docs/A1099/V2/W8BenFormRequest.md +6 -6
  43. data/docs/A1099/V2/W8ImyFormMinimalRequest.md +28 -0
  44. data/docs/A1099/V2/W8ImyFormRequest.md +6 -6
  45. data/docs/A1099/V2/W9FormBaseMinimalRequest.md +24 -0
  46. data/docs/A1099/V2/W9FormBaseRequest.md +6 -6
  47. data/docs/A1099/V2/W9FormBaseResponse.md +3 -3
  48. data/docs/A1099/V2/W9FormMinimalRequest.md +28 -0
  49. data/docs/A1099/V2/W9FormRequest.md +6 -6
  50. data/lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb +27 -27
  51. data/lib/avalara_sdk/api/A1099/V2/forms1099_api.rb +89 -57
  52. data/lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb +144 -6
  53. data/lib/avalara_sdk/api/A1099/V2/issuers1099_api.rb +21 -21
  54. data/lib/avalara_sdk/api/A1099/V2/{jobs1099_api.rb → jobs_api.rb} +9 -9
  55. data/lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb +1 -1
  56. data/lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb +1 -1
  57. data/lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb +1 -1
  58. data/lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb +1 -1
  59. data/lib/avalara_sdk/api/EInvoicing/V1/subscriptions_api.rb +1 -1
  60. data/lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb +1 -1
  61. data/lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb +1 -1
  62. data/lib/avalara_sdk/models/A1099/V2/company_create_update_request_model.rb +58 -17
  63. data/lib/avalara_sdk/models/A1099/V2/company_response.rb +110 -69
  64. data/lib/avalara_sdk/models/A1099/V2/{covered_individual_request.rb → covered_individual.rb} +36 -7
  65. data/lib/avalara_sdk/models/A1099/V2/{i_create_form1099_request.rb → create_and_send_w9_form_email_request.rb} +6 -5
  66. data/lib/avalara_sdk/models/A1099/V2/{error_response_errors_inner.rb → create_company_request.rb} +3 -3
  67. data/lib/avalara_sdk/models/A1099/V2/{i_update_form1099_request.rb → create_issuer_request.rb} +3 -5
  68. data/lib/avalara_sdk/models/A1099/V2/{status_detail.rb → entry_status_response.rb} +20 -18
  69. data/lib/avalara_sdk/models/A1099/V2/form1042_s.rb +424 -179
  70. data/lib/avalara_sdk/models/A1099/V2/form1095_b.rb +365 -179
  71. data/lib/avalara_sdk/models/A1099/V2/{form1095_b_response.rb → form1095_c.rb} +259 -111
  72. data/lib/avalara_sdk/models/A1099/V2/form1099_base.rb +286 -177
  73. data/lib/avalara_sdk/models/A1099/V2/form1099_div.rb +310 -171
  74. data/lib/avalara_sdk/models/A1099/V2/form1099_int.rb +308 -174
  75. data/lib/avalara_sdk/models/A1099/V2/form1099_k.rb +298 -186
  76. data/lib/avalara_sdk/models/A1099/V2/{form1099_div_list.rb → form1099_list_request.rb} +49 -22
  77. data/lib/avalara_sdk/models/A1099/V2/form1099_misc.rb +337 -201
  78. data/lib/avalara_sdk/models/A1099/V2/form1099_nec.rb +298 -183
  79. data/lib/avalara_sdk/models/A1099/V2/form1099_r.rb +414 -274
  80. data/lib/avalara_sdk/models/A1099/V2/get1099_form200_response.rb +9 -9
  81. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through.rb +13 -1
  82. data/lib/avalara_sdk/models/A1099/V2/issuer_command.rb +42 -23
  83. data/lib/avalara_sdk/models/A1099/V2/issuer_response.rb +77 -46
  84. data/lib/avalara_sdk/models/A1099/V2/{job_result.rb → job_response.rb} +108 -42
  85. data/lib/avalara_sdk/models/A1099/V2/{offer_and_coverage_request.rb → offer_and_coverage.rb} +79 -9
  86. data/lib/avalara_sdk/models/A1099/V2/{paginated_query_result_model.rb → paginated_query_result_model_form1099_base.rb} +4 -4
  87. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent.rb +23 -16
  88. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding.rb +8 -0
  89. data/lib/avalara_sdk/models/A1099/V2/validation_error.rb +2 -0
  90. data/lib/avalara_sdk/models/A1099/V2/w4_form_minimal_request.rb +418 -0
  91. data/lib/avalara_sdk/models/A1099/V2/w4_form_request.rb +53 -27
  92. data/lib/avalara_sdk/models/A1099/V2/{company_model.rb → w8_ben_e_form_minimal_request.rb} +139 -170
  93. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_request.rb +53 -27
  94. data/lib/avalara_sdk/models/A1099/V2/{base_company_model.rb → w8_ben_form_minimal_request.rb} +148 -122
  95. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_request.rb +53 -27
  96. data/lib/avalara_sdk/models/A1099/V2/{attribute.rb → w8_imy_form_minimal_request.rb} +135 -132
  97. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_request.rb +53 -27
  98. data/lib/avalara_sdk/models/A1099/V2/{http_validation_problem_details.rb → w9_form_base_minimal_request.rb} +87 -53
  99. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_request.rb +60 -27
  100. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_response.rb +14 -14
  101. data/lib/avalara_sdk/models/A1099/V2/{company_response_model.rb → w9_form_minimal_request.rb} +140 -148
  102. data/lib/avalara_sdk/models/A1099/V2/w9_form_request.rb +53 -27
  103. data/lib/avalara_sdk/version.rb +1 -1
  104. data/lib/avalara_sdk.rb +22 -105
  105. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  106. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
  107. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/gem_make.out +5 -5
  108. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/gem_make.out +5 -5
  109. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/gem_make.out +5 -5
  110. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/gem_make.out +5 -5
  111. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/gem_make.out +5 -5
  112. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/gem_make.out +5 -5
  113. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/gem_make.out +5 -5
  114. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  115. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
  116. metadata +37 -103
  117. data/lib/avalara_sdk/models/A1099/V2/base_form_list_request.rb +0 -210
  118. data/lib/avalara_sdk/models/A1099/V2/bulk_upsert1099_forms_request.rb +0 -108
  119. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference.rb +0 -403
  120. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference_response.rb +0 -407
  121. data/lib/avalara_sdk/models/A1099/V2/create1099_form201_response.rb +0 -108
  122. data/lib/avalara_sdk/models/A1099/V2/data.rb +0 -237
  123. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list.rb +0 -238
  124. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item.rb +0 -816
  125. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item_response.rb +0 -980
  126. data/lib/avalara_sdk/models/A1099/V2/form1042_s_request.rb +0 -778
  127. data/lib/avalara_sdk/models/A1099/V2/form1042_s_response.rb +0 -619
  128. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list.rb +0 -238
  129. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item.rb +0 -606
  130. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item_response.rb +0 -765
  131. data/lib/avalara_sdk/models/A1099/V2/form1095_b_request.rb +0 -627
  132. data/lib/avalara_sdk/models/A1099/V2/form1095_c_list.rb +0 -238
  133. data/lib/avalara_sdk/models/A1099/V2/form1095_c_list_item.rb +0 -662
  134. data/lib/avalara_sdk/models/A1099/V2/form1099_base_response.rb +0 -726
  135. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item.rb +0 -747
  136. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item_response.rb +0 -931
  137. data/lib/avalara_sdk/models/A1099/V2/form1099_div_request.rb +0 -729
  138. data/lib/avalara_sdk/models/A1099/V2/form1099_div_response.rb +0 -790
  139. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list.rb +0 -238
  140. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list_item.rb +0 -702
  141. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list_item_response.rb +0 -887
  142. data/lib/avalara_sdk/models/A1099/V2/form1099_int_request.rb +0 -684
  143. data/lib/avalara_sdk/models/A1099/V2/form1099_int_response.rb +0 -773
  144. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list.rb +0 -238
  145. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item.rb +0 -788
  146. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item_response.rb +0 -995
  147. data/lib/avalara_sdk/models/A1099/V2/form1099_k_request.rb +0 -770
  148. data/lib/avalara_sdk/models/A1099/V2/form1099_k_response.rb +0 -839
  149. data/lib/avalara_sdk/models/A1099/V2/form1099_list.rb +0 -219
  150. data/lib/avalara_sdk/models/A1099/V2/form1099_list_data_inner.rb +0 -55
  151. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response.rb +0 -220
  152. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response_value_inner.rb +0 -108
  153. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list.rb +0 -238
  154. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item.rb +0 -688
  155. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item_response.rb +0 -886
  156. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_request.rb +0 -670
  157. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_response.rb +0 -754
  158. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list.rb +0 -238
  159. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item.rb +0 -586
  160. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item_response.rb +0 -765
  161. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_request.rb +0 -567
  162. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_response.rb +0 -646
  163. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result.rb +0 -228
  164. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result_processed_forms_inner.rb +0 -107
  165. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list.rb +0 -238
  166. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item.rb +0 -763
  167. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item_response.rb +0 -942
  168. data/lib/avalara_sdk/models/A1099/V2/form1099_r_request.rb +0 -720
  169. data/lib/avalara_sdk/models/A1099/V2/form1099_r_response.rb +0 -839
  170. data/lib/avalara_sdk/models/A1099/V2/form1099_status_detail_response.rb +0 -223
  171. data/lib/avalara_sdk/models/A1099/V2/form_request_base.rb +0 -502
  172. data/lib/avalara_sdk/models/A1099/V2/form_request_csv_base.rb +0 -475
  173. data/lib/avalara_sdk/models/A1099/V2/form_request_list_item_base.rb +0 -548
  174. data/lib/avalara_sdk/models/A1099/V2/form_request_model.rb +0 -345
  175. data/lib/avalara_sdk/models/A1099/V2/form_response_base.rb +0 -612
  176. data/lib/avalara_sdk/models/A1099/V2/form_single_request_base.rb +0 -530
  177. data/lib/avalara_sdk/models/A1099/V2/included_base.rb +0 -219
  178. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_request.rb +0 -311
  179. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_response.rb +0 -311
  180. data/lib/avalara_sdk/models/A1099/V2/link.rb +0 -210
  181. data/lib/avalara_sdk/models/A1099/V2/paginated_w9_forms_model.rb +0 -231
  182. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_request.rb +0 -221
  183. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_response.rb +0 -221
  184. data/lib/avalara_sdk/models/A1099/V2/problem_details.rb +0 -251
  185. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_request.rb +0 -278
  186. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_response.rb +0 -282
  187. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_app.rb +0 -231
  188. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_response.rb +0 -231
  189. data/lib/avalara_sdk/models/A1099/V2/update1099_form200_response.rb +0 -108
  190. data/lib/avalara_sdk/models/A1099/V2/validation_error_app.rb +0 -229
  191. data/lib/avalara_sdk/models/A1099/V2/validation_error_response.rb +0 -231
  192. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response.rb +0 -233
  193. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner.rb +0 -274
  194. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_addresses_inner.rb +0 -251
  195. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_identifiers_inner.rb +0 -221
  196. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_supported_document_types_inner.rb +0 -241
  197. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request.rb +0 -224
  198. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request_data_inner.rb +0 -237
  199. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request_metadata.rb +0 -288
  200. data/lib/avalara_sdk/models/EInvoicing/V1/submit_document_data.rb +0 -216
@@ -1,763 +0,0 @@
1
- =begin
2
- #Avalara 1099 & W-9 API Definition
3
-
4
- ### 🔐 Authentication Generate a **license key** from: *[Avalara Portal](https://www.avalara.com/us/en/signin.html) → Settings → License and API Keys*. [More on authentication methods](https://developer.avalara.com/avatax-dm-combined-erp/common-setup/authentication/authentication-methods/) [Test your credentials](https://developer.avalara.com/avatax/test-credentials/) ## 📘 API & SDK Documentation [Avalara SDK (.NET) on GitHub](https://github.com/avadev/Avalara-SDK-DotNet#avalarasdk--the-unified-c-library-for-next-gen-avalara-services) [Code Examples – 1099 API](https://github.com/avadev/Avalara-SDK-DotNet/blob/main/docs/A1099/V2/Class1099IssuersApi.md#call1099issuersget)
5
-
6
-
7
- =end
8
-
9
- require 'date'
10
- require 'time'
11
-
12
- module AvalaraSdk::A1099::V2
13
- class Form1099RListItem
14
- # Gross distribution
15
- attr_accessor :gross_distribution
16
-
17
- # Taxable amount
18
- attr_accessor :taxable_amount
19
-
20
- # Taxable amount not determined
21
- attr_accessor :taxable_amount_not_determined
22
-
23
- # Total distribution
24
- attr_accessor :total_distribution_determined
25
-
26
- # Capital gain (included in Box 2a)
27
- attr_accessor :capital_gain
28
-
29
- # Federal income tax withheld
30
- attr_accessor :federal_income_tax_withheld
31
-
32
- # Employee contributions/Designated Roth contributions or insurance premiums
33
- attr_accessor :employee_contributions_or_designated_roth_or_insurance_premiums
34
-
35
- # Net unrealized appreciation in employer's securities
36
- attr_accessor :net_unrealized_appreciation_in_employer_securities
37
-
38
- # Distribution code
39
- attr_accessor :distribution_code
40
-
41
- # Second distribution code
42
- attr_accessor :second_distribution_code
43
-
44
- # IRA/SEP/SIMPLE
45
- attr_accessor :ira_sep_simple
46
-
47
- # Traditional IRA/SEP/SIMPLE or Roth conversion amount
48
- attr_accessor :traditional_ira_sep_simple_or_roth_conversion_amount
49
-
50
- # Other amount
51
- attr_accessor :other_amount
52
-
53
- # Other percentage
54
- attr_accessor :other_percentage
55
-
56
- # Total distribution percentage
57
- attr_accessor :total_distribution_percentage
58
-
59
- # Total employee contributions
60
- attr_accessor :total_employee_contributions
61
-
62
- # Amount allocable to IRR within 5 years
63
- attr_accessor :amount_allocable_to_irr_within5_years
64
-
65
- # First year of designated Roth contribution
66
- attr_accessor :first_year_of_designated_roth_contribution
67
-
68
- # FATCA filing requirement
69
- attr_accessor :fatca_filing_requirement
70
-
71
- # Date of payment
72
- attr_accessor :date_of_payment
73
-
74
- # Issuer Reference ID. One of `issuerReferenceId` or `issuerTin` is required.
75
- attr_accessor :issuer_reference_id
76
-
77
- # Issuer TIN. One of `issuerReferenceId` or `issuerTin` is required.
78
- attr_accessor :issuer_tin
79
-
80
- # Tax year
81
- attr_accessor :tax_year
82
-
83
- # Issuer ID
84
- attr_accessor :issuer_id
85
-
86
- # Reference ID
87
- attr_accessor :reference_id
88
-
89
- # Recipient Tax ID Number
90
- attr_accessor :recipient_tin
91
-
92
- # Recipient name
93
- attr_accessor :recipient_name
94
-
95
- # Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN
96
- attr_accessor :tin_type
97
-
98
- # Recipient second name
99
- attr_accessor :recipient_second_name
100
-
101
- # Address
102
- attr_accessor :address
103
-
104
- # Address line 2
105
- attr_accessor :address2
106
-
107
- # City
108
- attr_accessor :city
109
-
110
- # US state. Required if CountryCode is \"US\".
111
- attr_accessor :state
112
-
113
- # Zip/postal code
114
- attr_accessor :zip
115
-
116
- # Recipient email address
117
- attr_accessor :email
118
-
119
- # Account number
120
- attr_accessor :account_number
121
-
122
- # Office code
123
- attr_accessor :office_code
124
-
125
- # Foreign province
126
- attr_accessor :non_us_province
127
-
128
- # Country code, as defined at https://www.irs.gov/e-file-providers/country-codes
129
- attr_accessor :country_code
130
-
131
- # Boolean indicating that federal e-filing should be scheduled for this form
132
- attr_accessor :federal_e_file
133
-
134
- # Boolean indicating that postal mailing to the recipient should be scheduled for this form
135
- attr_accessor :postal_mail
136
-
137
- # Boolean indicating that state e-filing should be scheduled for this form
138
- attr_accessor :state_e_file
139
-
140
- # Boolean indicating that TIN Matching should be scheduled for this form
141
- attr_accessor :tin_match
142
-
143
- # Indicates whether the recipient has no TIN
144
- attr_accessor :no_tin
145
-
146
- # Second TIN notice in three years
147
- attr_accessor :second_tin_notice
148
-
149
- # Boolean indicating that address verification should be scheduled for this form
150
- attr_accessor :address_verification
151
-
152
- # State and local withholding information
153
- attr_accessor :state_and_local_withholding
154
-
155
- class EnumAttributeValidator
156
- attr_reader :datatype
157
- attr_reader :allowable_values
158
-
159
- def initialize(datatype, allowable_values)
160
- @allowable_values = allowable_values.map do |value|
161
- case datatype.to_s
162
- when /Integer/i
163
- value.to_i
164
- when /Float/i
165
- value.to_f
166
- else
167
- value
168
- end
169
- end
170
- end
171
-
172
- def valid?(value)
173
- !value || allowable_values.include?(value)
174
- end
175
- end
176
-
177
- # Attribute mapping from ruby-style variable name to JSON key.
178
- def self.attribute_map
179
- {
180
- :'gross_distribution' => :'grossDistribution',
181
- :'taxable_amount' => :'taxableAmount',
182
- :'taxable_amount_not_determined' => :'taxableAmountNotDetermined',
183
- :'total_distribution_determined' => :'totalDistributionDetermined',
184
- :'capital_gain' => :'capitalGain',
185
- :'federal_income_tax_withheld' => :'federalIncomeTaxWithheld',
186
- :'employee_contributions_or_designated_roth_or_insurance_premiums' => :'employeeContributionsOrDesignatedRothOrInsurancePremiums',
187
- :'net_unrealized_appreciation_in_employer_securities' => :'netUnrealizedAppreciationInEmployerSecurities',
188
- :'distribution_code' => :'distributionCode',
189
- :'second_distribution_code' => :'secondDistributionCode',
190
- :'ira_sep_simple' => :'iraSepSimple',
191
- :'traditional_ira_sep_simple_or_roth_conversion_amount' => :'traditionalIraSepSimpleOrRothConversionAmount',
192
- :'other_amount' => :'otherAmount',
193
- :'other_percentage' => :'otherPercentage',
194
- :'total_distribution_percentage' => :'totalDistributionPercentage',
195
- :'total_employee_contributions' => :'totalEmployeeContributions',
196
- :'amount_allocable_to_irr_within5_years' => :'amountAllocableToIrrWithin5Years',
197
- :'first_year_of_designated_roth_contribution' => :'firstYearOfDesignatedRothContribution',
198
- :'fatca_filing_requirement' => :'fatcaFilingRequirement',
199
- :'date_of_payment' => :'dateOfPayment',
200
- :'issuer_reference_id' => :'issuerReferenceId',
201
- :'issuer_tin' => :'issuerTin',
202
- :'tax_year' => :'taxYear',
203
- :'issuer_id' => :'issuerId',
204
- :'reference_id' => :'referenceId',
205
- :'recipient_tin' => :'recipientTin',
206
- :'recipient_name' => :'recipientName',
207
- :'tin_type' => :'tinType',
208
- :'recipient_second_name' => :'recipientSecondName',
209
- :'address' => :'address',
210
- :'address2' => :'address2',
211
- :'city' => :'city',
212
- :'state' => :'state',
213
- :'zip' => :'zip',
214
- :'email' => :'email',
215
- :'account_number' => :'accountNumber',
216
- :'office_code' => :'officeCode',
217
- :'non_us_province' => :'nonUsProvince',
218
- :'country_code' => :'countryCode',
219
- :'federal_e_file' => :'federalEFile',
220
- :'postal_mail' => :'postalMail',
221
- :'state_e_file' => :'stateEFile',
222
- :'tin_match' => :'tinMatch',
223
- :'no_tin' => :'noTin',
224
- :'second_tin_notice' => :'secondTinNotice',
225
- :'address_verification' => :'addressVerification',
226
- :'state_and_local_withholding' => :'stateAndLocalWithholding'
227
- }
228
- end
229
-
230
- # Returns all the JSON keys this model knows about
231
- def self.acceptable_attributes
232
- attribute_map.values
233
- end
234
-
235
- # Attribute type mapping.
236
- def self.openapi_types
237
- {
238
- :'gross_distribution' => :'Float',
239
- :'taxable_amount' => :'Float',
240
- :'taxable_amount_not_determined' => :'Boolean',
241
- :'total_distribution_determined' => :'Boolean',
242
- :'capital_gain' => :'Float',
243
- :'federal_income_tax_withheld' => :'Float',
244
- :'employee_contributions_or_designated_roth_or_insurance_premiums' => :'Float',
245
- :'net_unrealized_appreciation_in_employer_securities' => :'Float',
246
- :'distribution_code' => :'String',
247
- :'second_distribution_code' => :'String',
248
- :'ira_sep_simple' => :'Boolean',
249
- :'traditional_ira_sep_simple_or_roth_conversion_amount' => :'Float',
250
- :'other_amount' => :'Float',
251
- :'other_percentage' => :'String',
252
- :'total_distribution_percentage' => :'String',
253
- :'total_employee_contributions' => :'Float',
254
- :'amount_allocable_to_irr_within5_years' => :'Float',
255
- :'first_year_of_designated_roth_contribution' => :'Integer',
256
- :'fatca_filing_requirement' => :'Boolean',
257
- :'date_of_payment' => :'Time',
258
- :'issuer_reference_id' => :'String',
259
- :'issuer_tin' => :'String',
260
- :'tax_year' => :'Integer',
261
- :'issuer_id' => :'String',
262
- :'reference_id' => :'String',
263
- :'recipient_tin' => :'String',
264
- :'recipient_name' => :'String',
265
- :'tin_type' => :'String',
266
- :'recipient_second_name' => :'String',
267
- :'address' => :'String',
268
- :'address2' => :'String',
269
- :'city' => :'String',
270
- :'state' => :'String',
271
- :'zip' => :'String',
272
- :'email' => :'String',
273
- :'account_number' => :'String',
274
- :'office_code' => :'String',
275
- :'non_us_province' => :'String',
276
- :'country_code' => :'String',
277
- :'federal_e_file' => :'Boolean',
278
- :'postal_mail' => :'Boolean',
279
- :'state_e_file' => :'Boolean',
280
- :'tin_match' => :'Boolean',
281
- :'no_tin' => :'Boolean',
282
- :'second_tin_notice' => :'Boolean',
283
- :'address_verification' => :'Boolean',
284
- :'state_and_local_withholding' => :'StateAndLocalWithholdingRequest'
285
- }
286
- end
287
-
288
- # List of attributes with nullable: true
289
- def self.openapi_nullable
290
- Set.new([
291
- :'second_distribution_code',
292
- :'issuer_reference_id',
293
- :'issuer_tin',
294
- :'issuer_id',
295
- :'reference_id',
296
- :'recipient_tin',
297
- :'recipient_name',
298
- :'recipient_second_name',
299
- :'address',
300
- :'address2',
301
- :'city',
302
- :'state',
303
- :'zip',
304
- :'email',
305
- :'account_number',
306
- :'office_code',
307
- :'non_us_province',
308
- :'country_code',
309
- :'second_tin_notice',
310
- :'state_and_local_withholding'
311
- ])
312
- end
313
-
314
- # List of class defined in allOf (OpenAPI v3)
315
- def self.openapi_all_of
316
- [
317
- :'FormRequestListItemBase'
318
- ]
319
- end
320
-
321
- # Initializes the object
322
- # @param [Hash] attributes Model attributes in the form of hash
323
- def initialize(attributes = {})
324
- if (!attributes.is_a?(Hash))
325
- fail ArgumentError, "The input argument (attributes) must be a hash in `AvalaraSdk::A1099::V2::Form1099RListItem` initialize method"
326
- end
327
-
328
- # check to see if the attribute exists and convert string to symbol for hash key
329
- attributes = attributes.each_with_object({}) { |(k, v), h|
330
- if (!self.class.attribute_map.key?(k.to_sym))
331
- fail ArgumentError, "`#{k}` is not a valid attribute in `AvalaraSdk::A1099::V2::Form1099RListItem`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
332
- end
333
- h[k.to_sym] = v
334
- }
335
-
336
- if attributes.key?(:'gross_distribution')
337
- self.gross_distribution = attributes[:'gross_distribution']
338
- end
339
-
340
- if attributes.key?(:'taxable_amount')
341
- self.taxable_amount = attributes[:'taxable_amount']
342
- end
343
-
344
- if attributes.key?(:'taxable_amount_not_determined')
345
- self.taxable_amount_not_determined = attributes[:'taxable_amount_not_determined']
346
- end
347
-
348
- if attributes.key?(:'total_distribution_determined')
349
- self.total_distribution_determined = attributes[:'total_distribution_determined']
350
- end
351
-
352
- if attributes.key?(:'capital_gain')
353
- self.capital_gain = attributes[:'capital_gain']
354
- end
355
-
356
- if attributes.key?(:'federal_income_tax_withheld')
357
- self.federal_income_tax_withheld = attributes[:'federal_income_tax_withheld']
358
- end
359
-
360
- if attributes.key?(:'employee_contributions_or_designated_roth_or_insurance_premiums')
361
- self.employee_contributions_or_designated_roth_or_insurance_premiums = attributes[:'employee_contributions_or_designated_roth_or_insurance_premiums']
362
- end
363
-
364
- if attributes.key?(:'net_unrealized_appreciation_in_employer_securities')
365
- self.net_unrealized_appreciation_in_employer_securities = attributes[:'net_unrealized_appreciation_in_employer_securities']
366
- end
367
-
368
- if attributes.key?(:'distribution_code')
369
- self.distribution_code = attributes[:'distribution_code']
370
- end
371
-
372
- if attributes.key?(:'second_distribution_code')
373
- self.second_distribution_code = attributes[:'second_distribution_code']
374
- end
375
-
376
- if attributes.key?(:'ira_sep_simple')
377
- self.ira_sep_simple = attributes[:'ira_sep_simple']
378
- end
379
-
380
- if attributes.key?(:'traditional_ira_sep_simple_or_roth_conversion_amount')
381
- self.traditional_ira_sep_simple_or_roth_conversion_amount = attributes[:'traditional_ira_sep_simple_or_roth_conversion_amount']
382
- end
383
-
384
- if attributes.key?(:'other_amount')
385
- self.other_amount = attributes[:'other_amount']
386
- end
387
-
388
- if attributes.key?(:'other_percentage')
389
- self.other_percentage = attributes[:'other_percentage']
390
- end
391
-
392
- if attributes.key?(:'total_distribution_percentage')
393
- self.total_distribution_percentage = attributes[:'total_distribution_percentage']
394
- end
395
-
396
- if attributes.key?(:'total_employee_contributions')
397
- self.total_employee_contributions = attributes[:'total_employee_contributions']
398
- end
399
-
400
- if attributes.key?(:'amount_allocable_to_irr_within5_years')
401
- self.amount_allocable_to_irr_within5_years = attributes[:'amount_allocable_to_irr_within5_years']
402
- end
403
-
404
- if attributes.key?(:'first_year_of_designated_roth_contribution')
405
- self.first_year_of_designated_roth_contribution = attributes[:'first_year_of_designated_roth_contribution']
406
- end
407
-
408
- if attributes.key?(:'fatca_filing_requirement')
409
- self.fatca_filing_requirement = attributes[:'fatca_filing_requirement']
410
- end
411
-
412
- if attributes.key?(:'date_of_payment')
413
- self.date_of_payment = attributes[:'date_of_payment']
414
- end
415
-
416
- if attributes.key?(:'issuer_reference_id')
417
- self.issuer_reference_id = attributes[:'issuer_reference_id']
418
- end
419
-
420
- if attributes.key?(:'issuer_tin')
421
- self.issuer_tin = attributes[:'issuer_tin']
422
- end
423
-
424
- if attributes.key?(:'tax_year')
425
- self.tax_year = attributes[:'tax_year']
426
- else
427
- self.tax_year = nil
428
- end
429
-
430
- if attributes.key?(:'issuer_id')
431
- self.issuer_id = attributes[:'issuer_id']
432
- end
433
-
434
- if attributes.key?(:'reference_id')
435
- self.reference_id = attributes[:'reference_id']
436
- end
437
-
438
- if attributes.key?(:'recipient_tin')
439
- self.recipient_tin = attributes[:'recipient_tin']
440
- end
441
-
442
- if attributes.key?(:'recipient_name')
443
- self.recipient_name = attributes[:'recipient_name']
444
- end
445
-
446
- if attributes.key?(:'tin_type')
447
- self.tin_type = attributes[:'tin_type']
448
- end
449
-
450
- if attributes.key?(:'recipient_second_name')
451
- self.recipient_second_name = attributes[:'recipient_second_name']
452
- end
453
-
454
- if attributes.key?(:'address')
455
- self.address = attributes[:'address']
456
- end
457
-
458
- if attributes.key?(:'address2')
459
- self.address2 = attributes[:'address2']
460
- end
461
-
462
- if attributes.key?(:'city')
463
- self.city = attributes[:'city']
464
- end
465
-
466
- if attributes.key?(:'state')
467
- self.state = attributes[:'state']
468
- end
469
-
470
- if attributes.key?(:'zip')
471
- self.zip = attributes[:'zip']
472
- end
473
-
474
- if attributes.key?(:'email')
475
- self.email = attributes[:'email']
476
- end
477
-
478
- if attributes.key?(:'account_number')
479
- self.account_number = attributes[:'account_number']
480
- end
481
-
482
- if attributes.key?(:'office_code')
483
- self.office_code = attributes[:'office_code']
484
- end
485
-
486
- if attributes.key?(:'non_us_province')
487
- self.non_us_province = attributes[:'non_us_province']
488
- end
489
-
490
- if attributes.key?(:'country_code')
491
- self.country_code = attributes[:'country_code']
492
- end
493
-
494
- if attributes.key?(:'federal_e_file')
495
- self.federal_e_file = attributes[:'federal_e_file']
496
- end
497
-
498
- if attributes.key?(:'postal_mail')
499
- self.postal_mail = attributes[:'postal_mail']
500
- end
501
-
502
- if attributes.key?(:'state_e_file')
503
- self.state_e_file = attributes[:'state_e_file']
504
- end
505
-
506
- if attributes.key?(:'tin_match')
507
- self.tin_match = attributes[:'tin_match']
508
- end
509
-
510
- if attributes.key?(:'no_tin')
511
- self.no_tin = attributes[:'no_tin']
512
- end
513
-
514
- if attributes.key?(:'second_tin_notice')
515
- self.second_tin_notice = attributes[:'second_tin_notice']
516
- end
517
-
518
- if attributes.key?(:'address_verification')
519
- self.address_verification = attributes[:'address_verification']
520
- end
521
-
522
- if attributes.key?(:'state_and_local_withholding')
523
- self.state_and_local_withholding = attributes[:'state_and_local_withholding']
524
- end
525
- end
526
-
527
- # Show invalid properties with the reasons. Usually used together with valid?
528
- # @return Array for valid properties with the reasons
529
- def list_invalid_properties
530
- warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
531
- invalid_properties = Array.new
532
- if @tax_year.nil?
533
- invalid_properties.push('invalid value for "tax_year", tax_year cannot be nil.')
534
- end
535
-
536
- invalid_properties
537
- end
538
-
539
- # Check to see if the all the properties in the model are valid
540
- # @return true if the model is valid
541
- def valid?
542
- warn '[DEPRECATED] the `valid?` method is obsolete'
543
- distribution_code_validator = EnumAttributeValidator.new('String', ["1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M", "N", "P", "Q", "R", "S", "T", "U", "W"])
544
- return false unless distribution_code_validator.valid?(@distribution_code)
545
- second_distribution_code_validator = EnumAttributeValidator.new('String', ["EarlyDistributionNoException", "EarlyDistributionWithException", "Disability", "Death", "ProhibitedTransaction", "Section1035Exchange", "NormalDistribution", "ExcessContributionsCurrentYear", "CurrentLifeInsuranceProtectionCost", "TenYearTaxOption", "DesignatedRothDistribution", "ReportableDeathBenefits", "NonqualifiedAnnuityPayments", "EPCRSDistribution", "CharitableGiftAnnuity", "DirectRollover", "RothAccountToIRADirectRollover", "EarlyRothIRADistribution", "IRAAssetsNoFMV", "LoansDeemedDistributions", "QualifiedPlanLoanOffsets", "RecharacterizedIRANextYear", "ExcessContributionsPreviousYear", "QualifiedRothIRADistribution", "RecharacterizedIRAPreviousYear", "EarlySimpleIRADistribution", "RothIRADistributionException", "ESOPDistribution", "LongTermCareInsurance"])
546
- return false unless second_distribution_code_validator.valid?(@second_distribution_code)
547
- return false if @tax_year.nil?
548
- tin_type_validator = EnumAttributeValidator.new('String', ["EIN", "SSN", "ITIN", "ATIN"])
549
- return false unless tin_type_validator.valid?(@tin_type)
550
- true
551
- end
552
-
553
- # Custom attribute writer method checking allowed values (enum).
554
- # @param [Object] distribution_code Object to be assigned
555
- def distribution_code=(distribution_code)
556
- validator = EnumAttributeValidator.new('String', ["1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M", "N", "P", "Q", "R", "S", "T", "U", "W"])
557
- unless validator.valid?(distribution_code)
558
- fail ArgumentError, "invalid value for \"distribution_code\", must be one of #{validator.allowable_values}."
559
- end
560
- @distribution_code = distribution_code
561
- end
562
-
563
- # Custom attribute writer method checking allowed values (enum).
564
- # @param [Object] second_distribution_code Object to be assigned
565
- def second_distribution_code=(second_distribution_code)
566
- validator = EnumAttributeValidator.new('String', ["EarlyDistributionNoException", "EarlyDistributionWithException", "Disability", "Death", "ProhibitedTransaction", "Section1035Exchange", "NormalDistribution", "ExcessContributionsCurrentYear", "CurrentLifeInsuranceProtectionCost", "TenYearTaxOption", "DesignatedRothDistribution", "ReportableDeathBenefits", "NonqualifiedAnnuityPayments", "EPCRSDistribution", "CharitableGiftAnnuity", "DirectRollover", "RothAccountToIRADirectRollover", "EarlyRothIRADistribution", "IRAAssetsNoFMV", "LoansDeemedDistributions", "QualifiedPlanLoanOffsets", "RecharacterizedIRANextYear", "ExcessContributionsPreviousYear", "QualifiedRothIRADistribution", "RecharacterizedIRAPreviousYear", "EarlySimpleIRADistribution", "RothIRADistributionException", "ESOPDistribution", "LongTermCareInsurance"])
567
- unless validator.valid?(second_distribution_code)
568
- fail ArgumentError, "invalid value for \"second_distribution_code\", must be one of #{validator.allowable_values}."
569
- end
570
- @second_distribution_code = second_distribution_code
571
- end
572
-
573
- # Custom attribute writer method checking allowed values (enum).
574
- # @param [Object] tin_type Object to be assigned
575
- def tin_type=(tin_type)
576
- validator = EnumAttributeValidator.new('String', ["EIN", "SSN", "ITIN", "ATIN"])
577
- unless validator.valid?(tin_type)
578
- fail ArgumentError, "invalid value for \"tin_type\", must be one of #{validator.allowable_values}."
579
- end
580
- @tin_type = tin_type
581
- end
582
-
583
- # Checks equality by comparing each attribute.
584
- # @param [Object] Object to be compared
585
- def ==(o)
586
- return true if self.equal?(o)
587
- self.class == o.class &&
588
- gross_distribution == o.gross_distribution &&
589
- taxable_amount == o.taxable_amount &&
590
- taxable_amount_not_determined == o.taxable_amount_not_determined &&
591
- total_distribution_determined == o.total_distribution_determined &&
592
- capital_gain == o.capital_gain &&
593
- federal_income_tax_withheld == o.federal_income_tax_withheld &&
594
- employee_contributions_or_designated_roth_or_insurance_premiums == o.employee_contributions_or_designated_roth_or_insurance_premiums &&
595
- net_unrealized_appreciation_in_employer_securities == o.net_unrealized_appreciation_in_employer_securities &&
596
- distribution_code == o.distribution_code &&
597
- second_distribution_code == o.second_distribution_code &&
598
- ira_sep_simple == o.ira_sep_simple &&
599
- traditional_ira_sep_simple_or_roth_conversion_amount == o.traditional_ira_sep_simple_or_roth_conversion_amount &&
600
- other_amount == o.other_amount &&
601
- other_percentage == o.other_percentage &&
602
- total_distribution_percentage == o.total_distribution_percentage &&
603
- total_employee_contributions == o.total_employee_contributions &&
604
- amount_allocable_to_irr_within5_years == o.amount_allocable_to_irr_within5_years &&
605
- first_year_of_designated_roth_contribution == o.first_year_of_designated_roth_contribution &&
606
- fatca_filing_requirement == o.fatca_filing_requirement &&
607
- date_of_payment == o.date_of_payment &&
608
- issuer_reference_id == o.issuer_reference_id &&
609
- issuer_tin == o.issuer_tin &&
610
- tax_year == o.tax_year &&
611
- issuer_id == o.issuer_id &&
612
- reference_id == o.reference_id &&
613
- recipient_tin == o.recipient_tin &&
614
- recipient_name == o.recipient_name &&
615
- tin_type == o.tin_type &&
616
- recipient_second_name == o.recipient_second_name &&
617
- address == o.address &&
618
- address2 == o.address2 &&
619
- city == o.city &&
620
- state == o.state &&
621
- zip == o.zip &&
622
- email == o.email &&
623
- account_number == o.account_number &&
624
- office_code == o.office_code &&
625
- non_us_province == o.non_us_province &&
626
- country_code == o.country_code &&
627
- federal_e_file == o.federal_e_file &&
628
- postal_mail == o.postal_mail &&
629
- state_e_file == o.state_e_file &&
630
- tin_match == o.tin_match &&
631
- no_tin == o.no_tin &&
632
- second_tin_notice == o.second_tin_notice &&
633
- address_verification == o.address_verification &&
634
- state_and_local_withholding == o.state_and_local_withholding
635
- end
636
-
637
- # @see the `==` method
638
- # @param [Object] Object to be compared
639
- def eql?(o)
640
- self == o
641
- end
642
-
643
- # Calculates hash code according to all attributes.
644
- # @return [Integer] Hash code
645
- def hash
646
- [gross_distribution, taxable_amount, taxable_amount_not_determined, total_distribution_determined, capital_gain, federal_income_tax_withheld, employee_contributions_or_designated_roth_or_insurance_premiums, net_unrealized_appreciation_in_employer_securities, distribution_code, second_distribution_code, ira_sep_simple, traditional_ira_sep_simple_or_roth_conversion_amount, other_amount, other_percentage, total_distribution_percentage, total_employee_contributions, amount_allocable_to_irr_within5_years, first_year_of_designated_roth_contribution, fatca_filing_requirement, date_of_payment, issuer_reference_id, issuer_tin, tax_year, issuer_id, reference_id, recipient_tin, recipient_name, tin_type, recipient_second_name, address, address2, city, state, zip, email, account_number, office_code, non_us_province, country_code, federal_e_file, postal_mail, state_e_file, tin_match, no_tin, second_tin_notice, address_verification, state_and_local_withholding].hash
647
- end
648
-
649
- # Builds the object from hash
650
- # @param [Hash] attributes Model attributes in the form of hash
651
- # @return [Object] Returns the model itself
652
- def self.build_from_hash(attributes)
653
- return nil unless attributes.is_a?(Hash)
654
- attributes = attributes.transform_keys(&:to_sym)
655
- transformed_hash = {}
656
- openapi_types.each_pair do |key, type|
657
- if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
658
- transformed_hash["#{key}"] = nil
659
- elsif type =~ /\AArray<(.*)>/i
660
- # check to ensure the input is an array given that the attribute
661
- # is documented as an array but the input is not
662
- if attributes[attribute_map[key]].is_a?(Array)
663
- transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
664
- end
665
- elsif !attributes[attribute_map[key]].nil?
666
- transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
667
- end
668
- end
669
- new(transformed_hash)
670
- end
671
-
672
- # Deserializes the data based on type
673
- # @param string type Data type
674
- # @param string value Value to be deserialized
675
- # @return [Object] Deserialized data
676
- def self._deserialize(type, value)
677
- case type.to_sym
678
- when :Time
679
- Time.parse(value)
680
- when :Date
681
- Date.parse(value)
682
- when :String
683
- value.to_s
684
- when :Integer
685
- value.to_i
686
- when :Float
687
- value.to_f
688
- when :Boolean
689
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
690
- true
691
- else
692
- false
693
- end
694
- when :Object
695
- # generic object (usually a Hash), return directly
696
- value
697
- when /\AArray<(?<inner_type>.+)>\z/
698
- inner_type = Regexp.last_match[:inner_type]
699
- value.map { |v| _deserialize(inner_type, v) }
700
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
701
- k_type = Regexp.last_match[:k_type]
702
- v_type = Regexp.last_match[:v_type]
703
- {}.tap do |hash|
704
- value.each do |k, v|
705
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
706
- end
707
- end
708
- else # model
709
- # models (e.g. Pet) or oneOf
710
- klass = AvalaraSdk::A1099::V2.const_get(type)
711
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
712
- end
713
- end
714
-
715
- # Returns the string representation of the object
716
- # @return [String] String presentation of the object
717
- def to_s
718
- to_hash.to_s
719
- end
720
-
721
- # to_body is an alias to to_hash (backward compatibility)
722
- # @return [Hash] Returns the object in the form of hash
723
- def to_body
724
- to_hash
725
- end
726
-
727
- # Returns the object in the form of hash
728
- # @return [Hash] Returns the object in the form of hash
729
- def to_hash
730
- hash = {}
731
- self.class.attribute_map.each_pair do |attr, param|
732
- value = self.send(attr)
733
- if value.nil?
734
- is_nullable = self.class.openapi_nullable.include?(attr)
735
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
736
- end
737
-
738
- hash[param] = _to_hash(value)
739
- end
740
- hash
741
- end
742
-
743
- # Outputs non-array value in the form of hash
744
- # For object, use to_hash. Otherwise, just return the value
745
- # @param [Object] value Any valid value
746
- # @return [Hash] Returns the value in the form of hash
747
- def _to_hash(value)
748
- if value.is_a?(Array)
749
- value.compact.map { |v| _to_hash(v) }
750
- elsif value.is_a?(Hash)
751
- {}.tap do |hash|
752
- value.each { |k, v| hash[k] = _to_hash(v) }
753
- end
754
- elsif value.respond_to? :to_hash
755
- value.to_hash
756
- else
757
- value
758
- end
759
- end
760
-
761
- end
762
-
763
- end