DocumentService
This service class contains functions related to order documents.
All public functions are available in the Twig template renderer.
Methods
public __construct($documentRepo)
DocumentService constructor.
Type |
Name |
Description |
|
public getDocumentsByOrderId($orderId): PaginatedResult
Get order documents for a specific order
Type |
Name |
Description |
|
Unique id of order |
Thank you for your feedback!