OSID Logo
OSID Specifications
billing batch package
Version 3.0.0
Interfaceosid.billing.batch.EntryPeer
Implementsosid.OsidCapsule
Used Byosid.billing.batch.EntryPeerList
Description

An interface for the peers of the Entry relationship.

MethodgetCustomerId
Description

Gets the Id of the customer.

Returnosid.id.Idthe Customer Id
CompliancemandatoryThis method must be implemented.
MethodgetItemId
Description

Gets the Id of the item.

Returnosid.id.Idthe Item Id
CompliancemandatoryThis method must be implemented.
MethodgetPeriodId
Description

Gets the Id of the period.

Returnosid.id.Idthe Period Id
CompliancemandatoryThis method must be implemented.