payments/pricing/price.go

7 lines
74 B
Go

package pricing
type Price struct {
Amount float64
Currency string
}