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:
Venu Madhav Bandarupalli
2025-10-03 14:59:49 +05:30
committed by GitHub
parent c611b81455
commit e186a0f4f4
5 changed files with 62 additions and 8 deletions

View File

@ -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")]