7 lines
74 B
Go
7 lines
74 B
Go
package pricing
|
|
|
|
type Price struct {
|
|
Amount float64
|
|
Currency string
|
|
}
|