7 lines
135 B
Go
7 lines
135 B
Go
![]() |
package yandex
|
||
|
|
||
|
type Amount struct {
|
||
|
Value string `json:"value" bson:"value"`
|
||
|
Currency string `json:"currency" bson:"currency"`
|
||
|
}
|