mirror of
https://github.com/netscrawler/changeAPI.git
synced 2025-05-06 15:29:53 +00:00
7 lines
77 B
Go
7 lines
77 B
Go
package models
|
|
|
|
type VunitRate struct {
|
|
Currency string
|
|
Rate float32
|
|
}
|