| Interface | osid.acknowledgement.Billing | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Used By | osid.acknowledgement.BillingAdminSession | ||
osid.acknowledgement.BillingList | |||
osid.acknowledgement.BillingLookupSession | |||
osid.acknowledgement.BillingNode | |||
osid.acknowledgement.CreditAdminSession | |||
osid.acknowledgement.CreditLookupSession | |||
osid.acknowledgement.CreditNotificationSession | |||
osid.acknowledgement.CreditQuerySession | |||
osid.acknowledgement.CreditSmartBillingSession | |||
| 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. | |