Pricing.Common.PriceKey

Classes

PriceKey(id) Container class to identify a price computation result.
ResultKey(id) General container class to identify a computation result.
class Pricing.Common.PriceKey.PriceKey(id)[source]

Container class to identify a price computation result.

Parameters:

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