OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.BillingForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Billings. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the BillingAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetBillingFormRecord
Description

Gets the BillingFormRecord interface corresponding to the given billing record Type.

Parametersosid.type.TypebillingRecordTypethe billing record type
Returnosid.acknowledgement.records.BillingFormRecordthe record
ErrorsNULL_ARGUMENT billingRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(billingRecordType) is false
CompliancemandatoryThis method must be implemented.