monobank-firefly3-bot/monobank/api/webhook/models/data.go

7 lines
135 B
Go
Raw Normal View History

2024-03-25 11:55:01 +02:00
package models
type Data struct {
Account string `json:"account"`
StatementItem StatementItem `json:"statementItem"`
}