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

# Location

`INTERFACE`

## Fields

<ResponseField name="id" type="UUID!" required>
  The unique identifier assigned by Tesouro for this location.
</ResponseField>

<ResponseField name="outlet" type="Outlet">
  The outlet associated with this transaction.

  <Expandable title="child attributes">
    <ResponseField name="id" type="UUID!" required>
      The unique identifier assigned by Tesouro for this outlet.
    </ResponseField>

    <ResponseField name="pointOfInteraction" type="PointOfInteraction">
      The point of interaction device used for this transaction.

      <Expandable title="child attributes">
        <ResponseField name="terminalId" type="String!" required />

        <ResponseField name="type" type="PointOfInteractionType!" required>
          <Expandable title="Possible enum values">
            <ResponseField name="MOBILE_DEVICE" type="enum" />

            <ResponseField name="HARDWARE_TERMINAL" type="enum" />
          </Expandable>
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Expandable>
</ResponseField>
