mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): [Adyen] implement BACS Direct Debits for Adyen (#1159)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -524,6 +524,9 @@ pub enum BankDebitData {
|
||||
/// Sort code for Bacs payment method
|
||||
#[schema(value_type = String, example = "108800")]
|
||||
sort_code: Secret<String>,
|
||||
/// holder name for bank debit
|
||||
#[schema(value_type = String, example = "A. Schneider")]
|
||||
bank_account_holder_name: Option<Secret<String>>,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user