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_response.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_response.go')
| -rw-r--r-- | rtol_inquiry_response.go | 2 |
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"` |
