From d87579acd54ae36c9acb3aa602874cd1303fbe33 Mon Sep 17 00:00:00 2001 From: Serhat Tunca Date: Thu, 20 Jul 2023 16:47:27 +0300 Subject: [PATCH] add cross border settlement earning destination --- adapter/model.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adapter/model.go b/adapter/model.go index 76528b6..892bd6b 100644 --- a/adapter/model.go +++ b/adapter/model.go @@ -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