# EnrollmentLegalResidencyStateOfMarriedCouple

The legal residency state of a married couple

## Example Usage

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

let value: EnrollmentLegalResidencyStateOfMarriedCouple =
  EnrollmentLegalResidencyStateOfMarriedCouple.Tx;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                                                | Value                                               |
| --------------------------------------------------- | --------------------------------------------------- |
| `LegalResidencyStateOfMarriedCoupleUnspecified`     | LEGAL_RESIDENCY_STATE_OF_MARRIED_COUPLE_UNSPECIFIED |
| `Ak`                                                | AK                                                  |
| `Az`                                                | AZ                                                  |
| `Ar`                                                | AR                                                  |
| `Ca`                                                | CA                                                  |
| `De`                                                | DE                                                  |
| `Fl`                                                | FL                                                  |
| `Hi`                                                | HI                                                  |
| `Id`                                                | ID                                                  |
| `Il`                                                | IL                                                  |
| `In`                                                | IN                                                  |
| `Ky`                                                | KY                                                  |
| `La`                                                | LA                                                  |
| `Md`                                                | MD                                                  |
| `Ma`                                                | MA                                                  |
| `Mi`                                                | MI                                                  |
| `Ms`                                                | MS                                                  |
| `Mo`                                                | MO                                                  |
| `Nv`                                                | NV                                                  |
| `Nj`                                                | NJ                                                  |
| `Nm`                                                | NM                                                  |
| `Ny`                                                | NY                                                  |
| `Nc`                                                | NC                                                  |
| `Oh`                                                | OH                                                  |
| `Ok`                                                | OK                                                  |
| `Or`                                                | OR                                                  |
| `Pa`                                                | PA                                                  |
| `Ri`                                                | RI                                                  |
| `Tn`                                                | TN                                                  |
| `Tx`                                                | TX                                                  |
| `Vt`                                                | VT                                                  |
| `Va`                                                | VA                                                  |
| `Wa`                                                | WA                                                  |
| `Wi`                                                | WI                                                  |
| `Wy`                                                | WY                                                  |
| -                                                   | `Unrecognized<string>`                              |