feat(connector): Added a new CaptureMethod SequentialAutomatic to Support CIT Mandates for Paybox (#6587)

This commit is contained in:
awasthi21
2024-12-05 18:50:15 +05:30
committed by GitHub
parent 19f8ee46e5
commit e5dde6acc0
88 changed files with 760 additions and 129 deletions

View File

@ -353,6 +353,8 @@ pub enum CaptureMethod {
ManualMultiple,
/// The capture can be scheduled to automatically get triggered at a specific date & time
Scheduled,
/// Handles separate auth and capture sequentially; same as `Automatic` for most connectors.
SequentialAutomatic,
}
/// Type of the Connector for the financial use case. Could range from Payments to Accounting to Banking.