# NonCitizenResidency

Facilitates non-citizen lawful US residents to open domestic accounts

## Example Usage

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

let value: NonCitizenResidency = {};
```

## Fields

| Field                                                                                                        | Type                                                                                                         | Required                                                                                                     | Description                                                                                                  | Example                                                                                                      |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `residencyStatus`                                                                                            | [components.LegalNaturalPersonResidencyStatus](../../models/components/legalnaturalpersonresidencystatus.md) | :heavy_minus_sign:                                                                                           | N/A                                                                                                          | US_PERMANENT_RESIDENT                                                                                        |