mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): [proxy payments] send external vault proxy metadata to UCS (#9108)
This commit is contained in:
@ -312,6 +312,12 @@ pub struct RevenueRecoveryMetadata {
|
||||
pub mca_reference: AccountReferenceMap,
|
||||
}
|
||||
|
||||
#[cfg(feature = "v2")]
|
||||
#[derive(Debug, Clone, serde::Deserialize)]
|
||||
pub struct ExternalVaultConnectorMetadata {
|
||||
pub proxy_url: common_utils::types::Url,
|
||||
pub certificate: Secret<String>,
|
||||
}
|
||||
#[cfg(feature = "v2")]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct AccountReferenceMap {
|
||||
|
||||
Reference in New Issue
Block a user