mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(users): Add role specific fields for list merchants API (#4326)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -190,6 +190,9 @@ pub struct UserMerchantAccount {
|
||||
pub merchant_id: String,
|
||||
pub merchant_name: OptionalEncryptableName,
|
||||
pub is_active: bool,
|
||||
pub role_id: String,
|
||||
pub role_name: String,
|
||||
pub org_id: String,
|
||||
}
|
||||
|
||||
#[cfg(feature = "recon")]
|
||||
|
||||
Reference in New Issue
Block a user