Skip to content

Commit b0406dd

Browse files
Merge pull request #12 from avadev/25.8.3
25.8.3
2 parents a070c5e + ee143c8 commit b0406dd

File tree

264 files changed

+26959
-104864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+26959
-104864
lines changed

README.md

Lines changed: 145 additions & 206 deletions
Large diffs are not rendered by default.

docs/A1099/CompanyCreateUpdateRequestModel.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**name** | **string** | | [optional]
8-
**email** | **string** | | [optional]
9-
**address** | **string** | | [optional]
10-
**city** | **string** | | [optional]
11-
**state** | **string** | | [optional]
12-
**zip** | **string** | | [optional]
13-
**telephone** | **string** | | [optional]
14-
**tin** | **string** | | [optional]
15-
**dba_name** | **string** | | [optional]
16-
**reference_id** | **string** | | [optional]
17-
**do_tin_match** | **bool** | | [optional]
18-
**group_name** | **string** | | [optional]
19-
**foreign_province** | **string** | | [optional]
20-
**country_code** | **string** | | [optional]
21-
**resend_requests** | **bool** | | [optional]
22-
**resend_interval_days** | **int** | | [optional]
23-
**max_reminder_attempts** | **int** | | [optional]
7+
**name** | **string** | Legal name. Not the DBA name. |
8+
**dba_name** | **string** | Doing Business As (DBA) name or continuation of a long legal name. | [optional]
9+
**email** | **string** | Contact email address. For inquiries by vendors/employees. |
10+
**address** | **string** | Address. |
11+
**city** | **string** | City. |
12+
**state** | **string** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional]
13+
**zip** | **string** | ZIP/postal code. |
14+
**telephone** | **string** | Contact phone number (must contain at least 10 digits, max 15 characters). |
15+
**tin** | **string** | Federal Tax Identification Number (TIN). EIN/Tax ID (required for US companies). |
16+
**reference_id** | **string** | Internal reference ID. Never shown to any agency or recipient. | [optional]
17+
**do_tin_match** | **bool** | Indicates whether the company authorizes IRS TIN matching. | [optional]
18+
**group_name** | **string** | Group name for organizing companies (creates or finds group by name). | [optional]
19+
**foreign_province** | **string** | Province or region for non-US/CA addresses. | [optional]
20+
**country_code** | **string** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. |
21+
**resend_requests** | **bool** | Boolean to enable automatic reminder emails (default: false). | [optional]
22+
**resend_interval_days** | **int** | Days between reminder emails (7-365, required if resendRequests is true). | [optional]
23+
**max_reminder_attempts** | **int** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional]
2424

2525
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

docs/A1099/CompanyResponse.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **string** | | [optional]
8-
**reference_id** | **string** | | [optional]
9-
**group_name** | **string** | | [optional]
10-
**name** | **string** | | [optional]
11-
**dba_name** | **string** | | [optional]
12-
**address** | **string** | | [optional]
13-
**city** | **string** | | [optional]
14-
**state** | **string** | | [optional]
15-
**foreign_province** | **string** | | [optional]
16-
**zip** | **string** | | [optional]
17-
**country_code** | **string** | | [optional]
18-
**email** | **string** | | [optional]
19-
**telephone** | **string** | | [optional]
20-
**tin** | **string** | | [optional]
21-
**do_tin_match** | **bool** | | [optional]
22-
**resend_requests** | **bool** | | [optional]
23-
**resend_interval_days** | **int** | | [optional]
24-
**max_reminder_attempts** | **int** | | [optional]
25-
**created_at** | **\DateTime** | | [optional]
26-
**updated_at** | **\DateTime** | | [optional]
7+
**id** | **string** | Unique identifier set when the record is created. | [optional]
8+
**created_at** | **\DateTime** | Date time when the record was created. | [optional]
9+
**updated_at** | **\DateTime** | Date time when the record was last updated. | [optional]
10+
**name** | **string** | Legal name. Not the DBA name. |
11+
**dba_name** | **string** | Doing Business As (DBA) name or continuation of a long legal name. | [optional]
12+
**email** | **string** | Contact email address. For inquiries by vendors/employees. |
13+
**address** | **string** | Address. |
14+
**city** | **string** | City. |
15+
**state** | **string** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional]
16+
**zip** | **string** | ZIP/postal code. |
17+
**telephone** | **string** | Contact phone number (must contain at least 10 digits, max 15 characters). |
18+
**tin** | **string** | Federal Tax Identification Number (TIN). EIN/Tax ID (required for US companies). |
19+
**reference_id** | **string** | Internal reference ID. Never shown to any agency or recipient. | [optional]
20+
**do_tin_match** | **bool** | Indicates whether the company authorizes IRS TIN matching. | [optional]
21+
**group_name** | **string** | Group name for organizing companies (creates or finds group by name). | [optional]
22+
**foreign_province** | **string** | Province or region for non-US/CA addresses. | [optional]
23+
**country_code** | **string** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. |
24+
**resend_requests** | **bool** | Boolean to enable automatic reminder emails (default: false). | [optional]
25+
**resend_interval_days** | **int** | Days between reminder emails (7-365, required if resendRequests is true). | [optional]
26+
**max_reminder_attempts** | **int** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional]
2727

2828
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

docs/A1099/CoveredIndividual.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# # CoveredIndividual
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | Covered individual's ID | [optional] [readonly]
8+
**first_name** | **string** | Covered individual's first name |
9+
**middle_name** | **string** | Covered individual's middle name | [optional]
10+
**last_name** | **string** | Covered individual's last name |
11+
**name_suffix** | **string** | Covered individual's name suffix | [optional]
12+
**tin** | **string** | Covered individual's Federal Tax Identification Number (TIN).. SSN or ITIN. Required unless unavailable. | [optional]
13+
**birth_date** | **\DateTime** | Covered individual's date of birth - Required when SSN is missing. | [optional]
14+
**covered_all_months** | **bool** | Coverage indicator for all 12 months | [optional]
15+
**covered_january** | **bool** | Coverage indicator for January | [optional]
16+
**covered_february** | **bool** | Coverage indicator for February | [optional]
17+
**covered_march** | **bool** | Coverage indicator for March | [optional]
18+
**covered_april** | **bool** | Coverage indicator for April | [optional]
19+
**covered_may** | **bool** | Coverage indicator for May | [optional]
20+
**covered_june** | **bool** | Coverage indicator for June | [optional]
21+
**covered_july** | **bool** | Coverage indicator for July | [optional]
22+
**covered_august** | **bool** | Coverage indicator for August | [optional]
23+
**covered_september** | **bool** | Coverage indicator for September | [optional]
24+
**covered_october** | **bool** | Coverage indicator for October | [optional]
25+
**covered_november** | **bool** | Coverage indicator for November | [optional]
26+
**covered_december** | **bool** | Coverage indicator for December | [optional]
27+
28+
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# # CreateAndSendW9FormEmailRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**type** | **string** | The form type. | [optional] [readonly]
8+
**email** | **string** | The email address of the individual associated with the form. |
9+
**employee_first_name** | **string** | The first name of the employee. |
10+
**employee_last_name** | **string** | The last name of the employee. |
11+
**office_code** | **string** | The office code associated with the form. | [optional]
12+
**company_id** | **string** | The ID of the associated company. |
13+
**reference_id** | **string** | A reference identifier for the form. | [optional]
14+
**name** | **string** | The name of the individual or entity associated with the form. |
15+
**reference_number** | **string** | A reference number for the form. | [optional]
16+
**account_number** | **string** | The account number associated with the form. | [optional]
17+
18+
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

docs/A1099/CreateCompanyRequest.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# # CreateCompanyRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **string** | Legal name. Not the DBA name. |
8+
**dba_name** | **string** | Doing Business As (DBA) name or continuation of a long legal name. | [optional]
9+
**email** | **string** | Contact email address. For inquiries by vendors/employees. |
10+
**address** | **string** | Address. |
11+
**city** | **string** | City. |
12+
**state** | **string** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional]
13+
**zip** | **string** | ZIP/postal code. |
14+
**telephone** | **string** | Contact phone number (must contain at least 10 digits, max 15 characters). |
15+
**tin** | **string** | Federal Tax Identification Number (TIN). EIN/Tax ID (required for US companies). |
16+
**reference_id** | **string** | Internal reference ID. Never shown to any agency or recipient. | [optional]
17+
**do_tin_match** | **bool** | Indicates whether the company authorizes IRS TIN matching. | [optional]
18+
**group_name** | **string** | Group name for organizing companies (creates or finds group by name). | [optional]
19+
**foreign_province** | **string** | Province or region for non-US/CA addresses. | [optional]
20+
**country_code** | **string** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. |
21+
**resend_requests** | **bool** | Boolean to enable automatic reminder emails (default: false). | [optional]
22+
**resend_interval_days** | **int** | Days between reminder emails (7-365, required if resendRequests is true). | [optional]
23+
**max_reminder_attempts** | **int** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional]
24+
**id** | **string** | Unique identifier set when the record is created. | [optional]
25+
**created_at** | **\DateTime** | Date time when the record was created. | [optional]
26+
**updated_at** | **\DateTime** | Date time when the record was last updated. | [optional]
27+
28+
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

docs/A1099/CreateIssuerRequest.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# # CreateIssuerRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **string** | Legal name. Not the DBA name. |
8+
**dba_name** | **string** | Doing Business As (DBA) name or continuation of a long legal name. Use either this or 'transferAgentName'. | [optional]
9+
**tin** | **string** | Federal Tax Identification Number (TIN). | [optional]
10+
**reference_id** | **string** | Internal reference ID. Never shown to any agency or recipient. If present, it will prefix download filenames. Allowed characters: letters, numbers, dashes, underscores, and spaces. | [optional]
11+
**telephone** | **string** | Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries. |
12+
**tax_year** | **int** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. |
13+
**country_code** | **string** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | [optional]
14+
**email** | **string** | Contact email address. For recipient inquiries. |
15+
**address** | **string** | Address. |
16+
**city** | **string** | City. |
17+
**state** | **string** | Two-letter US state or Canadian province code (required for US/CA addresses). |
18+
**zip** | **string** | ZIP/postal code. |
19+
**foreign_province** | **string** | Province or region for non-US/CA addresses. | [optional]
20+
**transfer_agent_name** | **string** | Name of the transfer agent, if applicable — optional; use either this or 'dbaName'. | [optional]
21+
**last_filing** | **bool** | Indicates if this is the issuer's final year filing. |
22+
**id** | **string** | Unique identifier set when the record is created. | [optional]
23+
**created_at** | **\DateTime** | Date time when the record was created. | [optional]
24+
**updated_at** | **\DateTime** | Date time when the record was last updated. | [optional]
25+
26+
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

docs/A1099/CreateW9Form201Response.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ Name | Type | Description | Notes
9797
**excepted_inter_affiliate_ffi_certification** | **bool** | Certifies that the entity is an inter-affiliate FFI meeting all conditions for exemption, including limited account activity and payment interactions within its expanded affiliated group. | [optional]
9898
**sponsored_direct_reporting_nffe_certification** | **bool** | Certifies that the entity is a sponsored direct reporting NFFE. | [optional]
9999
**direct_reporting_nffe_sponsoring_entity** | **string** | The name of the entity that sponsors the direct reporting NFFE. | [optional]
100-
**substantial_us_owners** | [**\AvalaraSDK\ModelA1099V2\SubstantialUsOwnerResponse[]**](SubstantialUsOwnerResponse.md) | The list of substantial U.S. owners of passive NFFE. | [optional]
100+
**substantial_us_owners** | [**\Avalara\SDK\Model\A1099\V2\SubstantialUsOwnerResponse[]**](SubstantialUsOwnerResponse.md) | The list of substantial U.S. owners of passive NFFE. | [optional]
101101
**signer_name** | **string** | The name of the signer. | [optional]
102102
**capacity_to_sign_certification** | **bool** | Certifies signer has the capacity to sign for the beneficial owner. | [optional]
103103
**id** | **string** | The unique identifier for the form. | [optional]
104-
**entry_status** | **string** | The form status. | [optional]
105-
**entry_status_date** | **\DateTime** | The timestamp for the latest status update. | [optional]
104+
**entry_status** | [**\Avalara\SDK\Model\A1099\V2\EntryStatusResponse**](EntryStatusResponse.md) | The entry status information for the form. | [optional]
106105
**reference_id** | **string** | A reference identifier for the form. | [optional]
107106
**company_id** | **string** | The ID of the associated company. | [optional]
108107
**display_name** | **string** | The display name associated with the form. | [optional]
109108
**email** | **string** | The email address of the individual associated with the form. | [optional]
110109
**archived** | **bool** | Indicates whether the form is archived. | [optional]
110+
**ancestor_id** | **string** | Form ID of previous version. | [optional]
111111
**signature** | **string** | The signature of the form. | [optional]
112112
**signed_date** | **\DateTime** | The date the form was signed. | [optional]
113113
**e_delivery_consented_at** | **\DateTime** | The date when e-delivery was consented. | [optional]
@@ -170,6 +170,6 @@ Name | Type | Description | Notes
170170
**account_number** | **string** | The account number associated with the form. | [optional]
171171
**backup_withholding** | **bool** | Indicates whether backup withholding applies. | [optional]
172172
**is1099able** | **bool** | Indicates whether the individual or entity should be issued a 1099 form. | [optional]
173-
**tin_match_status** | [**\AvalaraSDK\ModelA1099V2\TinMatchStatusResponse**](TinMatchStatusResponse.md) | The TIN Match status from IRS. | [optional]
173+
**tin_match_status** | [**\Avalara\SDK\Model\A1099\V2\TinMatchStatusResponse**](TinMatchStatusResponse.md) | The TIN Match status from IRS. | [optional]
174174

175175
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

docs/A1099/CreateW9FormRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Name | Type | Description | Notes
2323
**tin** | **string** | The taxpayer identification number (TIN). | [optional]
2424
**backup_withholding** | **bool** | Indicates whether backup withholding applies. | [optional]
2525
**is1099able** | **bool** | 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]
2926
**e_delivery_consented_at** | **\DateTime** | The date when e-delivery was consented. | [optional]
3027
**signature** | **string** | The signature of the form. | [optional]
28+
**company_id** | **string** | The ID of the associated company. |
29+
**reference_id** | **string** | A reference identifier for the form. | [optional]
30+
**email** | **string** | The email address of the individual associated with the form. | [optional]
3131
**citizenship_country** | **string** | The country of citizenship. | [optional]
3232
**disregarded_entity** | **string** | The name of the disregarded entity receiving the payment (if applicable). | [optional]
3333
**entity_type** | **string** | The entity type. | [optional]
@@ -158,7 +158,7 @@ Name | Type | Description | Notes
158158
**passive_nffe_no_substantial_us_owners_certification** | **bool** | Certifies that the passive NFFE has no substantial U.S. owners or controlling U.S. persons. | [optional]
159159
**passive_nffe_substantial_us_owners_provided_certification** | **bool** | Certifies that the passive NFFE has provided the name, address, and TIN of each substantial U.S. owner or controlling U.S. person. | [optional]
160160
**excepted_inter_affiliate_ffi_certification** | **bool** | Certifies that the entity is an inter-affiliate FFI meeting all conditions for exemption, including limited account activity and payment interactions within its expanded affiliated group. | [optional]
161-
**substantial_us_owners** | [**\AvalaraSDK\ModelA1099V2\SubstantialUsOwnerRequest[]**](SubstantialUsOwnerRequest.md) | The list of substantial U.S. owners of passive NFFE. | [optional]
161+
**substantial_us_owners** | [**\Avalara\SDK\Model\A1099\V2\SubstantialUsOwnerRequest[]**](SubstantialUsOwnerRequest.md) | The list of substantial U.S. owners of passive NFFE. | [optional]
162162
**capacity_to_sign_certification** | **bool** | Certifies signer has the capacity to sign for the beneficial owner. | [optional]
163163
**birthday** | **\DateTime** | The birthday of the individual associated with the form. | [optional]
164164
**employee_first_name** | **string** | The first name of the employee. | [optional]

docs/A1099/EntryStatusResponse.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# # EntryStatusResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | **string** | The form status. | [optional]
8+
**time** | **\DateTime** | The timestamp for the latest status update. | [optional]
9+
10+
[[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md)

0 commit comments

Comments
 (0)