From 3ba46e2a94c6958096af46fa7d5bb06dbe6f2294 Mon Sep 17 00:00:00 2001 From: Joao Pedro Truchinski Borba Date: Sat, 28 Dec 2024 15:23:15 -0300 Subject: [PATCH] upd: doc --- docs/payment.md | 5 ++++- docs/readme.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/payment.md b/docs/payment.md index 2ba9639..1bc91f0 100644 --- a/docs/payment.md +++ b/docs/payment.md @@ -70,4 +70,7 @@ PaymentDeleted paymentDeleted = Payment.deleter(payment.getId()).delete(); ## Resgatar cobrança deletada ```java Payment payment = Payment.restorer(payment.getId()).create(); -``` \ No newline at end of file +``` + +## Relacionados +- [Cobrança com Split](payment_split.md) \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md index d500f29..f146a4b 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -23,6 +23,7 @@ The API official documentation can be found [here](https://docs.asaas.com/docs/v - [Pix - QR Code e Chaves](pix_dict.md) - [Pix - Transações](pix_dict.md) - [Cobrança](payment.md) +- [Cobrança com split](payment_split.md) - [Clientes](customeraccount.md) - [Pague contas](bill.md) - [Dados comerciais](commercialinfo.md)