mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(payouts): Add Wallet to Payouts (#3502)
This commit is contained in:
@ -2012,6 +2012,7 @@ pub enum PayoutType {
|
||||
#[default]
|
||||
Card,
|
||||
Bank,
|
||||
Wallet,
|
||||
}
|
||||
|
||||
#[derive(
|
||||
@ -2038,6 +2039,7 @@ pub enum PayoutEntityType {
|
||||
Company,
|
||||
NonProfit,
|
||||
PublicSector,
|
||||
NaturalPerson,
|
||||
|
||||
/// Wise
|
||||
#[strum(serialize = "lowercase")]
|
||||
|
||||
Reference in New Issue
Block a user