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

# ProvidersResume

Lista de informações do provedor (volume, número de cobranças, total financeiro e taxa de aprovação):

<table>
  <thead>
    <tr>
      <td><strong>CAMPO: OBJETO</strong></td>
      <td><strong>DESCRIÇÃO</strong></td>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>authorizationRate: <b>Float</b></td>
      <td>Taxa de aprovação</td>
    </tr>

    <tr>
      <td>currency: <b>String</b></td>
      <td>Moeda da transação</td>
    </tr>

    <tr>
      <td>providerType: <b>String</b></td>
      <td>Nome do provedor usado na cobrança</td>
    </tr>

    <tr>
      <td>totalCount: <b>Int</b></td>
      <td>Contagem total de cobranças</td>
    </tr>

    <tr>
      <td>totalAmount: <b>Float</b></td>
      <td>Valor total das cobranças</td>
    </tr>

    <tr>
      <td>volume: <b>Float</b></td>
      <td>Volume (%) de cobranças</td>
    </tr>
  </tbody>
</table>
