feat(router): add offset in mandate list route (#3923)

This commit is contained in:
Panagiotis Ganelis
2024-03-19 09:41:24 +02:00
committed by GitHub
parent a004b8ae0d
commit 17a866a735
4 changed files with 15 additions and 1 deletions

View File

@ -87,6 +87,8 @@ pub struct MandateCardDetails {
pub struct MandateListConstraints {
/// limit on the number of objects to return
pub limit: Option<i64>,
/// offset on the number of objects to return
pub offset: Option<i64>,
/// status of the mandate
pub mandate_status: Option<api_enums::MandateStatus>,
/// connector linked to mandate