aboutsummaryrefslogtreecommitdiff
path: root/rtol_transfer_response.go
AgeCommit message (Collapse)Author
2023-01-20all: set DisburseID after successful RtolTransferShulhan
The actual response from Server does not return "disburseId", so we set it in RtolTransfer to prevent 0 value.
2022-11-07all: update README, license headers, and add MakefileShulhan
2022-11-07all: add missing field Purpose and UserID in RtolTransferResponseShulhan
While at it, use and embed RtolInquiryResponse inside RtolTransferResponse to minimize duplication.
2022-11-04all: export the request and response typesShulhan
This is to make documentation for the type that embed those types more clear.
2022-11-04all: implement API to do online transferShulhan
The RtolTransfer do the actual transfer to customer's bank account using the request and response from RtolInquiry.