Classes
PriceKey
ResultKey
Pricing.Common.PriceKey.
Container class to identify a price computation result.
id : str
String used to identify the price.
Examples
>>> from Pricing.Common.PriceKey import PriceKey >>> price_key = PriceKey("Price") >>> print(price_key) Price
Attributes
id