Interface | osid.acknowledgement.Billing | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A | ||
Method | getBillingRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | billingRecordType | the type of billing record to retrieve |
Return | osid.acknowledgement.records.BillingRecord | the billing record | |
Errors | NULL_ARGUMENT | billingRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(billingRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |