preheat_open.supplypoint.PriceComponentType

class preheat_open.supplypoint.PriceComponentType(id=None, name='')

Bases: object

Represents a type of price component.

Variables:
  • id (int) – The unique identifier of the price component type.

  • name (str) – The name of the price component type.

__init__(id=None, name='')

Methods

__init__([id, name])

Attributes

id

name