> ## 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.

# Outlet

`OBJECT`

## Fields

<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>
