File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -1181,6 +1181,7 @@ components:
1181
1181
title : CustomerBase
1182
1182
required :
1183
1183
- email
1184
+ - extraData
1184
1185
type : object
1185
1186
properties :
1186
1187
titleBefore :
@@ -1286,36 +1287,37 @@ components:
1286
1287
example : ' +420123456789'
1287
1288
CustomerExtraData :
1288
1289
title : CustomerExtraData
1290
+ required :
1291
+ - transactionsNumber
1292
+ - transactionsSum
1293
+ - earliestTransactionDate
1289
1294
type : object
1290
1295
properties :
1291
1296
transactionsNumber :
1292
1297
type : number
1293
- description : Historical count of customer's cash transactions made in partner's e-shop
1294
- minimum : 1
1298
+ description : Historical count of customer transactions made in partner's e-shop
1295
1299
example : 10
1296
- nullable : true
1297
1300
cashlessTransactionsNumber :
1298
1301
type : number
1299
- description : Historical count of customer's cashless transactions made in partner's e-shop
1300
- minimum : 1
1302
+ description : Historical count of customer cashless transactions made in partner's e-shop
1301
1303
example : 5
1302
- nullable : true
1303
1304
transactionsSum :
1304
1305
$ref : ' #/components/schemas/Amount'
1306
+ description : Historical sum of customer transactions made in partner's e-shop
1305
1307
cashlessTransactionsSum :
1306
1308
$ref : ' #/components/schemas/Amount'
1309
+ description : Historical sum of customer cashless transactions made in partner's e-shop
1307
1310
latestTransactionDate :
1308
1311
type : string
1309
1312
format : date
1310
- description : Newest transaction date on partner e-shop.
1311
- example : ' 2017-01-10 '
1313
+ description : Date of customer's latest (newest) transaction on partner e-shop.
1314
+ example : ' 2024-05-15 '
1312
1315
nullable : true
1313
1316
earliestTransactionDate :
1314
1317
type : string
1315
1318
format : date
1316
- description : Oldest transaction date on partner e-shop
1319
+ description : Date of customer's earliest (oldest) transaction on partner e-shop.
1317
1320
example : ' 2015-10-12'
1318
- nullable : true
1319
1321
pageTotalTime :
1320
1322
type : number
1321
1323
description : Total time spent on partners website (in seconds)
You can’t perform that action at this time.
0 commit comments