avalara_sdk 25.7.2 → 25.8.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 (308) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +76 -39
  3. data/docs/A1099/V2/BulkUpsert1099FormsRequest.md +3 -1
  4. data/docs/A1099/V2/CompaniesW9Api.md +22 -22
  5. data/docs/A1099/V2/CoveredIndividualReferenceResponse.md +56 -0
  6. data/docs/A1099/V2/CoveredIndividualRequest.md +19 -19
  7. data/docs/A1099/V2/Create1099Form201Response.md +59 -0
  8. data/docs/A1099/V2/CreateW9Form201Response.md +55 -0
  9. data/docs/A1099/V2/CreateW9FormRequest.md +55 -0
  10. data/docs/A1099/V2/Form1042SList.md +20 -0
  11. data/docs/A1099/V2/Form1042SListItem.md +108 -0
  12. data/docs/A1099/V2/Form1042SListItemResponse.md +130 -0
  13. data/docs/A1099/V2/Form1042SRequest.md +110 -0
  14. data/docs/A1099/V2/Form1042SResponse.md +88 -0
  15. data/docs/A1099/V2/Form1095BListItem.md +31 -31
  16. data/docs/A1099/V2/Form1095BListItemResponse.md +86 -0
  17. data/docs/A1099/V2/Form1095BRequest.md +33 -33
  18. data/docs/A1099/V2/Form1099BaseResponse.md +82 -0
  19. data/docs/A1099/V2/Form1099DivListItem.md +45 -45
  20. data/docs/A1099/V2/Form1099DivRequest.md +44 -44
  21. data/docs/A1099/V2/Form1099DivResponse.md +3 -3
  22. data/docs/A1099/V2/Form1099KListItem.md +46 -46
  23. data/docs/A1099/V2/Form1099KListItemResponse.md +122 -0
  24. data/docs/A1099/V2/Form1099KRequest.md +45 -45
  25. data/docs/A1099/V2/Form1099ListResponse.md +18 -0
  26. data/docs/A1099/V2/Form1099ListResponseValueInner.md +59 -0
  27. data/docs/A1099/V2/Form1099MiscListItem.md +43 -43
  28. data/docs/A1099/V2/Form1099MiscListItemResponse.md +108 -0
  29. data/docs/A1099/V2/Form1099MiscRequest.md +42 -42
  30. data/docs/A1099/V2/Form1099MiscResponse.md +5 -5
  31. data/docs/A1099/V2/Form1099NecListItem.md +31 -31
  32. data/docs/A1099/V2/Form1099NecListItemResponse.md +88 -0
  33. data/docs/A1099/V2/Form1099NecRequest.md +30 -30
  34. data/docs/A1099/V2/Form1099NecResponse.md +5 -5
  35. data/docs/A1099/V2/Form1099RListItem.md +47 -47
  36. data/docs/A1099/V2/Form1099RListItemResponse.md +122 -0
  37. data/docs/A1099/V2/Form1099RRequest.md +45 -45
  38. data/docs/A1099/V2/Form1099StatusDetailResponse.md +20 -0
  39. data/docs/A1099/V2/FormRequestBase.md +23 -23
  40. data/docs/A1099/V2/FormRequestListItemBase.md +66 -0
  41. data/docs/A1099/V2/FormResponseBase.md +3 -3
  42. data/docs/A1099/V2/FormSingleRequestBase.md +25 -25
  43. data/docs/A1099/V2/Forms1099Api.md +75 -63
  44. data/docs/A1099/V2/FormsW9Api.md +61 -56
  45. data/docs/A1099/V2/Get1099Form200Response.md +15 -11
  46. data/docs/A1099/V2/IntermediaryOrFlowThrough.md +38 -0
  47. data/docs/A1099/V2/IntermediaryOrFlowThroughRequest.md +38 -0
  48. data/docs/A1099/V2/IntermediaryOrFlowThroughResponse.md +38 -0
  49. data/docs/A1099/V2/Issuers1099Api.md +23 -23
  50. data/docs/A1099/V2/JobResult.md +15 -15
  51. data/docs/A1099/V2/Jobs1099Api.md +2 -2
  52. data/docs/A1099/V2/PrimaryWithholdingAgent.md +20 -0
  53. data/docs/A1099/V2/PrimaryWithholdingAgentRequest.md +20 -0
  54. data/docs/A1099/V2/PrimaryWithholdingAgentResponse.md +20 -0
  55. data/docs/A1099/V2/StateAndLocalWithholdingResponse.md +8 -8
  56. data/docs/A1099/V2/StateEfileStatusDetailResponse.md +22 -0
  57. data/docs/A1099/V2/SubstantialUsOwnerRequest.md +22 -0
  58. data/docs/A1099/V2/Update1099Form200Response.md +3 -1
  59. data/docs/A1099/V2/ValidationErrorResponse.md +20 -0
  60. data/docs/A1099/V2/W4FormDataModel.md +5 -5
  61. data/docs/A1099/V2/W4FormRequest.md +66 -0
  62. data/docs/A1099/V2/W8BenEFormRequest.md +218 -0
  63. data/docs/A1099/V2/W8BenEFormResponse.md +3 -3
  64. data/docs/A1099/V2/W8BenFormDataModel.md +5 -5
  65. data/docs/A1099/V2/W8BenFormRequest.md +76 -0
  66. data/docs/A1099/V2/W8BeneFormDataModel.md +5 -5
  67. data/docs/A1099/V2/W8ImyFormDataModel.md +5 -5
  68. data/docs/A1099/V2/W8ImyFormRequest.md +250 -0
  69. data/docs/A1099/V2/W8ImyFormResponse.md +2 -2
  70. data/docs/A1099/V2/W9FormBaseRequest.md +28 -0
  71. data/docs/A1099/V2/W9FormDataModel.md +5 -5
  72. data/docs/A1099/V2/W9FormRequest.md +64 -0
  73. data/docs/EInvoicing/V1/Address.md +28 -0
  74. data/docs/EInvoicing/V1/BatchErrorDetail.md +20 -0
  75. data/docs/EInvoicing/V1/BatchSearchListResponse.md +2 -2
  76. data/docs/EInvoicing/V1/Consents.md +18 -0
  77. data/docs/EInvoicing/V1/CreateTradingPartner201Response.md +22 -0
  78. data/docs/EInvoicing/V1/CreateTradingPartnersBatch200Response.md +22 -0
  79. data/docs/EInvoicing/V1/CreateTradingPartnersBatch200ResponseValueInner.md +22 -0
  80. data/docs/EInvoicing/V1/CreateTradingPartnersBatchRequest.md +18 -0
  81. data/docs/EInvoicing/V1/DataInputFieldsApi.md +5 -5
  82. data/docs/EInvoicing/V1/DocumentsApi.md +9 -9
  83. data/docs/EInvoicing/V1/Extension.md +20 -0
  84. data/docs/EInvoicing/V1/Identifier.md +22 -0
  85. data/docs/EInvoicing/V1/InteropApi.md +1 -1
  86. data/docs/EInvoicing/V1/MandatesApi.md +6 -6
  87. data/docs/EInvoicing/V1/SearchParticipants200Response.md +22 -0
  88. data/docs/EInvoicing/V1/SubscriptionsApi.md +12 -12
  89. data/docs/EInvoicing/V1/SupportedDocumentTypes.md +26 -0
  90. data/docs/EInvoicing/V1/TaxIdentifierRequest.md +24 -0
  91. data/docs/EInvoicing/V1/TaxIdentifierResponse.md +20 -0
  92. data/docs/EInvoicing/V1/TaxIdentifierResponseValue.md +22 -0
  93. data/docs/EInvoicing/V1/TaxIdentifierSchemaByCountry200Response.md +20 -0
  94. data/docs/EInvoicing/V1/TaxIdentifiersApi.md +177 -0
  95. data/docs/EInvoicing/V1/TradingPartner.md +34 -0
  96. data/docs/EInvoicing/V1/TradingPartnersApi.md +412 -75
  97. data/docs/EInvoicing/V1/UpdateTradingPartner200Response.md +22 -0
  98. data/docs/EInvoicing/V1/ValidationError.md +20 -0
  99. data/lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb +14 -14
  100. data/lib/avalara_sdk/api/A1099/V2/forms1099_api.rb +51 -39
  101. data/lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb +56 -50
  102. data/lib/avalara_sdk/api/A1099/V2/issuers1099_api.rb +20 -20
  103. data/lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb +2 -2
  104. data/lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb +7 -7
  105. data/lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb +11 -11
  106. data/lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb +2 -2
  107. data/lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb +8 -8
  108. data/lib/avalara_sdk/api/EInvoicing/V1/subscriptions_api.rb +21 -21
  109. data/lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb +531 -0
  110. data/lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb +660 -80
  111. data/lib/avalara_sdk/models/A1099/V2/attribute.rb +1 -1
  112. data/lib/avalara_sdk/models/A1099/V2/authorized_api_request_model.rb +1 -1
  113. data/lib/avalara_sdk/models/A1099/V2/authorized_api_request_v2_data_model.rb +1 -1
  114. data/lib/avalara_sdk/models/A1099/V2/base_company_model.rb +1 -1
  115. data/lib/avalara_sdk/models/A1099/V2/base_form_list_request.rb +1 -1
  116. data/lib/avalara_sdk/models/A1099/V2/bulk_upsert1099_forms_request.rb +2 -1
  117. data/lib/avalara_sdk/models/A1099/V2/company_create_update_request_model.rb +1 -1
  118. data/lib/avalara_sdk/models/A1099/V2/company_model.rb +1 -1
  119. data/lib/avalara_sdk/models/A1099/V2/company_response.rb +1 -1
  120. data/lib/avalara_sdk/models/A1099/V2/company_response_model.rb +1 -1
  121. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference_response.rb +407 -0
  122. data/lib/avalara_sdk/models/A1099/V2/covered_individual_request.rb +20 -1
  123. data/lib/avalara_sdk/models/A1099/V2/create1099_form201_response.rb +106 -0
  124. data/lib/avalara_sdk/models/A1099/V2/create_w9_form201_response.rb +104 -0
  125. data/lib/avalara_sdk/models/A1099/V2/create_w9_form_request.rb +104 -0
  126. data/lib/avalara_sdk/models/A1099/V2/data.rb +1 -1
  127. data/lib/avalara_sdk/models/A1099/V2/error_model.rb +1 -1
  128. data/lib/avalara_sdk/models/A1099/V2/error_response.rb +1 -1
  129. data/lib/avalara_sdk/models/A1099/V2/error_response_errors_inner.rb +1 -1
  130. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list.rb +238 -0
  131. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item.rb +891 -0
  132. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item_response.rb +925 -0
  133. data/lib/avalara_sdk/models/A1099/V2/form1042_s_request.rb +855 -0
  134. data/lib/avalara_sdk/models/A1099/V2/form1042_s_response.rb +600 -0
  135. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list.rb +1 -1
  136. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item.rb +147 -14
  137. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item_response.rb +700 -0
  138. data/lib/avalara_sdk/models/A1099/V2/form1095_b_request.rb +149 -16
  139. data/lib/avalara_sdk/models/A1099/V2/form1099_base_response.rb +661 -0
  140. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list.rb +1 -1
  141. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item.rb +168 -13
  142. data/lib/avalara_sdk/models/A1099/V2/form1099_div_request.rb +159 -14
  143. data/lib/avalara_sdk/models/A1099/V2/form1099_div_response.rb +5 -5
  144. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list.rb +1 -1
  145. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item.rb +169 -13
  146. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item_response.rb +930 -0
  147. data/lib/avalara_sdk/models/A1099/V2/form1099_k_request.rb +160 -14
  148. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response.rb +220 -0
  149. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response_value_inner.rb +106 -0
  150. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list.rb +1 -1
  151. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item.rb +171 -19
  152. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item_response.rb +810 -0
  153. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_request.rb +162 -20
  154. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_response.rb +12 -12
  155. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list.rb +1 -1
  156. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item.rb +168 -20
  157. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item_response.rb +700 -0
  158. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_request.rb +157 -20
  159. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_response.rb +12 -12
  160. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result.rb +1 -1
  161. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list.rb +1 -1
  162. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item.rb +171 -15
  163. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item_response.rb +888 -0
  164. data/lib/avalara_sdk/models/A1099/V2/form1099_r_request.rb +160 -14
  165. data/lib/avalara_sdk/models/A1099/V2/form1099_status_detail_response.rb +223 -0
  166. data/lib/avalara_sdk/models/A1099/V2/form_request_base.rb +138 -12
  167. data/lib/avalara_sdk/models/A1099/V2/form_request_list_item_base.rb +611 -0
  168. data/lib/avalara_sdk/models/A1099/V2/form_response_base.rb +5 -5
  169. data/lib/avalara_sdk/models/A1099/V2/form_single_request_base.rb +140 -14
  170. data/lib/avalara_sdk/models/A1099/V2/get1099_form200_response.rb +8 -6
  171. data/lib/avalara_sdk/models/A1099/V2/http_validation_problem_details.rb +1 -1
  172. data/lib/avalara_sdk/models/A1099/V2/i_create_form1099_request.rb +1 -1
  173. data/lib/avalara_sdk/models/A1099/V2/i_update_form1099_request.rb +1 -1
  174. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through.rb +311 -0
  175. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_request.rb +311 -0
  176. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_response.rb +311 -0
  177. data/lib/avalara_sdk/models/A1099/V2/issuer_command.rb +1 -1
  178. data/lib/avalara_sdk/models/A1099/V2/issuer_response.rb +1 -1
  179. data/lib/avalara_sdk/models/A1099/V2/iw9_form_data_models_one_of.rb +1 -1
  180. data/lib/avalara_sdk/models/A1099/V2/job_result.rb +16 -1
  181. data/lib/avalara_sdk/models/A1099/V2/link.rb +1 -1
  182. data/lib/avalara_sdk/models/A1099/V2/paginated_query_result_model.rb +1 -1
  183. data/lib/avalara_sdk/models/A1099/V2/paginated_query_result_model_company_response.rb +1 -1
  184. data/lib/avalara_sdk/models/A1099/V2/paginated_query_result_model_issuer_response.rb +1 -1
  185. data/lib/avalara_sdk/models/A1099/V2/paginated_w9_forms_model.rb +1 -1
  186. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent.rb +221 -0
  187. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_request.rb +221 -0
  188. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_response.rb +221 -0
  189. data/lib/avalara_sdk/models/A1099/V2/problem_details.rb +1 -1
  190. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_request.rb +5 -1
  191. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_response.rb +9 -1
  192. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_response.rb +231 -0
  193. data/lib/avalara_sdk/models/A1099/V2/status_detail.rb +1 -1
  194. data/lib/avalara_sdk/models/A1099/V2/substantial_us_owner_request.rb +233 -0
  195. data/lib/avalara_sdk/models/A1099/V2/substantial_us_owner_response.rb +1 -1
  196. data/lib/avalara_sdk/models/A1099/V2/update1099_form200_response.rb +2 -1
  197. data/lib/avalara_sdk/models/A1099/V2/validation_error_response.rb +231 -0
  198. data/lib/avalara_sdk/models/A1099/V2/w4_form_data_model.rb +6 -6
  199. data/lib/avalara_sdk/models/A1099/V2/w4_form_request.rb +509 -0
  200. data/lib/avalara_sdk/models/A1099/V2/w4_form_response.rb +1 -1
  201. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_request.rb +1343 -0
  202. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_response.rb +4 -4
  203. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_substantial_us_owner_data_model.rb +1 -1
  204. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_data_model.rb +6 -6
  205. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_request.rb +561 -0
  206. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_response.rb +1 -1
  207. data/lib/avalara_sdk/models/A1099/V2/w8_bene_form_data_model.rb +6 -6
  208. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_data_model.rb +6 -6
  209. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_request.rb +1518 -0
  210. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_response.rb +3 -3
  211. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_request.rb +299 -0
  212. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_response.rb +1 -1
  213. data/lib/avalara_sdk/models/A1099/V2/w9_form_data_model.rb +6 -6
  214. data/lib/avalara_sdk/models/A1099/V2/w9_form_request.rb +495 -0
  215. data/lib/avalara_sdk/models/A1099/V2/w9_form_response.rb +4 -3
  216. data/lib/avalara_sdk/models/EInvoicing/V1/address.rb +382 -0
  217. data/lib/avalara_sdk/models/EInvoicing/V1/batch_error_detail.rb +223 -0
  218. data/lib/avalara_sdk/models/EInvoicing/V1/batch_search.rb +1 -1
  219. data/lib/avalara_sdk/models/EInvoicing/V1/batch_search_list_response.rb +3 -2
  220. data/lib/avalara_sdk/models/EInvoicing/V1/consents.rb +213 -0
  221. data/lib/avalara_sdk/models/EInvoicing/V1/create_trading_partner201_response.rb +231 -0
  222. data/lib/avalara_sdk/models/EInvoicing/V1/create_trading_partners_batch200_response.rb +232 -0
  223. data/lib/avalara_sdk/models/EInvoicing/V1/create_trading_partners_batch200_response_value_inner.rb +231 -0
  224. data/lib/avalara_sdk/models/EInvoicing/V1/create_trading_partners_batch_request.rb +212 -0
  225. data/lib/avalara_sdk/models/EInvoicing/V1/data_input_fields_response.rb +1 -2
  226. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch.rb +1 -2
  227. data/lib/avalara_sdk/models/EInvoicing/V1/error_response.rb +1 -1
  228. data/lib/avalara_sdk/models/EInvoicing/V1/extension.rb +256 -0
  229. data/lib/avalara_sdk/models/EInvoicing/V1/hmac_signature_value.rb +1 -2
  230. data/lib/avalara_sdk/models/EInvoicing/V1/identifier.rb +302 -0
  231. data/lib/avalara_sdk/models/EInvoicing/V1/mandate.rb +1 -2
  232. data/lib/avalara_sdk/models/EInvoicing/V1/pagination.rb +1 -2
  233. data/lib/avalara_sdk/models/EInvoicing/V1/required_when_field.rb +1 -2
  234. data/lib/avalara_sdk/models/EInvoicing/V1/search_participants200_response.rb +232 -0
  235. data/lib/avalara_sdk/models/EInvoicing/V1/signature.rb +1 -2
  236. data/lib/avalara_sdk/models/EInvoicing/V1/signature_value.rb +1 -2
  237. data/lib/avalara_sdk/models/EInvoicing/V1/subscription_common.rb +1 -2
  238. data/lib/avalara_sdk/models/EInvoicing/V1/success_response.rb +1 -2
  239. data/lib/avalara_sdk/models/EInvoicing/V1/supported_document_types.rb +305 -0
  240. data/lib/avalara_sdk/models/EInvoicing/V1/tax_identifier_request.rb +329 -0
  241. data/lib/avalara_sdk/models/EInvoicing/V1/tax_identifier_response.rb +228 -0
  242. data/lib/avalara_sdk/models/EInvoicing/V1/tax_identifier_response_value.rb +231 -0
  243. data/lib/avalara_sdk/models/EInvoicing/V1/tax_identifier_schema_by_country200_response.rb +235 -0
  244. data/lib/avalara_sdk/models/EInvoicing/V1/trading_partner.rb +411 -0
  245. data/lib/avalara_sdk/models/EInvoicing/V1/update_trading_partner200_response.rb +231 -0
  246. data/lib/avalara_sdk/models/EInvoicing/V1/validation_error.rb +222 -0
  247. data/lib/avalara_sdk/models/EInvoicing/V1/webhooks_error_response.rb +1 -2
  248. data/lib/avalara_sdk/version.rb +1 -1
  249. data/lib/avalara_sdk.rb +53 -0
  250. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/byebug/byebug.so +0 -0
  251. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +6 -6
  252. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/date_core.so +0 -0
  253. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +6 -6
  254. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/mkmf.log +4 -4
  255. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/attach.so +0 -0
  256. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/debase_internals.so +0 -0
  257. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/gem_make.out +7 -7
  258. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/mkmf.log +6 -6
  259. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/debug/debug.so +0 -0
  260. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/gem_make.out +6 -6
  261. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/erb/escape.so +0 -0
  262. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/gem_make.out +6 -6
  263. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/gem_make.out +6 -6
  264. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/io/console.so +0 -0
  265. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/mkmf.log +21 -21
  266. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/gem_make.out +6 -6
  267. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/json/ext/generator.so +0 -0
  268. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/json/ext/parser.so +0 -0
  269. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/mkmf.log +7 -7
  270. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/gem_make.out +6 -6
  271. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/mkmf.log +6 -6
  272. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/prism/prism.so +0 -0
  273. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/gem_make.out +6 -6
  274. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/mkmf.log +10 -10
  275. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/psych.so +0 -0
  276. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +6 -6
  277. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/racc/cparse.so +0 -0
  278. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ruby-debug-ide-0.7.3/gem_make.out +2 -2
  279. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +6 -6
  280. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/mkmf.log +2 -2
  281. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/stringio.so +0 -0
  282. data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
  283. data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  284. data/vendor/bundle/ruby/3.3.0/gems/date-3.4.1/ext/date/Makefile +3 -3
  285. data/vendor/bundle/ruby/3.3.0/gems/date-3.4.1/lib/date_core.so +0 -0
  286. data/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/ext/Makefile +3 -3
  287. data/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/ext/attach/Makefile +3 -3
  288. data/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/lib/attach.so +0 -0
  289. data/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/lib/debase_internals.so +0 -0
  290. data/vendor/bundle/ruby/3.3.0/gems/debug-1.10.0/ext/debug/Makefile +3 -3
  291. data/vendor/bundle/ruby/3.3.0/gems/debug-1.10.0/lib/debug/debug.so +0 -0
  292. data/vendor/bundle/ruby/3.3.0/gems/erb-5.0.1/ext/erb/escape/Makefile +3 -3
  293. data/vendor/bundle/ruby/3.3.0/gems/erb-5.0.1/lib/erb/escape.so +0 -0
  294. data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.0/ext/io/console/Makefile +3 -3
  295. data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.0/lib/io/console.so +0 -0
  296. data/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/ext/json/ext/generator/Makefile +3 -3
  297. data/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/ext/json/ext/parser/Makefile +3 -3
  298. data/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/lib/json/ext/generator.so +0 -0
  299. data/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/lib/json/ext/parser.so +0 -0
  300. data/vendor/bundle/ruby/3.3.0/gems/prism-1.4.0/ext/prism/Makefile +3 -3
  301. data/vendor/bundle/ruby/3.3.0/gems/prism-1.4.0/lib/prism/prism.so +0 -0
  302. data/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych/Makefile +3 -3
  303. data/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/lib/psych.so +0 -0
  304. data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +3 -3
  305. data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
  306. data/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio/Makefile +3 -3
  307. data/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/lib/stringio.so +0 -0
  308. metadata +108 -2
@@ -11,7 +11,7 @@
11
11
  | **fed_income_tax_withheld** | **Float** | | [optional] |
12
12
  | **fishing_boat_proceeds** | **Float** | | [optional] |
13
13
  | **medical_health_care_payments** | **Float** | | [optional] |
14
- | **payer_made_direct_sales** | **Boolean** | | [optional] |
14
+ | **direct_sales_indicator** | **Boolean** | | [optional] |
15
15
  | **substitute_payments** | **Float** | | [optional] |
16
16
  | **crop_insurance_proceeds** | **Float** | | [optional] |
17
17
  | **gross_proceeds_paid_to_attorney** | **Float** | | [optional] |
@@ -51,11 +51,11 @@
51
51
  | **tin_match** | **Boolean** | | [optional] |
52
52
  | **address_verification** | **Boolean** | | [optional] |
53
53
  | **federal_efile_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
54
- | **state_efile_status** | [**Array<StateEfileStatusDetailApp>**](StateEfileStatusDetailApp.md) | | [optional] |
54
+ | **state_efile_status** | [**Array<StateEfileStatusDetailResponse>**](StateEfileStatusDetailResponse.md) | | [optional] |
55
55
  | **postal_mail_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
56
56
  | **tin_match_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
57
57
  | **address_verification_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
58
- | **validation_errors** | [**Array<ValidationErrorApp>**](ValidationErrorApp.md) | | [optional] |
58
+ | **validation_errors** | [**Array<ValidationErrorResponse>**](ValidationErrorResponse.md) | | [optional] |
59
59
 
60
60
  ## Example
61
61
 
@@ -70,7 +70,7 @@ instance = AvalaraSdk::A1099::V2::Form1099MiscResponse.new(
70
70
  fed_income_tax_withheld: null,
71
71
  fishing_boat_proceeds: null,
72
72
  medical_health_care_payments: null,
73
- payer_made_direct_sales: null,
73
+ direct_sales_indicator: null,
74
74
  substitute_payments: null,
75
75
  crop_insurance_proceeds: null,
76
76
  gross_proceeds_paid_to_attorney: null,
@@ -79,7 +79,7 @@ instance = AvalaraSdk::A1099::V2::Form1099MiscResponse.new(
79
79
  fatca_filing_requirement: null,
80
80
  excess_golden_parachute_payments: null,
81
81
  nonqualified_deferred_compensation: null,
82
- type: Form1099Nec,
82
+ type: 1099-NEC,
83
83
  created_at: null,
84
84
  updated_at: null,
85
85
  user_id: null,
@@ -4,35 +4,35 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **second_tin_notice** | **Boolean** | | [optional] |
8
- | **nonemployee_compensation** | **Float** | | [optional] |
9
- | **payer_made_direct_sales** | **Boolean** | | [optional] |
10
- | **federal_income_tax_withheld** | **Float** | | [optional] |
11
- | **issuer_reference_id** | **String** | | [optional] |
12
- | **issuer_tin** | **String** | | [optional] |
13
- | **tax_year** | **Integer** | | [optional] |
14
- | **issuer_id** | **String** | | [optional] |
15
- | **reference_id** | **String** | | [optional] |
16
- | **recipient_name** | **String** | | [optional] |
17
- | **recipient_tin** | **String** | | [optional] |
18
- | **tin_type** | **String** | | [optional] |
19
- | **recipient_second_name** | **String** | | [optional] |
20
- | **address** | **String** | | [optional] |
21
- | **address2** | **String** | | [optional] |
22
- | **city** | **String** | | [optional] |
23
- | **state** | **String** | | [optional] |
24
- | **zip** | **String** | | [optional] |
25
- | **recipient_email** | **String** | | [optional] |
26
- | **account_number** | **String** | | [optional] |
27
- | **office_code** | **String** | | [optional] |
28
- | **recipient_non_us_province** | **String** | | [optional] |
29
- | **country_code** | **String** | | [optional] |
30
- | **federal_e_file** | **Boolean** | | [optional] |
31
- | **postal_mail** | **Boolean** | | [optional] |
32
- | **state_e_file** | **Boolean** | | [optional] |
33
- | **tin_match** | **Boolean** | | [optional] |
34
- | **address_verification** | **Boolean** | | [optional] |
35
- | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
7
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
8
+ | **nonemployee_compensation** | **Float** | Nonemployee compensation | |
9
+ | **direct_sales_indicator** | **Boolean** | Payer made direct sales totaling $5,000 or more of consumer products to recipient for resale | [optional] |
10
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
11
+ | **issuer_reference_id** | **String** | Issuer Reference ID. One of `issuerReferenceId` or `issuerTin` is required. | [optional] |
12
+ | **issuer_tin** | **String** | Issuer TIN. One of `issuerReferenceId` or `issuerTin` is required. | [optional] |
13
+ | **tax_year** | **Integer** | Tax year | |
14
+ | **issuer_id** | **String** | Issuer ID | [optional] |
15
+ | **reference_id** | **String** | Reference ID | [optional] |
16
+ | **recipient_tin** | **String** | Recipient Tax ID Number | [optional] |
17
+ | **recipient_name** | **String** | Recipient name | |
18
+ | **tin_type** | **String** | Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN | [optional] |
19
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
20
+ | **address** | **String** | Address | |
21
+ | **address2** | **String** | Address line 2 | [optional] |
22
+ | **city** | **String** | City | |
23
+ | **state** | **String** | US state. Required if CountryCode is \"US\". | [optional] |
24
+ | **zip** | **String** | Zip/postal code | [optional] |
25
+ | **recipient_email** | **String** | Recipient email address | [optional] |
26
+ | **account_number** | **String** | Account number | [optional] |
27
+ | **office_code** | **String** | Office code | [optional] |
28
+ | **recipient_non_us_province** | **String** | Foreign province | [optional] |
29
+ | **country_code** | **String** | Country code, as defined at https://www.irs.gov/e-file-providers/country-codes | |
30
+ | **federal_e_file** | **Boolean** | Boolean indicating that federal e-filing should be scheduled for this form | [optional] |
31
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
32
+ | **state_e_file** | **Boolean** | Boolean indicating that state e-filing should be scheduled for this form | [optional] |
33
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
34
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
35
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | State and local withholding information | [optional] |
36
36
 
37
37
  ## Example
38
38
 
@@ -42,15 +42,15 @@ require 'avalara_sdk'
42
42
  instance = AvalaraSdk::A1099::V2::Form1099NecListItem.new(
43
43
  second_tin_notice: null,
44
44
  nonemployee_compensation: null,
45
- payer_made_direct_sales: null,
45
+ direct_sales_indicator: null,
46
46
  federal_income_tax_withheld: null,
47
47
  issuer_reference_id: null,
48
48
  issuer_tin: null,
49
49
  tax_year: null,
50
50
  issuer_id: null,
51
51
  reference_id: null,
52
- recipient_name: null,
53
52
  recipient_tin: null,
53
+ recipient_name: null,
54
54
  tin_type: EIN,
55
55
  recipient_second_name: null,
56
56
  address: null,
@@ -0,0 +1,88 @@
1
+ # AvalaraSdk::A1099::V2::Form1099NecListItemResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **nonemployee_compensation** | **Float** | Nonemployee compensation | [optional] |
8
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
9
+ | **direct_sales_indicator** | **Boolean** | Payer made direct sales totaling $5,000 or more of consumer products to recipient for resale | [optional] |
10
+ | **id** | **String** | ID of the form | [readonly] |
11
+ | **type** | **String** | Type of the form. Will be one of: * 940 * 941 * 943 * 944 * 945 * 1042 * 1042-S * 1095-B * 1095-C * 1097-BTC * 1098 * 1098-C * 1098-E * 1098-Q * 1098-T * 3921 * 3922 * 5498 * 5498-ESA * 5498-SA * 1099-MISC * 1099-A * 1099-B * 1099-C * 1099-CAP * 1099-DIV * 1099-G * 1099-INT * 1099-K * 1099-LS * 1099-LTC * 1099-NEC * 1099-OID * 1099-PATR * 1099-Q * 1099-R * 1099-S * 1099-SA * T4A * W-2 * W-2G * 1099-HC | |
12
+ | **issuer_id** | **Integer** | Issuer ID | |
13
+ | **issuer_reference_id** | **String** | Issuer Reference ID | [optional] |
14
+ | **issuer_tin** | **String** | Issuer TIN | [optional] |
15
+ | **tax_year** | **Integer** | Tax year | [optional] |
16
+ | **federal_efile** | **Boolean** | Boolean indicating that federal e-filing has been scheduled for this form | |
17
+ | **federal_efile_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | Federal e-file status | [optional][readonly] |
18
+ | **state_efile** | **Boolean** | Boolean indicating that state e-filing has been scheduled for this form | |
19
+ | **state_efile_status** | [**Array<StateEfileStatusDetailResponse>**](StateEfileStatusDetailResponse.md) | State e-file status | [optional][readonly] |
20
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient has been scheduled for this form | |
21
+ | **postal_mail_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | Postal mail to recipient status | [optional][readonly] |
22
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching has been scheduled for this form | |
23
+ | **tin_match_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | TIN Match status | [optional][readonly] |
24
+ | **address_verification** | **Boolean** | Boolean indicating that address verification has been scheduled for this form | |
25
+ | **address_verification_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | Address verification status | [optional][readonly] |
26
+ | **reference_id** | **String** | Reference ID | [optional] |
27
+ | **email** | **String** | Recipient email address | [optional] |
28
+ | **tin_type** | **String** | Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN | [optional] |
29
+ | **tin** | **String** | Recipient Tax ID Number | [optional] |
30
+ | **recipient_name** | **String** | Recipient name | [optional] |
31
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
32
+ | **address** | **String** | Address | [optional] |
33
+ | **address2** | **String** | Address line 2 | [optional] |
34
+ | **city** | **String** | City | [optional] |
35
+ | **state** | **String** | US state | [optional] |
36
+ | **zip** | **String** | Zip/postal code | [optional] |
37
+ | **foreign_province** | **String** | Foreign province | [optional] |
38
+ | **country_code** | **String** | Country code, as defined at https://www.irs.gov/e-file-providers/country-codes | [optional] |
39
+ | **validation_errors** | [**Array<ValidationErrorResponse>**](ValidationErrorResponse.md) | Validation errors | [optional][readonly] |
40
+ | **created_at** | **Time** | Creation time | [optional][readonly] |
41
+ | **updated_at** | **Time** | Update time | [optional][readonly] |
42
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingResponse**](StateAndLocalWithholdingResponse.md) | | [optional] |
43
+
44
+ ## Example
45
+
46
+ ```ruby
47
+ require 'avalara_sdk'
48
+
49
+ instance = AvalaraSdk::A1099::V2::Form1099NecListItemResponse.new(
50
+ nonemployee_compensation: 1402.71,
51
+ federal_income_tax_withheld: null,
52
+ direct_sales_indicator: false,
53
+ id: 123456789,
54
+ type: 1099-NEC,
55
+ issuer_id: 987654321,
56
+ issuer_reference_id: R-3898734,
57
+ issuer_tin: 59-387274,
58
+ tax_year: 2024,
59
+ federal_efile: false,
60
+ federal_efile_status: null,
61
+ state_efile: false,
62
+ state_efile_status: null,
63
+ postal_mail: false,
64
+ postal_mail_status: null,
65
+ tin_match: false,
66
+ tin_match_status: null,
67
+ address_verification: false,
68
+ address_verification_status: null,
69
+ reference_id: 1891810-9819891,
70
+ email: roadrunner@acmecorp.com,
71
+ tin_type: null,
72
+ tin: null,
73
+ recipient_name: null,
74
+ recipient_second_name: null,
75
+ address: 1234 Meep Meep Blvd,
76
+ address2: null,
77
+ city: Tucson,
78
+ state: AZ,
79
+ zip: 35004,
80
+ foreign_province: ,
81
+ country_code: US,
82
+ validation_errors: null,
83
+ created_at: 2025-07-29T15:47:39.396860Z,
84
+ updated_at: 2025-07-29T15:47:39.396860500Z,
85
+ state_and_local_withholding: null
86
+ )
87
+ ```
88
+
@@ -4,33 +4,33 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **second_tin_notice** | **Boolean** | | [optional] |
8
- | **nonemployee_compensation** | **Float** | | [optional] |
9
- | **payer_made_direct_sales** | **Boolean** | | [optional] |
10
- | **federal_income_tax_withheld** | **Float** | | [optional] |
11
- | **type** | **String** | | [optional][readonly] |
12
- | **issuer_id** | **String** | | [optional] |
13
- | **reference_id** | **String** | | [optional] |
14
- | **recipient_name** | **String** | | [optional] |
15
- | **recipient_tin** | **String** | | [optional] |
16
- | **tin_type** | **String** | | [optional] |
17
- | **recipient_second_name** | **String** | | [optional] |
18
- | **address** | **String** | | [optional] |
19
- | **address2** | **String** | | [optional] |
20
- | **city** | **String** | | [optional] |
21
- | **state** | **String** | | [optional] |
22
- | **zip** | **String** | | [optional] |
23
- | **recipient_email** | **String** | | [optional] |
24
- | **account_number** | **String** | | [optional] |
25
- | **office_code** | **String** | | [optional] |
26
- | **recipient_non_us_province** | **String** | | [optional] |
27
- | **country_code** | **String** | | [optional] |
28
- | **federal_e_file** | **Boolean** | | [optional] |
29
- | **postal_mail** | **Boolean** | | [optional] |
30
- | **state_e_file** | **Boolean** | | [optional] |
31
- | **tin_match** | **Boolean** | | [optional] |
32
- | **address_verification** | **Boolean** | | [optional] |
33
- | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
7
+ | **second_tin_notice** | **Boolean** | Second TIN notice | [optional] |
8
+ | **nonemployee_compensation** | **Float** | Nonemployee compensation | |
9
+ | **direct_sales_indicator** | **Boolean** | Payer made direct sales totaling $5,000 or more of consumer products to recipient for resale | [optional] |
10
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
11
+ | **type** | **String** | | [optional] |
12
+ | **issuer_id** | **String** | Issuer ID | [optional] |
13
+ | **reference_id** | **String** | Reference ID | [optional] |
14
+ | **recipient_tin** | **String** | Recipient Tax ID Number | [optional] |
15
+ | **recipient_name** | **String** | Recipient name | |
16
+ | **tin_type** | **String** | Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN | [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** | US state. Required if CountryCode is \"US\". | [optional] |
22
+ | **zip** | **String** | Zip/postal code | [optional] |
23
+ | **recipient_email** | **String** | Recipient email address | [optional] |
24
+ | **account_number** | **String** | Account number | [optional] |
25
+ | **office_code** | **String** | Office code | [optional] |
26
+ | **recipient_non_us_province** | **String** | Foreign province | [optional] |
27
+ | **country_code** | **String** | Country code, as defined at https://www.irs.gov/e-file-providers/country-codes | |
28
+ | **federal_e_file** | **Boolean** | Boolean indicating that federal e-filing should be scheduled for this form | [optional] |
29
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
30
+ | **state_e_file** | **Boolean** | Boolean indicating that state e-filing should be scheduled for this form | [optional] |
31
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
32
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
33
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | State and local withholding information | [optional] |
34
34
 
35
35
  ## Example
36
36
 
@@ -40,13 +40,13 @@ require 'avalara_sdk'
40
40
  instance = AvalaraSdk::A1099::V2::Form1099NecRequest.new(
41
41
  second_tin_notice: null,
42
42
  nonemployee_compensation: null,
43
- payer_made_direct_sales: null,
43
+ direct_sales_indicator: null,
44
44
  federal_income_tax_withheld: null,
45
- type: Form1099Nec,
45
+ type: 1099-NEC,
46
46
  issuer_id: null,
47
47
  reference_id: null,
48
- recipient_name: null,
49
48
  recipient_tin: null,
49
+ recipient_name: null,
50
50
  tin_type: EIN,
51
51
  recipient_second_name: null,
52
52
  address: null,
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **second_tin_notice** | **Boolean** | | [optional] |
8
8
  | **nonemployee_compensation** | **Float** | | [optional] |
9
- | **payer_made_direct_sales** | **Boolean** | | [optional] |
9
+ | **direct_sales_indicator** | **Boolean** | | [optional] |
10
10
  | **federal_income_tax_withheld** | **Float** | | [optional] |
11
11
  | **type** | **String** | | [optional][readonly] |
12
12
  | **created_at** | **Time** | | [optional] |
@@ -39,11 +39,11 @@
39
39
  | **tin_match** | **Boolean** | | [optional] |
40
40
  | **address_verification** | **Boolean** | | [optional] |
41
41
  | **federal_efile_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
42
- | **state_efile_status** | [**Array<StateEfileStatusDetailApp>**](StateEfileStatusDetailApp.md) | | [optional] |
42
+ | **state_efile_status** | [**Array<StateEfileStatusDetailResponse>**](StateEfileStatusDetailResponse.md) | | [optional] |
43
43
  | **postal_mail_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
44
44
  | **tin_match_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
45
45
  | **address_verification_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
46
- | **validation_errors** | [**Array<ValidationErrorApp>**](ValidationErrorApp.md) | | [optional] |
46
+ | **validation_errors** | [**Array<ValidationErrorResponse>**](ValidationErrorResponse.md) | | [optional] |
47
47
 
48
48
  ## Example
49
49
 
@@ -53,9 +53,9 @@ require 'avalara_sdk'
53
53
  instance = AvalaraSdk::A1099::V2::Form1099NecResponse.new(
54
54
  second_tin_notice: null,
55
55
  nonemployee_compensation: null,
56
- payer_made_direct_sales: null,
56
+ direct_sales_indicator: null,
57
57
  federal_income_tax_withheld: null,
58
- type: Form1099Nec,
58
+ type: 1099-NEC,
59
59
  created_at: null,
60
60
  updated_at: null,
61
61
  user_id: null,
@@ -4,51 +4,51 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **gross_distribution** | **Float** | | [optional] |
8
- | **taxable_amount** | **Float** | | [optional] |
9
- | **taxable_amount_not_determined** | **Boolean** | | [optional] |
10
- | **total_distribution_determined** | **Boolean** | | [optional] |
11
- | **capital_gain** | **Float** | | [optional] |
12
- | **federal_income_tax_withheld** | **Float** | | [optional] |
13
- | **employee_contributions_or_designated_roth_or_insurance_premiums** | **Float** | | [optional] |
14
- | **net_unrealized_appreciation_in_employer_securities** | **Float** | | [optional] |
15
- | **distribution_code** | **String** | | [optional] |
16
- | **second_distribution_code** | **String** | | [optional] |
17
- | **ira_sep_simple** | **Boolean** | | [optional] |
18
- | **traditional_ira_sep_simple_or_roth_conversion_amount** | **Float** | | [optional] |
19
- | **other_amount** | **Float** | | [optional] |
20
- | **other_percentage** | **String** | | [optional] |
21
- | **total_distribution_percentage** | **String** | | [optional] |
22
- | **total_employee_contributions** | **Float** | | [optional] |
23
- | **amount_allocable_to_irr_within5_years** | **Float** | | [optional] |
24
- | **first_year_of_designated_roth_contribution** | **Integer** | | [optional] |
25
- | **fatca_filing_requirement** | **Boolean** | | [optional] |
26
- | **date_of_payment** | **Time** | | [optional] |
27
- | **issuer_reference_id** | **String** | | [optional] |
28
- | **issuer_tin** | **String** | | [optional] |
29
- | **tax_year** | **Integer** | | [optional] |
30
- | **issuer_id** | **String** | | [optional] |
31
- | **reference_id** | **String** | | [optional] |
32
- | **recipient_name** | **String** | | [optional] |
33
- | **recipient_tin** | **String** | | [optional] |
34
- | **tin_type** | **String** | | [optional] |
35
- | **recipient_second_name** | **String** | | [optional] |
36
- | **address** | **String** | | [optional] |
37
- | **address2** | **String** | | [optional] |
38
- | **city** | **String** | | [optional] |
39
- | **state** | **String** | | [optional] |
40
- | **zip** | **String** | | [optional] |
41
- | **recipient_email** | **String** | | [optional] |
42
- | **account_number** | **String** | | [optional] |
43
- | **office_code** | **String** | | [optional] |
44
- | **recipient_non_us_province** | **String** | | [optional] |
45
- | **country_code** | **String** | | [optional] |
46
- | **federal_e_file** | **Boolean** | | [optional] |
47
- | **postal_mail** | **Boolean** | | [optional] |
48
- | **state_e_file** | **Boolean** | | [optional] |
49
- | **tin_match** | **Boolean** | | [optional] |
50
- | **address_verification** | **Boolean** | | [optional] |
51
- | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
7
+ | **gross_distribution** | **Float** | Gross distribution | [optional] |
8
+ | **taxable_amount** | **Float** | Taxable amount | [optional] |
9
+ | **taxable_amount_not_determined** | **Boolean** | Taxable amount not determined | [optional] |
10
+ | **total_distribution_determined** | **Boolean** | Total distribution | [optional] |
11
+ | **capital_gain** | **Float** | Capital gain (included in Box 2a) | [optional] |
12
+ | **federal_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
13
+ | **employee_contributions_or_designated_roth_or_insurance_premiums** | **Float** | Employee contributions/Designated Roth contributions or insurance premiums | [optional] |
14
+ | **net_unrealized_appreciation_in_employer_securities** | **Float** | Net unrealized appreciation in employer's securities | [optional] |
15
+ | **distribution_code** | **String** | Distribution code | [optional] |
16
+ | **second_distribution_code** | **String** | Second distribution code | [optional] |
17
+ | **ira_sep_simple** | **Boolean** | IRA/SEP/SIMPLE | [optional] |
18
+ | **traditional_ira_sep_simple_or_roth_conversion_amount** | **Float** | Traditional IRA/SEP/SIMPLE or Roth conversion amount | [optional] |
19
+ | **other_amount** | **Float** | Other amount | [optional] |
20
+ | **other_percentage** | **String** | Other percentage | [optional] |
21
+ | **total_distribution_percentage** | **String** | Total distribution percentage | [optional] |
22
+ | **total_employee_contributions** | **Float** | Total employee contributions | [optional] |
23
+ | **amount_allocable_to_irr_within5_years** | **Float** | Amount allocable to IRR within 5 years | [optional] |
24
+ | **first_year_of_designated_roth_contribution** | **Integer** | First year of designated Roth contribution | [optional] |
25
+ | **fatca_filing_requirement** | **Boolean** | FATCA filing requirement | [optional] |
26
+ | **date_of_payment** | **Time** | Date of payment | [optional] |
27
+ | **issuer_reference_id** | **String** | Issuer Reference ID. One of `issuerReferenceId` or `issuerTin` is required. | [optional] |
28
+ | **issuer_tin** | **String** | Issuer TIN. One of `issuerReferenceId` or `issuerTin` is required. | [optional] |
29
+ | **tax_year** | **Integer** | Tax year | |
30
+ | **issuer_id** | **String** | Issuer ID | [optional] |
31
+ | **reference_id** | **String** | Reference ID | [optional] |
32
+ | **recipient_tin** | **String** | Recipient Tax ID Number | [optional] |
33
+ | **recipient_name** | **String** | Recipient name | |
34
+ | **tin_type** | **String** | Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN | [optional] |
35
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
36
+ | **address** | **String** | Address | |
37
+ | **address2** | **String** | Address line 2 | [optional] |
38
+ | **city** | **String** | City | |
39
+ | **state** | **String** | US state. Required if CountryCode is \"US\". | [optional] |
40
+ | **zip** | **String** | Zip/postal code | [optional] |
41
+ | **recipient_email** | **String** | Recipient email address | [optional] |
42
+ | **account_number** | **String** | Account number | [optional] |
43
+ | **office_code** | **String** | Office code | [optional] |
44
+ | **recipient_non_us_province** | **String** | Foreign province | [optional] |
45
+ | **country_code** | **String** | Country code, as defined at https://www.irs.gov/e-file-providers/country-codes | |
46
+ | **federal_e_file** | **Boolean** | Boolean indicating that federal e-filing should be scheduled for this form | [optional] |
47
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient should be scheduled for this form | [optional] |
48
+ | **state_e_file** | **Boolean** | Boolean indicating that state e-filing should be scheduled for this form | [optional] |
49
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching should be scheduled for this form | [optional] |
50
+ | **address_verification** | **Boolean** | Boolean indicating that address verification should be scheduled for this form | [optional] |
51
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | State and local withholding information | [optional] |
52
52
 
53
53
  ## Example
54
54
 
@@ -64,7 +64,7 @@ instance = AvalaraSdk::A1099::V2::Form1099RListItem.new(
64
64
  federal_income_tax_withheld: null,
65
65
  employee_contributions_or_designated_roth_or_insurance_premiums: null,
66
66
  net_unrealized_appreciation_in_employer_securities: null,
67
- distribution_code: EarlyDistributionNoException,
67
+ distribution_code: 1,
68
68
  second_distribution_code: null,
69
69
  ira_sep_simple: null,
70
70
  traditional_ira_sep_simple_or_roth_conversion_amount: null,
@@ -81,8 +81,8 @@ instance = AvalaraSdk::A1099::V2::Form1099RListItem.new(
81
81
  tax_year: null,
82
82
  issuer_id: null,
83
83
  reference_id: null,
84
- recipient_name: null,
85
84
  recipient_tin: null,
85
+ recipient_name: null,
86
86
  tin_type: EIN,
87
87
  recipient_second_name: null,
88
88
  address: null,
@@ -0,0 +1,122 @@
1
+ # AvalaraSdk::A1099::V2::Form1099RListItemResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **gross_distributions** | **Float** | Gross distribution | [optional] |
8
+ | **taxable_amount** | **Float** | Taxable amount | [optional] |
9
+ | **taxable_amount_not_determined** | **Boolean** | Taxable amount not determined | [optional] |
10
+ | **total_distribution_indicator** | **Boolean** | Total distribution | [optional] |
11
+ | **capital_gain** | **Float** | Capital gain (included in Box 2a) | [optional] |
12
+ | **fed_income_tax_withheld** | **Float** | Federal income tax withheld | [optional] |
13
+ | **employee_contributions** | **Float** | Employee contributions/Designated Roth contributions or insurance premiums | [optional] |
14
+ | **net_unrealized_appreciation** | **Float** | Net unrealized appreciation in employer's securities | [optional] |
15
+ | **distribution_code_required** | **String** | Distribution code | [optional] |
16
+ | **distribution_code_optional** | **String** | Second distribution code | [optional] |
17
+ | **ira_sep_simple_indicator** | **Boolean** | IRA/SEP/SIMPLE | [optional] |
18
+ | **total_ira_sep_simple_distribution** | **Float** | Traditional IRA/SEP/SIMPLE or Roth conversion amount | [optional] |
19
+ | **other** | **Float** | Other amount | [optional] |
20
+ | **other_percent** | **String** | Other percentage | [optional] |
21
+ | **percentage_total_distribution** | **String** | Total distribution percentage | [optional] |
22
+ | **total_employee_contributions** | **Float** | Total employee contributions | [optional] |
23
+ | **amount_allocable_to_irr** | **Float** | Amount allocable to IRR within 5 years | [optional] |
24
+ | **first_year_designated_roth_contrib** | **String** | First year of designated Roth contribution | [optional] |
25
+ | **fatca_requirement_indicator** | **Boolean** | FATCA filing requirement | [optional] |
26
+ | **date_of_payment** | **String** | Date of payment | [optional] |
27
+ | **id** | **String** | ID of the form | [readonly] |
28
+ | **type** | **String** | Type of the form. Will be one of: * 940 * 941 * 943 * 944 * 945 * 1042 * 1042-S * 1095-B * 1095-C * 1097-BTC * 1098 * 1098-C * 1098-E * 1098-Q * 1098-T * 3921 * 3922 * 5498 * 5498-ESA * 5498-SA * 1099-MISC * 1099-A * 1099-B * 1099-C * 1099-CAP * 1099-DIV * 1099-G * 1099-INT * 1099-K * 1099-LS * 1099-LTC * 1099-NEC * 1099-OID * 1099-PATR * 1099-Q * 1099-R * 1099-S * 1099-SA * T4A * W-2 * W-2G * 1099-HC | |
29
+ | **issuer_id** | **Integer** | Issuer ID | |
30
+ | **issuer_reference_id** | **String** | Issuer Reference ID | [optional] |
31
+ | **issuer_tin** | **String** | Issuer TIN | [optional] |
32
+ | **tax_year** | **Integer** | Tax year | [optional] |
33
+ | **federal_efile** | **Boolean** | Boolean indicating that federal e-filing has been scheduled for this form | |
34
+ | **federal_efile_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | Federal e-file status | [optional][readonly] |
35
+ | **state_efile** | **Boolean** | Boolean indicating that state e-filing has been scheduled for this form | |
36
+ | **state_efile_status** | [**Array<StateEfileStatusDetailResponse>**](StateEfileStatusDetailResponse.md) | State e-file status | [optional][readonly] |
37
+ | **postal_mail** | **Boolean** | Boolean indicating that postal mailing to the recipient has been scheduled for this form | |
38
+ | **postal_mail_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | Postal mail to recipient status | [optional][readonly] |
39
+ | **tin_match** | **Boolean** | Boolean indicating that TIN Matching has been scheduled for this form | |
40
+ | **tin_match_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | TIN Match status | [optional][readonly] |
41
+ | **address_verification** | **Boolean** | Boolean indicating that address verification has been scheduled for this form | |
42
+ | **address_verification_status** | [**Form1099StatusDetailResponse**](Form1099StatusDetailResponse.md) | Address verification status | [optional][readonly] |
43
+ | **reference_id** | **String** | Reference ID | [optional] |
44
+ | **email** | **String** | Recipient email address | [optional] |
45
+ | **tin_type** | **String** | Type of TIN (Tax ID Number). Will be one of: * SSN * EIN * ITIN * ATIN | [optional] |
46
+ | **tin** | **String** | Recipient Tax ID Number | [optional] |
47
+ | **recipient_name** | **String** | Recipient name | [optional] |
48
+ | **recipient_second_name** | **String** | Recipient second name | [optional] |
49
+ | **address** | **String** | Address | [optional] |
50
+ | **address2** | **String** | Address line 2 | [optional] |
51
+ | **city** | **String** | City | [optional] |
52
+ | **state** | **String** | US state | [optional] |
53
+ | **zip** | **String** | Zip/postal code | [optional] |
54
+ | **foreign_province** | **String** | Foreign province | [optional] |
55
+ | **country_code** | **String** | Country code, as defined at https://www.irs.gov/e-file-providers/country-codes | [optional] |
56
+ | **validation_errors** | [**Array<ValidationErrorResponse>**](ValidationErrorResponse.md) | Validation errors | [optional][readonly] |
57
+ | **created_at** | **Time** | Creation time | [optional][readonly] |
58
+ | **updated_at** | **Time** | Update time | [optional][readonly] |
59
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingResponse**](StateAndLocalWithholdingResponse.md) | | [optional] |
60
+
61
+ ## Example
62
+
63
+ ```ruby
64
+ require 'avalara_sdk'
65
+
66
+ instance = AvalaraSdk::A1099::V2::Form1099RListItemResponse.new(
67
+ gross_distributions: 8004.12,
68
+ taxable_amount: null,
69
+ taxable_amount_not_determined: null,
70
+ total_distribution_indicator: null,
71
+ capital_gain: null,
72
+ fed_income_tax_withheld: null,
73
+ employee_contributions: null,
74
+ net_unrealized_appreciation: null,
75
+ distribution_code_required: 7,
76
+ distribution_code_optional: null,
77
+ ira_sep_simple_indicator: null,
78
+ total_ira_sep_simple_distribution: null,
79
+ other: null,
80
+ other_percent: null,
81
+ percentage_total_distribution: null,
82
+ total_employee_contributions: null,
83
+ amount_allocable_to_irr: null,
84
+ first_year_designated_roth_contrib: null,
85
+ fatca_requirement_indicator: null,
86
+ date_of_payment: null,
87
+ id: 123456789,
88
+ type: 1099-NEC,
89
+ issuer_id: 987654321,
90
+ issuer_reference_id: R-3898734,
91
+ issuer_tin: 59-387274,
92
+ tax_year: 2024,
93
+ federal_efile: false,
94
+ federal_efile_status: null,
95
+ state_efile: false,
96
+ state_efile_status: null,
97
+ postal_mail: false,
98
+ postal_mail_status: null,
99
+ tin_match: false,
100
+ tin_match_status: null,
101
+ address_verification: false,
102
+ address_verification_status: null,
103
+ reference_id: 1891810-9819891,
104
+ email: roadrunner@acmecorp.com,
105
+ tin_type: null,
106
+ tin: null,
107
+ recipient_name: null,
108
+ recipient_second_name: null,
109
+ address: 1234 Meep Meep Blvd,
110
+ address2: null,
111
+ city: Tucson,
112
+ state: AZ,
113
+ zip: 35004,
114
+ foreign_province: ,
115
+ country_code: US,
116
+ validation_errors: null,
117
+ created_at: 2025-07-29T15:47:39.396860Z,
118
+ updated_at: 2025-07-29T15:47:39.396860500Z,
119
+ state_and_local_withholding: null
120
+ )
121
+ ```
122
+