Files
payments/pricing/price.go
2025-05-23 09:44:40 +02:00

7 lines
74 B
Go

package pricing
type Price struct {
Amount float64
Currency string
}