mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add profile id and extra filters in lists (#2379)
This commit is contained in:
@ -132,6 +132,8 @@ pub struct RefundListRequest {
|
||||
pub payment_id: Option<String>,
|
||||
/// The identifier for the refund
|
||||
pub refund_id: Option<String>,
|
||||
/// The identifier for business profile
|
||||
pub profile_id: Option<String>,
|
||||
/// Limit on the number of objects to return
|
||||
pub limit: Option<i64>,
|
||||
/// The starting point within a list of objects
|
||||
|
||||
Reference in New Issue
Block a user