| Interface | osid.acknowledgement.BillingQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for querying   Billings may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | canSearchBillings | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if search methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingQuery | ||
| Description | 
                     Gets a billing query.  | ||
| Return | osid.acknowledgement.BillingQuery | the billing query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingsByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.acknowledgement.BillingQuery | billingQuery | the billing query | 
| Return | osid.acknowledgement.BillingList | the returned  BillingList   | |
| Errors | NULL_ARGUMENT |  billingQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  billingQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |