Commit
This commit is contained in:
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"`
|
||||
}
|
Reference in New Issue
Block a user