refactor(payment_methods): Added mca_id in bank details (#2495)

Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
This commit is contained in:
Sarthak Soni
2023-10-10 12:15:30 +05:30
committed by GitHub
parent c34f1bf36f
commit ac3c5008f8

View File

@ -174,6 +174,7 @@ pub struct PaymentMethodDataBankCreds {
pub struct BankAccountConnectorDetails {
pub connector: String,
pub account_id: String,
pub mca_id: String,
pub access_token: BankAccountAccessCreds,
}