> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/objects/time-period

# TimePeriod Object

No description

```graphql
type TimePeriod {
  amount: Int!
  type: TimePeriodTypeEnum!
}
```

<a id="fields"></a>

### Fields

<a id="amount"></a>

#### [`amount`](#amount) ● [`Int!`](/api-reference/miscellaneous/scalars/int.md)

The length of the period.

<a id="type"></a>

#### [`type`](#type) ● [`TimePeriodTypeEnum!`](/api-reference/miscellaneous/enums/time-period-type-enum.md)

The type of the period.

<a id="member-of"></a>

### Member Of

[`GiftCardSettings`](/api-reference/gift-cards/objects/gift-card-settings.md) object
