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