7 lines
149 B
Go
7 lines
149 B
Go
package monobank
|
|
|
|
type WebHookResponse struct {
|
|
Type string `json:"type"` // "StatementItem"
|
|
Data StatementItemsInner `json:"data"`
|
|
}
|