# JointCommunityPropertyEnrollmentMetadataCreate

Enrollment metadata for the Joint Community Property Registration enrollment type

## Example Usage

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

let value: JointCommunityPropertyEnrollmentMetadataCreate = {
  legalResidencyStateOfMarriedCouple: LegalResidencyStateOfMarriedCouple.Tx,
};
```

## Fields

| Field                                                                                                                                                                                  | Type                                                                                                                                                                                   | Required                                                                                                                                                                               | Description                                                                                                                                                                            | Example                                                                                                                                                                                |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `dividendReinvestmentPlan`                                                                                                                                                             | [components.JointCommunityPropertyEnrollmentMetadataCreateDividendReinvestmentPlan](../../models/components/jointcommunitypropertyenrollmentmetadatacreatedividendreinvestmentplan.md) | :heavy_minus_sign:                                                                                                                                                                     | Option to auto-enroll in Dividend Reinvestment; defaults to DIVIDEND_REINVESTMENT_ENROLL                                                                                               | DIVIDEND_REINVESTMENT_ENROLL                                                                                                                                                           |
| `fdicCashSweep`                                                                                                                                                                        | [components.JointCommunityPropertyEnrollmentMetadataCreateFdicCashSweep](../../models/components/jointcommunitypropertyenrollmentmetadatacreatefdiccashsweep.md)                       | :heavy_minus_sign:                                                                                                                                                                     | Option to auto-enroll in FDIC cash sweep; defaults to FDIC_CASH_SWEEP_ENROLL                                                                                                           | FDIC_CASH_SWEEP_ENROLL                                                                                                                                                                 |
| `legalResidencyStateOfMarriedCouple`                                                                                                                                                   | [components.LegalResidencyStateOfMarriedCouple](../../models/components/legalresidencystateofmarriedcouple.md)                                                                         | :heavy_check_mark:                                                                                                                                                                     | The legal residency state of a married couple                                                                                                                                          | TX                                                                                                                                                                                     |