mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(router): pass fields to indicate if the customer address details to be connector from wallets (#5210)
This commit is contained in:
@ -795,6 +795,12 @@ pub struct PaymentMethodListResponse {
|
||||
/// flag to indicate whether to perform external 3ds authentication
|
||||
#[schema(example = true)]
|
||||
pub request_external_three_ds_authentication: bool,
|
||||
|
||||
/// flag that indicates whether to collect shipping details from wallets or from the customer
|
||||
pub collect_shipping_details_from_wallets: Option<bool>,
|
||||
|
||||
/// flag that indicates whether to collect billing details from wallets or from the customer
|
||||
pub collect_billing_details_from_wallets: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Hash, Debug, serde::Deserialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user