We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206de6a commit 8c49d78Copy full SHA for 8c49d78
src/Type/FieldType.php
@@ -92,6 +92,9 @@ class FieldType {
92
const FINGERPRINTSESSID= 0x819;
93
const VOIDCVVVALIDATION= 0x81A;
94
const KOUNTMERCHANTID= 0x81B;
95
+ const SUBCOMMERCELEGALNAME= 0x81C;
96
+ const SUBCOMMERCESTATE= 0x81D;
97
+ const SUBCOMMERCEPOSTALCODE= 0x81E;
98
99
100
// Secure Information Starts at 0x8100. Private Flag | User Flag
@@ -190,6 +193,10 @@ class FieldType {
190
193
'FingerprintSessID',
191
194
'VoidCVVValidation',
192
195
'KountMerchantId',
196
+ 'SubCommerceLegalName',
197
+ 'SubCommerceState',
198
+ 'SubCommercePostalCode',
199
+
200
0x8101 => 'Pan',
201
'Token',
202
'UniqueId',
0 commit comments