mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(payment_methods): Added support for account subtype in pmd (#2651)
This commit is contained in:
@ -167,6 +167,8 @@ pub struct CardDetailsPaymentMethod {
|
|||||||
pub struct PaymentMethodDataBankCreds {
|
pub struct PaymentMethodDataBankCreds {
|
||||||
pub mask: String,
|
pub mask: String,
|
||||||
pub hash: String,
|
pub hash: String,
|
||||||
|
pub account_type: Option<String>,
|
||||||
|
pub account_name: Option<String>,
|
||||||
pub payment_method_type: api_enums::PaymentMethodType,
|
pub payment_method_type: api_enums::PaymentMethodType,
|
||||||
pub connector_details: Vec<BankAccountConnectorDetails>,
|
pub connector_details: Vec<BankAccountConnectorDetails>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user