# TaxProfile

Tax-related attributes at the for the account; A tax profile with taxpayer attributes is located on the legal_natural_person or legal_entity objects elsewhere on the account record.

## Example Usage

```typescript
import { TaxProfile } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: TaxProfile = {};
```

## Fields

| Field                                                                                                                          | Type                                                                                                                           | Required                                                                                                                       | Description                                                                                                                    | Example                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| `cNoticeDate`                                                                                                                  | [components.CNoticeDate](../../models/components/cnoticedate.md)                                                               | :heavy_minus_sign:                                                                                                             | C Notice date.                                                                                                                 |                                                                                                                                |
| `federalTaxClassification`                                                                                                     | [components.LegalNaturalPersonFederalTaxClassification](../../models/components/legalnaturalpersonfederaltaxclassification.md) | :heavy_minus_sign:                                                                                                             | Federal tax classification.                                                                                                    | C_CORPORATION                                                                                                                  |
| `firstBNoticeDate`                                                                                                             | [components.FirstBNoticeDate](../../models/components/firstbnoticedate.md)                                                     | :heavy_minus_sign:                                                                                                             | Initial B Notice date.                                                                                                         |                                                                                                                                |
| `irsFormType`                                                                                                                  | [components.LegalNaturalPersonIrsFormType](../../models/components/legalnaturalpersonirsformtype.md)                           | :heavy_minus_sign:                                                                                                             | IRS form type.                                                                                                                 | W_8                                                                                                                            |
| `legalTaxRegionCode`                                                                                                           | *string*                                                                                                                       | :heavy_minus_sign:                                                                                                             | Legal tax region must be "US" if provided W-9, otherwise must be a non-US country.                                             | US                                                                                                                             |
| `reportingEligibility`                                                                                                         | [components.ReportingEligibility](../../models/components/reportingeligibility.md)                                             | :heavy_minus_sign:                                                                                                             | Tax reporting eligibility.                                                                                                     | ELIGIBLE                                                                                                                       |
| `taxCertificationDate`                                                                                                         | [components.TaxCertificationDate](../../models/components/taxcertificationdate.md)                                             | :heavy_minus_sign:                                                                                                             | Tax Certification date.                                                                                                        |                                                                                                                                |
| `taxpayerCertificationState`                                                                                                   | [components.TaxpayerCertificationState](../../models/components/taxpayercertificationstate.md)                                 | :heavy_minus_sign:                                                                                                             | Taxpayer certification status.                                                                                                 | CERTIFIED                                                                                                                      |
| `usTinStatus`                                                                                                                  | [components.LegalNaturalPersonUsTinStatus](../../models/components/legalnaturalpersonustinstatus.md)                           | :heavy_minus_sign:                                                                                                             | United States Individual Taxpayer Identification Number (ITIN) status.                                                         | PASSING                                                                                                                        |
| `withholdingState`                                                                                                             | [components.LegalNaturalPersonWithholdingState](../../models/components/legalnaturalpersonwithholdingstate.md)                 | :heavy_minus_sign:                                                                                                             | B/C Notice status.                                                                                                             | FIRST_B_NOTICE_RECEIVED                                                                                                        |