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)