# PlanDocument

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `planDocument`. |
| `id` | string | Yes | Unique identifier for the given document. |
| `createdAt` | string | Yes | The time the document was created. |
| `language` | null,string | Yes | The language of the document. The values follow the BCP 47 standard. That means, for instance, that a region can be specified in addition to the language.  <!-- theme: info --> > #### Preview > > This property is currently in preview and might change in the future. > > We’re excited to hear your feedback and ideas. Please send an email > to [support@gigs.com](mailto:support@gigs.com) to share your thoughts.  |
| `name` | string | Yes | The name of the document. |
| `plan` | string | Yes | Unique identifier for the plan associated to this document. |
| `type` | string | Yes | The MIME type for the given document. |
| `url` | string | Yes | The URL at which the document can be retrieved. |
