avalara_sdk 25.8.2 → 25.9.0

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 (220) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +20 -91
  4. data/docs/A1099/V2/CompaniesW9Api.md +18 -18
  5. data/docs/A1099/V2/CompanyBase.md +50 -0
  6. data/docs/A1099/V2/CompanyCreateUpdateRequestModel.md +18 -18
  7. data/docs/A1099/V2/CompanyRequest.md +50 -0
  8. data/docs/A1099/V2/CompanyResponse.md +37 -37
  9. data/docs/A1099/V2/CoveredIndividual.md +56 -0
  10. data/docs/A1099/V2/CreateAndSendW9FormEmailRequest.md +55 -0
  11. data/docs/A1099/V2/CreateCompanyRequest.md +49 -0
  12. data/docs/A1099/V2/CreateIssuerRequest.md +49 -0
  13. data/docs/A1099/V2/EntryStatusResponse.md +20 -0
  14. data/docs/A1099/V2/Form1042S.md +83 -83
  15. data/docs/A1099/V2/Form1095B.md +72 -62
  16. data/docs/A1099/V2/Form1095C.md +112 -0
  17. data/docs/A1099/V2/Form1099Base.md +60 -60
  18. data/docs/A1099/V2/Form1099Div.md +79 -77
  19. data/docs/A1099/V2/Form1099Int.md +76 -74
  20. data/docs/A1099/V2/Form1099K.md +83 -83
  21. data/docs/A1099/V2/Form1099ListRequest.md +20 -0
  22. data/docs/A1099/V2/Form1099Misc.md +79 -77
  23. data/docs/A1099/V2/Form1099Nec.md +64 -64
  24. data/docs/A1099/V2/Form1099R.md +95 -93
  25. data/docs/A1099/V2/Forms1099Api.md +47 -43
  26. data/docs/A1099/V2/FormsW9Api.md +104 -20
  27. data/docs/A1099/V2/Get1099Form200Response.md +19 -19
  28. data/docs/A1099/V2/IntermediaryOrFlowThrough.md +11 -11
  29. data/docs/A1099/V2/IssuerBase.md +46 -0
  30. data/docs/A1099/V2/IssuerCommand.md +16 -16
  31. data/docs/A1099/V2/IssuerRequest.md +46 -0
  32. data/docs/A1099/V2/IssuerResponse.md +35 -35
  33. data/docs/A1099/V2/Issuers1099Api.md +10 -10
  34. data/docs/A1099/V2/JobResponse.md +56 -0
  35. data/docs/A1099/V2/JobsApi.md +91 -0
  36. data/docs/A1099/V2/OfferAndCoverage.md +28 -0
  37. data/docs/A1099/V2/PaginatedQueryResultModelForm1099Base.md +22 -0
  38. data/docs/A1099/V2/PrimaryWithholdingAgent.md +4 -4
  39. data/docs/A1099/V2/StateAndLocalWithholding.md +8 -8
  40. data/docs/A1099/V2/TinMatchStatusResponse.md +1 -1
  41. data/docs/A1099/V2/ValidationError.md +2 -2
  42. data/docs/A1099/V2/W4FormMinimalRequest.md +30 -0
  43. data/docs/A1099/V2/W4FormRequest.md +16 -16
  44. data/docs/A1099/V2/W4FormResponse.md +48 -20
  45. data/docs/A1099/V2/W8BenEFormMinimalRequest.md +28 -0
  46. data/docs/A1099/V2/W8BenEFormRequest.md +15 -15
  47. data/docs/A1099/V2/W8BenEFormResponse.md +96 -68
  48. data/docs/A1099/V2/W8BenFormMinimalRequest.md +28 -0
  49. data/docs/A1099/V2/W8BenFormRequest.md +11 -11
  50. data/docs/A1099/V2/W8BenFormResponse.md +55 -27
  51. data/docs/A1099/V2/W8ImyFormMinimalRequest.md +28 -0
  52. data/docs/A1099/V2/W8ImyFormRequest.md +15 -15
  53. data/docs/A1099/V2/W8ImyFormResponse.md +118 -90
  54. data/docs/A1099/V2/W9FormBaseMinimalRequest.md +24 -0
  55. data/docs/A1099/V2/W9FormBaseRequest.md +7 -7
  56. data/docs/A1099/V2/W9FormBaseResponse.md +6 -6
  57. data/docs/A1099/V2/W9FormMinimalRequest.md +28 -0
  58. data/docs/A1099/V2/W9FormRequest.md +15 -15
  59. data/docs/A1099/V2/W9FormResponse.md +44 -16
  60. data/lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb +27 -27
  61. data/lib/avalara_sdk/api/A1099/V2/forms1099_api.rb +93 -61
  62. data/lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb +157 -19
  63. data/lib/avalara_sdk/api/A1099/V2/issuers1099_api.rb +21 -21
  64. data/lib/avalara_sdk/api/A1099/V2/{jobs1099_api.rb → jobs_api.rb} +9 -9
  65. data/lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb +1 -1
  66. data/lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb +1 -1
  67. data/lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb +1 -1
  68. data/lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb +1 -1
  69. data/lib/avalara_sdk/api/EInvoicing/V1/subscriptions_api.rb +1 -1
  70. data/lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb +1 -1
  71. data/lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb +1 -1
  72. data/lib/avalara_sdk/api_client.rb +10 -2
  73. data/lib/avalara_sdk/models/A1099/V2/{base_company_model.rb → company_base.rb} +61 -13
  74. data/lib/avalara_sdk/models/A1099/V2/company_create_update_request_model.rb +58 -17
  75. data/lib/avalara_sdk/models/A1099/V2/{company_model.rb → company_request.rb} +62 -64
  76. data/lib/avalara_sdk/models/A1099/V2/company_response.rb +110 -69
  77. data/lib/avalara_sdk/models/A1099/V2/{covered_individual_request.rb → covered_individual.rb} +36 -7
  78. data/lib/avalara_sdk/models/A1099/V2/{i_create_form1099_request.rb → create_and_send_w9_form_email_request.rb} +6 -5
  79. data/lib/avalara_sdk/models/A1099/V2/{error_response_errors_inner.rb → create_company_request.rb} +3 -3
  80. data/lib/avalara_sdk/models/A1099/V2/{i_update_form1099_request.rb → create_issuer_request.rb} +3 -5
  81. data/lib/avalara_sdk/models/A1099/V2/{status_detail.rb → entry_status_response.rb} +20 -18
  82. data/lib/avalara_sdk/models/A1099/V2/error_response.rb +0 -6
  83. data/lib/avalara_sdk/models/A1099/V2/form1042_s.rb +422 -187
  84. data/lib/avalara_sdk/models/A1099/V2/form1095_b.rb +359 -194
  85. data/lib/avalara_sdk/models/A1099/V2/{form1095_b_response.rb → form1095_c.rb} +250 -133
  86. data/lib/avalara_sdk/models/A1099/V2/form1099_base.rb +283 -185
  87. data/lib/avalara_sdk/models/A1099/V2/form1099_div.rb +307 -179
  88. data/lib/avalara_sdk/models/A1099/V2/form1099_int.rb +307 -183
  89. data/lib/avalara_sdk/models/A1099/V2/form1099_k.rb +307 -198
  90. data/lib/avalara_sdk/models/A1099/V2/{http_validation_problem_details.rb → form1099_list_request.rb} +45 -59
  91. data/lib/avalara_sdk/models/A1099/V2/form1099_misc.rb +334 -209
  92. data/lib/avalara_sdk/models/A1099/V2/form1099_nec.rb +297 -192
  93. data/lib/avalara_sdk/models/A1099/V2/form1099_r.rb +437 -282
  94. data/lib/avalara_sdk/models/A1099/V2/get1099_form200_response.rb +9 -9
  95. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through.rb +59 -1
  96. data/lib/avalara_sdk/models/A1099/V2/{intermediary_or_flow_through_request.rb → issuer_base.rb} +119 -46
  97. data/lib/avalara_sdk/models/A1099/V2/issuer_command.rb +42 -23
  98. data/lib/avalara_sdk/models/A1099/V2/{company_response_model.rb → issuer_request.rb} +113 -112
  99. data/lib/avalara_sdk/models/A1099/V2/issuer_response.rb +77 -46
  100. data/lib/avalara_sdk/models/A1099/V2/{job_result.rb → job_response.rb} +102 -42
  101. data/lib/avalara_sdk/models/A1099/V2/{offer_and_coverage_request.rb → offer_and_coverage.rb} +79 -9
  102. data/lib/avalara_sdk/models/A1099/V2/{paginated_query_result_model.rb → paginated_query_result_model_form1099_base.rb} +4 -4
  103. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent.rb +23 -16
  104. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding.rb +8 -0
  105. data/lib/avalara_sdk/models/A1099/V2/validation_error.rb +2 -6
  106. data/lib/avalara_sdk/models/A1099/V2/{attribute.rb → w4_form_minimal_request.rb} +142 -129
  107. data/lib/avalara_sdk/models/A1099/V2/w4_form_request.rb +62 -34
  108. data/lib/avalara_sdk/models/A1099/V2/w4_form_response.rb +191 -15
  109. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_minimal_request.rb +356 -0
  110. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_request.rb +68 -33
  111. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_response.rb +190 -14
  112. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_minimal_request.rb +356 -0
  113. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_request.rb +51 -28
  114. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_response.rb +191 -15
  115. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_minimal_request.rb +356 -0
  116. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_request.rb +61 -33
  117. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_response.rb +191 -15
  118. data/lib/avalara_sdk/models/A1099/V2/{problem_details.rb → w9_form_base_minimal_request.rb} +61 -35
  119. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_request.rb +35 -28
  120. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_response.rb +60 -31
  121. data/lib/avalara_sdk/models/A1099/V2/w9_form_minimal_request.rb +356 -0
  122. data/lib/avalara_sdk/models/A1099/V2/w9_form_request.rb +71 -30
  123. data/lib/avalara_sdk/models/A1099/V2/w9_form_response.rb +190 -14
  124. data/lib/avalara_sdk/version.rb +1 -1
  125. data/lib/avalara_sdk.rb +22 -101
  126. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  127. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
  128. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/gem_make.out +5 -5
  129. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/gem_make.out +5 -5
  130. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/gem_make.out +5 -5
  131. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/gem_make.out +5 -5
  132. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/gem_make.out +5 -5
  133. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/gem_make.out +5 -5
  134. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/gem_make.out +5 -5
  135. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  136. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
  137. metadata +45 -103
  138. data/lib/avalara_sdk/models/A1099/V2/base_form_list_request.rb +0 -210
  139. data/lib/avalara_sdk/models/A1099/V2/bulk_upsert1099_forms_request.rb +0 -108
  140. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference.rb +0 -403
  141. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference_response.rb +0 -407
  142. data/lib/avalara_sdk/models/A1099/V2/create1099_form201_response.rb +0 -108
  143. data/lib/avalara_sdk/models/A1099/V2/data.rb +0 -237
  144. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list.rb +0 -238
  145. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item.rb +0 -816
  146. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item_response.rb +0 -980
  147. data/lib/avalara_sdk/models/A1099/V2/form1042_s_request.rb +0 -778
  148. data/lib/avalara_sdk/models/A1099/V2/form1042_s_response.rb +0 -619
  149. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list.rb +0 -238
  150. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item.rb +0 -606
  151. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item_response.rb +0 -765
  152. data/lib/avalara_sdk/models/A1099/V2/form1095_b_request.rb +0 -627
  153. data/lib/avalara_sdk/models/A1099/V2/form1095_c_list.rb +0 -238
  154. data/lib/avalara_sdk/models/A1099/V2/form1095_c_list_item.rb +0 -662
  155. data/lib/avalara_sdk/models/A1099/V2/form1099_base_response.rb +0 -726
  156. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list.rb +0 -238
  157. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item.rb +0 -747
  158. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item_response.rb +0 -931
  159. data/lib/avalara_sdk/models/A1099/V2/form1099_div_request.rb +0 -729
  160. data/lib/avalara_sdk/models/A1099/V2/form1099_div_response.rb +0 -790
  161. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list.rb +0 -238
  162. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list_item.rb +0 -702
  163. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list_item_response.rb +0 -887
  164. data/lib/avalara_sdk/models/A1099/V2/form1099_int_request.rb +0 -684
  165. data/lib/avalara_sdk/models/A1099/V2/form1099_int_response.rb +0 -773
  166. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list.rb +0 -238
  167. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item.rb +0 -788
  168. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item_response.rb +0 -995
  169. data/lib/avalara_sdk/models/A1099/V2/form1099_k_request.rb +0 -770
  170. data/lib/avalara_sdk/models/A1099/V2/form1099_k_response.rb +0 -839
  171. data/lib/avalara_sdk/models/A1099/V2/form1099_list.rb +0 -219
  172. data/lib/avalara_sdk/models/A1099/V2/form1099_list_data_inner.rb +0 -55
  173. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response.rb +0 -220
  174. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response_value_inner.rb +0 -108
  175. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list.rb +0 -238
  176. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item.rb +0 -688
  177. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item_response.rb +0 -886
  178. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_request.rb +0 -670
  179. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_response.rb +0 -754
  180. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list.rb +0 -238
  181. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item.rb +0 -586
  182. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item_response.rb +0 -765
  183. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_request.rb +0 -567
  184. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_response.rb +0 -646
  185. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result.rb +0 -228
  186. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result_processed_forms_inner.rb +0 -107
  187. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list.rb +0 -238
  188. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item.rb +0 -763
  189. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item_response.rb +0 -942
  190. data/lib/avalara_sdk/models/A1099/V2/form1099_r_request.rb +0 -720
  191. data/lib/avalara_sdk/models/A1099/V2/form1099_r_response.rb +0 -839
  192. data/lib/avalara_sdk/models/A1099/V2/form1099_status_detail_response.rb +0 -223
  193. data/lib/avalara_sdk/models/A1099/V2/form_request_base.rb +0 -502
  194. data/lib/avalara_sdk/models/A1099/V2/form_request_csv_base.rb +0 -475
  195. data/lib/avalara_sdk/models/A1099/V2/form_request_list_item_base.rb +0 -548
  196. data/lib/avalara_sdk/models/A1099/V2/form_request_model.rb +0 -345
  197. data/lib/avalara_sdk/models/A1099/V2/form_response_base.rb +0 -612
  198. data/lib/avalara_sdk/models/A1099/V2/form_single_request_base.rb +0 -530
  199. data/lib/avalara_sdk/models/A1099/V2/included_base.rb +0 -219
  200. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_response.rb +0 -311
  201. data/lib/avalara_sdk/models/A1099/V2/link.rb +0 -210
  202. data/lib/avalara_sdk/models/A1099/V2/paginated_w9_forms_model.rb +0 -231
  203. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_request.rb +0 -221
  204. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_response.rb +0 -221
  205. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_request.rb +0 -278
  206. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_response.rb +0 -282
  207. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_app.rb +0 -231
  208. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_response.rb +0 -231
  209. data/lib/avalara_sdk/models/A1099/V2/update1099_form200_response.rb +0 -108
  210. data/lib/avalara_sdk/models/A1099/V2/validation_error_app.rb +0 -229
  211. data/lib/avalara_sdk/models/A1099/V2/validation_error_response.rb +0 -231
  212. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response.rb +0 -233
  213. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner.rb +0 -274
  214. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_addresses_inner.rb +0 -251
  215. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_identifiers_inner.rb +0 -221
  216. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_supported_document_types_inner.rb +0 -241
  217. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request.rb +0 -224
  218. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request_data_inner.rb +0 -237
  219. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request_metadata.rb +0 -288
  220. data/lib/avalara_sdk/models/EInvoicing/V1/submit_document_data.rb +0 -216
@@ -0,0 +1,112 @@
1
+ # AvalaraSdk::A1099::V2::Form1095C
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **employee_first_name** | **String** | Employee's first name | |
8
+ | **employee_middle_name** | **String** | Employee's middle name | [optional] |
9
+ | **employee_last_name** | **String** | Employee's last name | |
10
+ | **employee_name_suffix** | **String** | Employee's name suffix | [optional] |
11
+ | **recipient_date_of_birth** | **Date** | Recipient's date of birth | [optional] |
12
+ | **plan_start_month** | **String** | Plan start month. The calendar month during which the plan year begins of the health plan in which the employee is offered coverage (or would be offered coverage if the employee were eligible to participate in the plan). Available values: - 00: None - 01: January - 02: February - 03: March - 04: April - 05: May - 06: June - 07: July - 08: August - 09: September - 10: October - 11: November - 12: December | |
13
+ | **employer_provided_si_coverage** | **Boolean** | Employer provided self-insured coverage | [optional] |
14
+ | **offer_and_coverages** | [**Array<OfferAndCoverage>**](OfferAndCoverage.md) | Offer and coverage information | |
15
+ | **covered_individuals** | [**Array<CoveredIndividual>**](CoveredIndividual.md) | Covered individuals information | [optional] |
16
+ | **type** | **String** | Form type. | |
17
+ | **id** | **String** | Form ID. Unique identifier set when the record is created. | [optional][readonly] |
18
+ | **issuer_id** | **String** | Issuer ID - only required when creating forms | [optional] |
19
+ | **issuer_reference_id** | **String** | Issuer Reference ID - only required when creating forms via $bulk-upsert | [optional] |
20
+ | **issuer_tin** | **String** | Issuer TIN - readonly | [optional] |
21
+ | **tax_year** | **Integer** | Tax Year - only required when creating forms via $bulk-upsert | [optional] |
22
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
23
+ | **tin** | **String** | Recipient's Federal Tax Identification Number (TIN). | [optional] |
24
+ | **recipient_name** | **String** | Recipient name | |
25
+ | **tin_type** | **String** | Tax Identification Number (TIN) type. Available values: - EIN: Employer Identification Number - SSN: Social Security Number - ITIN: Individual Taxpayer Identification Number - ATIN: Adoption Taxpayer Identification Number | [optional] |
26
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
27
+ | **address** | **String** | Address. | |
28
+ | **address2** | **String** | Address line 2. | [optional] |
29
+ | **city** | **String** | City. | |
30
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
31
+ | **zip** | **String** | ZIP/postal code. | [optional] |
32
+ | **email** | **String** | Recipient's Contact email address. | [optional] |
33
+ | **account_number** | **String** | Account number | [optional] |
34
+ | **office_code** | **String** | Office code | [optional] |
35
+ | **non_us_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
36
+ | **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
37
+ | **federal_efile_date** | **Date** | Date when federal e-filing should be scheduled. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
38
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
39
+ | **state_efile_date** | **Date** | Date when state e-filing should be scheduled. Must be on or after federalEfileDate. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
40
+ | **recipient_edelivery_date** | **Date** | Date when recipient e-delivery should be scheduled. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
41
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
42
+ | **no_tin** | **Boolean** | No TIN indicator | [optional] |
43
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
44
+ | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | State and local withholding information | [optional] |
45
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
46
+ | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Federal e-file status. Available values: - unscheduled: Form has not been scheduled for federal e-filing - scheduled: Form is scheduled for federal e-filing - airlock: Form is in process of being uploaded to the IRS (forms exist in this state for a very short period and cannot be updated while in this state) - sent: Form has been sent to the IRS - accepted: Form was accepted by the IRS - corrected_scheduled: Correction is scheduled to be sent - corrected_airlock: Correction is in process of being uploaded to the IRS (forms exist in this state for a very short period and cannot be updated while in this state) - corrected: A correction has been sent to the IRS - corrected_accepted: Correction was accepted by the IRS - rejected: Form was rejected by the IRS - corrected_rejected: Correction was rejected by the IRS - held: Form is held and will not be submitted to IRS (used for certain forms submitted only to states) | [optional][readonly] |
47
+ | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | State e-file status. Available values: - unscheduled: Form has not been scheduled for state e-filing - scheduled: Form is scheduled for state e-filing - airlocked: Form is in process of being uploaded to the state - sent: Form has been sent to the state - rejected: Form was rejected by the state - accepted: Form was accepted by the state - corrected_scheduled: Correction is scheduled to be sent - corrected_airlocked: Correction is in process of being uploaded to the state - corrected_sent: Correction has been sent to the state - corrected_rejected: Correction was rejected by the state - corrected_accepted: Correction was accepted by the state | [optional][readonly] |
48
+ | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Postal mail to recipient status. Available values: - unscheduled: Postal mail has not been scheduled - pending: Postal mail is pending to be sent - sent: Postal mail has been sent - delivered: Postal mail has been delivered | [optional][readonly] |
49
+ | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | TIN Match status. Available values: - none: TIN matching has not been performed - pending: TIN matching request is pending - matched: Name/TIN combination matches IRS records - unknown: TIN is missing, invalid, or request contains errors - rejected: Name/TIN combination does not match IRS records or TIN not currently issued | [optional][readonly] |
50
+ | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Address verification status. Available values: - unknown: Address verification has not been checked - pending: Address verification is in progress - failed: Address verification failed - incomplete: Address verification is incomplete - unchanged: User declined address changes - verified: Address has been verified and accepted | [optional][readonly] |
51
+ | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | EDelivery status. Available values: - unscheduled: E-delivery has not been scheduled - scheduled: E-delivery is scheduled to be sent - sent: E-delivery has been sent to recipient - bounced: E-delivery bounced back (invalid email) - refused: E-delivery was refused by recipient - bad_verify: E-delivery failed verification - accepted: E-delivery was accepted by recipient - bad_verify_limit: E-delivery failed verification limit reached - second_delivery: Second e-delivery attempt - undelivered: E-delivery is undelivered (temporary state allowing resend) | [optional][readonly] |
52
+ | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | Validation errors | [optional][readonly] |
53
+ | **created_at** | **Time** | Date time when the record was created. | [optional][readonly] |
54
+ | **updated_at** | **Time** | Date time when the record was last updated. | [optional][readonly] |
55
+
56
+ ## Example
57
+
58
+ ```ruby
59
+ require 'avalara_sdk'
60
+
61
+ instance = AvalaraSdk::A1099::V2::Form1095C.new(
62
+ employee_first_name: null,
63
+ employee_middle_name: null,
64
+ employee_last_name: null,
65
+ employee_name_suffix: null,
66
+ recipient_date_of_birth: null,
67
+ plan_start_month: null,
68
+ employer_provided_si_coverage: null,
69
+ offer_and_coverages: null,
70
+ covered_individuals: null,
71
+ type: null,
72
+ id: null,
73
+ issuer_id: null,
74
+ issuer_reference_id: null,
75
+ issuer_tin: null,
76
+ tax_year: null,
77
+ reference_id: null,
78
+ tin: null,
79
+ recipient_name: null,
80
+ tin_type: null,
81
+ recipient_second_name: null,
82
+ address: null,
83
+ address2: null,
84
+ city: null,
85
+ state: null,
86
+ zip: null,
87
+ email: null,
88
+ account_number: null,
89
+ office_code: null,
90
+ non_us_province: null,
91
+ country_code: null,
92
+ federal_efile_date: null,
93
+ postal_mail: null,
94
+ state_efile_date: null,
95
+ recipient_edelivery_date: null,
96
+ tin_match: null,
97
+ no_tin: null,
98
+ address_verification: null,
99
+ state_and_local_withholding: null,
100
+ second_tin_notice: null,
101
+ federal_efile_status: null,
102
+ state_efile_status: null,
103
+ postal_mail_status: null,
104
+ tin_match_status: null,
105
+ address_verification_status: null,
106
+ e_delivery_status: null,
107
+ validation_errors: null,
108
+ created_at: null,
109
+ updated_at: null
110
+ )
111
+ ```
112
+
@@ -4,45 +4,45 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional] |
8
- | **type** | **String** | | [optional] |
9
- | **issuer_id** | **Integer** | | [optional] |
10
- | **issuer_reference_id** | **String** | | [optional] |
11
- | **issuer_tin** | **String** | | [optional] |
12
- | **tax_year** | **Integer** | | [optional] |
13
- | **federal_efile** | **Boolean** | | [optional] |
14
- | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
15
- | **state_efile** | **Boolean** | | [optional] |
16
- | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | | [optional] |
17
- | **postal_mail** | **Boolean** | | [optional] |
18
- | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
19
- | **tin_match** | **Boolean** | | [optional] |
20
- | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
21
- | **address_verification** | **Boolean** | | [optional] |
22
- | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
23
- | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
24
- | **reference_id** | **String** | | [optional] |
25
- | **email** | **String** | | [optional] |
26
- | **tin_type** | **String** | | [optional] |
27
- | **fatca_filing_requirement** | **Boolean** | | [optional] |
28
- | **tin** | **String** | | [optional] |
29
- | **no_tin** | **Boolean** | | [optional] |
30
- | **second_tin_notice** | **Boolean** | | [optional] |
31
- | **recipient_name** | **String** | | [optional] |
32
- | **recipient_second_name** | **String** | | [optional] |
33
- | **address** | **String** | | [optional] |
34
- | **address2** | **String** | | [optional] |
35
- | **city** | **String** | | [optional] |
36
- | **state** | **String** | | [optional] |
37
- | **zip** | **String** | | [optional] |
38
- | **non_us_province** | **String** | | [optional] |
39
- | **country_code** | **String** | | [optional] |
40
- | **account_number** | **String** | | [optional] |
41
- | **office_code** | **String** | | [optional] |
42
- | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | | [optional] |
43
- | **created_at** | **Time** | | [optional] |
44
- | **updated_at** | **Time** | | [optional] |
45
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
7
+ | **type** | **String** | Form type. | |
8
+ | **id** | **String** | Form ID. Unique identifier set when the record is created. | [optional][readonly] |
9
+ | **issuer_id** | **String** | Issuer ID - only required when creating forms | [optional] |
10
+ | **issuer_reference_id** | **String** | Issuer Reference ID - only required when creating forms via $bulk-upsert | [optional] |
11
+ | **issuer_tin** | **String** | Issuer TIN - readonly | [optional] |
12
+ | **tax_year** | **Integer** | Tax Year - only required when creating forms via $bulk-upsert | [optional] |
13
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
14
+ | **tin** | **String** | Recipient's Federal Tax Identification Number (TIN). | [optional] |
15
+ | **recipient_name** | **String** | Recipient name | |
16
+ | **tin_type** | **String** | Tax Identification Number (TIN) type. Available values: - EIN: Employer Identification Number - SSN: Social Security Number - ITIN: Individual Taxpayer Identification Number - ATIN: Adoption Taxpayer Identification Number | [optional] |
17
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
18
+ | **address** | **String** | Address. | |
19
+ | **address2** | **String** | Address line 2. | [optional] |
20
+ | **city** | **String** | City. | |
21
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
22
+ | **zip** | **String** | ZIP/postal code. | [optional] |
23
+ | **email** | **String** | Recipient's Contact email address. | [optional] |
24
+ | **account_number** | **String** | Account number | [optional] |
25
+ | **office_code** | **String** | Office code | [optional] |
26
+ | **non_us_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
27
+ | **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
28
+ | **federal_efile_date** | **Date** | Date when federal e-filing should be scheduled. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
29
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
30
+ | **state_efile_date** | **Date** | Date when state e-filing should be scheduled. Must be on or after federalEfileDate. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
31
+ | **recipient_edelivery_date** | **Date** | Date when recipient e-delivery should be scheduled. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
32
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
33
+ | **no_tin** | **Boolean** | No TIN indicator | [optional] |
34
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
35
+ | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | State and local withholding information | [optional] |
36
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
37
+ | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Federal e-file status. Available values: - unscheduled: Form has not been scheduled for federal e-filing - scheduled: Form is scheduled for federal e-filing - airlock: Form is in process of being uploaded to the IRS (forms exist in this state for a very short period and cannot be updated while in this state) - sent: Form has been sent to the IRS - accepted: Form was accepted by the IRS - corrected_scheduled: Correction is scheduled to be sent - corrected_airlock: Correction is in process of being uploaded to the IRS (forms exist in this state for a very short period and cannot be updated while in this state) - corrected: A correction has been sent to the IRS - corrected_accepted: Correction was accepted by the IRS - rejected: Form was rejected by the IRS - corrected_rejected: Correction was rejected by the IRS - held: Form is held and will not be submitted to IRS (used for certain forms submitted only to states) | [optional][readonly] |
38
+ | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | State e-file status. Available values: - unscheduled: Form has not been scheduled for state e-filing - scheduled: Form is scheduled for state e-filing - airlocked: Form is in process of being uploaded to the state - sent: Form has been sent to the state - rejected: Form was rejected by the state - accepted: Form was accepted by the state - corrected_scheduled: Correction is scheduled to be sent - corrected_airlocked: Correction is in process of being uploaded to the state - corrected_sent: Correction has been sent to the state - corrected_rejected: Correction was rejected by the state - corrected_accepted: Correction was accepted by the state | [optional][readonly] |
39
+ | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Postal mail to recipient status. Available values: - unscheduled: Postal mail has not been scheduled - pending: Postal mail is pending to be sent - sent: Postal mail has been sent - delivered: Postal mail has been delivered | [optional][readonly] |
40
+ | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | TIN Match status. Available values: - none: TIN matching has not been performed - pending: TIN matching request is pending - matched: Name/TIN combination matches IRS records - unknown: TIN is missing, invalid, or request contains errors - rejected: Name/TIN combination does not match IRS records or TIN not currently issued | [optional][readonly] |
41
+ | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Address verification status. Available values: - unknown: Address verification has not been checked - pending: Address verification is in progress - failed: Address verification failed - incomplete: Address verification is incomplete - unchanged: User declined address changes - verified: Address has been verified and accepted | [optional][readonly] |
42
+ | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | EDelivery status. Available values: - unscheduled: E-delivery has not been scheduled - scheduled: E-delivery is scheduled to be sent - sent: E-delivery has been sent to recipient - bounced: E-delivery bounced back (invalid email) - refused: E-delivery was refused by recipient - bad_verify: E-delivery failed verification - accepted: E-delivery was accepted by recipient - bad_verify_limit: E-delivery failed verification limit reached - second_delivery: Second e-delivery attempt - undelivered: E-delivery is undelivered (temporary state allowing resend) | [optional][readonly] |
43
+ | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | Validation errors | [optional][readonly] |
44
+ | **created_at** | **Time** | Date time when the record was created. | [optional][readonly] |
45
+ | **updated_at** | **Time** | Date time when the record was last updated. | [optional][readonly] |
46
46
 
47
47
  ## Example
48
48
 
@@ -50,45 +50,45 @@
50
50
  require 'avalara_sdk'
51
51
 
52
52
  instance = AvalaraSdk::A1099::V2::Form1099Base.new(
53
- id: null,
54
53
  type: null,
54
+ id: null,
55
55
  issuer_id: null,
56
56
  issuer_reference_id: null,
57
57
  issuer_tin: null,
58
58
  tax_year: null,
59
- federal_efile: null,
60
- federal_efile_status: null,
61
- state_efile: null,
62
- state_efile_status: null,
63
- postal_mail: null,
64
- postal_mail_status: null,
65
- tin_match: null,
66
- tin_match_status: null,
67
- address_verification: null,
68
- address_verification_status: null,
69
- e_delivery_status: null,
70
59
  reference_id: null,
71
- email: null,
72
- tin_type: null,
73
- fatca_filing_requirement: null,
74
60
  tin: null,
75
- no_tin: null,
76
- second_tin_notice: null,
77
61
  recipient_name: null,
62
+ tin_type: null,
78
63
  recipient_second_name: null,
79
64
  address: null,
80
65
  address2: null,
81
66
  city: null,
82
67
  state: null,
83
68
  zip: null,
84
- non_us_province: null,
85
- country_code: null,
69
+ email: null,
86
70
  account_number: null,
87
71
  office_code: null,
72
+ non_us_province: null,
73
+ country_code: null,
74
+ federal_efile_date: null,
75
+ postal_mail: null,
76
+ state_efile_date: null,
77
+ recipient_edelivery_date: null,
78
+ tin_match: null,
79
+ no_tin: null,
80
+ address_verification: null,
81
+ state_and_local_withholding: null,
82
+ second_tin_notice: null,
83
+ federal_efile_status: null,
84
+ state_efile_status: null,
85
+ postal_mail_status: null,
86
+ tin_match_status: null,
87
+ address_verification_status: null,
88
+ e_delivery_status: null,
88
89
  validation_errors: null,
89
90
  created_at: null,
90
- updated_at: null,
91
- state_and_local_withholding: null
91
+ updated_at: null
92
92
  )
93
93
  ```
94
94
 
@@ -4,63 +4,64 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **total_ordinary_dividends** | **Float** | | [optional] |
8
- | **qualified_dividends** | **Float** | | [optional] |
9
- | **total_capital_gain_distributions** | **Float** | | [optional] |
10
- | **unrecaptured_section1250_gain** | **Float** | | [optional] |
11
- | **section1202_gain** | **Float** | | [optional] |
12
- | **collectibles_gain** | **Float** | | [optional] |
13
- | **section897_ordinary_dividends** | **Float** | | [optional] |
14
- | **section897_capital_gain** | **Float** | | [optional] |
15
- | **nondividend_distributions** | **Float** | | [optional] |
16
- | **federal_income_tax_withheld** | **Float** | | [optional] |
17
- | **section199_a_dividends** | **Float** | | [optional] |
18
- | **investment_expenses** | **Float** | | [optional] |
19
- | **foreign_tax_paid** | **Float** | | [optional] |
20
- | **foreign_country_or_us_possession** | **String** | | [optional] |
21
- | **cash_liquidation_distributions** | **Float** | | [optional] |
22
- | **noncash_liquidation_distributions** | **Float** | | [optional] |
23
- | **exempt_interest_dividends** | **Float** | | [optional] |
24
- | **specified_private_activity_bond_interest_dividends** | **Float** | | [optional] |
25
- | **fatca_filing_requirement** | **Boolean** | | [optional] |
26
- | **id** | **String** | | [optional] |
27
- | **type** | **String** | | [optional] |
28
- | **issuer_id** | **Integer** | | [optional] |
29
- | **issuer_reference_id** | **String** | | [optional] |
30
- | **issuer_tin** | **String** | | [optional] |
31
- | **tax_year** | **Integer** | | [optional] |
32
- | **federal_efile** | **Boolean** | | [optional] |
33
- | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
34
- | **state_efile** | **Boolean** | | [optional] |
35
- | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | | [optional] |
36
- | **postal_mail** | **Boolean** | | [optional] |
37
- | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
38
- | **tin_match** | **Boolean** | | [optional] |
39
- | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
40
- | **address_verification** | **Boolean** | | [optional] |
41
- | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
42
- | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
43
- | **reference_id** | **String** | | [optional] |
44
- | **email** | **String** | | [optional] |
45
- | **tin_type** | **String** | | [optional] |
46
- | **tin** | **String** | | [optional] |
47
- | **no_tin** | **Boolean** | | [optional] |
48
- | **second_tin_notice** | **Boolean** | | [optional] |
49
- | **recipient_name** | **String** | | [optional] |
50
- | **recipient_second_name** | **String** | | [optional] |
51
- | **address** | **String** | | [optional] |
52
- | **address2** | **String** | | [optional] |
53
- | **city** | **String** | | [optional] |
54
- | **state** | **String** | | [optional] |
55
- | **zip** | **String** | | [optional] |
56
- | **non_us_province** | **String** | | [optional] |
57
- | **country_code** | **String** | | [optional] |
58
- | **account_number** | **String** | | [optional] |
59
- | **office_code** | **String** | | [optional] |
60
- | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | | [optional] |
61
- | **created_at** | **Time** | | [optional] |
62
- | **updated_at** | **Time** | | [optional] |
63
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
7
+ | **total_ordinary_dividends** | **Float** | Total ordinary dividends | [optional] |
8
+ | **qualified_dividends** | **Float** | Qualified dividends | [optional] |
9
+ | **total_capital_gain_distributions** | **Float** | Total capital gain distributions | [optional] |
10
+ | **unrecaptured_section1250_gain** | **Float** | Unrecaptured Section 1250 gain | [optional] |
11
+ | **section1202_gain** | **Float** | Section 1202 gain | [optional] |
12
+ | **collectibles_gain** | **Float** | Collectibles (28%) gain | [optional] |
13
+ | **section897_ordinary_dividends** | **Float** | Section 897 ordinary dividends | [optional] |
14
+ | **section897_capital_gain** | **Float** | Section 897 capital gain | [optional] |
15
+ | **nondividend_distributions** | **Float** | Nondividend distributions | [optional] |
16
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
17
+ | **section199_a_dividends** | **Float** | Section 199A dividends | [optional] |
18
+ | **investment_expenses** | **Float** | Investment expenses | [optional] |
19
+ | **foreign_tax_paid** | **Float** | Foreign tax paid | [optional] |
20
+ | **foreign_country_or_us_possession** | **String** | Foreign country or U.S. possession | [optional] |
21
+ | **cash_liquidation_distributions** | **Float** | Cash liquidation distributions | [optional] |
22
+ | **noncash_liquidation_distributions** | **Float** | Noncash liquidation distributions | [optional] |
23
+ | **exempt_interest_dividends** | **Float** | Exempt-interest dividends | [optional] |
24
+ | **specified_private_activity_bond_interest_dividends** | **Float** | Specified private activity bond interest dividends | [optional] |
25
+ | **fatca_filing_requirement** | **Boolean** | FATCA filing requirement. | [optional] |
26
+ | **type** | **String** | Form type. | |
27
+ | **id** | **String** | Form ID. Unique identifier set when the record is created. | [optional][readonly] |
28
+ | **issuer_id** | **String** | Issuer ID - only required when creating forms | [optional] |
29
+ | **issuer_reference_id** | **String** | Issuer Reference ID - only required when creating forms via $bulk-upsert | [optional] |
30
+ | **issuer_tin** | **String** | Issuer TIN - readonly | [optional] |
31
+ | **tax_year** | **Integer** | Tax Year - only required when creating forms via $bulk-upsert | [optional] |
32
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
33
+ | **tin** | **String** | Recipient's Federal Tax Identification Number (TIN). | [optional] |
34
+ | **recipient_name** | **String** | Recipient name | |
35
+ | **tin_type** | **String** | Tax Identification Number (TIN) type. Available values: - EIN: Employer Identification Number - SSN: Social Security Number - ITIN: Individual Taxpayer Identification Number - ATIN: Adoption Taxpayer Identification Number | [optional] |
36
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
37
+ | **address** | **String** | Address. | |
38
+ | **address2** | **String** | Address line 2. | [optional] |
39
+ | **city** | **String** | City. | |
40
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
41
+ | **zip** | **String** | ZIP/postal code. | [optional] |
42
+ | **email** | **String** | Recipient's Contact email address. | [optional] |
43
+ | **account_number** | **String** | Account number | [optional] |
44
+ | **office_code** | **String** | Office code | [optional] |
45
+ | **non_us_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
46
+ | **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
47
+ | **federal_efile_date** | **Date** | Date when federal e-filing should be scheduled. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
48
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
49
+ | **state_efile_date** | **Date** | Date when state e-filing should be scheduled. Must be on or after federalEfileDate. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
50
+ | **recipient_edelivery_date** | **Date** | Date when recipient e-delivery should be scheduled. If set between current date and beginning of blackout period, scheduled to that date. If in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. Set to null to leave unscheduled. | [optional] |
51
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
52
+ | **no_tin** | **Boolean** | No TIN indicator | [optional] |
53
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
54
+ | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | State and local withholding information | [optional] |
55
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
56
+ | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Federal e-file status. Available values: - unscheduled: Form has not been scheduled for federal e-filing - scheduled: Form is scheduled for federal e-filing - airlock: Form is in process of being uploaded to the IRS (forms exist in this state for a very short period and cannot be updated while in this state) - sent: Form has been sent to the IRS - accepted: Form was accepted by the IRS - corrected_scheduled: Correction is scheduled to be sent - corrected_airlock: Correction is in process of being uploaded to the IRS (forms exist in this state for a very short period and cannot be updated while in this state) - corrected: A correction has been sent to the IRS - corrected_accepted: Correction was accepted by the IRS - rejected: Form was rejected by the IRS - corrected_rejected: Correction was rejected by the IRS - held: Form is held and will not be submitted to IRS (used for certain forms submitted only to states) | [optional][readonly] |
57
+ | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | State e-file status. Available values: - unscheduled: Form has not been scheduled for state e-filing - scheduled: Form is scheduled for state e-filing - airlocked: Form is in process of being uploaded to the state - sent: Form has been sent to the state - rejected: Form was rejected by the state - accepted: Form was accepted by the state - corrected_scheduled: Correction is scheduled to be sent - corrected_airlocked: Correction is in process of being uploaded to the state - corrected_sent: Correction has been sent to the state - corrected_rejected: Correction was rejected by the state - corrected_accepted: Correction was accepted by the state | [optional][readonly] |
58
+ | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Postal mail to recipient status. Available values: - unscheduled: Postal mail has not been scheduled - pending: Postal mail is pending to be sent - sent: Postal mail has been sent - delivered: Postal mail has been delivered | [optional][readonly] |
59
+ | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | TIN Match status. Available values: - none: TIN matching has not been performed - pending: TIN matching request is pending - matched: Name/TIN combination matches IRS records - unknown: TIN is missing, invalid, or request contains errors - rejected: Name/TIN combination does not match IRS records or TIN not currently issued | [optional][readonly] |
60
+ | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | Address verification status. Available values: - unknown: Address verification has not been checked - pending: Address verification is in progress - failed: Address verification failed - incomplete: Address verification is incomplete - unchanged: User declined address changes - verified: Address has been verified and accepted | [optional][readonly] |
61
+ | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | EDelivery status. Available values: - unscheduled: E-delivery has not been scheduled - scheduled: E-delivery is scheduled to be sent - sent: E-delivery has been sent to recipient - bounced: E-delivery bounced back (invalid email) - refused: E-delivery was refused by recipient - bad_verify: E-delivery failed verification - accepted: E-delivery was accepted by recipient - bad_verify_limit: E-delivery failed verification limit reached - second_delivery: Second e-delivery attempt - undelivered: E-delivery is undelivered (temporary state allowing resend) | [optional][readonly] |
62
+ | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | Validation errors | [optional][readonly] |
63
+ | **created_at** | **Time** | Date time when the record was created. | [optional][readonly] |
64
+ | **updated_at** | **Time** | Date time when the record was last updated. | [optional][readonly] |
64
65
 
65
66
  ## Example
66
67
 
@@ -87,44 +88,45 @@ instance = AvalaraSdk::A1099::V2::Form1099Div.new(
87
88
  exempt_interest_dividends: null,
88
89
  specified_private_activity_bond_interest_dividends: null,
89
90
  fatca_filing_requirement: null,
90
- id: null,
91
91
  type: null,
92
+ id: null,
92
93
  issuer_id: null,
93
94
  issuer_reference_id: null,
94
95
  issuer_tin: null,
95
96
  tax_year: null,
96
- federal_efile: null,
97
- federal_efile_status: null,
98
- state_efile: null,
99
- state_efile_status: null,
100
- postal_mail: null,
101
- postal_mail_status: null,
102
- tin_match: null,
103
- tin_match_status: null,
104
- address_verification: null,
105
- address_verification_status: null,
106
- e_delivery_status: null,
107
97
  reference_id: null,
108
- email: null,
109
- tin_type: null,
110
98
  tin: null,
111
- no_tin: null,
112
- second_tin_notice: null,
113
99
  recipient_name: null,
100
+ tin_type: null,
114
101
  recipient_second_name: null,
115
102
  address: null,
116
103
  address2: null,
117
104
  city: null,
118
105
  state: null,
119
106
  zip: null,
120
- non_us_province: null,
121
- country_code: null,
107
+ email: null,
122
108
  account_number: null,
123
109
  office_code: null,
110
+ non_us_province: null,
111
+ country_code: null,
112
+ federal_efile_date: null,
113
+ postal_mail: null,
114
+ state_efile_date: null,
115
+ recipient_edelivery_date: null,
116
+ tin_match: null,
117
+ no_tin: null,
118
+ address_verification: null,
119
+ state_and_local_withholding: null,
120
+ second_tin_notice: null,
121
+ federal_efile_status: null,
122
+ state_efile_status: null,
123
+ postal_mail_status: null,
124
+ tin_match_status: null,
125
+ address_verification_status: null,
126
+ e_delivery_status: null,
124
127
  validation_errors: null,
125
128
  created_at: null,
126
- updated_at: null,
127
- state_and_local_withholding: null
129
+ updated_at: null
128
130
  )
129
131
  ```
130
132