aboutsummaryrefslogtreecommitdiff
path: root/rtol_inquiry.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-11-04 19:26:30 +0700
committerShulhan <ms@kilabit.info>2022-11-04 19:26:30 +0700
commitf56f142d9a9b10beac2081695cfbbbff481d4297 (patch)
tree93b1fe112dd2bc5e0db0055165f710e6d3ba2b00 /rtol_inquiry.go
parent84e72cd4f383db1bfbf8b04471911217538bd49d (diff)
downloadduitku-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.go2
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"`