treasurer/internal/models/yandex/common.go

7 lines
135 B
Go
Raw Normal View History

2023-06-13 13:22:51 +00:00
package yandex
type Amount struct {
Value string `json:"value" bson:"value"`
Currency string `json:"currency" bson:"currency"`
}