Skip to content

Commit

Permalink
refactor(payment_methods): Added support for account subtype in pmd (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak1799 authored Nov 7, 2023
1 parent 34f5226 commit e7375d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/api_models/src/payment_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ pub struct CardDetailsPaymentMethod {
pub struct PaymentMethodDataBankCreds {
pub mask: String,
pub hash: String,
pub account_type: Option<String>,
pub account_name: Option<String>,
pub payment_method_type: api_enums::PaymentMethodType,
pub connector_details: Vec<BankAccountConnectorDetails>,
}
Expand Down

0 comments on commit e7375d0

Please sign in to comment.