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,980 +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 Form1042SListItemResponse
14
- # Unique form identifier
15
- attr_accessor :unique_form_id
16
-
17
- # No TIN indicator
18
- attr_accessor :no_tin
19
-
20
- # Recipient's date of birth
21
- attr_accessor :recipient_date_of_birth
22
-
23
- # Recipient's GIIN (Global Intermediary Identification Number)
24
- attr_accessor :recipient_giin
25
-
26
- # Recipient's foreign TIN
27
- attr_accessor :recipient_foreign_tin
28
-
29
- # Limitation on benefits code
30
- attr_accessor :lob_code
31
-
32
- # Income code
33
- attr_accessor :income_code
34
-
35
- # Gross income
36
- attr_accessor :gross_income
37
-
38
- # Withholding indicator
39
- attr_accessor :withholding_indicator
40
-
41
- # Country code
42
- attr_accessor :tax_country_code
43
-
44
- # Exemption code (Chapter 3)
45
- attr_accessor :exemption_code_chap3
46
-
47
- # Exemption code (Chapter 4)
48
- attr_accessor :exemption_code_chap4
49
-
50
- # Tax rate (Chapter 3)
51
- attr_accessor :tax_rate_chap3
52
-
53
- # Withholding allowance
54
- attr_accessor :withholding_allowance
55
-
56
- # Federal tax withheld
57
- attr_accessor :federal_tax_withheld
58
-
59
- # Tax not deposited indicator
60
- attr_accessor :tax_not_deposited_indicator
61
-
62
- # Academic indicator
63
- attr_accessor :academic_indicator
64
-
65
- # Tax withheld by other agents
66
- attr_accessor :tax_withheld_other_agents
67
-
68
- # Amount repaid to recipient
69
- attr_accessor :amount_repaid
70
-
71
- # Tax paid by withholding agent
72
- attr_accessor :tax_paid_agent
73
-
74
- # Chapter 3 status code
75
- attr_accessor :chap3_status_code
76
-
77
- # Chapter 4 status code
78
- attr_accessor :chap4_status_code
79
-
80
- # Primary withholding agent information
81
- attr_accessor :primary_withholding_agent
82
-
83
- # Intermediary or flow-through entity information
84
- attr_accessor :intermediary_or_flow_through
85
-
86
- # ID of the form
87
- attr_accessor :id
88
-
89
- # Type of the form. Will be one of: * 940 * 941 * 943 * 944 * 945 * 1042 * 1042-S * 1095-B * 1095-C * 1097-BTC * 1098 * 1098-C * 1098-E * 1098-Q * 1098-T * 3921 * 3922 * 5498 * 5498-ESA * 5498-SA * 1099-MISC * 1099-A * 1099-B * 1099-C * 1099-CAP * 1099-DIV * 1099-G * 1099-INT * 1099-K * 1099-LS * 1099-LTC * 1099-NEC * 1099-OID * 1099-PATR * 1099-Q * 1099-R * 1099-S * 1099-SA * T4A * W-2 * W-2G * 1099-HC
90
- attr_accessor :type
91
-
92
- # Issuer ID
93
- attr_accessor :issuer_id
94
-
95
- # Issuer Reference ID
96
- attr_accessor :issuer_reference_id
97
-
98
- # Issuer TIN
99
- attr_accessor :issuer_tin
100
-
101
- # Tax year
102
- attr_accessor :tax_year
103
-
104
- # Boolean indicating that federal e-filing has been scheduled for this form
105
- attr_accessor :federal_efile
106
-
107
- # Federal e-file status
108
- attr_accessor :federal_efile_status
109
-
110
- # Boolean indicating that state e-filing has been scheduled for this form
111
- attr_accessor :state_efile
112
-
113
- # State e-file status
114
- attr_accessor :state_efile_status
115
-
116
- # Boolean indicating that postal mailing to the recipient has been scheduled for this form
117
- attr_accessor :postal_mail
118
-
119
- # Postal mail to recipient status
120
- attr_accessor :postal_mail_status
121
-
122
- # Boolean indicating that TIN Matching has been scheduled for this form
123
- attr_accessor :tin_match
124
-
125
- # TIN Match status
126
- attr_accessor :tin_match_status
127
-
128
- # Boolean indicating that address verification has been scheduled for this form
129
- attr_accessor :address_verification
130
-
131
- # Address verification status
132
- attr_accessor :address_verification_status
133
-
134
- # EDelivery status
135
- attr_accessor :e_delivery_status
136
-
137
- # Reference ID
138
- attr_accessor :reference_id
139
-
140
- # Recipient email address
141
- attr_accessor :email
142
-
143
- # Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN
144
- attr_accessor :tin_type
145
-
146
- # Recipient Tax ID Number
147
- attr_accessor :tin
148
-
149
- # Second Tin Notice
150
- attr_accessor :second_tin_notice
151
-
152
- # Recipient name
153
- attr_accessor :recipient_name
154
-
155
- # Recipient second name
156
- attr_accessor :recipient_second_name
157
-
158
- # Address
159
- attr_accessor :address
160
-
161
- # Address line 2
162
- attr_accessor :address2
163
-
164
- # City
165
- attr_accessor :city
166
-
167
- # US state
168
- attr_accessor :state
169
-
170
- # Zip/postal code
171
- attr_accessor :zip
172
-
173
- # Foreign province
174
- attr_accessor :non_us_province
175
-
176
- # Country code, as defined at https://www.irs.gov/e-file-providers/country-codes
177
- attr_accessor :country_code
178
-
179
- # Account Number
180
- attr_accessor :account_number
181
-
182
- # Office Code
183
- attr_accessor :office_code
184
-
185
- # FATCA filing requirement
186
- attr_accessor :fatca_filing_requirement
187
-
188
- # Validation errors
189
- attr_accessor :validation_errors
190
-
191
- # Creation time
192
- attr_accessor :created_at
193
-
194
- # Update time
195
- attr_accessor :updated_at
196
-
197
- attr_accessor :state_and_local_withholding
198
-
199
- # Attribute mapping from ruby-style variable name to JSON key.
200
- def self.attribute_map
201
- {
202
- :'unique_form_id' => :'uniqueFormId',
203
- :'no_tin' => :'noTin',
204
- :'recipient_date_of_birth' => :'recipientDateOfBirth',
205
- :'recipient_giin' => :'recipientGiin',
206
- :'recipient_foreign_tin' => :'recipientForeignTin',
207
- :'lob_code' => :'lobCode',
208
- :'income_code' => :'incomeCode',
209
- :'gross_income' => :'grossIncome',
210
- :'withholding_indicator' => :'withholdingIndicator',
211
- :'tax_country_code' => :'taxCountryCode',
212
- :'exemption_code_chap3' => :'exemptionCodeChap3',
213
- :'exemption_code_chap4' => :'exemptionCodeChap4',
214
- :'tax_rate_chap3' => :'taxRateChap3',
215
- :'withholding_allowance' => :'withholdingAllowance',
216
- :'federal_tax_withheld' => :'federalTaxWithheld',
217
- :'tax_not_deposited_indicator' => :'taxNotDepositedIndicator',
218
- :'academic_indicator' => :'academicIndicator',
219
- :'tax_withheld_other_agents' => :'taxWithheldOtherAgents',
220
- :'amount_repaid' => :'amountRepaid',
221
- :'tax_paid_agent' => :'taxPaidAgent',
222
- :'chap3_status_code' => :'chap3StatusCode',
223
- :'chap4_status_code' => :'chap4StatusCode',
224
- :'primary_withholding_agent' => :'primaryWithholdingAgent',
225
- :'intermediary_or_flow_through' => :'intermediaryOrFlowThrough',
226
- :'id' => :'id',
227
- :'type' => :'type',
228
- :'issuer_id' => :'issuerId',
229
- :'issuer_reference_id' => :'issuerReferenceId',
230
- :'issuer_tin' => :'issuerTin',
231
- :'tax_year' => :'taxYear',
232
- :'federal_efile' => :'federalEfile',
233
- :'federal_efile_status' => :'federalEfileStatus',
234
- :'state_efile' => :'stateEfile',
235
- :'state_efile_status' => :'stateEfileStatus',
236
- :'postal_mail' => :'postalMail',
237
- :'postal_mail_status' => :'postalMailStatus',
238
- :'tin_match' => :'tinMatch',
239
- :'tin_match_status' => :'tinMatchStatus',
240
- :'address_verification' => :'addressVerification',
241
- :'address_verification_status' => :'addressVerificationStatus',
242
- :'e_delivery_status' => :'eDeliveryStatus',
243
- :'reference_id' => :'referenceId',
244
- :'email' => :'email',
245
- :'tin_type' => :'tinType',
246
- :'tin' => :'tin',
247
- :'second_tin_notice' => :'secondTinNotice',
248
- :'recipient_name' => :'recipientName',
249
- :'recipient_second_name' => :'recipientSecondName',
250
- :'address' => :'address',
251
- :'address2' => :'address2',
252
- :'city' => :'city',
253
- :'state' => :'state',
254
- :'zip' => :'zip',
255
- :'non_us_province' => :'nonUsProvince',
256
- :'country_code' => :'countryCode',
257
- :'account_number' => :'accountNumber',
258
- :'office_code' => :'officeCode',
259
- :'fatca_filing_requirement' => :'fatcaFilingRequirement',
260
- :'validation_errors' => :'validationErrors',
261
- :'created_at' => :'createdAt',
262
- :'updated_at' => :'updatedAt',
263
- :'state_and_local_withholding' => :'stateAndLocalWithholding'
264
- }
265
- end
266
-
267
- # Returns all the JSON keys this model knows about
268
- def self.acceptable_attributes
269
- attribute_map.values
270
- end
271
-
272
- # Attribute type mapping.
273
- def self.openapi_types
274
- {
275
- :'unique_form_id' => :'String',
276
- :'no_tin' => :'Boolean',
277
- :'recipient_date_of_birth' => :'Time',
278
- :'recipient_giin' => :'String',
279
- :'recipient_foreign_tin' => :'String',
280
- :'lob_code' => :'String',
281
- :'income_code' => :'String',
282
- :'gross_income' => :'Float',
283
- :'withholding_indicator' => :'String',
284
- :'tax_country_code' => :'String',
285
- :'exemption_code_chap3' => :'String',
286
- :'exemption_code_chap4' => :'String',
287
- :'tax_rate_chap3' => :'String',
288
- :'withholding_allowance' => :'Float',
289
- :'federal_tax_withheld' => :'Float',
290
- :'tax_not_deposited_indicator' => :'Boolean',
291
- :'academic_indicator' => :'Boolean',
292
- :'tax_withheld_other_agents' => :'Float',
293
- :'amount_repaid' => :'Float',
294
- :'tax_paid_agent' => :'Float',
295
- :'chap3_status_code' => :'String',
296
- :'chap4_status_code' => :'String',
297
- :'primary_withholding_agent' => :'PrimaryWithholdingAgentResponse',
298
- :'intermediary_or_flow_through' => :'IntermediaryOrFlowThroughResponse',
299
- :'id' => :'String',
300
- :'type' => :'String',
301
- :'issuer_id' => :'Integer',
302
- :'issuer_reference_id' => :'String',
303
- :'issuer_tin' => :'String',
304
- :'tax_year' => :'Integer',
305
- :'federal_efile' => :'Boolean',
306
- :'federal_efile_status' => :'StatusDetail',
307
- :'state_efile' => :'Boolean',
308
- :'state_efile_status' => :'Array<StateEfileStatusDetailResponse>',
309
- :'postal_mail' => :'Boolean',
310
- :'postal_mail_status' => :'StatusDetail',
311
- :'tin_match' => :'Boolean',
312
- :'tin_match_status' => :'StatusDetail',
313
- :'address_verification' => :'Boolean',
314
- :'address_verification_status' => :'StatusDetail',
315
- :'e_delivery_status' => :'StatusDetail',
316
- :'reference_id' => :'String',
317
- :'email' => :'String',
318
- :'tin_type' => :'String',
319
- :'tin' => :'String',
320
- :'second_tin_notice' => :'Boolean',
321
- :'recipient_name' => :'String',
322
- :'recipient_second_name' => :'String',
323
- :'address' => :'String',
324
- :'address2' => :'String',
325
- :'city' => :'String',
326
- :'state' => :'String',
327
- :'zip' => :'String',
328
- :'non_us_province' => :'String',
329
- :'country_code' => :'String',
330
- :'account_number' => :'String',
331
- :'office_code' => :'String',
332
- :'fatca_filing_requirement' => :'Boolean',
333
- :'validation_errors' => :'Array<ValidationErrorResponse>',
334
- :'created_at' => :'Time',
335
- :'updated_at' => :'Time',
336
- :'state_and_local_withholding' => :'StateAndLocalWithholdingResponse'
337
- }
338
- end
339
-
340
- # List of attributes with nullable: true
341
- def self.openapi_nullable
342
- Set.new([
343
- :'no_tin',
344
- :'recipient_date_of_birth',
345
- :'recipient_giin',
346
- :'recipient_foreign_tin',
347
- :'lob_code',
348
- :'exemption_code_chap3',
349
- :'exemption_code_chap4',
350
- :'tax_rate_chap3',
351
- :'withholding_allowance',
352
- :'federal_tax_withheld',
353
- :'tax_not_deposited_indicator',
354
- :'academic_indicator',
355
- :'tax_withheld_other_agents',
356
- :'amount_repaid',
357
- :'tax_paid_agent',
358
- :'chap3_status_code',
359
- :'chap4_status_code',
360
- :'issuer_reference_id',
361
- :'issuer_tin',
362
- :'state_efile_status',
363
- :'postal_mail_status',
364
- :'tin_match_status',
365
- :'address_verification_status',
366
- :'e_delivery_status',
367
- :'reference_id',
368
- :'email',
369
- :'tin_type',
370
- :'tin',
371
- :'second_tin_notice',
372
- :'recipient_name',
373
- :'recipient_second_name',
374
- :'address',
375
- :'address2',
376
- :'city',
377
- :'state',
378
- :'zip',
379
- :'non_us_province',
380
- :'country_code',
381
- :'account_number',
382
- :'office_code',
383
- :'fatca_filing_requirement',
384
- :'validation_errors',
385
- :'state_and_local_withholding'
386
- ])
387
- end
388
-
389
- # List of class defined in allOf (OpenAPI v3)
390
- def self.openapi_all_of
391
- [
392
- :'Form1099BaseResponse'
393
- ]
394
- end
395
-
396
- # Initializes the object
397
- # @param [Hash] attributes Model attributes in the form of hash
398
- def initialize(attributes = {})
399
- if (!attributes.is_a?(Hash))
400
- fail ArgumentError, "The input argument (attributes) must be a hash in `AvalaraSdk::A1099::V2::Form1042SListItemResponse` initialize method"
401
- end
402
-
403
- # check to see if the attribute exists and convert string to symbol for hash key
404
- attributes = attributes.each_with_object({}) { |(k, v), h|
405
- if (!self.class.attribute_map.key?(k.to_sym))
406
- fail ArgumentError, "`#{k}` is not a valid attribute in `AvalaraSdk::A1099::V2::Form1042SListItemResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
407
- end
408
- h[k.to_sym] = v
409
- }
410
-
411
- if attributes.key?(:'unique_form_id')
412
- self.unique_form_id = attributes[:'unique_form_id']
413
- end
414
-
415
- if attributes.key?(:'no_tin')
416
- self.no_tin = attributes[:'no_tin']
417
- end
418
-
419
- if attributes.key?(:'recipient_date_of_birth')
420
- self.recipient_date_of_birth = attributes[:'recipient_date_of_birth']
421
- end
422
-
423
- if attributes.key?(:'recipient_giin')
424
- self.recipient_giin = attributes[:'recipient_giin']
425
- end
426
-
427
- if attributes.key?(:'recipient_foreign_tin')
428
- self.recipient_foreign_tin = attributes[:'recipient_foreign_tin']
429
- end
430
-
431
- if attributes.key?(:'lob_code')
432
- self.lob_code = attributes[:'lob_code']
433
- end
434
-
435
- if attributes.key?(:'income_code')
436
- self.income_code = attributes[:'income_code']
437
- end
438
-
439
- if attributes.key?(:'gross_income')
440
- self.gross_income = attributes[:'gross_income']
441
- end
442
-
443
- if attributes.key?(:'withholding_indicator')
444
- self.withholding_indicator = attributes[:'withholding_indicator']
445
- end
446
-
447
- if attributes.key?(:'tax_country_code')
448
- self.tax_country_code = attributes[:'tax_country_code']
449
- end
450
-
451
- if attributes.key?(:'exemption_code_chap3')
452
- self.exemption_code_chap3 = attributes[:'exemption_code_chap3']
453
- end
454
-
455
- if attributes.key?(:'exemption_code_chap4')
456
- self.exemption_code_chap4 = attributes[:'exemption_code_chap4']
457
- end
458
-
459
- if attributes.key?(:'tax_rate_chap3')
460
- self.tax_rate_chap3 = attributes[:'tax_rate_chap3']
461
- end
462
-
463
- if attributes.key?(:'withholding_allowance')
464
- self.withholding_allowance = attributes[:'withholding_allowance']
465
- end
466
-
467
- if attributes.key?(:'federal_tax_withheld')
468
- self.federal_tax_withheld = attributes[:'federal_tax_withheld']
469
- end
470
-
471
- if attributes.key?(:'tax_not_deposited_indicator')
472
- self.tax_not_deposited_indicator = attributes[:'tax_not_deposited_indicator']
473
- end
474
-
475
- if attributes.key?(:'academic_indicator')
476
- self.academic_indicator = attributes[:'academic_indicator']
477
- end
478
-
479
- if attributes.key?(:'tax_withheld_other_agents')
480
- self.tax_withheld_other_agents = attributes[:'tax_withheld_other_agents']
481
- end
482
-
483
- if attributes.key?(:'amount_repaid')
484
- self.amount_repaid = attributes[:'amount_repaid']
485
- end
486
-
487
- if attributes.key?(:'tax_paid_agent')
488
- self.tax_paid_agent = attributes[:'tax_paid_agent']
489
- end
490
-
491
- if attributes.key?(:'chap3_status_code')
492
- self.chap3_status_code = attributes[:'chap3_status_code']
493
- end
494
-
495
- if attributes.key?(:'chap4_status_code')
496
- self.chap4_status_code = attributes[:'chap4_status_code']
497
- end
498
-
499
- if attributes.key?(:'primary_withholding_agent')
500
- self.primary_withholding_agent = attributes[:'primary_withholding_agent']
501
- end
502
-
503
- if attributes.key?(:'intermediary_or_flow_through')
504
- self.intermediary_or_flow_through = attributes[:'intermediary_or_flow_through']
505
- end
506
-
507
- if attributes.key?(:'id')
508
- self.id = attributes[:'id']
509
- else
510
- self.id = nil
511
- end
512
-
513
- if attributes.key?(:'type')
514
- self.type = attributes[:'type']
515
- else
516
- self.type = nil
517
- end
518
-
519
- if attributes.key?(:'issuer_id')
520
- self.issuer_id = attributes[:'issuer_id']
521
- else
522
- self.issuer_id = nil
523
- end
524
-
525
- if attributes.key?(:'issuer_reference_id')
526
- self.issuer_reference_id = attributes[:'issuer_reference_id']
527
- end
528
-
529
- if attributes.key?(:'issuer_tin')
530
- self.issuer_tin = attributes[:'issuer_tin']
531
- end
532
-
533
- if attributes.key?(:'tax_year')
534
- self.tax_year = attributes[:'tax_year']
535
- end
536
-
537
- if attributes.key?(:'federal_efile')
538
- self.federal_efile = attributes[:'federal_efile']
539
- else
540
- self.federal_efile = nil
541
- end
542
-
543
- if attributes.key?(:'federal_efile_status')
544
- self.federal_efile_status = attributes[:'federal_efile_status']
545
- end
546
-
547
- if attributes.key?(:'state_efile')
548
- self.state_efile = attributes[:'state_efile']
549
- else
550
- self.state_efile = nil
551
- end
552
-
553
- if attributes.key?(:'state_efile_status')
554
- if (value = attributes[:'state_efile_status']).is_a?(Array)
555
- self.state_efile_status = value
556
- end
557
- end
558
-
559
- if attributes.key?(:'postal_mail')
560
- self.postal_mail = attributes[:'postal_mail']
561
- else
562
- self.postal_mail = nil
563
- end
564
-
565
- if attributes.key?(:'postal_mail_status')
566
- self.postal_mail_status = attributes[:'postal_mail_status']
567
- end
568
-
569
- if attributes.key?(:'tin_match')
570
- self.tin_match = attributes[:'tin_match']
571
- else
572
- self.tin_match = nil
573
- end
574
-
575
- if attributes.key?(:'tin_match_status')
576
- self.tin_match_status = attributes[:'tin_match_status']
577
- end
578
-
579
- if attributes.key?(:'address_verification')
580
- self.address_verification = attributes[:'address_verification']
581
- else
582
- self.address_verification = nil
583
- end
584
-
585
- if attributes.key?(:'address_verification_status')
586
- self.address_verification_status = attributes[:'address_verification_status']
587
- end
588
-
589
- if attributes.key?(:'e_delivery_status')
590
- self.e_delivery_status = attributes[:'e_delivery_status']
591
- end
592
-
593
- if attributes.key?(:'reference_id')
594
- self.reference_id = attributes[:'reference_id']
595
- end
596
-
597
- if attributes.key?(:'email')
598
- self.email = attributes[:'email']
599
- end
600
-
601
- if attributes.key?(:'tin_type')
602
- self.tin_type = attributes[:'tin_type']
603
- end
604
-
605
- if attributes.key?(:'tin')
606
- self.tin = attributes[:'tin']
607
- end
608
-
609
- if attributes.key?(:'second_tin_notice')
610
- self.second_tin_notice = attributes[:'second_tin_notice']
611
- end
612
-
613
- if attributes.key?(:'recipient_name')
614
- self.recipient_name = attributes[:'recipient_name']
615
- end
616
-
617
- if attributes.key?(:'recipient_second_name')
618
- self.recipient_second_name = attributes[:'recipient_second_name']
619
- end
620
-
621
- if attributes.key?(:'address')
622
- self.address = attributes[:'address']
623
- end
624
-
625
- if attributes.key?(:'address2')
626
- self.address2 = attributes[:'address2']
627
- end
628
-
629
- if attributes.key?(:'city')
630
- self.city = attributes[:'city']
631
- end
632
-
633
- if attributes.key?(:'state')
634
- self.state = attributes[:'state']
635
- end
636
-
637
- if attributes.key?(:'zip')
638
- self.zip = attributes[:'zip']
639
- end
640
-
641
- if attributes.key?(:'non_us_province')
642
- self.non_us_province = attributes[:'non_us_province']
643
- end
644
-
645
- if attributes.key?(:'country_code')
646
- self.country_code = attributes[:'country_code']
647
- end
648
-
649
- if attributes.key?(:'account_number')
650
- self.account_number = attributes[:'account_number']
651
- end
652
-
653
- if attributes.key?(:'office_code')
654
- self.office_code = attributes[:'office_code']
655
- end
656
-
657
- if attributes.key?(:'fatca_filing_requirement')
658
- self.fatca_filing_requirement = attributes[:'fatca_filing_requirement']
659
- end
660
-
661
- if attributes.key?(:'validation_errors')
662
- if (value = attributes[:'validation_errors']).is_a?(Array)
663
- self.validation_errors = value
664
- end
665
- end
666
-
667
- if attributes.key?(:'created_at')
668
- self.created_at = attributes[:'created_at']
669
- end
670
-
671
- if attributes.key?(:'updated_at')
672
- self.updated_at = attributes[:'updated_at']
673
- end
674
-
675
- if attributes.key?(:'state_and_local_withholding')
676
- self.state_and_local_withholding = attributes[:'state_and_local_withholding']
677
- end
678
- end
679
-
680
- # Show invalid properties with the reasons. Usually used together with valid?
681
- # @return Array for valid properties with the reasons
682
- def list_invalid_properties
683
- warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
684
- invalid_properties = Array.new
685
- if @id.nil?
686
- invalid_properties.push('invalid value for "id", id cannot be nil.')
687
- end
688
-
689
- if @id.to_s.length < 1
690
- invalid_properties.push('invalid value for "id", the character length must be great than or equal to 1.')
691
- end
692
-
693
- if @type.nil?
694
- invalid_properties.push('invalid value for "type", type cannot be nil.')
695
- end
696
-
697
- if @type.to_s.length < 1
698
- invalid_properties.push('invalid value for "type", the character length must be great than or equal to 1.')
699
- end
700
-
701
- if @issuer_id.nil?
702
- invalid_properties.push('invalid value for "issuer_id", issuer_id cannot be nil.')
703
- end
704
-
705
- if @federal_efile.nil?
706
- invalid_properties.push('invalid value for "federal_efile", federal_efile cannot be nil.')
707
- end
708
-
709
- if @state_efile.nil?
710
- invalid_properties.push('invalid value for "state_efile", state_efile cannot be nil.')
711
- end
712
-
713
- if @postal_mail.nil?
714
- invalid_properties.push('invalid value for "postal_mail", postal_mail cannot be nil.')
715
- end
716
-
717
- if @tin_match.nil?
718
- invalid_properties.push('invalid value for "tin_match", tin_match cannot be nil.')
719
- end
720
-
721
- if @address_verification.nil?
722
- invalid_properties.push('invalid value for "address_verification", address_verification cannot be nil.')
723
- end
724
-
725
- invalid_properties
726
- end
727
-
728
- # Check to see if the all the properties in the model are valid
729
- # @return true if the model is valid
730
- def valid?
731
- warn '[DEPRECATED] the `valid?` method is obsolete'
732
- return false if @id.nil?
733
- return false if @id.to_s.length < 1
734
- return false if @type.nil?
735
- return false if @type.to_s.length < 1
736
- return false if @issuer_id.nil?
737
- return false if @federal_efile.nil?
738
- return false if @state_efile.nil?
739
- return false if @postal_mail.nil?
740
- return false if @tin_match.nil?
741
- return false if @address_verification.nil?
742
- true
743
- end
744
-
745
- # Custom attribute writer method with validation
746
- # @param [Object] id Value to be assigned
747
- def id=(id)
748
- if id.nil?
749
- fail ArgumentError, 'id cannot be nil'
750
- end
751
-
752
- if id.to_s.length < 1
753
- fail ArgumentError, 'invalid value for "id", the character length must be great than or equal to 1.'
754
- end
755
-
756
- @id = id
757
- end
758
-
759
- # Custom attribute writer method with validation
760
- # @param [Object] type Value to be assigned
761
- def type=(type)
762
- if type.nil?
763
- fail ArgumentError, 'type cannot be nil'
764
- end
765
-
766
- if type.to_s.length < 1
767
- fail ArgumentError, 'invalid value for "type", the character length must be great than or equal to 1.'
768
- end
769
-
770
- @type = type
771
- end
772
-
773
- # Custom attribute writer method with validation
774
- # @param [Object] state_efile_status Value to be assigned
775
- def state_efile_status=(state_efile_status)
776
- @state_efile_status = state_efile_status
777
- end
778
-
779
- # Custom attribute writer method with validation
780
- # @param [Object] validation_errors Value to be assigned
781
- def validation_errors=(validation_errors)
782
- @validation_errors = validation_errors
783
- end
784
-
785
- # Checks equality by comparing each attribute.
786
- # @param [Object] Object to be compared
787
- def ==(o)
788
- return true if self.equal?(o)
789
- self.class == o.class &&
790
- unique_form_id == o.unique_form_id &&
791
- no_tin == o.no_tin &&
792
- recipient_date_of_birth == o.recipient_date_of_birth &&
793
- recipient_giin == o.recipient_giin &&
794
- recipient_foreign_tin == o.recipient_foreign_tin &&
795
- lob_code == o.lob_code &&
796
- income_code == o.income_code &&
797
- gross_income == o.gross_income &&
798
- withholding_indicator == o.withholding_indicator &&
799
- tax_country_code == o.tax_country_code &&
800
- exemption_code_chap3 == o.exemption_code_chap3 &&
801
- exemption_code_chap4 == o.exemption_code_chap4 &&
802
- tax_rate_chap3 == o.tax_rate_chap3 &&
803
- withholding_allowance == o.withholding_allowance &&
804
- federal_tax_withheld == o.federal_tax_withheld &&
805
- tax_not_deposited_indicator == o.tax_not_deposited_indicator &&
806
- academic_indicator == o.academic_indicator &&
807
- tax_withheld_other_agents == o.tax_withheld_other_agents &&
808
- amount_repaid == o.amount_repaid &&
809
- tax_paid_agent == o.tax_paid_agent &&
810
- chap3_status_code == o.chap3_status_code &&
811
- chap4_status_code == o.chap4_status_code &&
812
- primary_withholding_agent == o.primary_withholding_agent &&
813
- intermediary_or_flow_through == o.intermediary_or_flow_through &&
814
- id == o.id &&
815
- type == o.type &&
816
- issuer_id == o.issuer_id &&
817
- issuer_reference_id == o.issuer_reference_id &&
818
- issuer_tin == o.issuer_tin &&
819
- tax_year == o.tax_year &&
820
- federal_efile == o.federal_efile &&
821
- federal_efile_status == o.federal_efile_status &&
822
- state_efile == o.state_efile &&
823
- state_efile_status == o.state_efile_status &&
824
- postal_mail == o.postal_mail &&
825
- postal_mail_status == o.postal_mail_status &&
826
- tin_match == o.tin_match &&
827
- tin_match_status == o.tin_match_status &&
828
- address_verification == o.address_verification &&
829
- address_verification_status == o.address_verification_status &&
830
- e_delivery_status == o.e_delivery_status &&
831
- reference_id == o.reference_id &&
832
- email == o.email &&
833
- tin_type == o.tin_type &&
834
- tin == o.tin &&
835
- second_tin_notice == o.second_tin_notice &&
836
- recipient_name == o.recipient_name &&
837
- recipient_second_name == o.recipient_second_name &&
838
- address == o.address &&
839
- address2 == o.address2 &&
840
- city == o.city &&
841
- state == o.state &&
842
- zip == o.zip &&
843
- non_us_province == o.non_us_province &&
844
- country_code == o.country_code &&
845
- account_number == o.account_number &&
846
- office_code == o.office_code &&
847
- fatca_filing_requirement == o.fatca_filing_requirement &&
848
- validation_errors == o.validation_errors &&
849
- created_at == o.created_at &&
850
- updated_at == o.updated_at &&
851
- state_and_local_withholding == o.state_and_local_withholding
852
- end
853
-
854
- # @see the `==` method
855
- # @param [Object] Object to be compared
856
- def eql?(o)
857
- self == o
858
- end
859
-
860
- # Calculates hash code according to all attributes.
861
- # @return [Integer] Hash code
862
- def hash
863
- [unique_form_id, no_tin, recipient_date_of_birth, recipient_giin, recipient_foreign_tin, lob_code, income_code, gross_income, withholding_indicator, tax_country_code, exemption_code_chap3, exemption_code_chap4, tax_rate_chap3, withholding_allowance, federal_tax_withheld, tax_not_deposited_indicator, academic_indicator, tax_withheld_other_agents, amount_repaid, tax_paid_agent, chap3_status_code, chap4_status_code, primary_withholding_agent, intermediary_or_flow_through, id, type, issuer_id, issuer_reference_id, issuer_tin, tax_year, federal_efile, federal_efile_status, state_efile, state_efile_status, postal_mail, postal_mail_status, tin_match, tin_match_status, address_verification, address_verification_status, e_delivery_status, reference_id, email, tin_type, tin, second_tin_notice, recipient_name, recipient_second_name, address, address2, city, state, zip, non_us_province, country_code, account_number, office_code, fatca_filing_requirement, validation_errors, created_at, updated_at, state_and_local_withholding].hash
864
- end
865
-
866
- # Builds the object from hash
867
- # @param [Hash] attributes Model attributes in the form of hash
868
- # @return [Object] Returns the model itself
869
- def self.build_from_hash(attributes)
870
- return nil unless attributes.is_a?(Hash)
871
- attributes = attributes.transform_keys(&:to_sym)
872
- transformed_hash = {}
873
- openapi_types.each_pair do |key, type|
874
- if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
875
- transformed_hash["#{key}"] = nil
876
- elsif type =~ /\AArray<(.*)>/i
877
- # check to ensure the input is an array given that the attribute
878
- # is documented as an array but the input is not
879
- if attributes[attribute_map[key]].is_a?(Array)
880
- transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
881
- end
882
- elsif !attributes[attribute_map[key]].nil?
883
- transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
884
- end
885
- end
886
- new(transformed_hash)
887
- end
888
-
889
- # Deserializes the data based on type
890
- # @param string type Data type
891
- # @param string value Value to be deserialized
892
- # @return [Object] Deserialized data
893
- def self._deserialize(type, value)
894
- case type.to_sym
895
- when :Time
896
- Time.parse(value)
897
- when :Date
898
- Date.parse(value)
899
- when :String
900
- value.to_s
901
- when :Integer
902
- value.to_i
903
- when :Float
904
- value.to_f
905
- when :Boolean
906
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
907
- true
908
- else
909
- false
910
- end
911
- when :Object
912
- # generic object (usually a Hash), return directly
913
- value
914
- when /\AArray<(?<inner_type>.+)>\z/
915
- inner_type = Regexp.last_match[:inner_type]
916
- value.map { |v| _deserialize(inner_type, v) }
917
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
918
- k_type = Regexp.last_match[:k_type]
919
- v_type = Regexp.last_match[:v_type]
920
- {}.tap do |hash|
921
- value.each do |k, v|
922
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
923
- end
924
- end
925
- else # model
926
- # models (e.g. Pet) or oneOf
927
- klass = AvalaraSdk::A1099::V2.const_get(type)
928
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
929
- end
930
- end
931
-
932
- # Returns the string representation of the object
933
- # @return [String] String presentation of the object
934
- def to_s
935
- to_hash.to_s
936
- end
937
-
938
- # to_body is an alias to to_hash (backward compatibility)
939
- # @return [Hash] Returns the object in the form of hash
940
- def to_body
941
- to_hash
942
- end
943
-
944
- # Returns the object in the form of hash
945
- # @return [Hash] Returns the object in the form of hash
946
- def to_hash
947
- hash = {}
948
- self.class.attribute_map.each_pair do |attr, param|
949
- value = self.send(attr)
950
- if value.nil?
951
- is_nullable = self.class.openapi_nullable.include?(attr)
952
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
953
- end
954
-
955
- hash[param] = _to_hash(value)
956
- end
957
- hash
958
- end
959
-
960
- # Outputs non-array value in the form of hash
961
- # For object, use to_hash. Otherwise, just return the value
962
- # @param [Object] value Any valid value
963
- # @return [Hash] Returns the value in the form of hash
964
- def _to_hash(value)
965
- if value.is_a?(Array)
966
- value.compact.map { |v| _to_hash(v) }
967
- elsif value.is_a?(Hash)
968
- {}.tap do |hash|
969
- value.each { |k, v| hash[k] = _to_hash(v) }
970
- end
971
- elsif value.respond_to? :to_hash
972
- value.to_hash
973
- else
974
- value
975
- end
976
- end
977
-
978
- end
979
-
980
- end