Skip to content

Commit ac3c500

Browse files
Sarthak1799vspecky
andauthored
refactor(payment_methods): Added mca_id in bank details (#2495)
Co-authored-by: ItsMeShashank <[email protected]>
1 parent c34f1bf commit ac3c500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/api_models/src/payment_methods.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ pub struct PaymentMethodDataBankCreds {
174174
pub struct BankAccountConnectorDetails {
175175
pub connector: String,
176176
pub account_id: String,
177+
pub mca_id: String,
177178
pub access_token: BankAccountAccessCreds,
178179
}
179180

0 commit comments

Comments
 (0)