feat(connector): [Loonio] implement payouts (#9718)

This commit is contained in:
Swangi Kumari
2025-10-08 21:37:14 +05:30
committed by GitHub
parent 3727995a0a
commit abcc70be07
41 changed files with 915 additions and 96 deletions

View File

@ -374,6 +374,7 @@ impl Connector {
| (_, Some(PayoutType::Card))
| (Self::Adyenplatform, _)
| (Self::Nomupay, _)
| (Self::Loonio, _)
)
}
#[cfg(feature = "payouts")]

View File

@ -7865,6 +7865,7 @@ pub enum PayoutType {
Card,
Bank,
Wallet,
BankRedirect,
}
/// Type of entity to whom the payout is being carried out to, select from the given list of options