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,250 @@
1
+ # AvalaraSdk::A1099::V2::W8ImyFormRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | The form type (always \"w8imy\" for this model). | [optional][readonly] |
8
+ | **name** | **String** | The name of the individual or entity associated with the form. | [optional] |
9
+ | **citizenship_country** | **String** | The country of citizenship. | [optional] |
10
+ | **disregarded_entity** | **String** | The name of the disregarded entity receiving the payment (if applicable). | [optional] |
11
+ | **entity_type** | **String** | The entity type. | [optional] |
12
+ | **fatca_status** | **String** | The FATCA status. | [optional] |
13
+ | **residence_address** | **String** | The residential address of the individual or entity. | [optional] |
14
+ | **residence_city** | **String** | The city of residence. | [optional] |
15
+ | **residence_state** | **String** | The state of residence. | [optional] |
16
+ | **residence_zip** | **String** | The ZIP code of the residence. | [optional] |
17
+ | **residence_country** | **String** | The country of residence. | [optional] |
18
+ | **residence_is_mailing** | **Boolean** | Indicates whether the residence address is also the mailing address. | [optional] |
19
+ | **mailing_address** | **String** | The mailing address. | [optional] |
20
+ | **mailing_city** | **String** | The city of the mailing address. | [optional] |
21
+ | **mailing_state** | **String** | The state of the mailing address. | [optional] |
22
+ | **mailing_zip** | **String** | The ZIP code of the mailing address. | [optional] |
23
+ | **mailing_country** | **String** | The country of the mailing address. | [optional] |
24
+ | **tin_type** | **String** | The type of TIN provided. | [optional] |
25
+ | **tin** | **String** | The taxpayer identification number (TIN). | [optional] |
26
+ | **giin** | **String** | The global intermediary identification number (GIIN). | [optional] |
27
+ | **foreign_tin** | **String** | The foreign taxpayer identification number (TIN). | [optional] |
28
+ | **reference_number** | **String** | A reference number for the form. | [optional] |
29
+ | **disregarded_entity_fatca_status** | **String** | The FATCA status of disregarded entity or branch receiving payment. | [optional] |
30
+ | **disregarded_address** | **String** | The address for disregarded entities. | [optional] |
31
+ | **disregarded_city** | **String** | The city for disregarded entities. | [optional] |
32
+ | **disregarded_state** | **String** | The state for disregarded entities. | [optional] |
33
+ | **disregarded_zip** | **String** | The ZIP code for disregarded entities. | [optional] |
34
+ | **disregarded_country** | **String** | The country for disregarded entities. | [optional] |
35
+ | **disregarded_entity_giin** | **String** | The GIIN for disregarded entities. | [optional] |
36
+ | **qualified_intermediary_certification** | **Boolean** | Certifies that the entity is a Qualified Intermediary (QI) acting in accordance with its QI Agreement, providing required withholding statements and documentation for relevant tax withholding purposes. | [optional] |
37
+ | **qi_primary_withholding_responsibility_certification** | **Boolean** | Certifies that the Qualified Intermediary assumes primary withholding responsibility under chapters 3 and 4 for the specified accounts. | [optional] |
38
+ | **qi_withholding_responsibility_for_ptp_sales_certification** | **Boolean** | Certifies that the Qualified Intermediary assumes primary withholding and reporting responsibility under section 1446(f) for amounts realized from sales of interests in publicly traded partnerships. | [optional] |
39
+ | **qi_nominee_withholding_responsibility_for_ptp_distributions_certification** | **Boolean** | Certifies that the Qualified Intermediary assumes primary withholding responsibility as a nominee under Regulations section 1.1446-4(b)(3) for publicly traded partnership distributions. | [optional] |
40
+ | **qi_securities_lender_substitute_dividend_withholding_certification** | **Boolean** | Certifies that the Qualified Intermediary is acting as a qualified securities lender and assumes primary withholding and reporting responsibilities for U.S. source substitute dividend payments. | [optional] |
41
+ | **qi_withholding_and1099_reporting_responsibility_certification** | **Boolean** | Certifies that the Qualified Intermediary assumes primary withholding under chapters 3 and 4, and primary Form 1099 reporting and backup withholding responsibility for U.S. source interest and substitute interest payments. | [optional] |
42
+ | **qi_form1099_or_fatca_reporting_responsibility_certification** | **Boolean** | Certifies that the Qualified Intermediary assumes Form 1099 reporting and backup withholding responsibility, or FATCA reporting responsibility as a participating or registered deemed-compliant FFI, for accounts held by specified U.S. persons. | [optional] |
43
+ | **qi_opt_out_of_form1099_reporting_certification** | **Boolean** | Certifies that the Qualified Intermediary does not assume primary Form 1099 reporting and backup withholding responsibility for the accounts associated with this form. | [optional] |
44
+ | **qi_withholding_rate_pool_certification** | **Boolean** | Certifies that the Qualified Intermediary meets the requirements for allocating payments to a chapter 4 withholding rate pool of U.S. payees under Regulations section 1.6049-4(c)(4)(iii). | [optional] |
45
+ | **qi_intermediary_or_flow_through_entity_documentation_certification** | **Boolean** | Certifies that the Qualified Intermediary has obtained or will obtain documentation confirming the status of any intermediary or flow-through entity as a participating FFI, registered deemed-compliant FFI, or QI for U.S. payees in a chapter 4 withholding rate pool. | [optional] |
46
+ | **qualified_derivatives_dealer_certification** | **Boolean** | Certifies that the Qualified Derivatives Dealer (QDD) is approved by the IRS and assumes primary withholding and reporting responsibilities for payments related to potential section 871(m) transactions. | [optional] |
47
+ | **qdd_corporation** | **Boolean** | Indicates QDD classification is Corporation. | [optional] |
48
+ | **qdd_partnership** | **Boolean** | Indicates QDD classification is Partnership. | [optional] |
49
+ | **qdd_disregarded_entity** | **Boolean** | Indicates QDD classification is Disregarded Entity. | [optional] |
50
+ | **nonqualified_intermediary_certification** | **Boolean** | Certifies that the entity is not acting as a Qualified Intermediary and is not acting for its own account for the accounts covered by this form. | [optional] |
51
+ | **nqi_withholding_statement_transmission_certification** | **Boolean** | Certifies that the nonqualified intermediary is submitting this form to transmit withholding certificates and/or other required documentation along with a withholding statement. | [optional] |
52
+ | **nqi_withholding_rate_pool_compliance_certification** | **Boolean** | Certifies that the nonqualified intermediary meets the requirements of Regulations section 1.6049-4(c)(4)(iii) for U.S. payees included in a withholding rate pool, excluding publicly traded partnership distributions. | [optional] |
53
+ | **nqi_qualified_securities_lender_certification** | **Boolean** | Certifies that the nonqualified intermediary is acting as a qualified securities lender (not as a QI) and assumes primary withholding and reporting responsibilities for U.S. source substitute dividend payments. | [optional] |
54
+ | **nqi_alternative_withholding_statement_verification_certification** | **Boolean** | Certifies that the nonqualified intermediary has verified, or will verify, all information on alternative withholding statements for consistency with account data to determine the correct withholding rate, as required under sections 1441 or 1471. | [optional] |
55
+ | **territory_financial_institution_certification** | **Boolean** | Certifies that the entity is a financial institution (other than an investment entity) that is incorporated or organized under the laws of a possession of the United States. | [optional] |
56
+ | **tfi_treated_as_us_person_certification** | **Boolean** | Certifies that the territory financial institution agrees to be treated as a U.S. person for chapters 3 and 4 purposes concerning reportable amounts and withholdable payments. | [optional] |
57
+ | **tfi_withholding_statement_transmission_certification** | **Boolean** | Certifies that the territory financial institution is transmitting withholding certificates or other required documentation and has provided or will provide a withholding statement for reportable or withholdable payments. | [optional] |
58
+ | **tfi_treated_as_us_person_for_ptp_sales_certification** | **Boolean** | Certifies that the territory financial institution agrees to be treated as a U.S. person under Regulations section 1.1446(f)-4(a)(2)(i)(B) for amounts realized from sales of publicly traded partnership interests. | [optional] |
59
+ | **tfi_nominee_us_person_for_ptp_distributions_certification** | **Boolean** | Certifies that the territory financial institution agrees to be treated as a U.S. person and as a nominee for purposes of publicly traded partnership distributions under the applicable regulations. | [optional] |
60
+ | **tfi_not_nominee_for_ptp_distributions_certification** | **Boolean** | Certifies that the territory financial institution is not acting as a nominee for publicly traded partnership distributions and is providing withholding statements for those distributions. | [optional] |
61
+ | **us_branch_non_effectively_connected_income_certification** | **Boolean** | Certifies that the U.S. branch is receiving reportable or withholdable payments that are not effectively connected income, PTP distributions, or proceeds from PTP sales. | [optional] |
62
+ | **us_branch_agreement_to_be_treated_as_us_person_certification** | **Boolean** | Certifies that the U.S. branch of a foreign bank or insurance company agrees to be treated as a U.S. person for reportable amounts or withholdable payments under the applicable regulations. | [optional] |
63
+ | **us_branch_withholding_statement_and_compliance_certification** | **Boolean** | Certifies that the U.S. branch is transmitting required documentation and withholding statements for reportable or withholdable payments and is applying the appropriate FATCA regulations. | [optional] |
64
+ | **us_branch_acting_as_us_person_for_ptp_sales_certification** | **Boolean** | Certifies that the U.S. branch is acting as a U.S. person for purposes of amounts realized from sales of publicly traded partnership interests under the applicable regulations. | [optional] |
65
+ | **us_branch_nominee_for_ptp_distributions_certification** | **Boolean** | Certifies that the U.S. branch is treated as a U.S. person and as a nominee for publicly traded partnership distributions under the applicable regulations. | [optional] |
66
+ | **us_branch_not_nominee_for_ptp_distributions_certification** | **Boolean** | Certifies that the U.S. branch is not acting as a nominee for publicly traded partnership distributions and is providing the required withholding statements. | [optional] |
67
+ | **withholding_foreign_partnership_or_trust_certification** | **Boolean** | Certifies that the entity is a withholding foreign partnership (WP) or a withholding foreign trust (WT) that is compliant with the terms of its WP or WT agreement. | [optional] |
68
+ | **nonwithholding_foreign_entity_withholding_statement_certification** | **Boolean** | Certifies that the entity is a nonwithholding foreign partnership or trust, providing the form for non-effectively connected payments and transmitting required withholding documentation for chapters 3 and 4. | [optional] |
69
+ | **foreign_entity_partner_in_lower_tier_partnership_certification** | **Boolean** | Certifies that the entity is a foreign partnership or grantor trust acting as a partner in a lower-tier partnership and is submitting the form for purposes of section 1446(a). | [optional] |
70
+ | **foreign_partnership_amount_realized_section1446_f_certification** | **Boolean** | Certifies that the entity is a foreign partnership receiving an amount realized from the transfer of a partnership interest for purposes of section 1446(f). | [optional] |
71
+ | **foreign_partnership_modified_amount_realized_certification** | **Boolean** | Certifies that the foreign partnership is providing a withholding statement for a modified amount realized from the transfer of a partnership interest, when applicable. | [optional] |
72
+ | **foreign_grantor_trust_amount_realized_allocation_certification** | **Boolean** | Certifies that the foreign grantor trust is submitting the form on behalf of each grantor or owner and providing a withholding statement to allocate the amount realized in accordance with the regulations. | [optional] |
73
+ | **alternative_withholding_statement_reliance_certification** | **Boolean** | Certifies that the entity may rely on the information in all associated withholding certificates under the applicable standards of knowledge in sections 1441 or 1471 when providing an alternative withholding statement. | [optional] |
74
+ | **np_ffi_with_exempt_beneficial_owners_certification** | **Boolean** | Certifies that the nonparticipating FFI is transmitting withholding documentation and providing a statement allocating payment portions to exempt beneficial owners. | [optional] |
75
+ | **ffi_sponsoring_entity** | **String** | The name of the entity that sponsors the foreign financial institution (FFI). | [optional] |
76
+ | **investment_entity_certification** | **Boolean** | Certifies that the entity is an investment entity, not a QI, WP, or WT, and has an agreement with a sponsoring entity. | [optional] |
77
+ | **controlled_foreign_corporation_certification** | **Boolean** | Certifies that the entity is a controlled foreign corporation sponsored by a U.S. financial institution, not a QI, WP, or WT, and shares a common electronic account system for full transparency. | [optional] |
78
+ | **owner_documented_ffi_certification** | **Boolean** | Certifies that the FFI meets all requirements to qualify as an owner-documented FFI, including restrictions on activities, ownership, and account relationships. | [optional] |
79
+ | **owner_documented_ffi_reporting_statement_certification** | **Boolean** | Certifies that the FFI will provide a complete owner reporting statement and required documentation for each relevant owner or debt holder. | [optional] |
80
+ | **owner_documented_ffi_auditor_letter_certification** | **Boolean** | Certifies that the FFI has provided or will provide an auditor’s letter and required owner documentation, including a reporting statement and Form W-9s, to meet owner-documented FFI requirements under the regulations. | [optional] |
81
+ | **compliant_nonregistering_local_bank_certification** | **Boolean** | Certifies that the FFI operates solely as a limited bank or credit union within its country, meets asset thresholds, and has no foreign operations or affiliations outside its country of organization. | [optional] |
82
+ | **compliant_ffi_low_value_accounts_certification** | **Boolean** | Certifies that the FFI is not primarily engaged in investment activities, maintains only low-value accounts, and has limited total assets within its group. | [optional] |
83
+ | **sponsored_closely_held_entity_sponsoring_entity** | **String** | The name of sponsoring entity for a certified deemed-compliant, closely held investment vehicle. | [optional] |
84
+ | **sponsored_closely_held_investment_vehicle_certification** | **Boolean** | Certifies that the entity is a sponsored investment entity with 20 or fewer individual owners, and that all compliance obligations are fulfilled by the sponsoring entity. | [optional] |
85
+ | **compliant_limited_life_debt_entity_certification** | **Boolean** | Certifies that the entity qualifies as a limited life debt investment entity based on its formation date, issuance terms, and compliance with regulatory requirements. | [optional] |
86
+ | **investment_entity_no_financial_accounts_certification** | **Boolean** | Certifies that the entity is a financial institution solely because it is an investment entity under regulations and the entity does not maintain financial accounts. | [optional] |
87
+ | **restricted_distributor_certification** | **Boolean** | Certifies that the entity qualifies as a restricted distributor based on its operations, customer base, regulatory compliance, and financial and geographic limitations. | [optional] |
88
+ | **restricted_distributor_agreement_certification** | **Boolean** | Certifies that the entity is, and has been, bound by distribution agreements prohibiting sales of fund interests to specified U.S. persons and certain non-U.S. entities. | [optional] |
89
+ | **restricted_distributor_preexisting_sales_compliance_certification** | **Boolean** | Certifies that the entity complies with distribution restrictions for U.S.-linked investors and has addressed any preexisting sales in accordance with FATCA regulations. | [optional] |
90
+ | **foreign_central_bank_of_issue_certification** | **Boolean** | Certifies that the entity is treated as the beneficial owner of the payment solely for purposes of chapter 4 under Regulations section 1.1471-6(d)(4). | [optional] |
91
+ | **nonreporting_iga_ffi_certification** | **Boolean** | Certifies that the entity meets the requirements to be considered a nonreporting financial institution to an applicable IGA. | [optional] |
92
+ | **iga_country** | **String** | The country for the applicable IGA with the United States. | [optional] |
93
+ | **iga_model** | **String** | The applicable IGA model. | [optional] |
94
+ | **iga_legal_status_treatment** | **String** | Specifies how the applicable IGA is treated under the IGA provisions or Treasury regulations. | [optional] |
95
+ | **iga_ffi_trustee_or_sponsor** | **String** | The trustee or sponsor name for the nonreporting IGA FFI. | [optional] |
96
+ | **iga_ffi_trustee_is_foreign** | **Boolean** | Indicates whether the trustee for the nonreporting IGA FFI is foreign. | [optional] |
97
+ | **treaty_qualified_pension_fund_certification** | **Boolean** | Certifies that the entity is a pension or retirement fund established in a treaty country and is entitled to treaty benefits on U.S. source income. | [optional] |
98
+ | **qualified_retirement_fund_certification** | **Boolean** | Certifies that the entity is a government-regulated retirement fund meeting specific requirements for contributions, tax exemption, beneficiary limits, and distribution restrictions. | [optional] |
99
+ | **narrow_participation_retirement_fund_certification** | **Boolean** | Certifies that the entity is a government-regulated retirement fund with fewer than 50 participants, limited foreign ownership, and employer sponsorship that is not from investment entities or passive NFFEs. | [optional] |
100
+ | **section401_a_equivalent_pension_plan_certification** | **Boolean** | Certifies that the entity is formed under a pension plan meeting section 401(a) requirements, except for being U.S.-trust funded. | [optional] |
101
+ | **investment_entity_for_retirement_funds_certification** | **Boolean** | Certifies that the entity is established solely to earn income for the benefit of qualifying retirement funds or accounts under applicable FATCA regulations or IGAs. | [optional] |
102
+ | **exempt_beneficial_owner_sponsored_retirement_fund_certification** | **Boolean** | Certifies that the entity is established and sponsored by a qualifying exempt beneficial owner to provide retirement, disability, or death benefits to individuals based on services performed for the sponsor. | [optional] |
103
+ | **excepted_nonfinancial_group_entity_certification** | **Boolean** | Certifies that the entity is a holding company, treasury center, or captive finance company operating within a nonfinancial group and not functioning as an investment or financial institution. | [optional] |
104
+ | **excepted_nonfinancial_start_up_certification** | **Boolean** | Certifies that the entity is a recently formed startup NFFE investing in a non-financial business and is not operating as or presenting itself as an investment fund. | [optional] |
105
+ | **startup_formation_or_resolution_date** | **Date** | The date the start-up company was formed on (or, in case of new line of business, the date of board resolution approving the new line of business). | [optional] |
106
+ | **excepted_nonfinancial_entity_in_liquidation_or_bankruptcy_certification** | **Boolean** | Certifies that the entity is in liquidation, reorganization, or bankruptcy and intends to operate as a nonfinancial entity, with supporting documentation available if the process exceeds three years. | [optional] |
107
+ | **nonfinancial_entity_filing_date** | **Date** | The filed date for a plan of reorganization, liquidation or bankruptcy. | [optional] |
108
+ | **publicly_traded_nffe_certification** | **Boolean** | Certifies that the entity is a foreign corporation that is not a financial institution and whose stock is regularly traded on an established securities market. | [optional] |
109
+ | **publicly_traded_nffe_securities_market** | **String** | The name of the securities market where the corporation's stock is regularly traded. | [optional] |
110
+ | **nffe_affiliate_of_publicly_traded_entity_certification** | **Boolean** | Certifies that the entity is a foreign corporation that is not a financial institution and is affiliated with a publicly traded entity within the same expanded affiliated group. | [optional] |
111
+ | **publicly_traded_entity** | **String** | The name of the affiliated entity whose stock is regularly traded on an established securities market. | [optional] |
112
+ | **nffe_affiliate_of_publicly_traded_entity_securities_market** | **String** | The name of the established securities market where the affiliated entity's stock is traded. | [optional] |
113
+ | **excepted_territory_nffe_certification** | **Boolean** | Certifies that the entity is organized in a U.S. possession, is not engaged in financial activities, and is entirely owned by bona fide residents of that possession. | [optional] |
114
+ | **active_nffe_certification** | **Boolean** | Certifies that the entity is a foreign non-financial institution with less than 50% passive income and less than 50% of its assets producing or held to produce passive income. | [optional] |
115
+ | **passive_nffe_certification** | **Boolean** | Certifies that the entity is a foreign non-financial entity that does not qualify for any other NFFE category and is not a financial institution. | [optional] |
116
+ | **sponsored_direct_reporting_nffe_certification** | **Boolean** | Certifies that the entity is a sponsored direct reporting NFFE. | [optional] |
117
+ | **direct_reporting_nffe_sponsoring_entity** | **String** | The name of the entity that sponsors the direct reporting NFFE. | [optional] |
118
+ | **signer_name** | **String** | The name of the signer. | [optional] |
119
+ | **company_id** | **String** | The ID of the associated company. | [optional] |
120
+ | **reference_id** | **String** | A reference identifier for the form. | [optional] |
121
+ | **email** | **String** | The email address of the individual associated with the form. | [optional] |
122
+ | **e_delivery_consented_at** | **Time** | The date when e-delivery was consented. | [optional] |
123
+ | **signature** | **String** | The signature of the form. | [optional] |
124
+
125
+ ## Example
126
+
127
+ ```ruby
128
+ require 'avalara_sdk'
129
+
130
+ instance = AvalaraSdk::A1099::V2::W8ImyFormRequest.new(
131
+ type: W4,
132
+ name: null,
133
+ citizenship_country: null,
134
+ disregarded_entity: null,
135
+ entity_type: null,
136
+ fatca_status: null,
137
+ residence_address: null,
138
+ residence_city: null,
139
+ residence_state: null,
140
+ residence_zip: null,
141
+ residence_country: null,
142
+ residence_is_mailing: null,
143
+ mailing_address: null,
144
+ mailing_city: null,
145
+ mailing_state: null,
146
+ mailing_zip: null,
147
+ mailing_country: null,
148
+ tin_type: null,
149
+ tin: null,
150
+ giin: null,
151
+ foreign_tin: null,
152
+ reference_number: null,
153
+ disregarded_entity_fatca_status: null,
154
+ disregarded_address: null,
155
+ disregarded_city: null,
156
+ disregarded_state: null,
157
+ disregarded_zip: null,
158
+ disregarded_country: null,
159
+ disregarded_entity_giin: null,
160
+ qualified_intermediary_certification: null,
161
+ qi_primary_withholding_responsibility_certification: null,
162
+ qi_withholding_responsibility_for_ptp_sales_certification: null,
163
+ qi_nominee_withholding_responsibility_for_ptp_distributions_certification: null,
164
+ qi_securities_lender_substitute_dividend_withholding_certification: null,
165
+ qi_withholding_and1099_reporting_responsibility_certification: null,
166
+ qi_form1099_or_fatca_reporting_responsibility_certification: null,
167
+ qi_opt_out_of_form1099_reporting_certification: null,
168
+ qi_withholding_rate_pool_certification: null,
169
+ qi_intermediary_or_flow_through_entity_documentation_certification: null,
170
+ qualified_derivatives_dealer_certification: null,
171
+ qdd_corporation: null,
172
+ qdd_partnership: null,
173
+ qdd_disregarded_entity: null,
174
+ nonqualified_intermediary_certification: null,
175
+ nqi_withholding_statement_transmission_certification: null,
176
+ nqi_withholding_rate_pool_compliance_certification: null,
177
+ nqi_qualified_securities_lender_certification: null,
178
+ nqi_alternative_withholding_statement_verification_certification: null,
179
+ territory_financial_institution_certification: null,
180
+ tfi_treated_as_us_person_certification: null,
181
+ tfi_withholding_statement_transmission_certification: null,
182
+ tfi_treated_as_us_person_for_ptp_sales_certification: null,
183
+ tfi_nominee_us_person_for_ptp_distributions_certification: null,
184
+ tfi_not_nominee_for_ptp_distributions_certification: null,
185
+ us_branch_non_effectively_connected_income_certification: null,
186
+ us_branch_agreement_to_be_treated_as_us_person_certification: null,
187
+ us_branch_withholding_statement_and_compliance_certification: null,
188
+ us_branch_acting_as_us_person_for_ptp_sales_certification: null,
189
+ us_branch_nominee_for_ptp_distributions_certification: null,
190
+ us_branch_not_nominee_for_ptp_distributions_certification: null,
191
+ withholding_foreign_partnership_or_trust_certification: null,
192
+ nonwithholding_foreign_entity_withholding_statement_certification: null,
193
+ foreign_entity_partner_in_lower_tier_partnership_certification: null,
194
+ foreign_partnership_amount_realized_section1446_f_certification: null,
195
+ foreign_partnership_modified_amount_realized_certification: null,
196
+ foreign_grantor_trust_amount_realized_allocation_certification: null,
197
+ alternative_withholding_statement_reliance_certification: null,
198
+ np_ffi_with_exempt_beneficial_owners_certification: null,
199
+ ffi_sponsoring_entity: null,
200
+ investment_entity_certification: null,
201
+ controlled_foreign_corporation_certification: null,
202
+ owner_documented_ffi_certification: null,
203
+ owner_documented_ffi_reporting_statement_certification: null,
204
+ owner_documented_ffi_auditor_letter_certification: null,
205
+ compliant_nonregistering_local_bank_certification: null,
206
+ compliant_ffi_low_value_accounts_certification: null,
207
+ sponsored_closely_held_entity_sponsoring_entity: null,
208
+ sponsored_closely_held_investment_vehicle_certification: null,
209
+ compliant_limited_life_debt_entity_certification: null,
210
+ investment_entity_no_financial_accounts_certification: null,
211
+ restricted_distributor_certification: null,
212
+ restricted_distributor_agreement_certification: null,
213
+ restricted_distributor_preexisting_sales_compliance_certification: null,
214
+ foreign_central_bank_of_issue_certification: null,
215
+ nonreporting_iga_ffi_certification: null,
216
+ iga_country: null,
217
+ iga_model: null,
218
+ iga_legal_status_treatment: null,
219
+ iga_ffi_trustee_or_sponsor: null,
220
+ iga_ffi_trustee_is_foreign: null,
221
+ treaty_qualified_pension_fund_certification: null,
222
+ qualified_retirement_fund_certification: null,
223
+ narrow_participation_retirement_fund_certification: null,
224
+ section401_a_equivalent_pension_plan_certification: null,
225
+ investment_entity_for_retirement_funds_certification: null,
226
+ exempt_beneficial_owner_sponsored_retirement_fund_certification: null,
227
+ excepted_nonfinancial_group_entity_certification: null,
228
+ excepted_nonfinancial_start_up_certification: null,
229
+ startup_formation_or_resolution_date: null,
230
+ excepted_nonfinancial_entity_in_liquidation_or_bankruptcy_certification: null,
231
+ nonfinancial_entity_filing_date: null,
232
+ publicly_traded_nffe_certification: null,
233
+ publicly_traded_nffe_securities_market: null,
234
+ nffe_affiliate_of_publicly_traded_entity_certification: null,
235
+ publicly_traded_entity: null,
236
+ nffe_affiliate_of_publicly_traded_entity_securities_market: null,
237
+ excepted_territory_nffe_certification: null,
238
+ active_nffe_certification: null,
239
+ passive_nffe_certification: null,
240
+ sponsored_direct_reporting_nffe_certification: null,
241
+ direct_reporting_nffe_sponsoring_entity: null,
242
+ signer_name: null,
243
+ company_id: null,
244
+ reference_id: null,
245
+ email: null,
246
+ e_delivery_consented_at: null,
247
+ signature: null
248
+ )
249
+ ```
250
+
@@ -101,9 +101,9 @@
101
101
  | **exempt_beneficial_owner_sponsored_retirement_fund_certification** | **Boolean** | Certifies that the entity is established and sponsored by a qualifying exempt beneficial owner to provide retirement, disability, or death benefits to individuals based on services performed for the sponsor. | [optional] |
102
102
  | **excepted_nonfinancial_group_entity_certification** | **Boolean** | Certifies that the entity is a holding company, treasury center, or captive finance company operating within a nonfinancial group and not functioning as an investment or financial institution. | [optional] |
103
103
  | **excepted_nonfinancial_start_up_certification** | **Boolean** | Certifies that the entity is a recently formed startup NFFE investing in a non-financial business and is not operating as or presenting itself as an investment fund. | [optional] |
104
- | **startup_formation_or_resolution_date** | **Time** | The date the start-up company was formed on (or, in case of new line of business, the date of board resolution approving the new line of business). | [optional] |
104
+ | **startup_formation_or_resolution_date** | **Date** | The date the start-up company was formed on (or, in case of new line of business, the date of board resolution approving the new line of business). | [optional] |
105
105
  | **excepted_nonfinancial_entity_in_liquidation_or_bankruptcy_certification** | **Boolean** | Certifies that the entity is in liquidation, reorganization, or bankruptcy and intends to operate as a nonfinancial entity, with supporting documentation available if the process exceeds three years. | [optional] |
106
- | **nonfinancial_entity_filing_date** | **Time** | The filed date for a plan of reorganization, liquidation or bankruptcy. | [optional] |
106
+ | **nonfinancial_entity_filing_date** | **Date** | The filed date for a plan of reorganization, liquidation or bankruptcy. | [optional] |
107
107
  | **publicly_traded_nffe_certification** | **Boolean** | Certifies that the entity is a foreign corporation that is not a financial institution and whose stock is regularly traded on an established securities market. | [optional] |
108
108
  | **publicly_traded_nffe_securities_market** | **String** | The name of the securities market where the corporation's stock is regularly traded. | [optional] |
109
109
  | **nffe_affiliate_of_publicly_traded_entity_certification** | **Boolean** | Certifies that the entity is a foreign corporation that is not a financial institution and is affiliated with a publicly traded entity within the same expanded affiliated group. | [optional] |
@@ -0,0 +1,28 @@
1
+ # AvalaraSdk::A1099::V2::W9FormBaseRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | The form type. | [optional][readonly] |
8
+ | **company_id** | **String** | The ID of the associated company. | [optional] |
9
+ | **reference_id** | **String** | A reference identifier for the form. | [optional] |
10
+ | **email** | **String** | The email address of the individual associated with the form. | [optional] |
11
+ | **e_delivery_consented_at** | **Time** | The date when e-delivery was consented. | [optional] |
12
+ | **signature** | **String** | The signature of the form. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'avalara_sdk'
18
+
19
+ instance = AvalaraSdk::A1099::V2::W9FormBaseRequest.new(
20
+ type: W4,
21
+ company_id: null,
22
+ reference_id: null,
23
+ email: null,
24
+ e_delivery_consented_at: null,
25
+ signature: null
26
+ )
27
+ ```
28
+
@@ -133,9 +133,9 @@
133
133
  | **certify_box41** | **Boolean** | | [optional] |
134
134
  | **certify_box43** | **Boolean** | | [optional] |
135
135
  | **certify_part29_signature** | **Boolean** | | [optional] |
136
- | **part19_formation_or_resolution_date** | **Time** | | [optional] |
137
- | **part20_filing_date** | **Time** | | [optional] |
138
- | **part21_determination_date** | **Time** | | [optional] |
136
+ | **part19_formation_or_resolution_date** | **Date** | | [optional] |
137
+ | **part20_filing_date** | **Date** | | [optional] |
138
+ | **part21_determination_date** | **Date** | | [optional] |
139
139
  | **substantial_us_owners** | [**Array<W8BenESubstantialUsOwnerDataModel>**](W8BenESubstantialUsOwnerDataModel.md) | | [optional] |
140
140
  | **birthday** | **String** | The birthday of the individual associated with the form. | [optional] |
141
141
  | **foreign_tin_not_required** | **Boolean** | Indicates whether a foreign TIN is not required. | [optional] |
@@ -214,8 +214,8 @@
214
214
  | **certify_box40** | **Boolean** | Indicates certification for box 40. | [optional] |
215
215
  | **box41_sponsoring_entity** | **String** | The sponsoring entity information for box 41. | [optional] |
216
216
  | **certify_box42** | **Boolean** | Indicates certification for box 42. | [optional] |
217
- | **box35_formed_on_date** | **Time** | | [optional] |
218
- | **box36_filed_on_date** | **Time** | | [optional] |
217
+ | **box35_formed_on_date** | **Date** | | [optional] |
218
+ | **box36_filed_on_date** | **Date** | | [optional] |
219
219
 
220
220
  ## Example
221
221
 
@@ -0,0 +1,64 @@
1
+ # AvalaraSdk::A1099::V2::W9FormRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | The form type (always \"w9\" for this model). | [optional][readonly] |
8
+ | **name** | **String** | The name of the individual or entity associated with the form. | [optional] |
9
+ | **business_name** | **String** | The name of the business associated with the form. | [optional] |
10
+ | **business_classification** | **String** | The classification of the business. | [optional] |
11
+ | **business_other** | **String** | The classification description when \"businessClassification\" is \"Other\". | [optional] |
12
+ | **foreign_partner_owner_or_beneficiary** | **Boolean** | Indicates whether the individual is a foreign partner, owner, or beneficiary. | [optional] |
13
+ | **exempt_payee_code** | **String** | The exempt payee code. | [optional] |
14
+ | **exempt_fatca_code** | **String** | The exemption from FATCA reporting code. | [optional] |
15
+ | **foreign_country_indicator** | **Boolean** | Indicates whether the individual or entity is in a foreign country. | [optional] |
16
+ | **address** | **String** | The address of the individual or entity. | [optional] |
17
+ | **foreign_address** | **String** | The foreign address of the individual or entity. | [optional] |
18
+ | **city** | **String** | The city of the address. | [optional] |
19
+ | **state** | **String** | The state of the address. | [optional] |
20
+ | **zip** | **String** | The ZIP code of the address. | [optional] |
21
+ | **account_number** | **String** | The account number associated with the form. | [optional] |
22
+ | **tin_type** | **String** | The type of TIN provided. | [optional] |
23
+ | **tin** | **String** | The taxpayer identification number (TIN). | [optional] |
24
+ | **backup_withholding** | **Boolean** | Indicates whether backup withholding applies. | [optional] |
25
+ | **is1099able** | **Boolean** | Indicates whether the individual or entity should be issued a 1099 form. | [optional] |
26
+ | **company_id** | **String** | The ID of the associated company. | [optional] |
27
+ | **reference_id** | **String** | A reference identifier for the form. | [optional] |
28
+ | **email** | **String** | The email address of the individual associated with the form. | [optional] |
29
+ | **e_delivery_consented_at** | **Time** | The date when e-delivery was consented. | [optional] |
30
+ | **signature** | **String** | The signature of the form. | [optional] |
31
+
32
+ ## Example
33
+
34
+ ```ruby
35
+ require 'avalara_sdk'
36
+
37
+ instance = AvalaraSdk::A1099::V2::W9FormRequest.new(
38
+ type: W4,
39
+ name: null,
40
+ business_name: null,
41
+ business_classification: null,
42
+ business_other: null,
43
+ foreign_partner_owner_or_beneficiary: null,
44
+ exempt_payee_code: null,
45
+ exempt_fatca_code: null,
46
+ foreign_country_indicator: null,
47
+ address: null,
48
+ foreign_address: null,
49
+ city: null,
50
+ state: null,
51
+ zip: null,
52
+ account_number: null,
53
+ tin_type: null,
54
+ tin: null,
55
+ backup_withholding: null,
56
+ is1099able: null,
57
+ company_id: null,
58
+ reference_id: null,
59
+ email: null,
60
+ e_delivery_consented_at: null,
61
+ signature: null
62
+ )
63
+ ```
64
+
@@ -0,0 +1,28 @@
1
+ # AvalaraSdk::EInvoicing::V1::Address
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **line1** | **String** | Address line 1 | [optional] |
8
+ | **line2** | **String** | Address line 2 | [optional] |
9
+ | **city** | **String** | City | [optional] |
10
+ | **state** | **String** | State | [optional] |
11
+ | **country** | **String** | Country (ISO 3166) | |
12
+ | **postal_code** | **String** | Postal code | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'avalara_sdk'
18
+
19
+ instance = AvalaraSdk::EInvoicing::V1::Address.new(
20
+ line1: null,
21
+ line2: null,
22
+ city: null,
23
+ state: null,
24
+ country: null,
25
+ postal_code: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,20 @@
1
+ # AvalaraSdk::EInvoicing::V1::BatchErrorDetail
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **index** | **Integer** | The index of the request that caused the error in the batch. | [optional] |
8
+ | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'avalara_sdk'
14
+
15
+ instance = AvalaraSdk::EInvoicing::V1::BatchErrorDetail.new(
16
+ index: null,
17
+ validation_errors: null
18
+ )
19
+ ```
20
+
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **record_set_count** | **Integer** | The count of records in the result set | [optional] |
7
+ | **record_set_count** | **Integer** | The count of records in the result set. | [optional] |
8
8
  | **next_link** | **String** | Next Link | [optional] |
9
- | **value** | [**Array<BatchSearch>**](BatchSearch.md) | | [optional] |
9
+ | **value** | [**Array<BatchSearch>**](BatchSearch.md) | List of batch search records. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -0,0 +1,18 @@
1
+ # AvalaraSdk::EInvoicing::V1::Consents
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **list_in_avalara_directory** | **Boolean** | Indicates whether the trading partner consents to being listed in the directory. If not provided in the payload, its value will default to true. | [optional][default to true] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'avalara_sdk'
13
+
14
+ instance = AvalaraSdk::EInvoicing::V1::Consents.new(
15
+ list_in_avalara_directory: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # AvalaraSdk::EInvoicing::V1::CreateTradingPartner201Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Avalara unique ID of the participant in the directory. | [optional] |
8
+ | **status** | **String** | The status of the create operation. | [optional] |
9
+ | **message** | **String** | A human-readable message providing additional context or feedback about the outcome of the operation. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'avalara_sdk'
15
+
16
+ instance = AvalaraSdk::EInvoicing::V1::CreateTradingPartner201Response.new(
17
+ id: ec0c06dffe6166c47fccbb3e6d391920e68c333d84f2510d4df2,
18
+ status: Complete,
19
+ message: Trading partner created successfully.
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # AvalaraSdk::EInvoicing::V1::CreateTradingPartnersBatch200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | **String** | | [optional] |
8
+ | **message** | **String** | A message indicating the result of the batch operation. | [optional] |
9
+ | **value** | [**Array<CreateTradingPartnersBatch200ResponseValueInner>**](CreateTradingPartnersBatch200ResponseValueInner.md) | A list of trading partners successfully created. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'avalara_sdk'
15
+
16
+ instance = AvalaraSdk::EInvoicing::V1::CreateTradingPartnersBatch200Response.new(
17
+ status: Complete,
18
+ message: Batch created successfully.,
19
+ value: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # AvalaraSdk::EInvoicing::V1::CreateTradingPartnersBatch200ResponseValueInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The unique identifier of the created trading partner. | [optional] |
8
+ | **index** | **Integer** | Index number of the trading partner. | [optional] |
9
+ | **message** | **String** | A success message for the specific created record. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'avalara_sdk'
15
+
16
+ instance = AvalaraSdk::EInvoicing::V1::CreateTradingPartnersBatch200ResponseValueInner.new(
17
+ id: ec0c06dffe6166c47fccbb3e6d391920e68c333d84f2510d4df2,
18
+ index: 0,
19
+ message: Trading partner 'Pineapple Labs ltd' created successfully.
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # AvalaraSdk::EInvoicing::V1::CreateTradingPartnersBatchRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **value** | [**Array<TradingPartner>**](TradingPartner.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'avalara_sdk'
13
+
14
+ instance = AvalaraSdk::EInvoicing::V1::CreateTradingPartnersBatchRequest.new(
15
+ value: null
16
+ )
17
+ ```
18
+
@@ -33,12 +33,12 @@ end
33
33
  api_client = AvalaraSdk::ApiClient.new config
34
34
  api_instance = AvalaraSdk::EInvoicing::V1::DataInputFieldsApi.new api_client
35
35
 
36
- avalara_version = '1.2' # String | The HTTP Header meant to specify the version of the API intended to be used
36
+ avalara_version = '1.4' # String | The HTTP Header meant to specify the version of the API intended to be used
37
37
  opts = {
38
38
  x_avalara_client: 'John's E-Invoicing-API Client', # String | You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint.
39
39
  filter: 'requiredFor/countryMandate eq AU-B2G-PEPPOL', # String | Filter by field name and value. This filter only supports <code>eq</code> and <code>contains</code>. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering.
40
- top: 8.14, # Float | The number of items to include in the result.
41
- skip: 'skip_example', # String | If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.
40
+ top: 56, # Integer | The number of items to include in the result.
41
+ skip: 56, # Integer | The number of items to skip in the result.
42
42
  count: 'true', # Boolean | When set to true, the count of the collection is also returned in the response body
43
43
  count_only: 'true' # Boolean | When set to true, only the count of the collection is returned
44
44
  }
@@ -77,8 +77,8 @@ end
77
77
  | **avalara_version** | **String** | The HTTP Header meant to specify the version of the API intended to be used | |
78
78
  | **x_avalara_client** | **String** | You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. | [optional] |
79
79
  | **filter** | **String** | Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; and &lt;code&gt;contains&lt;/code&gt;. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. | [optional] |
80
- | **top** | **Float** | The number of items to include in the result. | [optional] |
81
- | **skip** | **String** | If nonzero, skip this number of results before returning data. Used with &lt;code&gt;$top&lt;/code&gt; to provide pagination for large datasets. | [optional] |
80
+ | **top** | **Integer** | The number of items to include in the result. | [optional] |
81
+ | **skip** | **Integer** | The number of items to skip in the result. | [optional] |
82
82
  | **count** | **Boolean** | When set to true, the count of the collection is also returned in the response body | [optional] |
83
83
  | **count_only** | **Boolean** | When set to true, only the count of the collection is returned | [optional] |
84
84