Skip to content

Commit

Permalink
add cross border settlement earning destination
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaserhat committed Jul 20, 2023
1 parent 5d94fc8 commit d87579a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ const (

// settlementEarningsDestination type declaration
const (
SettlementEarningsDestinationIBAN SettlementEarningsDestination = "IBAN"
SettlementEarningsDestinationWALLET SettlementEarningsDestination = "WALLET"
SettlementEarningsDestinationIBAN SettlementEarningsDestination = "IBAN"
SettlementEarningsDestinationWALLET SettlementEarningsDestination = "WALLET"
SettlementEarningsDestinationCROSS_BORDER SettlementEarningsDestination = "CROSS_BORDER"
)

// refundDestinationType type declaration
Expand Down

0 comments on commit d87579a

Please sign in to comment.