avalara_sdk 25.6.0 → 25.7.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 (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -3
  3. data/docs/A1099/V2/BulkUpsert1099FormsRequest.md +3 -1
  4. data/docs/A1099/V2/CompaniesW9Api.md +45 -31
  5. data/docs/A1099/V2/CoveredIndividualReference.md +58 -0
  6. data/docs/A1099/V2/CoveredIndividualRequest.md +54 -0
  7. data/docs/A1099/V2/Form1095B.md +86 -0
  8. data/docs/A1099/V2/Form1095BList.md +20 -0
  9. data/docs/A1099/V2/Form1095BListItem.md +74 -0
  10. data/docs/A1099/V2/Form1095BRequest.md +76 -0
  11. data/docs/A1099/V2/Form1099Base.md +8 -8
  12. data/docs/A1099/V2/Form1099DivListItem.md +11 -11
  13. data/docs/A1099/V2/Form1099DivRequest.md +11 -17
  14. data/docs/A1099/V2/Form1099DivResponse.md +88 -0
  15. data/docs/A1099/V2/Form1099K.md +8 -8
  16. data/docs/A1099/V2/Form1099KListItem.md +11 -11
  17. data/docs/A1099/V2/Form1099KRequest.md +11 -17
  18. data/docs/A1099/V2/Form1099List.md +1 -1
  19. data/docs/A1099/V2/Form1099ListDataInner.md +32 -0
  20. data/docs/A1099/V2/Form1099Misc.md +8 -8
  21. data/docs/A1099/V2/Form1099MiscListItem.md +11 -11
  22. data/docs/A1099/V2/Form1099MiscRequest.md +11 -17
  23. data/docs/A1099/V2/Form1099MiscResponse.md +120 -0
  24. data/docs/A1099/V2/Form1099Nec.md +8 -8
  25. data/docs/A1099/V2/Form1099NecListItem.md +11 -11
  26. data/docs/A1099/V2/Form1099NecRequest.md +11 -17
  27. data/docs/A1099/V2/Form1099NecResponse.md +96 -0
  28. data/docs/A1099/V2/Form1099R.md +8 -8
  29. data/docs/A1099/V2/Form1099RListItem.md +11 -11
  30. data/docs/A1099/V2/Form1099RRequest.md +11 -17
  31. data/docs/A1099/V2/FormRequestBase.md +9 -13
  32. data/docs/A1099/V2/FormRequestCsvBase.md +66 -0
  33. data/docs/A1099/V2/FormResponseBase.md +43 -9
  34. data/docs/A1099/V2/FormSingleRequestBase.md +11 -15
  35. data/docs/A1099/V2/Forms1099Api.md +75 -57
  36. data/docs/A1099/V2/FormsW9Api.md +63 -123
  37. data/docs/A1099/V2/Get1099Form200Response.md +55 -0
  38. data/docs/A1099/V2/IncludedBase.md +20 -0
  39. data/docs/A1099/V2/Issuers1099Api.md +45 -31
  40. data/docs/A1099/V2/Jobs1099Api.md +10 -6
  41. data/docs/A1099/V2/StateAndLocalWithholdingResponse.md +32 -0
  42. data/docs/A1099/V2/StateEfileStatusDetail.md +1 -1
  43. data/docs/A1099/V2/StateEfileStatusDetailApp.md +22 -0
  44. data/docs/A1099/V2/StatusDetail.md +20 -0
  45. data/docs/A1099/V2/Update1099Form200Response.md +53 -0
  46. data/docs/A1099/V2/ValidationErrorApp.md +20 -0
  47. data/docs/EInvoicing/V1/DataInputFieldsApi.md +4 -4
  48. data/docs/EInvoicing/V1/DocumentsApi.md +2 -2
  49. data/docs/EInvoicing/V1/MandatesApi.md +4 -4
  50. data/docs/EInvoicing/V1/SubscriptionsApi.md +4 -4
  51. data/docs/EInvoicing/V1/TradingPartnersApi.md +4 -4
  52. data/lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb +103 -43
  53. data/lib/avalara_sdk/api/A1099/V2/forms1099_api.rb +171 -87
  54. data/lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb +135 -176
  55. data/lib/avalara_sdk/api/A1099/V2/issuers1099_api.rb +103 -43
  56. data/lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb +19 -7
  57. data/lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb +6 -6
  58. data/lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb +4 -4
  59. data/lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb +1 -1
  60. data/lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb +6 -6
  61. data/lib/avalara_sdk/api/EInvoicing/V1/subscriptions_api.rb +6 -6
  62. data/lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb +7 -7
  63. data/lib/avalara_sdk/models/A1099/V2/bulk_upsert1099_forms_request.rb +1 -0
  64. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference.rb +403 -0
  65. data/lib/avalara_sdk/models/A1099/V2/covered_individual_request.rb +378 -0
  66. data/lib/avalara_sdk/models/A1099/V2/form1095_b.rb +572 -0
  67. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list.rb +238 -0
  68. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item.rb +538 -0
  69. data/lib/avalara_sdk/models/A1099/V2/form1095_b_request.rb +559 -0
  70. data/lib/avalara_sdk/models/A1099/V2/form1099_base.rb +29 -29
  71. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item.rb +78 -36
  72. data/lib/avalara_sdk/models/A1099/V2/form1099_div_request.rb +80 -53
  73. data/lib/avalara_sdk/models/A1099/V2/form1099_div_response.rb +600 -0
  74. data/lib/avalara_sdk/models/A1099/V2/form1099_k.rb +29 -29
  75. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item.rb +56 -37
  76. data/lib/avalara_sdk/models/A1099/V2/form1099_k_request.rb +80 -54
  77. data/lib/avalara_sdk/models/A1099/V2/form1099_list.rb +1 -1
  78. data/lib/avalara_sdk/models/A1099/V2/form1099_list_data_inner.rb +20 -68
  79. data/lib/avalara_sdk/models/A1099/V2/form1099_misc.rb +29 -29
  80. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item.rb +78 -36
  81. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_request.rb +80 -53
  82. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_response.rb +744 -0
  83. data/lib/avalara_sdk/models/A1099/V2/form1099_nec.rb +29 -29
  84. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item.rb +78 -36
  85. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_request.rb +80 -53
  86. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_response.rb +636 -0
  87. data/lib/avalara_sdk/models/A1099/V2/form1099_r.rb +29 -29
  88. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item.rb +56 -36
  89. data/lib/avalara_sdk/models/A1099/V2/form1099_r_request.rb +80 -53
  90. data/lib/avalara_sdk/models/A1099/V2/form_request_base.rb +68 -44
  91. data/lib/avalara_sdk/models/A1099/V2/form_request_csv_base.rb +475 -0
  92. data/lib/avalara_sdk/models/A1099/V2/form_response_base.rb +252 -31
  93. data/lib/avalara_sdk/models/A1099/V2/form_single_request_base.rb +80 -44
  94. data/lib/avalara_sdk/models/A1099/V2/get1099_form200_response.rb +104 -0
  95. data/lib/avalara_sdk/models/A1099/V2/included_base.rb +219 -0
  96. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_request.rb +1 -0
  97. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_response.rb +274 -0
  98. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_app.rb +231 -0
  99. data/lib/avalara_sdk/models/A1099/V2/status_detail.rb +221 -0
  100. data/lib/avalara_sdk/models/A1099/V2/update1099_form200_response.rb +103 -0
  101. data/lib/avalara_sdk/models/A1099/V2/validation_error_app.rb +229 -0
  102. data/lib/avalara_sdk/version.rb +1 -1
  103. data/lib/avalara_sdk.rb +17 -0
  104. data/spec/integration/a1099_spec.rb +12 -12
  105. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  106. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
  107. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/gem_make.out +5 -5
  108. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/gem_make.out +5 -5
  109. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/gem_make.out +5 -5
  110. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/gem_make.out +5 -5
  111. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/gem_make.out +5 -5
  112. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/gem_make.out +5 -5
  113. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/gem_make.out +5 -5
  114. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  115. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
  116. metadata +36 -2
@@ -17,7 +17,7 @@ module AvalaraSdk::EInvoicing
17
17
  if (api_client.nil?)
18
18
  fail ArgumentError,'api_client is nil'
19
19
  end
20
- api_client.set_sdk_version("25.6.0")
20
+ api_client.set_sdk_version("25.7.0")
21
21
  @api_client = api_client
22
22
  end
23
23
 
@@ -326,7 +326,7 @@ module AvalaraSdk::EInvoicing
326
326
 
327
327
  # List country mandates that are supported by the Avalara E-Invoicing platform
328
328
  # This endpoint offers a list of country mandates supported by the Avalara E-Invoicing API.
329
- # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used # @param 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. # @param filter [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. # @param top [Float] If nonzero, return no more than this number of results. Used with <code>$skip</code> to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records. # @param skip [Float] If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. # @param count [Boolean] When set to true, the count of the collection is also returned in the response body. # @param count_only [Boolean] When set to true, only the count of the collection is returned
329
+ # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used # @param 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. # @param filter [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. # @param top [Float] The number of items to include in the result. # @param skip [String] If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. # @param count [Boolean] When set to true, the count of the collection is also returned in the response body. # @param count_only [Boolean] When set to true, only the count of the collection is returned
330
330
  # @return [MandatesResponse]
331
331
  def get_mandates(request_parameters)
332
332
  data, _status_code, _headers = get_mandates_with_http_info(request_parameters)
@@ -339,8 +339,8 @@ module AvalaraSdk::EInvoicing
339
339
  # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used
340
340
  # @param 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.
341
341
  # @param filter [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.
342
- # @param top [Float] If nonzero, return no more than this number of results. Used with <code>$skip</code> to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
343
- # @param skip [Float] If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.
342
+ # @param top [Float] The number of items to include in the result.
343
+ # @param skip [String] If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.
344
344
  # @param count [Boolean] When set to true, the count of the collection is also returned in the response body.
345
345
  # @param count_only [Boolean] When set to true, only the count of the collection is returned
346
346
  # @return [Array<(MandatesResponse, Integer, Hash)>] MandatesResponse data, response status code and response headers
@@ -491,8 +491,8 @@ module AvalaraSdk::EInvoicing
491
491
  # @param String $avalara_version The HTTP Header meant to specify the version of the API intended to be used (required)
492
492
  # @param String $x_avalara_client 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)
493
493
  # @param String $filter 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)
494
- # @param Float $top If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records. (optional)
495
- # @param Float $skip 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)
494
+ # @param Float $top The number of items to include in the result. (optional)
495
+ # @param String $skip 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)
496
496
  # @param Boolean $count When set to true, the count of the collection is also returned in the response body. (optional)
497
497
  # @param Boolean $count_only When set to true, only the count of the collection is returned (optional)
498
498
  #
@@ -17,7 +17,7 @@ module AvalaraSdk::EInvoicing
17
17
  if (api_client.nil?)
18
18
  fail ArgumentError,'api_client is nil'
19
19
  end
20
- api_client.set_sdk_version("25.6.0")
20
+ api_client.set_sdk_version("25.7.0")
21
21
  @api_client = api_client
22
22
  end
23
23
 
@@ -490,7 +490,7 @@ module AvalaraSdk::EInvoicing
490
490
 
491
491
  # List all subscriptions
492
492
  # Retrieve a list of all subscriptions.
493
- # @param avalara_version [String] The version of the API to use, e.g., \&quot;1.3\&quot;. # @param x_correlation_id [String] A unique identifier for tracking the request and its response # @param x_avalara_client [String] Client application identification # @param top [Integer] The number of items to include in the result. # @param skip [Integer] The number of items to skip in the result. # @param count [Boolean] Whether to include the total count of records in the result. # @param count_only [Boolean] Whether to return only the count of records, without the list of records.
493
+ # @param avalara_version [String] The version of the API to use, e.g., \&quot;1.3\&quot;. # @param x_correlation_id [String] A unique identifier for tracking the request and its response # @param x_avalara_client [String] Client application identification # @param top [Float] The number of items to include in the result. # @param skip [Float] The number of items to skip in the result. # @param count [Boolean] Whether to include the total count of records in the result. # @param count_only [Boolean] Whether to return only the count of records, without the list of records.
494
494
  # @return [SubscriptionListResponse]
495
495
  def list_webhook_subscriptions(request_parameters)
496
496
  data, _status_code, _headers = list_webhook_subscriptions_with_http_info(request_parameters)
@@ -503,8 +503,8 @@ module AvalaraSdk::EInvoicing
503
503
  # @param avalara_version [String] The version of the API to use, e.g., \&quot;1.3\&quot;.
504
504
  # @param x_correlation_id [String] A unique identifier for tracking the request and its response
505
505
  # @param x_avalara_client [String] Client application identification
506
- # @param top [Integer] The number of items to include in the result.
507
- # @param skip [Integer] The number of items to skip in the result.
506
+ # @param top [Float] The number of items to include in the result.
507
+ # @param skip [Float] The number of items to skip in the result.
508
508
  # @param count [Boolean] Whether to include the total count of records in the result.
509
509
  # @param count_only [Boolean] Whether to return only the count of records, without the list of records.
510
510
  # @return [Array<(SubscriptionListResponse, Integer, Hash)>] SubscriptionListResponse data, response status code and response headers
@@ -746,8 +746,8 @@ module AvalaraSdk::EInvoicing
746
746
  # @param String $avalara_version The version of the API to use, e.g., \&quot;1.3\&quot;. (required)
747
747
  # @param String $x_correlation_id A unique identifier for tracking the request and its response (optional)
748
748
  # @param String $x_avalara_client Client application identification (optional)
749
- # @param Integer $top The number of items to include in the result. (optional)
750
- # @param Integer $skip The number of items to skip in the result. (optional)
749
+ # @param Float $top The number of items to include in the result. (optional)
750
+ # @param Float $skip The number of items to skip in the result. (optional)
751
751
  # @param Boolean $count Whether to include the total count of records in the result. (optional)
752
752
  # @param Boolean $count_only Whether to return only the count of records, without the list of records. (optional)
753
753
  #
@@ -17,7 +17,7 @@ module AvalaraSdk::EInvoicing
17
17
  if (api_client.nil?)
18
18
  fail ArgumentError,'api_client is nil'
19
19
  end
20
- api_client.set_sdk_version("25.6.0")
20
+ api_client.set_sdk_version("25.7.0")
21
21
  @api_client = api_client
22
22
  end
23
23
 
@@ -511,7 +511,7 @@ module AvalaraSdk::EInvoicing
511
511
 
512
512
  # List all batch searches that were previously submitted.
513
513
  # This endpoint provides a way to retrieve a comprehensive list of all batch search operations that have been previously submitted. This endpoint returns details about each batch search, such as their id, status, created date and associated metadata, allowing users to easily view past batch search requests. It's particularly useful for tracking the progress of a previously initiated batch search operations.
514
- # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used # @param 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 \&quot;Fingerprint\&quot; # @param filter [String] Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported is &lt;code&gt;name&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. Filtering will be done over the provided parameters. # @param count [Boolean] When set to true, the count of the collection is included as @recordSetCount in the response body. # @param top [String] If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. # @param 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. # @param order_by [String] The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
514
+ # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used # @param 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 \&quot;Fingerprint\&quot; # @param filter [String] Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported is &lt;code&gt;name&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. Filtering will be done over the provided parameters. # @param count [Boolean] When set to true, the count of the collection is included as @recordSetCount in the response body. # @param top [Float] The number of items to include in the result. # @param 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. # @param order_by [String] The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
515
515
  # @return [BatchSearchListResponse]
516
516
  def list_batch_searches(request_parameters)
517
517
  data, _status_code, _headers = list_batch_searches_with_http_info(request_parameters)
@@ -525,7 +525,7 @@ module AvalaraSdk::EInvoicing
525
525
  # @param 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 \&quot;Fingerprint\&quot;
526
526
  # @param filter [String] Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported is &lt;code&gt;name&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. Filtering will be done over the provided parameters.
527
527
  # @param count [Boolean] When set to true, the count of the collection is included as @recordSetCount in the response body.
528
- # @param top [String] If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records.
528
+ # @param top [Float] The number of items to include in the result.
529
529
  # @param 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.
530
530
  # @param order_by [String] The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space.
531
531
  # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
@@ -616,7 +616,7 @@ module AvalaraSdk::EInvoicing
616
616
 
617
617
  # Returns a list of participants matching the input query.
618
618
  # This endpoint provides a list of trading partners that match a specified input query. The search is performed based on various filters, search text, and other relevant parameters.
619
- # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used # @param search [String] Search by value supports logical AND and OR. Refer to [https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview#search](https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview#search) for more information on search. Search will be done over &lt;code&gt;name&lt;/code&gt; and &lt;code&gt;identifier&lt;/code&gt; parameters only. # @param 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 \&quot;Fingerprint\&quot; # @param count [Boolean] When set to true, the count of the collection is included as @recordSetCount in the response body. # @param filter [String] Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported are &lt;code&gt;network&lt;/code&gt;, &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;documentType&lt;/code&gt;, &lt;code&gt;idType&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. Filtering will be done over the provided parameters. # @param top [String] If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. # @param 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. # @param order_by [String] The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
619
+ # @param avalara_version [String] The HTTP Header meant to specify the version of the API intended to be used # @param search [String] Search by value supports logical AND and OR. Refer to [https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview#search](https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview#search) for more information on search. Search will be done over &lt;code&gt;name&lt;/code&gt; and &lt;code&gt;identifier&lt;/code&gt; parameters only. # @param 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 \&quot;Fingerprint\&quot; # @param count [Boolean] When set to true, the count of the collection is included as @recordSetCount in the response body. # @param filter [String] Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported are &lt;code&gt;network&lt;/code&gt;, &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;documentType&lt;/code&gt;, &lt;code&gt;idType&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. Filtering will be done over the provided parameters. # @param top [Float] The number of items to include in the result. # @param 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. # @param order_by [String] The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
620
620
  # @return [DirectorySearchResponse]
621
621
  def search_participants(request_parameters)
622
622
  data, _status_code, _headers = search_participants_with_http_info(request_parameters)
@@ -631,7 +631,7 @@ module AvalaraSdk::EInvoicing
631
631
  # @param 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 \&quot;Fingerprint\&quot;
632
632
  # @param count [Boolean] When set to true, the count of the collection is included as @recordSetCount in the response body.
633
633
  # @param filter [String] Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported are &lt;code&gt;network&lt;/code&gt;, &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;documentType&lt;/code&gt;, &lt;code&gt;idType&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. Filtering will be done over the provided parameters.
634
- # @param top [String] If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records.
634
+ # @param top [Float] The number of items to include in the result.
635
635
  # @param 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.
636
636
  # @param order_by [String] The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space.
637
637
  # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
@@ -909,7 +909,7 @@ module AvalaraSdk::EInvoicing
909
909
  # @param String $x_avalara_client 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 \&quot;Fingerprint\&quot; (optional)
910
910
  # @param String $filter Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported is &lt;code&gt;name&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. Filtering will be done over the provided parameters. (optional)
911
911
  # @param Boolean $count When set to true, the count of the collection is included as @recordSetCount in the response body. (optional)
912
- # @param String $top If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. (optional)
912
+ # @param Float $top The number of items to include in the result. (optional)
913
913
  # @param String $skip 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)
914
914
  # @param String $order_by The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. (optional)
915
915
  # @param String $x_correlation_id The caller can use this as an identifier to use as a correlation id to trace the call. (optional)
@@ -1005,7 +1005,7 @@ module AvalaraSdk::EInvoicing
1005
1005
  # @param String $x_avalara_client 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 \&quot;Fingerprint\&quot; (optional)
1006
1006
  # @param Boolean $count When set to true, the count of the collection is included as @recordSetCount in the response body. (optional)
1007
1007
  # @param String $filter Filter by field name and value. This filter only supports &lt;code&gt;eq&lt;/code&gt; .The parameters supported are &lt;code&gt;network&lt;/code&gt;, &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;documentType&lt;/code&gt;, &lt;code&gt;idType&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. Filtering will be done over the provided parameters. (optional)
1008
- # @param String $top If nonzero, return no more than this number of results. Used with &lt;code&gt;$skip&lt;/code&gt; to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. (optional)
1008
+ # @param Float $top The number of items to include in the result. (optional)
1009
1009
  # @param String $skip 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)
1010
1010
  # @param String $order_by The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. (optional)
1011
1011
  # @param String $x_correlation_id The caller can use this as an identifier to use as a correlation id to trace the call. (optional)
@@ -15,6 +15,7 @@ module AvalaraSdk::A1099::V2
15
15
  # List of class defined in oneOf (OpenAPI v3)
16
16
  def openapi_one_of
17
17
  [
18
+ :'Form1095BList',
18
19
  :'Form1099DivList',
19
20
  :'Form1099KList',
20
21
  :'Form1099MiscList',
@@ -0,0 +1,403 @@
1
+ =begin
2
+ #Avalara 1099 & W-9 API Definition
3
+
4
+ ### 🔐 Authentication Use **username/password** or generate a **license key** from: *Avalara Portal → 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 CoveredIndividualReference
14
+ attr_accessor :first_name
15
+
16
+ attr_accessor :middle_name
17
+
18
+ attr_accessor :last_name
19
+
20
+ attr_accessor :name_suffix
21
+
22
+ attr_accessor :tin
23
+
24
+ attr_accessor :birth_date
25
+
26
+ attr_accessor :covered_month0
27
+
28
+ attr_accessor :covered_month1
29
+
30
+ attr_accessor :covered_month2
31
+
32
+ attr_accessor :covered_month3
33
+
34
+ attr_accessor :covered_month4
35
+
36
+ attr_accessor :covered_month5
37
+
38
+ attr_accessor :covered_month6
39
+
40
+ attr_accessor :covered_month7
41
+
42
+ attr_accessor :covered_month8
43
+
44
+ attr_accessor :covered_month9
45
+
46
+ attr_accessor :covered_month10
47
+
48
+ attr_accessor :covered_month11
49
+
50
+ attr_accessor :covered_month12
51
+
52
+ attr_accessor :id
53
+
54
+ attr_accessor :type
55
+
56
+ # Attribute mapping from ruby-style variable name to JSON key.
57
+ def self.attribute_map
58
+ {
59
+ :'first_name' => :'firstName',
60
+ :'middle_name' => :'middleName',
61
+ :'last_name' => :'lastName',
62
+ :'name_suffix' => :'nameSuffix',
63
+ :'tin' => :'tin',
64
+ :'birth_date' => :'birthDate',
65
+ :'covered_month0' => :'coveredMonth0',
66
+ :'covered_month1' => :'coveredMonth1',
67
+ :'covered_month2' => :'coveredMonth2',
68
+ :'covered_month3' => :'coveredMonth3',
69
+ :'covered_month4' => :'coveredMonth4',
70
+ :'covered_month5' => :'coveredMonth5',
71
+ :'covered_month6' => :'coveredMonth6',
72
+ :'covered_month7' => :'coveredMonth7',
73
+ :'covered_month8' => :'coveredMonth8',
74
+ :'covered_month9' => :'coveredMonth9',
75
+ :'covered_month10' => :'coveredMonth10',
76
+ :'covered_month11' => :'coveredMonth11',
77
+ :'covered_month12' => :'coveredMonth12',
78
+ :'id' => :'id',
79
+ :'type' => :'type'
80
+ }
81
+ end
82
+
83
+ # Returns all the JSON keys this model knows about
84
+ def self.acceptable_attributes
85
+ attribute_map.values
86
+ end
87
+
88
+ # Attribute type mapping.
89
+ def self.openapi_types
90
+ {
91
+ :'first_name' => :'String',
92
+ :'middle_name' => :'String',
93
+ :'last_name' => :'String',
94
+ :'name_suffix' => :'String',
95
+ :'tin' => :'String',
96
+ :'birth_date' => :'Time',
97
+ :'covered_month0' => :'Boolean',
98
+ :'covered_month1' => :'Boolean',
99
+ :'covered_month2' => :'Boolean',
100
+ :'covered_month3' => :'Boolean',
101
+ :'covered_month4' => :'Boolean',
102
+ :'covered_month5' => :'Boolean',
103
+ :'covered_month6' => :'Boolean',
104
+ :'covered_month7' => :'Boolean',
105
+ :'covered_month8' => :'Boolean',
106
+ :'covered_month9' => :'Boolean',
107
+ :'covered_month10' => :'Boolean',
108
+ :'covered_month11' => :'Boolean',
109
+ :'covered_month12' => :'Boolean',
110
+ :'id' => :'String',
111
+ :'type' => :'String'
112
+ }
113
+ end
114
+
115
+ # List of attributes with nullable: true
116
+ def self.openapi_nullable
117
+ Set.new([
118
+ :'first_name',
119
+ :'middle_name',
120
+ :'last_name',
121
+ :'name_suffix',
122
+ :'tin',
123
+ :'birth_date',
124
+ ])
125
+ end
126
+
127
+ # List of class defined in allOf (OpenAPI v3)
128
+ def self.openapi_all_of
129
+ [
130
+ :'IncludedBase'
131
+ ]
132
+ end
133
+
134
+ # Initializes the object
135
+ # @param [Hash] attributes Model attributes in the form of hash
136
+ def initialize(attributes = {})
137
+ if (!attributes.is_a?(Hash))
138
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AvalaraSdk::A1099::V2::CoveredIndividualReference` initialize method"
139
+ end
140
+
141
+ # check to see if the attribute exists and convert string to symbol for hash key
142
+ attributes = attributes.each_with_object({}) { |(k, v), h|
143
+ if (!self.class.attribute_map.key?(k.to_sym))
144
+ fail ArgumentError, "`#{k}` is not a valid attribute in `AvalaraSdk::A1099::V2::CoveredIndividualReference`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
145
+ end
146
+ h[k.to_sym] = v
147
+ }
148
+
149
+ if attributes.key?(:'first_name')
150
+ self.first_name = attributes[:'first_name']
151
+ end
152
+
153
+ if attributes.key?(:'middle_name')
154
+ self.middle_name = attributes[:'middle_name']
155
+ end
156
+
157
+ if attributes.key?(:'last_name')
158
+ self.last_name = attributes[:'last_name']
159
+ end
160
+
161
+ if attributes.key?(:'name_suffix')
162
+ self.name_suffix = attributes[:'name_suffix']
163
+ end
164
+
165
+ if attributes.key?(:'tin')
166
+ self.tin = attributes[:'tin']
167
+ end
168
+
169
+ if attributes.key?(:'birth_date')
170
+ self.birth_date = attributes[:'birth_date']
171
+ end
172
+
173
+ if attributes.key?(:'covered_month0')
174
+ self.covered_month0 = attributes[:'covered_month0']
175
+ end
176
+
177
+ if attributes.key?(:'covered_month1')
178
+ self.covered_month1 = attributes[:'covered_month1']
179
+ end
180
+
181
+ if attributes.key?(:'covered_month2')
182
+ self.covered_month2 = attributes[:'covered_month2']
183
+ end
184
+
185
+ if attributes.key?(:'covered_month3')
186
+ self.covered_month3 = attributes[:'covered_month3']
187
+ end
188
+
189
+ if attributes.key?(:'covered_month4')
190
+ self.covered_month4 = attributes[:'covered_month4']
191
+ end
192
+
193
+ if attributes.key?(:'covered_month5')
194
+ self.covered_month5 = attributes[:'covered_month5']
195
+ end
196
+
197
+ if attributes.key?(:'covered_month6')
198
+ self.covered_month6 = attributes[:'covered_month6']
199
+ end
200
+
201
+ if attributes.key?(:'covered_month7')
202
+ self.covered_month7 = attributes[:'covered_month7']
203
+ end
204
+
205
+ if attributes.key?(:'covered_month8')
206
+ self.covered_month8 = attributes[:'covered_month8']
207
+ end
208
+
209
+ if attributes.key?(:'covered_month9')
210
+ self.covered_month9 = attributes[:'covered_month9']
211
+ end
212
+
213
+ if attributes.key?(:'covered_month10')
214
+ self.covered_month10 = attributes[:'covered_month10']
215
+ end
216
+
217
+ if attributes.key?(:'covered_month11')
218
+ self.covered_month11 = attributes[:'covered_month11']
219
+ end
220
+
221
+ if attributes.key?(:'covered_month12')
222
+ self.covered_month12 = attributes[:'covered_month12']
223
+ end
224
+
225
+ if attributes.key?(:'id')
226
+ self.id = attributes[:'id']
227
+ end
228
+
229
+ if attributes.key?(:'type')
230
+ self.type = attributes[:'type']
231
+ end
232
+ end
233
+
234
+ # Show invalid properties with the reasons. Usually used together with valid?
235
+ # @return Array for valid properties with the reasons
236
+ def list_invalid_properties
237
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
238
+ invalid_properties = Array.new
239
+ invalid_properties
240
+ end
241
+
242
+ # Check to see if the all the properties in the model are valid
243
+ # @return true if the model is valid
244
+ def valid?
245
+ warn '[DEPRECATED] the `valid?` method is obsolete'
246
+ true
247
+ end
248
+
249
+ # Checks equality by comparing each attribute.
250
+ # @param [Object] Object to be compared
251
+ def ==(o)
252
+ return true if self.equal?(o)
253
+ self.class == o.class &&
254
+ first_name == o.first_name &&
255
+ middle_name == o.middle_name &&
256
+ last_name == o.last_name &&
257
+ name_suffix == o.name_suffix &&
258
+ tin == o.tin &&
259
+ birth_date == o.birth_date &&
260
+ covered_month0 == o.covered_month0 &&
261
+ covered_month1 == o.covered_month1 &&
262
+ covered_month2 == o.covered_month2 &&
263
+ covered_month3 == o.covered_month3 &&
264
+ covered_month4 == o.covered_month4 &&
265
+ covered_month5 == o.covered_month5 &&
266
+ covered_month6 == o.covered_month6 &&
267
+ covered_month7 == o.covered_month7 &&
268
+ covered_month8 == o.covered_month8 &&
269
+ covered_month9 == o.covered_month9 &&
270
+ covered_month10 == o.covered_month10 &&
271
+ covered_month11 == o.covered_month11 &&
272
+ covered_month12 == o.covered_month12 &&
273
+ id == o.id &&
274
+ type == o.type
275
+ end
276
+
277
+ # @see the `==` method
278
+ # @param [Object] Object to be compared
279
+ def eql?(o)
280
+ self == o
281
+ end
282
+
283
+ # Calculates hash code according to all attributes.
284
+ # @return [Integer] Hash code
285
+ def hash
286
+ [first_name, middle_name, last_name, name_suffix, tin, birth_date, covered_month0, covered_month1, covered_month2, covered_month3, covered_month4, covered_month5, covered_month6, covered_month7, covered_month8, covered_month9, covered_month10, covered_month11, covered_month12, id, type].hash
287
+ end
288
+
289
+ # Builds the object from hash
290
+ # @param [Hash] attributes Model attributes in the form of hash
291
+ # @return [Object] Returns the model itself
292
+ def self.build_from_hash(attributes)
293
+ return nil unless attributes.is_a?(Hash)
294
+ attributes = attributes.transform_keys(&:to_sym)
295
+ transformed_hash = {}
296
+ openapi_types.each_pair do |key, type|
297
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
298
+ transformed_hash["#{key}"] = nil
299
+ elsif type =~ /\AArray<(.*)>/i
300
+ # check to ensure the input is an array given that the attribute
301
+ # is documented as an array but the input is not
302
+ if attributes[attribute_map[key]].is_a?(Array)
303
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
304
+ end
305
+ elsif !attributes[attribute_map[key]].nil?
306
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
307
+ end
308
+ end
309
+ new(transformed_hash)
310
+ end
311
+
312
+ # Deserializes the data based on type
313
+ # @param string type Data type
314
+ # @param string value Value to be deserialized
315
+ # @return [Object] Deserialized data
316
+ def self._deserialize(type, value)
317
+ case type.to_sym
318
+ when :Time
319
+ Time.parse(value)
320
+ when :Date
321
+ Date.parse(value)
322
+ when :String
323
+ value.to_s
324
+ when :Integer
325
+ value.to_i
326
+ when :Float
327
+ value.to_f
328
+ when :Boolean
329
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
330
+ true
331
+ else
332
+ false
333
+ end
334
+ when :Object
335
+ # generic object (usually a Hash), return directly
336
+ value
337
+ when /\AArray<(?<inner_type>.+)>\z/
338
+ inner_type = Regexp.last_match[:inner_type]
339
+ value.map { |v| _deserialize(inner_type, v) }
340
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
341
+ k_type = Regexp.last_match[:k_type]
342
+ v_type = Regexp.last_match[:v_type]
343
+ {}.tap do |hash|
344
+ value.each do |k, v|
345
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
346
+ end
347
+ end
348
+ else # model
349
+ # models (e.g. Pet) or oneOf
350
+ klass = AvalaraSdk::A1099::V2.const_get(type)
351
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
352
+ end
353
+ end
354
+
355
+ # Returns the string representation of the object
356
+ # @return [String] String presentation of the object
357
+ def to_s
358
+ to_hash.to_s
359
+ end
360
+
361
+ # to_body is an alias to to_hash (backward compatibility)
362
+ # @return [Hash] Returns the object in the form of hash
363
+ def to_body
364
+ to_hash
365
+ end
366
+
367
+ # Returns the object in the form of hash
368
+ # @return [Hash] Returns the object in the form of hash
369
+ def to_hash
370
+ hash = {}
371
+ self.class.attribute_map.each_pair do |attr, param|
372
+ value = self.send(attr)
373
+ if value.nil?
374
+ is_nullable = self.class.openapi_nullable.include?(attr)
375
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
376
+ end
377
+
378
+ hash[param] = _to_hash(value)
379
+ end
380
+ hash
381
+ end
382
+
383
+ # Outputs non-array value in the form of hash
384
+ # For object, use to_hash. Otherwise, just return the value
385
+ # @param [Object] value Any valid value
386
+ # @return [Hash] Returns the value in the form of hash
387
+ def _to_hash(value)
388
+ if value.is_a?(Array)
389
+ value.compact.map { |v| _to_hash(v) }
390
+ elsif value.is_a?(Hash)
391
+ {}.tap do |hash|
392
+ value.each { |k, v| hash[k] = _to_hash(v) }
393
+ end
394
+ elsif value.respond_to? :to_hash
395
+ value.to_hash
396
+ else
397
+ value
398
+ end
399
+ end
400
+
401
+ end
402
+
403
+ end