diff options
| author | Shulhan <ms@kilabit.info> | 2022-11-04 19:26:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-11-04 19:26:30 +0700 |
| commit | f56f142d9a9b10beac2081695cfbbbff481d4297 (patch) | |
| tree | 93b1fe112dd2bc5e0db0055165f710e6d3ba2b00 /rtol_inquiry.go | |
| parent | 84e72cd4f383db1bfbf8b04471911217538bd49d (diff) | |
| download | duitku-f56f142d9a9b10beac2081695cfbbbff481d4297.tar.xz | |
all: export the request and response types
This is to make documentation for the type that embed those types more
clear.
Diffstat (limited to 'rtol_inquiry.go')
| -rw-r--r-- | rtol_inquiry.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtol_inquiry.go b/rtol_inquiry.go index 33ab55d..17cd824 100644 --- a/rtol_inquiry.go +++ b/rtol_inquiry.go @@ -26,7 +26,7 @@ type RtolInquiry struct { // Customer name provided by merchant. SenderName string `json:"senderName"` - request + Request // Customer ID provided by merchant. SenderID int64 `json:"senderID"` |
