> ## Documentation Index
> Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LocationAppointmentLimits

No description

```graphql theme={null}
type LocationAppointmentLimits {
  minNoticeHours: Int!
  dateRangeDays: Int!
  maxCountPerVisitor: Int
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">LocationAppointmentLimits</code>.<code class="gqlmd-mdx-entity-name">minNoticeHours</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Int!</code></span>](/reference/graphql/scalars/int) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">LocationAppointmentLimits</code>.<code class="gqlmd-mdx-entity-name">dateRangeDays</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Int!</code></span>](/reference/graphql/scalars/int) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">scalar</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">LocationAppointmentLimits</code>.<code class="gqlmd-mdx-entity-name">maxCountPerVisitor</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Int</code></span>](/reference/graphql/scalars/int) <mark class="gqlmd-mdx-badge">scalar</mark>

### Member Of

[`LocationAppointmentSettings`](/reference/graphql/objects/location-appointment-settings)  <mark class="gqlmd-mdx-badge">object</mark>
