package yandex type Amount struct { Value string `json:"value" bson:"value"` Currency string `json:"currency" bson:"currency"` }