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

# Tipos de recebedor

> Veja os tipos de possíveis recebedores envolvidos em uma transação

<table class="border border-gray-950/10 dark:border-white/10 rounded-lg table">
  <thead>
    <tr class="text-gray-950 bg-gray-50 dark:bg-white/5 dark:text-gray-50 w-full">
      <th class="text-left p-2">recipient\_type</th>
      <th class="text-left p-2">formatted</th>
      <th class="text-left p-2">description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td class="p-2">**producer**</td>
      <td class="p-2">`Produtor`</td>
      <td class="p-2">Produtor (dono do produto)</td>
    </tr>

    <tr>
      <td class="p-2">**coproducer**</td>
      <td class="p-2">`Coprodutor`</td>
      <td class="p-2">Coprodutor do produto</td>
    </tr>

    <tr>
      <td class="p-2">**affiliate**</td>
      <td class="p-2">`Afiliado`</td>
      <td class="p-2">Afiliado ao produto</td>
    </tr>
  </tbody>
</table>
