mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(router): add offset in mandate list route (#3923)
This commit is contained in:
committed by
GitHub
parent
a004b8ae0d
commit
17a866a735
@ -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
|
||||
|
||||
Reference in New Issue
Block a user