mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(router): add profile id and extra filters in lists (#2379)
This commit is contained in:
@ -104,6 +104,8 @@ pub struct DisputeEvidenceBlock {
|
||||
pub struct DisputeListConstraints {
|
||||
/// limit on the number of objects to return
|
||||
pub limit: Option<i64>,
|
||||
/// The identifier for business profile
|
||||
pub profile_id: Option<String>,
|
||||
/// status of the dispute
|
||||
pub dispute_status: Option<DisputeStatus>,
|
||||
/// stage of the dispute
|
||||
|
||||
Reference in New Issue
Block a user