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