OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.BillingNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the BillingHierarchySession.

MethodgetBilling
Description

Gets the Billing at this node.

Returnosid.acknowledgement.Billingthe billing represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentBillingNodes
Description

Gets the parents of this billing.

Returnosid.acknowledgement.BillingNodeListthe parents of this billing
CompliancemandatoryThis method must be implemented.
MethodgetChildBillingNodes
Description

Gets the children of this billing.

Returnosid.acknowledgement.BillingNodeListthe children of this billing
CompliancemandatoryThis method must be implemented.