package pricing type Price struct { Amount float64 Currency string }