aboutsummaryrefslogtreecommitdiff
path: root/rtol_inquiry_response.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_response.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_response.go')
-rw-r--r--rtol_inquiry_response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtol_inquiry_response.go b/rtol_inquiry_response.go
index 1edc7a0..9e940f6 100644
--- a/rtol_inquiry_response.go
+++ b/rtol_inquiry_response.go
@@ -4,7 +4,7 @@ import "github.com/shuLhan/share/lib/math/big"
// RtolInquiryResponse contains response from inquiry for Online Transfer.
type RtolInquiryResponse struct {
- response
+ Response
// Email sent when inquiry process.
Email string `json:"email"`