File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ components:
281
281
CardAccountCurrency :
282
282
description : Settlement currency of the card / card account in ISO code format.
283
283
type : string
284
- pattern : ^[a-zA-Z0-9 ]{3}$
284
+ pattern : ^[A-Z ]{3}$
285
285
examples :
286
286
- CHF
287
287
- EUR
@@ -636,7 +636,7 @@ components:
636
636
FeeCurrency :
637
637
description : Currency that is used for charging the fee, usually the same as the currency of the card account.
638
638
type : string
639
- pattern : ^[a-zA-Z0-9 ]{3}$
639
+ pattern : ^[A-Z ]{3}$
640
640
examples :
641
641
- CHF
642
642
- EUR
@@ -757,7 +757,7 @@ components:
757
757
title : Merchant country
758
758
description : Country in which the merchant is located.
759
759
type : string
760
- pattern : ^[a-zA-Z0-9 ]{3}$
760
+ pattern : ^[A-Z ]{3}$
761
761
examples :
762
762
- CHE
763
763
MerchantName :
@@ -777,7 +777,7 @@ components:
777
777
OriginalCurrency :
778
778
description : Currency used by the merchant for the transaction.
779
779
type : string
780
- pattern : ^[a-zA-Z0-9 ]{3}$
780
+ pattern : ^[A-Z ]{3}$
781
781
examples :
782
782
- CHF
783
783
- EUR
@@ -940,7 +940,7 @@ components:
940
940
TransactionCurrency :
941
941
description : Currency of the card account on which the transaction is charged.
942
942
type : string
943
- pattern : ^[a-zA-Z0-9 ]{3}$
943
+ pattern : ^[A-Z ]{3}$
944
944
examples :
945
945
- CHF
946
946
- EUR
You can’t perform that action at this time.
0 commit comments