Skip to content

Commit

Permalink
Merge pull request #21 from jpdev01/split
Browse files Browse the repository at this point in the history
upd: doc
  • Loading branch information
jpdev01 authored Dec 28, 2024
2 parents 38e3316 + 3ba46e2 commit f1d793e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ PaymentDeleted paymentDeleted = Payment.deleter(payment.getId()).delete();
## Resgatar cobrança deletada
```java
Payment payment = Payment.restorer(payment.getId()).create();
```
```

## Relacionados
- [Cobrança com Split](payment_split.md)
1 change: 1 addition & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1d793e

Please sign in to comment.