DaffOrderServiceInterface
Query order objects accessible by the logged-in user.
Properties
Name | Type | Description |
---|---|---|
get | Observable<T> | Get an order object with the specified order ID. |
list | Observable<DaffOrderCollection <T>> |
List all order objects for the logged-in user. |