OSID Logo
OSID Specifications
acknowledgement package
Version 3.1.0
Interfaceosid.acknowledgement.BillingForm
Implementsosid.OsidCatalogForm
Implemented Byosid.acknowledgement.batch.BillingBatchForm
Used Byosid.acknowledgement.BillingAdminSession
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.TypebillingRecordType the billing record type
Returnosid.acknowledgement.records.BillingFormRecord the record
ErrorsNULL_ARGUMENT billingRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(billingRecordType) is false
Compliancemandatory This method must be implemented.