Skip to content

Commit

Permalink
Add settlement earnings destination "NONE" (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaserhat authored Feb 6, 2025
1 parent 1965f0d commit a66f9cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ public enum SettlementEarningsDestination {

IBAN,
WALLET,
CROSS_BORDER
CROSS_BORDER,
NONE
}

0 comments on commit a66f9cf

Please sign in to comment.