Agreement between the Customer and the ServiceSupplier to pay for
service at a specific ServiceLocation. It records certain billing
information about the type of service provided at the ServiceLocation and
is used during charge creation to determine the type of service.
|
|
__init__(self,
loadMgmt='',
budgetBill='',
billingCycle='',
DemandResponseProgram=None,
ServiceSupplier=None,
PricingStructures=None,
ServiceLocations=None,
ServiceCategory=None,
MeterReadings=None,
CustomerAccount=None,
AuxiliaryAgreements=None,
EndDeviceControls=None,
Customer=None,
ServiceDeliveryPoints=None,
Equipments=None,
*args,
**kw_args)
Initialises a new 'CustomerAgreement' instance. |
|
|
|
|
| addAuxiliaryAgreements(self,
*AuxiliaryAgreements) |
|
|
|
|
| addEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
|
| addEquipments(self,
*Equipments) |
|
|
|
|
| addMeterReadings(self,
*MeterReadings) |
|
|
|
|
| addPricingStructures(self,
*PricingStructures) |
|
|
|
|
| addServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
|
| addServiceLocations(self,
*ServiceLocations) |
|
|
|
|
getAuxiliaryAgreements(self)
All (non-service related) auxiliary agreements that refer to this
customer agreement. |
|
|
|
|
getCustomer(self)
Customer for this agreement. |
|
|
|
|
getCustomerAccount(self)
Customer account owning this agreement. |
|
|
|
|
getDemandResponseProgram(self)
Demand response program for this customer agreement. |
|
|
|
|
getEndDeviceControls(self)
Could be deprecated in the future. |
|
|
|
|
|
|
|
getMeterReadings(self)
(could be deprecated in the future) All meter readings for this
customer agreement. |
|
|
|
|
getPricingStructures(self)
All pricing structures applicable to this customer agreement. |
|
|
|
|
|
|
|
getServiceDeliveryPoints(self)
All service delivery points regulated by this customer agreement. |
|
|
|
|
getServiceLocations(self)
All service locations regulated by this customer agreement. |
|
|
|
|
getServiceSupplier(self)
Service supplier for this customer agreement. |
|
|
|
|
| removeAuxiliaryAgreements(self,
*AuxiliaryAgreements) |
|
|
|
|
| removeEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
|
| removeEquipments(self,
*Equipments) |
|
|
|
|
| removeMeterReadings(self,
*MeterReadings) |
|
|
|
|
| removePricingStructures(self,
*PricingStructures) |
|
|
|
|
| removeServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
|
| removeServiceLocations(self,
*ServiceLocations) |
|
|
|
|
| setAuxiliaryAgreements(self,
value) |
|
|
|
|
|
|
|
| setCustomerAccount(self,
value) |
|
|
|
|
| setDemandResponseProgram(self,
value) |
|
|
|
|
| setEndDeviceControls(self,
value) |
|
|
|
|
| setEquipments(self,
value) |
|
|
|
|
| setMeterReadings(self,
value) |
|
|
|
|
| setPricingStructures(self,
value) |
|
|
|
|
| setServiceCategory(self,
value) |
|
|
|
|
| setServiceDeliveryPoints(self,
value) |
|
|
|
|
| setServiceLocations(self,
value) |
|
|
|
|
| setServiceSupplier(self,
value) |
|
|
|
Inherited from Common.Document'.Document:
addActivityRecords,
addMeasurements,
getActivityRecords,
getMeasurements,
removeActivityRecords,
removeMeasurements,
setActivityRecords,
setMeasurements
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|