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

# TotalCharges

Lista de informações de cobranças (volume, número de cobranças e total financeiro):

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

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

    <tr>
      <td>date: <b>String</b></td>
      <td>Data</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>

    <tr>
      <td>paymentMethod: <b>String</b></td>
      <td>Método de pagamento usado na cobrança</td>
    </tr>

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