# PartyLegalNaturalPersonTaxProfile

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 { PartyLegalNaturalPersonTaxProfile } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: PartyLegalNaturalPersonTaxProfile = {};
```

## Fields

| Field                                                                                                                                        | Type                                                                                                                                         | Required                                                                                                                                     | Description                                                                                                                                  | Example                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `cNoticeDate`                                                                                                                                | [components.PartyLegalNaturalPersonCNoticeDate](../../models/components/partylegalnaturalpersoncnoticedate.md)                               | :heavy_minus_sign:                                                                                                                           | C Notice date.                                                                                                                               |                                                                                                                                              |
| `federalTaxClassification`                                                                                                                   | [components.PartyLegalNaturalPersonFederalTaxClassification](../../models/components/partylegalnaturalpersonfederaltaxclassification.md)     | :heavy_minus_sign:                                                                                                                           | Federal tax classification.                                                                                                                  | C_CORPORATION                                                                                                                                |
| `firstBNoticeDate`                                                                                                                           | [components.PartyLegalNaturalPersonFirstBNoticeDate](../../models/components/partylegalnaturalpersonfirstbnoticedate.md)                     | :heavy_minus_sign:                                                                                                                           | Initial B Notice date.                                                                                                                       |                                                                                                                                              |
| `irsFormType`                                                                                                                                | [components.PartyLegalNaturalPersonIrsFormType](../../models/components/partylegalnaturalpersonirsformtype.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.PartyLegalNaturalPersonReportingEligibility](../../models/components/partylegalnaturalpersonreportingeligibility.md)             | :heavy_minus_sign:                                                                                                                           | Tax reporting eligibility.                                                                                                                   | ELIGIBLE                                                                                                                                     |
| `taxCertificationDate`                                                                                                                       | [components.PartyLegalNaturalPersonTaxCertificationDate](../../models/components/partylegalnaturalpersontaxcertificationdate.md)             | :heavy_minus_sign:                                                                                                                           | Tax Certification date.                                                                                                                      |                                                                                                                                              |
| `taxpayerCertificationState`                                                                                                                 | [components.PartyLegalNaturalPersonTaxpayerCertificationState](../../models/components/partylegalnaturalpersontaxpayercertificationstate.md) | :heavy_minus_sign:                                                                                                                           | Taxpayer certification status.                                                                                                               | CERTIFIED                                                                                                                                    |
| `usTinStatus`                                                                                                                                | [components.PartyLegalNaturalPersonUsTinStatus](../../models/components/partylegalnaturalpersonustinstatus.md)                               | :heavy_minus_sign:                                                                                                                           | United States Individual Taxpayer Identification Number (ITIN) status.                                                                       | PASSING                                                                                                                                      |
| `withholdingState`                                                                                                                           | [components.PartyLegalNaturalPersonWithholdingState](../../models/components/partylegalnaturalpersonwithholdingstate.md)                     | :heavy_minus_sign:                                                                                                                           | B/C Notice status.                                                                                                                           | FIRST_B_NOTICE_RECEIVED                                                                                                                      |