fix(eps_bank_name): send eps supported bank names inside the structs for sdk. (#8779)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Nithin N
2025-08-11 12:43:23 +05:30
committed by GitHub
parent b46a838d0e
commit d4d8236e31
5 changed files with 50 additions and 87 deletions

View File

@ -1442,7 +1442,8 @@ pub struct ResponsePaymentMethodTypes {
/// The list of card networks enabled, if applicable for a payment method type
pub card_networks: Option<Vec<CardNetworkTypes>>,
/// The list of banks enabled, if applicable for a payment method type
#[schema(deprecated)]
/// The list of banks enabled, if applicable for a payment method type . To be deprecated soon.
pub bank_names: Option<Vec<BankCodeResponse>>,
/// The Bank debit payment method information, if applicable for a payment method type.