mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
Feat(Customer): Added search Feature to the Customer Page (#9619)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sandeep Kumar <83278309+tsdk02@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c611b81455
commit
e186a0f4f4
@ -52,6 +52,8 @@ pub struct CustomerListRequest {
|
||||
/// Limit
|
||||
#[schema(example = 32)]
|
||||
pub limit: Option<u16>,
|
||||
/// Unique identifier for a customer
|
||||
pub customer_id: Option<id_type::CustomerId>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
|
||||
Reference in New Issue
Block a user