preheat_open.supplypoint.PriceArea

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

Bases: object

Represents a price area.

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

  • name (str) – The name of the price area.

  • supply_type (str) – The type of supply in the price area.

__init__(id=None, name='', supply_type='')

Methods

__init__([id, name, supply_type])

Attributes

id

name

supply_type