Pular para o conteúdo principal

InstallmentTransaction

Uma lista de transações de uma parcela.

hasMoreboolean

Informa se existem mais itens. Os próximos itens podem ser obtidos informando o ID do último item no startingAfter.

Example: true
data object[]

Uma lista de parcelas

  • Array [
  • idstring
    Example: itsc_631f61201fc21101870d22a
    discountdouble
    Example: 20
    finedouble
    Example: 10
    interestdouble
    Example: 5
    amountPaiddouble
    Example: 100
    invoicestring
    Example: inv_631f61201fc21101870d22a
    installmentstring
    Example: inst_631f61201fc21101870d22a
    createdAtdate-time
    Example: 2020-01-01T00:00:00.000Z
  • ]
  • InstallmentTransaction
    {
    "hasMore": true,
    "data": [
    {
    "id": "itsc_631f61201fc21101870d22a",
    "discount": 20,
    "fine": 10,
    "interest": 5,
    "amountPaid": 100,
    "invoice": "inv_631f61201fc21101870d22a",
    "installment": "inst_631f61201fc21101870d22a",
    "createdAt": "2020-01-01T00:00:00.000Z"
    }
    ]
    }