mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(session): Added dpa_client_id, provider to click to pay session response (#7683)
This commit is contained in:
@ -8165,6 +8165,10 @@ pub struct ClickToPaySessionResponse {
|
||||
#[schema(max_length = 255, value_type = Option<String>, example = "johntest@test.com")]
|
||||
pub email: Option<Email>,
|
||||
pub phone_country_code: Option<String>,
|
||||
/// provider Eg: Visa, Mastercard
|
||||
#[schema(value_type = Option<CtpServiceProvider>)]
|
||||
pub provider: Option<api_enums::CtpServiceProvider>,
|
||||
pub dpa_client_id: Option<String>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
|
||||
Reference in New Issue
Block a user