You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// When this peppol document was created. Formatted according to <a href='https://en.wikipedia.org/wiki/ISO_8601'>ISO8601</a> spec
@@ -34,4 +34,10 @@ public class PeppolDocument : Identified<Guid>
/// <param name="fromStatusChanged">Start of the document status change period scope. Must be within 7 days of the toStatusChanged date-time.</param>
86
+
/// <param name="toStatusChanged">End of the document status change period scope. Must be equal to or later than fromStatusChanged. Defaults to the current date-time.</param>
87
+
/// <param name="pageNumber">Number of page that should be returned. Must be included to use page-based pagination.</param>
88
+
/// <param name="pageSize">Number (1-2000) of document resources that you want to be returned. Defaults to 2000.</param>
89
+
/// <param name="cancellationToken">Allow to cancel a long-running task</param>
90
+
/// <returns>A list of Peppol Outbound Document resources</returns>
0 commit comments