| Interface | osid.subscription.Dispatch | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
| Description | 
                 A   | ||
| Method | getAddressGenusTypes | ||
| Description | 
                     Gets the list of address genus types accepted by this dispatch.  | ||
| Return | osid.type.TypeList | a list of address genus types | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDispatchRecord | ||
| Description | 
                     Gets the dispatch record corresponding to the given 
                      | ||
| Parameters | osid.type.Type | dispatchRecordType | the type of dispatch record to retrieve | 
| Return | osid.subscription.records.DispatchRecord | the dispatch record | |
| Errors | NULL_ARGUMENT |  dispatchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(dispatchRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |