Skip to content

Commit

Permalink
fixed ID (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored Jan 11, 2022
1 parent 2159d8e commit ee978fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package monobank
import "github.com/vtopc/epoch"

// ClientInfo - client/user info
// https://api.monobank.ua/docs/#/definitions/UserInfo
// Personal API - https://api.monobank.ua/docs/#/definitions/UserInfo
// Corporate API - https://api.monobank.ua/docs/corporate.html#/definitions/UserInfo
type ClientInfo struct {
ID string `json:"id"`
ID string `json:"clientId"`
Name string `json:"name"`
WebHookURL string `json:"webHookUrl"`
Accounts Accounts `json:"accounts"`
Expand Down

0 comments on commit ee978fe

Please sign in to comment.