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

# PaymentSource

Lista de informações da fonte de pagamento:

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

  <tbody>
    <tr>
      <td>sourceType: <b>Int</b></td>
      <td>Tipo da origem da cobrança</td>
    </tr>

    <tr>
      <td>cardId: <b>String</b></td>
      <td>Identificador do cartão</td>
    </tr>

    <tr>
      <td>customerId: <b>String</b></td>
      <td>Identificador de comprador para consulta futura</td>
    </tr>

    <tr>
      <td>tokenId: <b>String</b></td>
      <td>Identificador do token do cartão</td>
    </tr>
  </tbody>
</table>
