mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor(connector): [Airwallex] add device_data in payment request (#6881)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1282,6 +1282,15 @@ pub struct BrowserInformation {
|
||||
|
||||
/// User-agent of the browser
|
||||
pub user_agent: Option<String>,
|
||||
|
||||
/// The os type of the client device
|
||||
pub os_type: Option<String>,
|
||||
|
||||
/// The os version of the client device
|
||||
pub os_version: Option<String>,
|
||||
|
||||
/// The device model of the client
|
||||
pub device_model: Option<String>,
|
||||
}
|
||||
|
||||
impl RequestSurchargeDetails {
|
||||
|
||||
Reference in New Issue
Block a user