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
@@ -4,59 +4,60 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **interest_income** | **Float** | | [optional] |
8
- | **early_withdrawal_penalty** | **Float** | | [optional] |
9
- | **us_savings_bonds_interest** | **Float** | | [optional] |
10
- | **federal_income_tax_withheld** | **Float** | | [optional] |
11
- | **investment_expenses** | **Float** | | [optional] |
12
- | **foreign_tax_paid** | **Float** | | [optional] |
13
- | **foreign_country** | **String** | | [optional] |
14
- | **tax_exempt_interest** | **Float** | | [optional] |
15
- | **specified_private_activity_bond_interest** | **Float** | | [optional] |
16
- | **market_discount** | **Float** | | [optional] |
17
- | **bond_premium** | **Float** | | [optional] |
18
- | **bond_premium_on_treasury_obligations** | **Float** | | [optional] |
19
- | **bond_premium_on_tax_exempt_bond** | **Float** | | [optional] |
20
- | **tax_exempt_bond_cusip_number** | **String** | | [optional] |
21
- | **id** | **String** | | [optional] |
22
- | **type** | **String** | | [optional] |
23
- | **issuer_id** | **Integer** | | [optional] |
24
- | **issuer_reference_id** | **String** | | [optional] |
25
- | **issuer_tin** | **String** | | [optional] |
26
- | **tax_year** | **Integer** | | [optional] |
27
- | **federal_efile** | **Boolean** | | [optional] |
28
- | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
29
- | **state_efile** | **Boolean** | | [optional] |
30
- | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | | [optional] |
31
- | **postal_mail** | **Boolean** | | [optional] |
32
- | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
33
- | **tin_match** | **Boolean** | | [optional] |
34
- | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
35
- | **address_verification** | **Boolean** | | [optional] |
36
- | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
37
- | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
38
- | **reference_id** | **String** | | [optional] |
39
- | **email** | **String** | | [optional] |
40
- | **tin_type** | **String** | | [optional] |
41
- | **fatca_filing_requirement** | **Boolean** | | [optional] |
42
- | **tin** | **String** | | [optional] |
43
- | **no_tin** | **Boolean** | | [optional] |
44
- | **second_tin_notice** | **Boolean** | | [optional] |
45
- | **recipient_name** | **String** | | [optional] |
46
- | **recipient_second_name** | **String** | | [optional] |
47
- | **address** | **String** | | [optional] |
48
- | **address2** | **String** | | [optional] |
49
- | **city** | **String** | | [optional] |
50
- | **state** | **String** | | [optional] |
51
- | **zip** | **String** | | [optional] |
52
- | **non_us_province** | **String** | | [optional] |
53
- | **country_code** | **String** | | [optional] |
54
- | **account_number** | **String** | | [optional] |
55
- | **office_code** | **String** | | [optional] |
56
- | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | | [optional] |
57
- | **created_at** | **Time** | | [optional] |
58
- | **updated_at** | **Time** | | [optional] |
59
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
7
+ | **interest_income** | **Float** | Interest Income | [optional] |
8
+ | **early_withdrawal_penalty** | **Float** | Early Withdrawal Penalty | [optional] |
9
+ | **us_savings_bonds_interest** | **Float** | Interest on U.S. Savings Bonds and Treasury obligations | [optional] |
10
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
11
+ | **investment_expenses** | **Float** | Investment Expenses | [optional] |
12
+ | **foreign_tax_paid** | **Float** | Foreign tax paid | [optional] |
13
+ | **foreign_country** | **String** | Foreign country or U.S. possession | [optional] |
14
+ | **tax_exempt_interest** | **Float** | Tax-Exempt Interest | [optional] |
15
+ | **specified_private_activity_bond_interest** | **Float** | Specified Private activity | [optional] |
16
+ | **market_discount** | **Float** | Market Discount | [optional] |
17
+ | **bond_premium** | **Float** | Bond Premium | [optional] |
18
+ | **bond_premium_on_treasury_obligations** | **Float** | Bond Premium on Treasury obligations | [optional] |
19
+ | **bond_premium_on_tax_exempt_bond** | **Float** | Bond Premium on tax exempt bond | [optional] |
20
+ | **tax_exempt_bond_cusip_number** | **String** | Tax exempt bond CUSIP no. Enter VARIOUS if the tax-exempt interest is reported in the aggregate for multiple bonds or accounts. | [optional] |
21
+ | **fatca_filing_requirement** | **Boolean** | FATCA filing requirement. | [optional] |
22
+ | **type** | **String** | Form type. | |
23
+ | **id** | **String** | Form ID. Unique identifier set when the record is created. | [optional][readonly] |
24
+ | **issuer_id** | **String** | Issuer ID - only required when creating forms | [optional] |
25
+ | **issuer_reference_id** | **String** | Issuer Reference ID - only required when creating forms via $bulk-upsert | [optional] |
26
+ | **issuer_tin** | **String** | Issuer TIN - readonly | [optional] |
27
+ | **tax_year** | **Integer** | Tax Year - only required when creating forms via $bulk-upsert | [optional] |
28
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
29
+ | **tin** | **String** | Recipient's Federal Tax Identification Number (TIN). | [optional] |
30
+ | **recipient_name** | **String** | Recipient name | |
31
+ | **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] |
32
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
33
+ | **address** | **String** | Address. | |
34
+ | **address2** | **String** | Address line 2. | [optional] |
35
+ | **city** | **String** | City. | |
36
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
37
+ | **zip** | **String** | ZIP/postal code. | [optional] |
38
+ | **email** | **String** | Recipient's Contact email address. | [optional] |
39
+ | **account_number** | **String** | Account number | [optional] |
40
+ | **office_code** | **String** | Office code | [optional] |
41
+ | **non_us_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
42
+ | **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
43
+ | **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] |
44
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
45
+ | **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] |
46
+ | **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] |
47
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
48
+ | **no_tin** | **Boolean** | No TIN indicator | [optional] |
49
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
50
+ | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | State and local withholding information | [optional] |
51
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
52
+ | **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] |
53
+ | **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] |
54
+ | **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] |
55
+ | **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] |
56
+ | **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] |
57
+ | **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] |
58
+ | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | Validation errors | [optional][readonly] |
59
+ | **created_at** | **Time** | Date time when the record was created. | [optional][readonly] |
60
+ | **updated_at** | **Time** | Date time when the record was last updated. | [optional][readonly] |
60
61
 
61
62
  ## Example
62
63
 
@@ -78,45 +79,46 @@ instance = AvalaraSdk::A1099::V2::Form1099Int.new(
78
79
  bond_premium_on_treasury_obligations: null,
79
80
  bond_premium_on_tax_exempt_bond: null,
80
81
  tax_exempt_bond_cusip_number: null,
81
- id: null,
82
+ fatca_filing_requirement: null,
82
83
  type: null,
84
+ id: null,
83
85
  issuer_id: null,
84
86
  issuer_reference_id: null,
85
87
  issuer_tin: null,
86
88
  tax_year: null,
87
- federal_efile: null,
88
- federal_efile_status: null,
89
- state_efile: null,
90
- state_efile_status: null,
91
- postal_mail: null,
92
- postal_mail_status: null,
93
- tin_match: null,
94
- tin_match_status: null,
95
- address_verification: null,
96
- address_verification_status: null,
97
- e_delivery_status: null,
98
89
  reference_id: null,
99
- email: null,
100
- tin_type: null,
101
- fatca_filing_requirement: null,
102
90
  tin: null,
103
- no_tin: null,
104
- second_tin_notice: null,
105
91
  recipient_name: null,
92
+ tin_type: null,
106
93
  recipient_second_name: null,
107
94
  address: null,
108
95
  address2: null,
109
96
  city: null,
110
97
  state: null,
111
98
  zip: null,
112
- non_us_province: null,
113
- country_code: null,
99
+ email: null,
114
100
  account_number: null,
115
101
  office_code: null,
102
+ non_us_province: null,
103
+ country_code: null,
104
+ federal_efile_date: null,
105
+ postal_mail: null,
106
+ state_efile_date: null,
107
+ recipient_edelivery_date: null,
108
+ tin_match: null,
109
+ no_tin: null,
110
+ address_verification: null,
111
+ state_and_local_withholding: null,
112
+ second_tin_notice: null,
113
+ federal_efile_status: null,
114
+ state_efile_status: null,
115
+ postal_mail_status: null,
116
+ tin_match_status: null,
117
+ address_verification_status: null,
118
+ e_delivery_status: null,
116
119
  validation_errors: null,
117
120
  created_at: null,
118
- updated_at: null,
119
- state_and_local_withholding: null
121
+ updated_at: null
120
122
  )
121
123
  ```
122
124
 
@@ -4,65 +4,65 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **filer_type** | **String** | | [optional] |
8
- | **payment_type** | **String** | | [optional] |
9
- | **payment_settlement_entity_name_phone_number** | **String** | | [optional] |
10
- | **gross_amount_payment_card** | **Float** | | [optional] |
11
- | **card_not_present_transactions** | **Float** | | [optional] |
12
- | **merchant_category_code** | **String** | | [optional] |
13
- | **payment_transaction_number** | **Float** | | [optional] |
14
- | **federal_income_tax_withheld** | **Float** | | [optional] |
15
- | **january** | **Float** | | [optional] |
16
- | **february** | **Float** | | [optional] |
17
- | **march** | **Float** | | [optional] |
18
- | **april** | **Float** | | [optional] |
19
- | **may** | **Float** | | [optional] |
20
- | **june** | **Float** | | [optional] |
21
- | **july** | **Float** | | [optional] |
22
- | **august** | **Float** | | [optional] |
23
- | **sept** | **Float** | | [optional] |
24
- | **october** | **Float** | | [optional] |
25
- | **november** | **Float** | | [optional] |
26
- | **december** | **Float** | | [optional] |
27
- | **id** | **String** | | [optional] |
28
- | **type** | **String** | | [optional] |
29
- | **issuer_id** | **Integer** | | [optional] |
30
- | **issuer_reference_id** | **String** | | [optional] |
31
- | **issuer_tin** | **String** | | [optional] |
32
- | **tax_year** | **Integer** | | [optional] |
33
- | **federal_efile** | **Boolean** | | [optional] |
34
- | **federal_efile_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
35
- | **state_efile** | **Boolean** | | [optional] |
36
- | **state_efile_status** | [**Array<StateEfileStatusDetail>**](StateEfileStatusDetail.md) | | [optional] |
37
- | **postal_mail** | **Boolean** | | [optional] |
38
- | **postal_mail_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
39
- | **tin_match** | **Boolean** | | [optional] |
40
- | **tin_match_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
41
- | **address_verification** | **Boolean** | | [optional] |
42
- | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
43
- | **e_delivery_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
44
- | **reference_id** | **String** | | [optional] |
45
- | **email** | **String** | | [optional] |
46
- | **tin_type** | **String** | | [optional] |
47
- | **fatca_filing_requirement** | **Boolean** | | [optional] |
48
- | **tin** | **String** | | [optional] |
49
- | **no_tin** | **Boolean** | | [optional] |
50
- | **second_tin_notice** | **Boolean** | | [optional] |
51
- | **recipient_name** | **String** | | [optional] |
52
- | **recipient_second_name** | **String** | | [optional] |
53
- | **address** | **String** | | [optional] |
54
- | **address2** | **String** | | [optional] |
55
- | **city** | **String** | | [optional] |
56
- | **state** | **String** | | [optional] |
57
- | **zip** | **String** | | [optional] |
58
- | **non_us_province** | **String** | | [optional] |
59
- | **country_code** | **String** | | [optional] |
60
- | **account_number** | **String** | | [optional] |
61
- | **office_code** | **String** | | [optional] |
62
- | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | | [optional] |
63
- | **created_at** | **Time** | | [optional] |
64
- | **updated_at** | **Time** | | [optional] |
65
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
7
+ | **filer_type** | **String** | Filer type for tax reporting purposes. Available values: - PSE: Payment Settlement Entity - EPF: Electronic Payment Facilitator or other third party | |
8
+ | **payment_type** | **String** | Payment type for transaction classification. Available values: - PaymentCard: Payment card transactions - ThirdPartyNetwork: Third party network transactions | |
9
+ | **payment_settlement_entity_name_phone_number** | **String** | Payment settlement entity name and phone number, if different from Filer's | [optional] |
10
+ | **gross_amount_payment_card** | **Float** | Gross amount of payment card/third party network transactions. This value must equal the total of all monthly payment amounts (January through December). | |
11
+ | **card_not_present_transactions** | **Float** | Card not present transactions | [optional] |
12
+ | **merchant_category_code** | **String** | Merchant category code (4 numbers) | [optional] |
13
+ | **payment_transaction_number** | **Float** | Number of payment transactions | |
14
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
15
+ | **january** | **Float** | January gross payments | [optional] |
16
+ | **february** | **Float** | February gross payments | [optional] |
17
+ | **march** | **Float** | March gross payments | [optional] |
18
+ | **april** | **Float** | April gross payments | [optional] |
19
+ | **may** | **Float** | May gross payments | [optional] |
20
+ | **june** | **Float** | June gross payments | [optional] |
21
+ | **july** | **Float** | July gross payments | [optional] |
22
+ | **august** | **Float** | August gross payments | [optional] |
23
+ | **september** | **Float** | September gross payments | [optional] |
24
+ | **october** | **Float** | October gross payments | [optional] |
25
+ | **november** | **Float** | November gross payments | [optional] |
26
+ | **december** | **Float** | December gross payments | [optional] |
27
+ | **type** | **String** | Form type. | |
28
+ | **id** | **String** | Form ID. Unique identifier set when the record is created. | [optional][readonly] |
29
+ | **issuer_id** | **String** | Issuer ID - only required when creating forms | [optional] |
30
+ | **issuer_reference_id** | **String** | Issuer Reference ID - only required when creating forms via $bulk-upsert | [optional] |
31
+ | **issuer_tin** | **String** | Issuer TIN - readonly | [optional] |
32
+ | **tax_year** | **Integer** | Tax Year - only required when creating forms via $bulk-upsert | [optional] |
33
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
34
+ | **tin** | **String** | Recipient's Federal Tax Identification Number (TIN). | [optional] |
35
+ | **recipient_name** | **String** | Recipient name | |
36
+ | **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] |
37
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
38
+ | **address** | **String** | Address. | |
39
+ | **address2** | **String** | Address line 2. | [optional] |
40
+ | **city** | **String** | City. | |
41
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
42
+ | **zip** | **String** | ZIP/postal code. | [optional] |
43
+ | **email** | **String** | Recipient's Contact email address. | [optional] |
44
+ | **account_number** | **String** | Account number | [optional] |
45
+ | **office_code** | **String** | Office code | [optional] |
46
+ | **non_us_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
47
+ | **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
48
+ | **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] |
49
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
50
+ | **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] |
51
+ | **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] |
52
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
53
+ | **no_tin** | **Boolean** | No TIN indicator | [optional] |
54
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
55
+ | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | State and local withholding information | [optional] |
56
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
57
+ | **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] |
58
+ | **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] |
59
+ | **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] |
60
+ | **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] |
61
+ | **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] |
62
+ | **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] |
63
+ | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | Validation errors | [optional][readonly] |
64
+ | **created_at** | **Time** | Date time when the record was created. | [optional][readonly] |
65
+ | **updated_at** | **Time** | Date time when the record was last updated. | [optional][readonly] |
66
66
 
67
67
  ## Example
68
68
 
@@ -70,8 +70,8 @@
70
70
  require 'avalara_sdk'
71
71
 
72
72
  instance = AvalaraSdk::A1099::V2::Form1099K.new(
73
- filer_type: PSE,
74
- payment_type: MerchantPaymentCard,
73
+ filer_type: null,
74
+ payment_type: null,
75
75
  payment_settlement_entity_name_phone_number: null,
76
76
  gross_amount_payment_card: null,
77
77
  card_not_present_transactions: null,
@@ -86,49 +86,49 @@ instance = AvalaraSdk::A1099::V2::Form1099K.new(
86
86
  june: null,
87
87
  july: null,
88
88
  august: null,
89
- sept: null,
89
+ september: null,
90
90
  october: null,
91
91
  november: null,
92
92
  december: null,
93
- id: null,
94
93
  type: null,
94
+ id: null,
95
95
  issuer_id: null,
96
96
  issuer_reference_id: null,
97
97
  issuer_tin: null,
98
98
  tax_year: null,
99
- federal_efile: null,
100
- federal_efile_status: null,
101
- state_efile: null,
102
- state_efile_status: null,
103
- postal_mail: null,
104
- postal_mail_status: null,
105
- tin_match: null,
106
- tin_match_status: null,
107
- address_verification: null,
108
- address_verification_status: null,
109
- e_delivery_status: null,
110
99
  reference_id: null,
111
- email: null,
112
- tin_type: null,
113
- fatca_filing_requirement: null,
114
100
  tin: null,
115
- no_tin: null,
116
- second_tin_notice: null,
117
101
  recipient_name: null,
102
+ tin_type: null,
118
103
  recipient_second_name: null,
119
104
  address: null,
120
105
  address2: null,
121
106
  city: null,
122
107
  state: null,
123
108
  zip: null,
124
- non_us_province: null,
125
- country_code: null,
109
+ email: null,
126
110
  account_number: null,
127
111
  office_code: null,
112
+ non_us_province: null,
113
+ country_code: null,
114
+ federal_efile_date: null,
115
+ postal_mail: null,
116
+ state_efile_date: null,
117
+ recipient_edelivery_date: null,
118
+ tin_match: null,
119
+ no_tin: null,
120
+ address_verification: null,
121
+ state_and_local_withholding: null,
122
+ second_tin_notice: null,
123
+ federal_efile_status: null,
124
+ state_efile_status: null,
125
+ postal_mail_status: null,
126
+ tin_match_status: null,
127
+ address_verification_status: null,
128
+ e_delivery_status: null,
128
129
  validation_errors: null,
129
130
  created_at: null,
130
- updated_at: null,
131
- state_and_local_withholding: null
131
+ updated_at: null
132
132
  )
133
133
  ```
134
134
 
@@ -0,0 +1,20 @@
1
+ # AvalaraSdk::A1099::V2::Form1099ListRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | | [optional] |
8
+ | **forms** | [**Array<Get1099Form200Response>**](Get1099Form200Response.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'avalara_sdk'
14
+
15
+ instance = AvalaraSdk::A1099::V2::Form1099ListRequest.new(
16
+ type: null,
17
+ forms: null
18
+ )
19
+ ```
20
+