# LastChangedDate

Date profile was last updated

## Example Usage

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

let value: LastChangedDate = {};
```

## Fields

| Field              | Type               | Required           | Description        | Example            |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `day`              | *string*           | :heavy_minus_sign: | Day                | 1                  |
| `month`            | *string*           | :heavy_minus_sign: | Month              | June               |
| `year`             | *string*           | :heavy_minus_sign: | Year               | 2020               |