| Age | Commit message (Collapse) | Author |
|
The list is taken from
https://docs.duitku.com/disbursement/id/?json#error-code
|
|
While at it, change the code prefix from ResCodeXXX to StatusCodeXXX so
we can add another error codes later.
|
|
As long as the response body is valid, return it to caller and let them
check the response code manually.
This is to allow user to log the request and full response.
|
|
This is to make documentation for the type that embed those types more
clear.
|
|
This is to minimize the memory usage.
In the response struct we remove unused Data field.
|
|
Currently, the client provide API for fetching list of banks for
disbursement.
See https://docs.duitku.com/ for reference.
|