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:
truedata object[]
Uma lista de parcelas
Array [
idstring
Example:
itsc_631f61201fc21101870d22adiscountdouble
Example:
20finedouble
Example:
10interestdouble
Example:
5amountPaiddouble
Example:
100invoicestring
Example:
inv_631f61201fc21101870d22ainstallmentstring
Example:
inst_631f61201fc21101870d22acreatedAtdate-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"
}
]
}