Commit
This commit is contained in:
parent
3bb97cbca3
commit
a277684206
6
model_web_hook_response.go
Normal file
6
model_web_hook_response.go
Normal file
@ -0,0 +1,6 @@
|
||||
package monobank
|
||||
|
||||
type WebHookResponse struct {
|
||||
Type string `json:"type"` // "StatementItem"
|
||||
Data StatementItemsInner `json:"data"`
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user