mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor: introduce a domain type for profile ID (#5687)
This commit is contained in:
@ -19,5 +19,5 @@ pub struct SampleDataRequest {
|
||||
pub auth_type: Option<Vec<AuthenticationType>>,
|
||||
pub business_country: Option<CountryAlpha2>,
|
||||
pub business_label: Option<String>,
|
||||
pub profile_id: Option<String>,
|
||||
pub profile_id: Option<common_utils::id_type::ProfileId>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user