Commit
This commit is contained in:
parent
a277684206
commit
4738cbd428
@ -2,5 +2,10 @@ package monobank
|
||||
|
||||
type WebHookResponse struct {
|
||||
Type string `json:"type"` // "StatementItem"
|
||||
Data StatementItemsInner `json:"data"`
|
||||
Data WebHookResponseData `json:"data"`
|
||||
}
|
||||
|
||||
type WebHookResponseData struct {
|
||||
Account string `json:"account"`
|
||||
StatementItem StatementItemsInner `json:"statementItem"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user