feat(reveue_recovery): Add support for multiple retry algorithms in revenue recovery workflow (#7915)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com>
This commit is contained in:
Amisha Prabhat
2025-05-20 18:02:47 +05:30
committed by GitHub
parent 6e08edca39
commit 151b57fa10
18 changed files with 220 additions and 63 deletions

View File

@ -216,6 +216,7 @@ pub enum CardDiscovery {
Clone,
Copy,
Debug,
Default,
Hash,
Eq,
PartialEq,
@ -230,6 +231,7 @@ pub enum CardDiscovery {
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum RevenueRecoveryAlgorithmType {
#[default]
Monitoring,
Smart,
Cascading,