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
@@ -0,0 +1,74 @@
1
+ # AvalaraSdk::A1099::V2::Form1095BListItem
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **employee_first_name** | **String** | | [optional] |
8
+ | **employee_middle_name** | **String** | | [optional] |
9
+ | **employee_last_name** | **String** | | [optional] |
10
+ | **employee_name_suffix** | **String** | | [optional] |
11
+ | **employee_date_of_birth** | **Time** | | [optional] |
12
+ | **origin_of_health_coverage_code** | **String** | | [optional] |
13
+ | **covered_individuals** | [**Array<CoveredIndividualRequest>**](CoveredIndividualRequest.md) | | [optional] |
14
+ | **issuer_id** | **String** | | [optional] |
15
+ | **reference_id** | **String** | | [optional] |
16
+ | **recipient_name** | **String** | | [optional] |
17
+ | **recipient_tin** | **String** | | [optional] |
18
+ | **tin_type** | **String** | | [optional] |
19
+ | **recipient_second_name** | **String** | | [optional] |
20
+ | **address** | **String** | | [optional] |
21
+ | **address2** | **String** | | [optional] |
22
+ | **city** | **String** | | [optional] |
23
+ | **state** | **String** | | [optional] |
24
+ | **zip** | **String** | | [optional] |
25
+ | **recipient_email** | **String** | | [optional] |
26
+ | **account_number** | **String** | | [optional] |
27
+ | **office_code** | **String** | | [optional] |
28
+ | **recipient_non_us_province** | **String** | | [optional] |
29
+ | **country_code** | **String** | | [optional] |
30
+ | **federal_e_file** | **Boolean** | | [optional] |
31
+ | **postal_mail** | **Boolean** | | [optional] |
32
+ | **state_e_file** | **Boolean** | | [optional] |
33
+ | **tin_match** | **Boolean** | | [optional] |
34
+ | **address_verification** | **Boolean** | | [optional] |
35
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
36
+
37
+ ## Example
38
+
39
+ ```ruby
40
+ require 'avalara_sdk'
41
+
42
+ instance = AvalaraSdk::A1099::V2::Form1095BListItem.new(
43
+ employee_first_name: null,
44
+ employee_middle_name: null,
45
+ employee_last_name: null,
46
+ employee_name_suffix: null,
47
+ employee_date_of_birth: null,
48
+ origin_of_health_coverage_code: SmallBusinessHealthOptionsProgram,
49
+ covered_individuals: null,
50
+ issuer_id: null,
51
+ reference_id: null,
52
+ recipient_name: null,
53
+ recipient_tin: null,
54
+ tin_type: EIN,
55
+ recipient_second_name: null,
56
+ address: null,
57
+ address2: null,
58
+ city: null,
59
+ state: null,
60
+ zip: null,
61
+ recipient_email: null,
62
+ account_number: null,
63
+ office_code: null,
64
+ recipient_non_us_province: null,
65
+ country_code: null,
66
+ federal_e_file: null,
67
+ postal_mail: null,
68
+ state_e_file: null,
69
+ tin_match: null,
70
+ address_verification: null,
71
+ state_and_local_withholding: null
72
+ )
73
+ ```
74
+
@@ -0,0 +1,76 @@
1
+ # AvalaraSdk::A1099::V2::Form1095BRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **employee_first_name** | **String** | | [optional] |
8
+ | **employee_middle_name** | **String** | | [optional] |
9
+ | **employee_last_name** | **String** | | [optional] |
10
+ | **employee_name_suffix** | **String** | | [optional] |
11
+ | **employee_date_of_birth** | **Time** | | [optional] |
12
+ | **origin_of_health_coverage_code** | **String** | | [optional] |
13
+ | **covered_individuals** | [**Array<CoveredIndividualRequest>**](CoveredIndividualRequest.md) | | [optional] |
14
+ | **type** | **String** | | [optional][readonly] |
15
+ | **issuer_id** | **String** | | [optional] |
16
+ | **reference_id** | **String** | | [optional] |
17
+ | **recipient_name** | **String** | | [optional] |
18
+ | **recipient_tin** | **String** | | [optional] |
19
+ | **tin_type** | **String** | | [optional] |
20
+ | **recipient_second_name** | **String** | | [optional] |
21
+ | **address** | **String** | | [optional] |
22
+ | **address2** | **String** | | [optional] |
23
+ | **city** | **String** | | [optional] |
24
+ | **state** | **String** | | [optional] |
25
+ | **zip** | **String** | | [optional] |
26
+ | **recipient_email** | **String** | | [optional] |
27
+ | **account_number** | **String** | | [optional] |
28
+ | **office_code** | **String** | | [optional] |
29
+ | **recipient_non_us_province** | **String** | | [optional] |
30
+ | **country_code** | **String** | | [optional] |
31
+ | **federal_e_file** | **Boolean** | | [optional] |
32
+ | **postal_mail** | **Boolean** | | [optional] |
33
+ | **state_e_file** | **Boolean** | | [optional] |
34
+ | **tin_match** | **Boolean** | | [optional] |
35
+ | **address_verification** | **Boolean** | | [optional] |
36
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
37
+
38
+ ## Example
39
+
40
+ ```ruby
41
+ require 'avalara_sdk'
42
+
43
+ instance = AvalaraSdk::A1099::V2::Form1095BRequest.new(
44
+ employee_first_name: null,
45
+ employee_middle_name: null,
46
+ employee_last_name: null,
47
+ employee_name_suffix: null,
48
+ employee_date_of_birth: null,
49
+ origin_of_health_coverage_code: SmallBusinessHealthOptionsProgram,
50
+ covered_individuals: null,
51
+ type: Form1099Nec,
52
+ issuer_id: null,
53
+ reference_id: null,
54
+ recipient_name: null,
55
+ recipient_tin: null,
56
+ tin_type: EIN,
57
+ recipient_second_name: null,
58
+ address: null,
59
+ address2: null,
60
+ city: null,
61
+ state: null,
62
+ zip: null,
63
+ recipient_email: null,
64
+ account_number: null,
65
+ office_code: null,
66
+ recipient_non_us_province: null,
67
+ country_code: null,
68
+ federal_e_file: null,
69
+ postal_mail: null,
70
+ state_e_file: null,
71
+ tin_match: null,
72
+ address_verification: null,
73
+ state_and_local_withholding: null
74
+ )
75
+ ```
76
+
@@ -22,12 +22,12 @@
22
22
  | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
23
23
  | **reference_id** | **String** | | [optional] |
24
24
  | **email** | **String** | | [optional] |
25
- | **type_of_tin** | **String** | | [optional] |
25
+ | **tin_type** | **String** | | [optional] |
26
26
  | **tin** | **String** | | [optional] |
27
- | **first_payee_name** | **String** | | [optional] |
28
- | **second_payee_name** | **String** | | [optional] |
27
+ | **recipient_name** | **String** | | [optional] |
28
+ | **recipient_second_name** | **String** | | [optional] |
29
29
  | **address** | **String** | | [optional] |
30
- | **address_recipient_second** | **String** | | [optional] |
30
+ | **address2** | **String** | | [optional] |
31
31
  | **city** | **String** | | [optional] |
32
32
  | **state** | **String** | | [optional] |
33
33
  | **zip** | **String** | | [optional] |
@@ -62,12 +62,12 @@ instance = AvalaraSdk::A1099::V2::Form1099Base.new(
62
62
  address_verification_status: null,
63
63
  reference_id: null,
64
64
  email: null,
65
- type_of_tin: null,
65
+ tin_type: null,
66
66
  tin: null,
67
- first_payee_name: null,
68
- second_payee_name: null,
67
+ recipient_name: null,
68
+ recipient_second_name: null,
69
69
  address: null,
70
- address_recipient_second: null,
70
+ address2: null,
71
71
  city: null,
72
72
  state: null,
73
73
  zip: null,
@@ -23,18 +23,17 @@
23
23
  | **exempt_interest_dividends** | **String** | | [optional] |
24
24
  | **specified_private_activity_bond_interest_dividends** | **String** | | [optional] |
25
25
  | **fatca_filing_requirement** | **String** | | [optional] |
26
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
27
- | **issuer_id** | **String** | | [optional] |
28
26
  | **issuer_reference_id** | **String** | | [optional] |
29
27
  | **issuer_tin** | **String** | | [optional] |
30
28
  | **tax_year** | **Integer** | | [optional] |
29
+ | **issuer_id** | **String** | | [optional] |
31
30
  | **reference_id** | **String** | | [optional] |
32
31
  | **recipient_name** | **String** | | [optional] |
33
32
  | **recipient_tin** | **String** | | [optional] |
34
- | **tin_type** | **Integer** | | [optional] |
33
+ | **tin_type** | **String** | | [optional] |
35
34
  | **recipient_second_name** | **String** | | [optional] |
36
- | **street_address** | **String** | | [optional] |
37
- | **street_address_line2** | **String** | | [optional] |
35
+ | **address** | **String** | | [optional] |
36
+ | **address2** | **String** | | [optional] |
38
37
  | **city** | **String** | | [optional] |
39
38
  | **state** | **String** | | [optional] |
40
39
  | **zip** | **String** | | [optional] |
@@ -48,6 +47,7 @@
48
47
  | **state_e_file** | **Boolean** | | [optional] |
49
48
  | **tin_match** | **Boolean** | | [optional] |
50
49
  | **address_verification** | **Boolean** | | [optional] |
50
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
51
51
 
52
52
  ## Example
53
53
 
@@ -74,18 +74,17 @@ instance = AvalaraSdk::A1099::V2::Form1099DivListItem.new(
74
74
  exempt_interest_dividends: null,
75
75
  specified_private_activity_bond_interest_dividends: null,
76
76
  fatca_filing_requirement: null,
77
- state_and_local_withholding: null,
78
- issuer_id: null,
79
77
  issuer_reference_id: null,
80
78
  issuer_tin: null,
81
79
  tax_year: null,
80
+ issuer_id: null,
82
81
  reference_id: null,
83
82
  recipient_name: null,
84
83
  recipient_tin: null,
85
- tin_type: null,
84
+ tin_type: EIN,
86
85
  recipient_second_name: null,
87
- street_address: null,
88
- street_address_line2: null,
86
+ address: null,
87
+ address2: null,
89
88
  city: null,
90
89
  state: null,
91
90
  zip: null,
@@ -98,7 +97,8 @@ instance = AvalaraSdk::A1099::V2::Form1099DivListItem.new(
98
97
  postal_mail: null,
99
98
  state_e_file: null,
100
99
  tin_match: null,
101
- address_verification: null
100
+ address_verification: null,
101
+ state_and_local_withholding: null
102
102
  )
103
103
  ```
104
104
 
@@ -23,19 +23,15 @@
23
23
  | **exempt_interest_dividends** | **String** | | [optional] |
24
24
  | **specified_private_activity_bond_interest_dividends** | **String** | | [optional] |
25
25
  | **fatca_filing_requirement** | **String** | | [optional] |
26
- | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
27
- | **type** | **String** | | [optional] |
26
+ | **type** | **String** | | [optional][readonly] |
28
27
  | **issuer_id** | **String** | | [optional] |
29
- | **issuer_reference_id** | **String** | | [optional] |
30
- | **issuer_tin** | **String** | | [optional] |
31
- | **tax_year** | **Integer** | | [optional] |
32
28
  | **reference_id** | **String** | | [optional] |
33
29
  | **recipient_name** | **String** | | [optional] |
34
30
  | **recipient_tin** | **String** | | [optional] |
35
- | **tin_type** | **Integer** | | [optional] |
31
+ | **tin_type** | **String** | | [optional] |
36
32
  | **recipient_second_name** | **String** | | [optional] |
37
- | **street_address** | **String** | | [optional] |
38
- | **street_address_line2** | **String** | | [optional] |
33
+ | **address** | **String** | | [optional] |
34
+ | **address2** | **String** | | [optional] |
39
35
  | **city** | **String** | | [optional] |
40
36
  | **state** | **String** | | [optional] |
41
37
  | **zip** | **String** | | [optional] |
@@ -49,6 +45,7 @@
49
45
  | **state_e_file** | **Boolean** | | [optional] |
50
46
  | **tin_match** | **Boolean** | | [optional] |
51
47
  | **address_verification** | **Boolean** | | [optional] |
48
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
52
49
 
53
50
  ## Example
54
51
 
@@ -75,19 +72,15 @@ instance = AvalaraSdk::A1099::V2::Form1099DivRequest.new(
75
72
  exempt_interest_dividends: null,
76
73
  specified_private_activity_bond_interest_dividends: null,
77
74
  fatca_filing_requirement: null,
78
- state_and_local_withholding: null,
79
- type: null,
75
+ type: Form1099Nec,
80
76
  issuer_id: null,
81
- issuer_reference_id: null,
82
- issuer_tin: null,
83
- tax_year: null,
84
77
  reference_id: null,
85
78
  recipient_name: null,
86
79
  recipient_tin: null,
87
- tin_type: null,
80
+ tin_type: EIN,
88
81
  recipient_second_name: null,
89
- street_address: null,
90
- street_address_line2: null,
82
+ address: null,
83
+ address2: null,
91
84
  city: null,
92
85
  state: null,
93
86
  zip: null,
@@ -100,7 +93,8 @@ instance = AvalaraSdk::A1099::V2::Form1099DivRequest.new(
100
93
  postal_mail: null,
101
94
  state_e_file: null,
102
95
  tin_match: null,
103
- address_verification: null
96
+ address_verification: null,
97
+ state_and_local_withholding: null
104
98
  )
105
99
  ```
106
100
 
@@ -0,0 +1,88 @@
1
+ # AvalaraSdk::A1099::V2::Form1099DivResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | | [optional][readonly] |
8
+ | **created_at** | **Time** | | [optional] |
9
+ | **updated_at** | **Time** | | [optional] |
10
+ | **user_id** | **String** | | [optional] |
11
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingResponse**](StateAndLocalWithholdingResponse.md) | | [optional] |
12
+ | **tin_type** | **String** | | [optional] |
13
+ | **id** | **String** | | [optional] |
14
+ | **issuer_id** | **String** | | [optional] |
15
+ | **issuer_reference_id** | **String** | | [optional] |
16
+ | **issuer_tin** | **String** | | [optional] |
17
+ | **tax_year** | **Integer** | | [optional] |
18
+ | **reference_id** | **String** | | [optional] |
19
+ | **recipient_name** | **String** | | [optional] |
20
+ | **recipient_tin** | **String** | | [optional] |
21
+ | **recipient_second_name** | **String** | | [optional] |
22
+ | **address** | **String** | | [optional] |
23
+ | **address2** | **String** | | [optional] |
24
+ | **city** | **String** | | [optional] |
25
+ | **state** | **String** | | [optional] |
26
+ | **zip** | **String** | | [optional] |
27
+ | **recipient_email** | **String** | | [optional] |
28
+ | **account_number** | **String** | | [optional] |
29
+ | **office_code** | **String** | | [optional] |
30
+ | **recipient_non_us_province** | **String** | | [optional] |
31
+ | **country_code** | **String** | | [optional] |
32
+ | **federal_e_file** | **Boolean** | | [optional] |
33
+ | **postal_mail** | **Boolean** | | [optional] |
34
+ | **state_e_file** | **Boolean** | | [optional] |
35
+ | **tin_match** | **Boolean** | | [optional] |
36
+ | **address_verification** | **Boolean** | | [optional] |
37
+ | **federal_efile_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
38
+ | **state_efile_status** | [**Array<StateEfileStatusDetailApp>**](StateEfileStatusDetailApp.md) | | [optional] |
39
+ | **postal_mail_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
40
+ | **tin_match_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
41
+ | **address_verification_status** | [**StatusDetail**](StatusDetail.md) | | [optional] |
42
+ | **validation_errors** | [**Array<ValidationErrorApp>**](ValidationErrorApp.md) | | [optional] |
43
+
44
+ ## Example
45
+
46
+ ```ruby
47
+ require 'avalara_sdk'
48
+
49
+ instance = AvalaraSdk::A1099::V2::Form1099DivResponse.new(
50
+ type: Form1099Nec,
51
+ created_at: null,
52
+ updated_at: null,
53
+ user_id: null,
54
+ state_and_local_withholding: null,
55
+ tin_type: EIN,
56
+ id: null,
57
+ issuer_id: null,
58
+ issuer_reference_id: null,
59
+ issuer_tin: null,
60
+ tax_year: null,
61
+ reference_id: null,
62
+ recipient_name: null,
63
+ recipient_tin: null,
64
+ recipient_second_name: null,
65
+ address: null,
66
+ address2: null,
67
+ city: null,
68
+ state: null,
69
+ zip: null,
70
+ recipient_email: null,
71
+ account_number: null,
72
+ office_code: null,
73
+ recipient_non_us_province: null,
74
+ country_code: null,
75
+ federal_e_file: null,
76
+ postal_mail: null,
77
+ state_e_file: null,
78
+ tin_match: null,
79
+ address_verification: null,
80
+ federal_efile_status: null,
81
+ state_efile_status: null,
82
+ postal_mail_status: null,
83
+ tin_match_status: null,
84
+ address_verification_status: null,
85
+ validation_errors: null
86
+ )
87
+ ```
88
+
@@ -42,12 +42,12 @@
42
42
  | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
43
43
  | **reference_id** | **String** | | [optional] |
44
44
  | **email** | **String** | | [optional] |
45
- | **type_of_tin** | **String** | | [optional] |
45
+ | **tin_type** | **String** | | [optional] |
46
46
  | **tin** | **String** | | [optional] |
47
- | **first_payee_name** | **String** | | [optional] |
48
- | **second_payee_name** | **String** | | [optional] |
47
+ | **recipient_name** | **String** | | [optional] |
48
+ | **recipient_second_name** | **String** | | [optional] |
49
49
  | **address** | **String** | | [optional] |
50
- | **address_recipient_second** | **String** | | [optional] |
50
+ | **address2** | **String** | | [optional] |
51
51
  | **city** | **String** | | [optional] |
52
52
  | **state** | **String** | | [optional] |
53
53
  | **zip** | **String** | | [optional] |
@@ -102,12 +102,12 @@ instance = AvalaraSdk::A1099::V2::Form1099K.new(
102
102
  address_verification_status: null,
103
103
  reference_id: null,
104
104
  email: null,
105
- type_of_tin: null,
105
+ tin_type: null,
106
106
  tin: null,
107
- first_payee_name: null,
108
- second_payee_name: null,
107
+ recipient_name: null,
108
+ recipient_second_name: null,
109
109
  address: null,
110
- address_recipient_second: null,
110
+ address2: null,
111
111
  city: null,
112
112
  state: null,
113
113
  zip: null,
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
8
7
  | **filer_type** | **String** | | [optional] |
9
8
  | **payment_type** | **String** | | [optional] |
10
9
  | **payment_settlement_entity_name_phone_number** | **String** | | [optional] |
@@ -25,17 +24,17 @@
25
24
  | **october** | **Float** | | [optional] |
26
25
  | **november** | **Float** | | [optional] |
27
26
  | **december** | **Float** | | [optional] |
28
- | **issuer_id** | **String** | | [optional] |
29
27
  | **issuer_reference_id** | **String** | | [optional] |
30
28
  | **issuer_tin** | **String** | | [optional] |
31
29
  | **tax_year** | **Integer** | | [optional] |
30
+ | **issuer_id** | **String** | | [optional] |
32
31
  | **reference_id** | **String** | | [optional] |
33
32
  | **recipient_name** | **String** | | [optional] |
34
33
  | **recipient_tin** | **String** | | [optional] |
35
- | **tin_type** | **Integer** | | [optional] |
34
+ | **tin_type** | **String** | | [optional] |
36
35
  | **recipient_second_name** | **String** | | [optional] |
37
- | **street_address** | **String** | | [optional] |
38
- | **street_address_line2** | **String** | | [optional] |
36
+ | **address** | **String** | | [optional] |
37
+ | **address2** | **String** | | [optional] |
39
38
  | **city** | **String** | | [optional] |
40
39
  | **state** | **String** | | [optional] |
41
40
  | **zip** | **String** | | [optional] |
@@ -49,6 +48,7 @@
49
48
  | **state_e_file** | **Boolean** | | [optional] |
50
49
  | **tin_match** | **Boolean** | | [optional] |
51
50
  | **address_verification** | **Boolean** | | [optional] |
51
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
52
52
 
53
53
  ## Example
54
54
 
@@ -56,7 +56,6 @@
56
56
  require 'avalara_sdk'
57
57
 
58
58
  instance = AvalaraSdk::A1099::V2::Form1099KListItem.new(
59
- state_and_local_withholding: null,
60
59
  filer_type: PSE,
61
60
  payment_type: MerchantPaymentCard,
62
61
  payment_settlement_entity_name_phone_number: null,
@@ -77,17 +76,17 @@ instance = AvalaraSdk::A1099::V2::Form1099KListItem.new(
77
76
  october: null,
78
77
  november: null,
79
78
  december: null,
80
- issuer_id: null,
81
79
  issuer_reference_id: null,
82
80
  issuer_tin: null,
83
81
  tax_year: null,
82
+ issuer_id: null,
84
83
  reference_id: null,
85
84
  recipient_name: null,
86
85
  recipient_tin: null,
87
- tin_type: null,
86
+ tin_type: EIN,
88
87
  recipient_second_name: null,
89
- street_address: null,
90
- street_address_line2: null,
88
+ address: null,
89
+ address2: null,
91
90
  city: null,
92
91
  state: null,
93
92
  zip: null,
@@ -100,7 +99,8 @@ instance = AvalaraSdk::A1099::V2::Form1099KListItem.new(
100
99
  postal_mail: null,
101
100
  state_e_file: null,
102
101
  tin_match: null,
103
- address_verification: null
102
+ address_verification: null,
103
+ state_and_local_withholding: null
104
104
  )
105
105
  ```
106
106
 
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **state_and_local_withholding** | [**StateAndLocalWithholding**](StateAndLocalWithholding.md) | | [optional] |
8
7
  | **filer_type** | **Integer** | | [optional] |
9
8
  | **payment_type** | **Integer** | | [optional] |
10
9
  | **payment_settlement_entity_name_phone_number** | **String** | | [optional] |
@@ -25,18 +24,15 @@
25
24
  | **october** | **Float** | | [optional] |
26
25
  | **november** | **Float** | | [optional] |
27
26
  | **december** | **Float** | | [optional] |
28
- | **type** | **String** | | [optional] |
27
+ | **type** | **String** | | [optional][readonly] |
29
28
  | **issuer_id** | **String** | | [optional] |
30
- | **issuer_reference_id** | **String** | | [optional] |
31
- | **issuer_tin** | **String** | | [optional] |
32
- | **tax_year** | **Integer** | | [optional] |
33
29
  | **reference_id** | **String** | | [optional] |
34
30
  | **recipient_name** | **String** | | [optional] |
35
31
  | **recipient_tin** | **String** | | [optional] |
36
- | **tin_type** | **Integer** | | [optional] |
32
+ | **tin_type** | **String** | | [optional] |
37
33
  | **recipient_second_name** | **String** | | [optional] |
38
- | **street_address** | **String** | | [optional] |
39
- | **street_address_line2** | **String** | | [optional] |
34
+ | **address** | **String** | | [optional] |
35
+ | **address2** | **String** | | [optional] |
40
36
  | **city** | **String** | | [optional] |
41
37
  | **state** | **String** | | [optional] |
42
38
  | **zip** | **String** | | [optional] |
@@ -50,6 +46,7 @@
50
46
  | **state_e_file** | **Boolean** | | [optional] |
51
47
  | **tin_match** | **Boolean** | | [optional] |
52
48
  | **address_verification** | **Boolean** | | [optional] |
49
+ | **state_and_local_withholding** | [**StateAndLocalWithholdingRequest**](StateAndLocalWithholdingRequest.md) | | [optional] |
53
50
 
54
51
  ## Example
55
52
 
@@ -57,7 +54,6 @@
57
54
  require 'avalara_sdk'
58
55
 
59
56
  instance = AvalaraSdk::A1099::V2::Form1099KRequest.new(
60
- state_and_local_withholding: null,
61
57
  filer_type: null,
62
58
  payment_type: null,
63
59
  payment_settlement_entity_name_phone_number: null,
@@ -78,18 +74,15 @@ instance = AvalaraSdk::A1099::V2::Form1099KRequest.new(
78
74
  october: null,
79
75
  november: null,
80
76
  december: null,
81
- type: null,
77
+ type: Form1099Nec,
82
78
  issuer_id: null,
83
- issuer_reference_id: null,
84
- issuer_tin: null,
85
- tax_year: null,
86
79
  reference_id: null,
87
80
  recipient_name: null,
88
81
  recipient_tin: null,
89
- tin_type: null,
82
+ tin_type: EIN,
90
83
  recipient_second_name: null,
91
- street_address: null,
92
- street_address_line2: null,
84
+ address: null,
85
+ address2: null,
93
86
  city: null,
94
87
  state: null,
95
88
  zip: null,
@@ -102,7 +95,8 @@ instance = AvalaraSdk::A1099::V2::Form1099KRequest.new(
102
95
  postal_mail: null,
103
96
  state_e_file: null,
104
97
  tin_match: null,
105
- address_verification: null
98
+ address_verification: null,
99
+ state_and_local_withholding: null
106
100
  )
107
101
  ```
108
102
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **data** | [**Array<Form1099ListDataInner>**](Form1099ListDataInner.md) | | [optional] |
7
+ | **data** | [**Array<Get1099Form200Response>**](Get1099Form200Response.md) | | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -21,6 +21,38 @@ AvalaraSdk::A1099::V2::Form1099ListDataInner.openapi_one_of
21
21
  # ]
22
22
  ```
23
23
 
24
+ ### `openapi_discriminator_name`
25
+
26
+ Returns the discriminator's property name.
27
+
28
+ #### Example
29
+
30
+ ```ruby
31
+ require 'avalara_sdk'
32
+
33
+ AvalaraSdk::A1099::V2::Form1099ListDataInner.openapi_discriminator_name
34
+ # => :'type'
35
+ ```
36
+
37
+ ### `openapi_discriminator_name`
38
+
39
+ Returns the discriminator's mapping.
40
+
41
+ #### Example
42
+
43
+ ```ruby
44
+ require 'avalara_sdk'
45
+
46
+ AvalaraSdk::A1099::V2::Form1099ListDataInner.openapi_discriminator_mapping
47
+ # =>
48
+ # {
49
+ # :'1099-K' => :'Form1099K',
50
+ # :'1099-MISC' => :'Form1099Misc',
51
+ # :'1099-NEC' => :'Form1099Nec',
52
+ # :'1099-R' => :'Form1099R'
53
+ # }
54
+ ```
55
+
24
56
  ### build
25
57
 
26
58
  Find the appropriate object from the `openapi_one_of` list and casts the data into it.
@@ -36,12 +36,12 @@
36
36
  | **address_verification_status** | [**Form1099StatusDetail**](Form1099StatusDetail.md) | | [optional] |
37
37
  | **reference_id** | **String** | | [optional] |
38
38
  | **email** | **String** | | [optional] |
39
- | **type_of_tin** | **String** | | [optional] |
39
+ | **tin_type** | **String** | | [optional] |
40
40
  | **tin** | **String** | | [optional] |
41
- | **first_payee_name** | **String** | | [optional] |
42
- | **second_payee_name** | **String** | | [optional] |
41
+ | **recipient_name** | **String** | | [optional] |
42
+ | **recipient_second_name** | **String** | | [optional] |
43
43
  | **address** | **String** | | [optional] |
44
- | **address_recipient_second** | **String** | | [optional] |
44
+ | **address2** | **String** | | [optional] |
45
45
  | **city** | **String** | | [optional] |
46
46
  | **state** | **String** | | [optional] |
47
47
  | **zip** | **String** | | [optional] |
@@ -90,12 +90,12 @@ instance = AvalaraSdk::A1099::V2::Form1099Misc.new(
90
90
  address_verification_status: null,
91
91
  reference_id: null,
92
92
  email: null,
93
- type_of_tin: null,
93
+ tin_type: null,
94
94
  tin: null,
95
- first_payee_name: null,
96
- second_payee_name: null,
95
+ recipient_name: null,
96
+ recipient_second_name: null,
97
97
  address: null,
98
- address_recipient_second: null,
98
+ address2: null,
99
99
  city: null,
100
100
  state: null,
101
101
  zip: null,