Priceable
No description
interface Priceable {
  currency: Currency!
  binding: Boolean!
  net: Float!
  gross: Float
  exchange: Exchange!
}
Fields
Priceable.currency ● Currency! non-null scalar
Specifies the currency.
Priceable.binding ● Boolean! non-null scalar
Is binding.
Priceable.net ● Float! non-null scalar
Specifies the import net.
Priceable.gross ● Float scalar
Specifies the import gross.
Priceable.exchange ● Exchange! non-null object
Specifies the exchange.