feat(payouts): Add Wallet to Payouts (#3502)

This commit is contained in:
Sakil Mostak
2024-02-07 12:21:57 +05:30
committed by GitHub
parent 7be86ecb33
commit 3af6aaf28e
23 changed files with 427 additions and 102 deletions

View File

@ -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")]