OSID Logo
OSID Specifications
billing batch package
Version 3.1.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.Id the Customer Id
Compliancemandatory This method must be implemented.
MethodgetItemId
Description

Gets the Id of the item.

Returnosid.id.Id the Item Id
Compliancemandatory This method must be implemented.
MethodgetPeriodId
Description

Gets the Id of the period.

Returnosid.id.Id the Period Id
Compliancemandatory This method must be implemented.