We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2159d8e commit ee978feCopy full SHA for ee978fe
types.go
@@ -3,9 +3,10 @@ package monobank
3
import "github.com/vtopc/epoch"
4
5
// ClientInfo - client/user info
6
-// https://api.monobank.ua/docs/#/definitions/UserInfo
+// Personal API - https://api.monobank.ua/docs/#/definitions/UserInfo
7
+// Corporate API - https://api.monobank.ua/docs/corporate.html#/definitions/UserInfo
8
type ClientInfo struct {
- ID string `json:"id"`
9
+ ID string `json:"clientId"`
10
Name string `json:"name"`
11
WebHookURL string `json:"webHookUrl"`
12
Accounts Accounts `json:"accounts"`
0 commit comments