@ayasofyazilim/saas 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CRMService/schemas.gen.ts +3674 -2158
- package/CRMService/services.gen.ts +5 -5
- package/CRMService/types.gen.ts +120 -31
- package/ContractService/ContractServiceClient.ts +0 -3
- package/ContractService/schemas.gen.ts +151 -1229
- package/ContractService/services.gen.ts +1 -112
- package/ContractService/types.gen.ts +41 -246
- package/TagService/TagServiceClient.ts +44 -0
- package/TagService/core/ApiError.ts +21 -0
- package/TagService/core/ApiRequestOptions.ts +13 -0
- package/TagService/core/ApiResult.ts +7 -0
- package/TagService/core/BaseHttpRequest.ts +10 -0
- package/TagService/core/CancelablePromise.ts +126 -0
- package/TagService/core/FetchHttpRequest.ts +22 -0
- package/TagService/core/OpenAPI.ts +56 -0
- package/TagService/core/request.ts +341 -0
- package/TagService/index.ts +9 -0
- package/TagService/schemas.gen.ts +4448 -0
- package/TagService/services.gen.ts +176 -0
- package/TagService/types.gen.ts +741 -0
- package/TravellerService/services.gen.ts +35 -35
- package/TravellerService/types.gen.ts +32 -36
- package/generator.mjs +5 -0
- package/package.json +1 -1
|
@@ -1,171 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
|
-
export const $AyasofYazilim_Enum_EnumTypes_AddEnumTypeTranslationDto = {
|
|
4
|
-
required: ['description', 'displayName', 'language'],
|
|
5
|
-
type: 'object',
|
|
6
|
-
properties: {
|
|
7
|
-
language: {
|
|
8
|
-
minLength: 1,
|
|
9
|
-
type: 'string'
|
|
10
|
-
},
|
|
11
|
-
displayName: {
|
|
12
|
-
minLength: 1,
|
|
13
|
-
type: 'string'
|
|
14
|
-
},
|
|
15
|
-
description: {
|
|
16
|
-
minLength: 1,
|
|
17
|
-
type: 'string'
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
additionalProperties: false
|
|
21
|
-
} as const;
|
|
22
|
-
|
|
23
|
-
export const $AyasofYazilim_Enum_EnumTypes_EnumTypeDto = {
|
|
24
|
-
type: 'object',
|
|
25
|
-
properties: {
|
|
26
|
-
id: {
|
|
27
|
-
type: 'string',
|
|
28
|
-
nullable: true
|
|
29
|
-
},
|
|
30
|
-
creationTime: {
|
|
31
|
-
type: 'string',
|
|
32
|
-
format: 'date-time'
|
|
33
|
-
},
|
|
34
|
-
creatorId: {
|
|
35
|
-
type: 'string',
|
|
36
|
-
format: 'uuid',
|
|
37
|
-
nullable: true
|
|
38
|
-
},
|
|
39
|
-
lastModificationTime: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
format: 'date-time',
|
|
42
|
-
nullable: true
|
|
43
|
-
},
|
|
44
|
-
lastModifierId: {
|
|
45
|
-
type: 'string',
|
|
46
|
-
format: 'uuid',
|
|
47
|
-
nullable: true
|
|
48
|
-
},
|
|
49
|
-
isDeleted: {
|
|
50
|
-
type: 'boolean'
|
|
51
|
-
},
|
|
52
|
-
deleterId: {
|
|
53
|
-
type: 'string',
|
|
54
|
-
format: 'uuid',
|
|
55
|
-
nullable: true
|
|
56
|
-
},
|
|
57
|
-
deletionTime: {
|
|
58
|
-
type: 'string',
|
|
59
|
-
format: 'date-time',
|
|
60
|
-
nullable: true
|
|
61
|
-
},
|
|
62
|
-
displayName: {
|
|
63
|
-
type: 'string',
|
|
64
|
-
nullable: true
|
|
65
|
-
},
|
|
66
|
-
description: {
|
|
67
|
-
type: 'string',
|
|
68
|
-
nullable: true
|
|
69
|
-
},
|
|
70
|
-
enumTables: {
|
|
71
|
-
type: 'array',
|
|
72
|
-
items: {
|
|
73
|
-
type: 'object',
|
|
74
|
-
properties: {
|
|
75
|
-
id: {
|
|
76
|
-
type: 'string',
|
|
77
|
-
format: 'uuid'
|
|
78
|
-
},
|
|
79
|
-
key: {
|
|
80
|
-
type: 'string',
|
|
81
|
-
nullable: true
|
|
82
|
-
},
|
|
83
|
-
value: {
|
|
84
|
-
type: 'integer',
|
|
85
|
-
format: 'int32'
|
|
86
|
-
},
|
|
87
|
-
displayName: {
|
|
88
|
-
type: 'string',
|
|
89
|
-
nullable: true
|
|
90
|
-
},
|
|
91
|
-
isActive: {
|
|
92
|
-
type: 'boolean'
|
|
93
|
-
},
|
|
94
|
-
description: {
|
|
95
|
-
type: 'string',
|
|
96
|
-
nullable: true
|
|
97
|
-
},
|
|
98
|
-
language: {
|
|
99
|
-
type: 'string',
|
|
100
|
-
nullable: true
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
additionalProperties: false
|
|
104
|
-
},
|
|
105
|
-
nullable: true
|
|
106
|
-
},
|
|
107
|
-
language: {
|
|
108
|
-
type: 'string',
|
|
109
|
-
nullable: true
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
additionalProperties: false
|
|
113
|
-
} as const;
|
|
114
|
-
|
|
115
|
-
export const $AyasofYazilim_Enum_Enums_AddEnumTranslationDto = {
|
|
116
|
-
required: ['description', 'displayName', 'language'],
|
|
117
|
-
type: 'object',
|
|
118
|
-
properties: {
|
|
119
|
-
language: {
|
|
120
|
-
minLength: 1,
|
|
121
|
-
type: 'string'
|
|
122
|
-
},
|
|
123
|
-
displayName: {
|
|
124
|
-
minLength: 1,
|
|
125
|
-
type: 'string'
|
|
126
|
-
},
|
|
127
|
-
description: {
|
|
128
|
-
minLength: 1,
|
|
129
|
-
type: 'string'
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
additionalProperties: false
|
|
133
|
-
} as const;
|
|
134
|
-
|
|
135
|
-
export const $AyasofYazilim_Enum_Enums_EnumDto = {
|
|
136
|
-
type: 'object',
|
|
137
|
-
properties: {
|
|
138
|
-
id: {
|
|
139
|
-
type: 'string',
|
|
140
|
-
format: 'uuid'
|
|
141
|
-
},
|
|
142
|
-
key: {
|
|
143
|
-
type: 'string',
|
|
144
|
-
nullable: true
|
|
145
|
-
},
|
|
146
|
-
value: {
|
|
147
|
-
type: 'integer',
|
|
148
|
-
format: 'int32'
|
|
149
|
-
},
|
|
150
|
-
displayName: {
|
|
151
|
-
type: 'string',
|
|
152
|
-
nullable: true
|
|
153
|
-
},
|
|
154
|
-
isActive: {
|
|
155
|
-
type: 'boolean'
|
|
156
|
-
},
|
|
157
|
-
description: {
|
|
158
|
-
type: 'string',
|
|
159
|
-
nullable: true
|
|
160
|
-
},
|
|
161
|
-
language: {
|
|
162
|
-
type: 'string',
|
|
163
|
-
nullable: true
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
additionalProperties: false
|
|
167
|
-
} as const;
|
|
168
|
-
|
|
169
3
|
export const $UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto = {
|
|
170
4
|
required: ['id', 'refundTableHeader'],
|
|
171
5
|
type: 'object',
|
|
@@ -378,8 +212,8 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
378
212
|
type: 'boolean'
|
|
379
213
|
},
|
|
380
214
|
rebateStatementPeriod: {
|
|
381
|
-
|
|
382
|
-
|
|
215
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
216
|
+
type: 'string'
|
|
383
217
|
},
|
|
384
218
|
rebateTableHeaders: {
|
|
385
219
|
type: 'array',
|
|
@@ -433,11 +267,11 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
433
267
|
format: 'double'
|
|
434
268
|
},
|
|
435
269
|
refundMethod: {
|
|
436
|
-
enum: ['
|
|
270
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
437
271
|
type: 'string'
|
|
438
272
|
},
|
|
439
273
|
variableFee: {
|
|
440
|
-
enum: ['
|
|
274
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
441
275
|
type: 'string'
|
|
442
276
|
}
|
|
443
277
|
},
|
|
@@ -550,8 +384,8 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
550
384
|
format: 'int32'
|
|
551
385
|
},
|
|
552
386
|
invoicingFrequency: {
|
|
553
|
-
|
|
554
|
-
|
|
387
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
388
|
+
type: 'string'
|
|
555
389
|
},
|
|
556
390
|
termOfPayment: {
|
|
557
391
|
type: 'integer',
|
|
@@ -568,15 +402,15 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
568
402
|
format: 'uuid'
|
|
569
403
|
},
|
|
570
404
|
invoiceChannel: {
|
|
571
|
-
|
|
572
|
-
|
|
405
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
406
|
+
type: 'string'
|
|
573
407
|
},
|
|
574
408
|
eTaxFree: {
|
|
575
409
|
type: 'boolean'
|
|
576
410
|
},
|
|
577
411
|
receiptType: {
|
|
578
|
-
|
|
579
|
-
|
|
412
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
413
|
+
type: 'string'
|
|
580
414
|
},
|
|
581
415
|
crossTaxFreeForm: {
|
|
582
416
|
type: 'boolean'
|
|
@@ -610,8 +444,8 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
610
444
|
format: 'uuid'
|
|
611
445
|
},
|
|
612
446
|
receiptType: {
|
|
613
|
-
|
|
614
|
-
|
|
447
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
448
|
+
type: 'string'
|
|
615
449
|
}
|
|
616
450
|
},
|
|
617
451
|
additionalProperties: false
|
|
@@ -730,37 +564,8 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
730
564
|
type: 'boolean'
|
|
731
565
|
},
|
|
732
566
|
rebateStatementPeriod: {
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
id: {
|
|
736
|
-
type: 'string',
|
|
737
|
-
format: 'uuid'
|
|
738
|
-
},
|
|
739
|
-
key: {
|
|
740
|
-
type: 'string',
|
|
741
|
-
nullable: true
|
|
742
|
-
},
|
|
743
|
-
value: {
|
|
744
|
-
type: 'integer',
|
|
745
|
-
format: 'int32'
|
|
746
|
-
},
|
|
747
|
-
displayName: {
|
|
748
|
-
type: 'string',
|
|
749
|
-
nullable: true
|
|
750
|
-
},
|
|
751
|
-
isActive: {
|
|
752
|
-
type: 'boolean'
|
|
753
|
-
},
|
|
754
|
-
description: {
|
|
755
|
-
type: 'string',
|
|
756
|
-
nullable: true
|
|
757
|
-
},
|
|
758
|
-
language: {
|
|
759
|
-
type: 'string',
|
|
760
|
-
nullable: true
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
additionalProperties: false
|
|
567
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
568
|
+
type: 'string'
|
|
764
569
|
},
|
|
765
570
|
contactInformationTypeId: {
|
|
766
571
|
type: 'string',
|
|
@@ -926,11 +731,11 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
926
731
|
format: 'double'
|
|
927
732
|
},
|
|
928
733
|
refundMethod: {
|
|
929
|
-
enum: ['
|
|
734
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
930
735
|
type: 'string'
|
|
931
736
|
},
|
|
932
737
|
variableFee: {
|
|
933
|
-
enum: ['
|
|
738
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
934
739
|
type: 'string'
|
|
935
740
|
},
|
|
936
741
|
rebateTableHeaderId: {
|
|
@@ -1314,37 +1119,8 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1314
1119
|
format: 'int32'
|
|
1315
1120
|
},
|
|
1316
1121
|
invoicingFrequency: {
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
id: {
|
|
1320
|
-
type: 'string',
|
|
1321
|
-
format: 'uuid'
|
|
1322
|
-
},
|
|
1323
|
-
key: {
|
|
1324
|
-
type: 'string',
|
|
1325
|
-
nullable: true
|
|
1326
|
-
},
|
|
1327
|
-
value: {
|
|
1328
|
-
type: 'integer',
|
|
1329
|
-
format: 'int32'
|
|
1330
|
-
},
|
|
1331
|
-
displayName: {
|
|
1332
|
-
type: 'string',
|
|
1333
|
-
nullable: true
|
|
1334
|
-
},
|
|
1335
|
-
isActive: {
|
|
1336
|
-
type: 'boolean'
|
|
1337
|
-
},
|
|
1338
|
-
description: {
|
|
1339
|
-
type: 'string',
|
|
1340
|
-
nullable: true
|
|
1341
|
-
},
|
|
1342
|
-
language: {
|
|
1343
|
-
type: 'string',
|
|
1344
|
-
nullable: true
|
|
1345
|
-
}
|
|
1346
|
-
},
|
|
1347
|
-
additionalProperties: false
|
|
1122
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
1123
|
+
type: 'string'
|
|
1348
1124
|
},
|
|
1349
1125
|
termOfPayment: {
|
|
1350
1126
|
type: 'integer',
|
|
@@ -1361,73 +1137,15 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1361
1137
|
format: 'uuid'
|
|
1362
1138
|
},
|
|
1363
1139
|
invoiceChannel: {
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
id: {
|
|
1367
|
-
type: 'string',
|
|
1368
|
-
format: 'uuid'
|
|
1369
|
-
},
|
|
1370
|
-
key: {
|
|
1371
|
-
type: 'string',
|
|
1372
|
-
nullable: true
|
|
1373
|
-
},
|
|
1374
|
-
value: {
|
|
1375
|
-
type: 'integer',
|
|
1376
|
-
format: 'int32'
|
|
1377
|
-
},
|
|
1378
|
-
displayName: {
|
|
1379
|
-
type: 'string',
|
|
1380
|
-
nullable: true
|
|
1381
|
-
},
|
|
1382
|
-
isActive: {
|
|
1383
|
-
type: 'boolean'
|
|
1384
|
-
},
|
|
1385
|
-
description: {
|
|
1386
|
-
type: 'string',
|
|
1387
|
-
nullable: true
|
|
1388
|
-
},
|
|
1389
|
-
language: {
|
|
1390
|
-
type: 'string',
|
|
1391
|
-
nullable: true
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
additionalProperties: false
|
|
1140
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
1141
|
+
type: 'string'
|
|
1395
1142
|
},
|
|
1396
1143
|
eTaxFree: {
|
|
1397
1144
|
type: 'boolean'
|
|
1398
1145
|
},
|
|
1399
1146
|
receiptType: {
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
id: {
|
|
1403
|
-
type: 'string',
|
|
1404
|
-
format: 'uuid'
|
|
1405
|
-
},
|
|
1406
|
-
key: {
|
|
1407
|
-
type: 'string',
|
|
1408
|
-
nullable: true
|
|
1409
|
-
},
|
|
1410
|
-
value: {
|
|
1411
|
-
type: 'integer',
|
|
1412
|
-
format: 'int32'
|
|
1413
|
-
},
|
|
1414
|
-
displayName: {
|
|
1415
|
-
type: 'string',
|
|
1416
|
-
nullable: true
|
|
1417
|
-
},
|
|
1418
|
-
isActive: {
|
|
1419
|
-
type: 'boolean'
|
|
1420
|
-
},
|
|
1421
|
-
description: {
|
|
1422
|
-
type: 'string',
|
|
1423
|
-
nullable: true
|
|
1424
|
-
},
|
|
1425
|
-
language: {
|
|
1426
|
-
type: 'string',
|
|
1427
|
-
nullable: true
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
additionalProperties: false
|
|
1147
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1148
|
+
type: 'string'
|
|
1431
1149
|
},
|
|
1432
1150
|
crossTaxFreeForm: {
|
|
1433
1151
|
type: 'boolean'
|
|
@@ -1495,37 +1213,8 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1495
1213
|
format: 'uuid'
|
|
1496
1214
|
},
|
|
1497
1215
|
receiptType: {
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
id: {
|
|
1501
|
-
type: 'string',
|
|
1502
|
-
format: 'uuid'
|
|
1503
|
-
},
|
|
1504
|
-
key: {
|
|
1505
|
-
type: 'string',
|
|
1506
|
-
nullable: true
|
|
1507
|
-
},
|
|
1508
|
-
value: {
|
|
1509
|
-
type: 'integer',
|
|
1510
|
-
format: 'int32'
|
|
1511
|
-
},
|
|
1512
|
-
displayName: {
|
|
1513
|
-
type: 'string',
|
|
1514
|
-
nullable: true
|
|
1515
|
-
},
|
|
1516
|
-
isActive: {
|
|
1517
|
-
type: 'boolean'
|
|
1518
|
-
},
|
|
1519
|
-
description: {
|
|
1520
|
-
type: 'string',
|
|
1521
|
-
nullable: true
|
|
1522
|
-
},
|
|
1523
|
-
language: {
|
|
1524
|
-
type: 'string',
|
|
1525
|
-
nullable: true
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
additionalProperties: false
|
|
1216
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1217
|
+
type: 'string'
|
|
1529
1218
|
}
|
|
1530
1219
|
},
|
|
1531
1220
|
additionalProperties: false
|
|
@@ -1585,8 +1274,8 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1585
1274
|
format: 'int32'
|
|
1586
1275
|
},
|
|
1587
1276
|
invoicingFrequency: {
|
|
1588
|
-
|
|
1589
|
-
|
|
1277
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
1278
|
+
type: 'string'
|
|
1590
1279
|
},
|
|
1591
1280
|
termOfPayment: {
|
|
1592
1281
|
type: 'integer',
|
|
@@ -1603,15 +1292,15 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1603
1292
|
format: 'uuid'
|
|
1604
1293
|
},
|
|
1605
1294
|
invoiceChannel: {
|
|
1606
|
-
|
|
1607
|
-
|
|
1295
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
1296
|
+
type: 'string'
|
|
1608
1297
|
},
|
|
1609
1298
|
eTaxFree: {
|
|
1610
1299
|
type: 'boolean'
|
|
1611
1300
|
},
|
|
1612
1301
|
receiptType: {
|
|
1613
|
-
|
|
1614
|
-
|
|
1302
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1303
|
+
type: 'string'
|
|
1615
1304
|
},
|
|
1616
1305
|
crossTaxFreeForm: {
|
|
1617
1306
|
type: 'boolean'
|
|
@@ -1645,8 +1334,8 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1645
1334
|
format: 'uuid'
|
|
1646
1335
|
},
|
|
1647
1336
|
receiptType: {
|
|
1648
|
-
|
|
1649
|
-
|
|
1337
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1338
|
+
type: 'string'
|
|
1650
1339
|
}
|
|
1651
1340
|
},
|
|
1652
1341
|
additionalProperties: false
|
|
@@ -1710,37 +1399,8 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1710
1399
|
format: 'int32'
|
|
1711
1400
|
},
|
|
1712
1401
|
invoicingFrequency: {
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
id: {
|
|
1716
|
-
type: 'string',
|
|
1717
|
-
format: 'uuid'
|
|
1718
|
-
},
|
|
1719
|
-
key: {
|
|
1720
|
-
type: 'string',
|
|
1721
|
-
nullable: true
|
|
1722
|
-
},
|
|
1723
|
-
value: {
|
|
1724
|
-
type: 'integer',
|
|
1725
|
-
format: 'int32'
|
|
1726
|
-
},
|
|
1727
|
-
displayName: {
|
|
1728
|
-
type: 'string',
|
|
1729
|
-
nullable: true
|
|
1730
|
-
},
|
|
1731
|
-
isActive: {
|
|
1732
|
-
type: 'boolean'
|
|
1733
|
-
},
|
|
1734
|
-
description: {
|
|
1735
|
-
type: 'string',
|
|
1736
|
-
nullable: true
|
|
1737
|
-
},
|
|
1738
|
-
language: {
|
|
1739
|
-
type: 'string',
|
|
1740
|
-
nullable: true
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
additionalProperties: false
|
|
1402
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
1403
|
+
type: 'string'
|
|
1744
1404
|
},
|
|
1745
1405
|
termOfPayment: {
|
|
1746
1406
|
type: 'integer',
|
|
@@ -1757,73 +1417,15 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1757
1417
|
format: 'uuid'
|
|
1758
1418
|
},
|
|
1759
1419
|
invoiceChannel: {
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
id: {
|
|
1763
|
-
type: 'string',
|
|
1764
|
-
format: 'uuid'
|
|
1765
|
-
},
|
|
1766
|
-
key: {
|
|
1767
|
-
type: 'string',
|
|
1768
|
-
nullable: true
|
|
1769
|
-
},
|
|
1770
|
-
value: {
|
|
1771
|
-
type: 'integer',
|
|
1772
|
-
format: 'int32'
|
|
1773
|
-
},
|
|
1774
|
-
displayName: {
|
|
1775
|
-
type: 'string',
|
|
1776
|
-
nullable: true
|
|
1777
|
-
},
|
|
1778
|
-
isActive: {
|
|
1779
|
-
type: 'boolean'
|
|
1780
|
-
},
|
|
1781
|
-
description: {
|
|
1782
|
-
type: 'string',
|
|
1783
|
-
nullable: true
|
|
1784
|
-
},
|
|
1785
|
-
language: {
|
|
1786
|
-
type: 'string',
|
|
1787
|
-
nullable: true
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
additionalProperties: false
|
|
1420
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
1421
|
+
type: 'string'
|
|
1791
1422
|
},
|
|
1792
1423
|
eTaxFree: {
|
|
1793
1424
|
type: 'boolean'
|
|
1794
1425
|
},
|
|
1795
1426
|
receiptType: {
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
id: {
|
|
1799
|
-
type: 'string',
|
|
1800
|
-
format: 'uuid'
|
|
1801
|
-
},
|
|
1802
|
-
key: {
|
|
1803
|
-
type: 'string',
|
|
1804
|
-
nullable: true
|
|
1805
|
-
},
|
|
1806
|
-
value: {
|
|
1807
|
-
type: 'integer',
|
|
1808
|
-
format: 'int32'
|
|
1809
|
-
},
|
|
1810
|
-
displayName: {
|
|
1811
|
-
type: 'string',
|
|
1812
|
-
nullable: true
|
|
1813
|
-
},
|
|
1814
|
-
isActive: {
|
|
1815
|
-
type: 'boolean'
|
|
1816
|
-
},
|
|
1817
|
-
description: {
|
|
1818
|
-
type: 'string',
|
|
1819
|
-
nullable: true
|
|
1820
|
-
},
|
|
1821
|
-
language: {
|
|
1822
|
-
type: 'string',
|
|
1823
|
-
nullable: true
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
additionalProperties: false
|
|
1427
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1428
|
+
type: 'string'
|
|
1827
1429
|
},
|
|
1828
1430
|
crossTaxFreeForm: {
|
|
1829
1431
|
type: 'boolean'
|
|
@@ -1891,37 +1493,8 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1891
1493
|
format: 'uuid'
|
|
1892
1494
|
},
|
|
1893
1495
|
receiptType: {
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
id: {
|
|
1897
|
-
type: 'string',
|
|
1898
|
-
format: 'uuid'
|
|
1899
|
-
},
|
|
1900
|
-
key: {
|
|
1901
|
-
type: 'string',
|
|
1902
|
-
nullable: true
|
|
1903
|
-
},
|
|
1904
|
-
value: {
|
|
1905
|
-
type: 'integer',
|
|
1906
|
-
format: 'int32'
|
|
1907
|
-
},
|
|
1908
|
-
displayName: {
|
|
1909
|
-
type: 'string',
|
|
1910
|
-
nullable: true
|
|
1911
|
-
},
|
|
1912
|
-
isActive: {
|
|
1913
|
-
type: 'boolean'
|
|
1914
|
-
},
|
|
1915
|
-
description: {
|
|
1916
|
-
type: 'string',
|
|
1917
|
-
nullable: true
|
|
1918
|
-
},
|
|
1919
|
-
language: {
|
|
1920
|
-
type: 'string',
|
|
1921
|
-
nullable: true
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
additionalProperties: false
|
|
1496
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1497
|
+
type: 'string'
|
|
1925
1498
|
}
|
|
1926
1499
|
},
|
|
1927
1500
|
additionalProperties: false
|
|
@@ -1955,8 +1528,8 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1955
1528
|
format: 'int32'
|
|
1956
1529
|
},
|
|
1957
1530
|
invoicingFrequency: {
|
|
1958
|
-
|
|
1959
|
-
|
|
1531
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
1532
|
+
type: 'string'
|
|
1960
1533
|
},
|
|
1961
1534
|
termOfPayment: {
|
|
1962
1535
|
type: 'integer',
|
|
@@ -1973,15 +1546,15 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1973
1546
|
format: 'uuid'
|
|
1974
1547
|
},
|
|
1975
1548
|
invoiceChannel: {
|
|
1976
|
-
|
|
1977
|
-
|
|
1549
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
1550
|
+
type: 'string'
|
|
1978
1551
|
},
|
|
1979
1552
|
eTaxFree: {
|
|
1980
1553
|
type: 'boolean'
|
|
1981
1554
|
},
|
|
1982
1555
|
receiptType: {
|
|
1983
|
-
|
|
1984
|
-
|
|
1556
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1557
|
+
type: 'string'
|
|
1985
1558
|
},
|
|
1986
1559
|
crossTaxFreeForm: {
|
|
1987
1560
|
type: 'boolean'
|
|
@@ -2017,8 +1590,8 @@ export const $UniRefund_ContractService_Contracts_ContractStores_ContractStoreCr
|
|
|
2017
1590
|
format: 'uuid'
|
|
2018
1591
|
},
|
|
2019
1592
|
receiptType: {
|
|
2020
|
-
|
|
2021
|
-
|
|
1593
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1594
|
+
type: 'string'
|
|
2022
1595
|
}
|
|
2023
1596
|
},
|
|
2024
1597
|
additionalProperties: false
|
|
@@ -2069,37 +1642,8 @@ export const $UniRefund_ContractService_Contracts_ContractStores_ContractStoreDt
|
|
|
2069
1642
|
format: 'uuid'
|
|
2070
1643
|
},
|
|
2071
1644
|
receiptType: {
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
id: {
|
|
2075
|
-
type: 'string',
|
|
2076
|
-
format: 'uuid'
|
|
2077
|
-
},
|
|
2078
|
-
key: {
|
|
2079
|
-
type: 'string',
|
|
2080
|
-
nullable: true
|
|
2081
|
-
},
|
|
2082
|
-
value: {
|
|
2083
|
-
type: 'integer',
|
|
2084
|
-
format: 'int32'
|
|
2085
|
-
},
|
|
2086
|
-
displayName: {
|
|
2087
|
-
type: 'string',
|
|
2088
|
-
nullable: true
|
|
2089
|
-
},
|
|
2090
|
-
isActive: {
|
|
2091
|
-
type: 'boolean'
|
|
2092
|
-
},
|
|
2093
|
-
description: {
|
|
2094
|
-
type: 'string',
|
|
2095
|
-
nullable: true
|
|
2096
|
-
},
|
|
2097
|
-
language: {
|
|
2098
|
-
type: 'string',
|
|
2099
|
-
nullable: true
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
additionalProperties: false
|
|
1645
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1646
|
+
type: 'string'
|
|
2103
1647
|
}
|
|
2104
1648
|
},
|
|
2105
1649
|
additionalProperties: false
|
|
@@ -2120,20 +1664,45 @@ export const $UniRefund_ContractService_Contracts_ContractStores_ContractStoreUp
|
|
|
2120
1664
|
format: 'uuid'
|
|
2121
1665
|
},
|
|
2122
1666
|
receiptType: {
|
|
2123
|
-
|
|
2124
|
-
|
|
1667
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1668
|
+
type: 'string'
|
|
2125
1669
|
}
|
|
2126
1670
|
},
|
|
2127
1671
|
additionalProperties: false
|
|
2128
1672
|
} as const;
|
|
2129
1673
|
|
|
1674
|
+
export const $UniRefund_ContractService_Enums_FeeType = {
|
|
1675
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
1676
|
+
type: 'string'
|
|
1677
|
+
} as const;
|
|
1678
|
+
|
|
1679
|
+
export const $UniRefund_ContractService_Enums_InvoiceChannel = {
|
|
1680
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
1681
|
+
type: 'string'
|
|
1682
|
+
} as const;
|
|
1683
|
+
|
|
1684
|
+
export const $UniRefund_ContractService_Enums_InvoicingFrequency = {
|
|
1685
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
1686
|
+
type: 'string'
|
|
1687
|
+
} as const;
|
|
1688
|
+
|
|
1689
|
+
export const $UniRefund_ContractService_Enums_RebateStatementPeriod = {
|
|
1690
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
1691
|
+
type: 'string'
|
|
1692
|
+
} as const;
|
|
1693
|
+
|
|
1694
|
+
export const $UniRefund_ContractService_Enums_ReceiptType = {
|
|
1695
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
1696
|
+
type: 'string'
|
|
1697
|
+
} as const;
|
|
1698
|
+
|
|
2130
1699
|
export const $UniRefund_ContractService_Enums_RefundMethod = {
|
|
2131
|
-
enum: ['
|
|
1700
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
2132
1701
|
type: 'string'
|
|
2133
1702
|
} as const;
|
|
2134
1703
|
|
|
2135
1704
|
export const $UniRefund_ContractService_Enums_VariableFee = {
|
|
2136
|
-
enum: ['
|
|
1705
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
2137
1706
|
type: 'string'
|
|
2138
1707
|
} as const;
|
|
2139
1708
|
|
|
@@ -2540,11 +2109,11 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
2540
2109
|
format: 'double'
|
|
2541
2110
|
},
|
|
2542
2111
|
refundMethod: {
|
|
2543
|
-
enum: ['
|
|
2112
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
2544
2113
|
type: 'string'
|
|
2545
2114
|
},
|
|
2546
2115
|
variableFee: {
|
|
2547
|
-
enum: ['
|
|
2116
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
2548
2117
|
type: 'string'
|
|
2549
2118
|
},
|
|
2550
2119
|
rebateTableHeaderId: {
|
|
@@ -2641,8 +2210,8 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCrea
|
|
|
2641
2210
|
type: 'boolean'
|
|
2642
2211
|
},
|
|
2643
2212
|
rebateStatementPeriod: {
|
|
2644
|
-
|
|
2645
|
-
|
|
2213
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
2214
|
+
type: 'string'
|
|
2646
2215
|
},
|
|
2647
2216
|
rebateTableHeaders: {
|
|
2648
2217
|
type: 'array',
|
|
@@ -2696,11 +2265,11 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCrea
|
|
|
2696
2265
|
format: 'double'
|
|
2697
2266
|
},
|
|
2698
2267
|
refundMethod: {
|
|
2699
|
-
enum: ['
|
|
2268
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
2700
2269
|
type: 'string'
|
|
2701
2270
|
},
|
|
2702
2271
|
variableFee: {
|
|
2703
|
-
enum: ['
|
|
2272
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
2704
2273
|
type: 'string'
|
|
2705
2274
|
}
|
|
2706
2275
|
},
|
|
@@ -2837,37 +2406,8 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
2837
2406
|
type: 'boolean'
|
|
2838
2407
|
},
|
|
2839
2408
|
rebateStatementPeriod: {
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
id: {
|
|
2843
|
-
type: 'string',
|
|
2844
|
-
format: 'uuid'
|
|
2845
|
-
},
|
|
2846
|
-
key: {
|
|
2847
|
-
type: 'string',
|
|
2848
|
-
nullable: true
|
|
2849
|
-
},
|
|
2850
|
-
value: {
|
|
2851
|
-
type: 'integer',
|
|
2852
|
-
format: 'int32'
|
|
2853
|
-
},
|
|
2854
|
-
displayName: {
|
|
2855
|
-
type: 'string',
|
|
2856
|
-
nullable: true
|
|
2857
|
-
},
|
|
2858
|
-
isActive: {
|
|
2859
|
-
type: 'boolean'
|
|
2860
|
-
},
|
|
2861
|
-
description: {
|
|
2862
|
-
type: 'string',
|
|
2863
|
-
nullable: true
|
|
2864
|
-
},
|
|
2865
|
-
language: {
|
|
2866
|
-
type: 'string',
|
|
2867
|
-
nullable: true
|
|
2868
|
-
}
|
|
2869
|
-
},
|
|
2870
|
-
additionalProperties: false
|
|
2409
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
2410
|
+
type: 'string'
|
|
2871
2411
|
},
|
|
2872
2412
|
contactInformationTypeId: {
|
|
2873
2413
|
type: 'string',
|
|
@@ -3033,11 +2573,11 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3033
2573
|
format: 'double'
|
|
3034
2574
|
},
|
|
3035
2575
|
refundMethod: {
|
|
3036
|
-
enum: ['
|
|
2576
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3037
2577
|
type: 'string'
|
|
3038
2578
|
},
|
|
3039
2579
|
variableFee: {
|
|
3040
|
-
enum: ['
|
|
2580
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3041
2581
|
type: 'string'
|
|
3042
2582
|
},
|
|
3043
2583
|
rebateTableHeaderId: {
|
|
@@ -3207,8 +2747,8 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingUpda
|
|
|
3207
2747
|
type: 'boolean'
|
|
3208
2748
|
},
|
|
3209
2749
|
rebateStatementPeriod: {
|
|
3210
|
-
|
|
3211
|
-
|
|
2750
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
2751
|
+
type: 'string'
|
|
3212
2752
|
},
|
|
3213
2753
|
contactInformationTypeId: {
|
|
3214
2754
|
type: 'string',
|
|
@@ -3241,11 +2781,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
|
|
|
3241
2781
|
format: 'double'
|
|
3242
2782
|
},
|
|
3243
2783
|
refundMethod: {
|
|
3244
|
-
enum: ['
|
|
2784
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3245
2785
|
type: 'string'
|
|
3246
2786
|
},
|
|
3247
2787
|
variableFee: {
|
|
3248
|
-
enum: ['
|
|
2788
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3249
2789
|
type: 'string'
|
|
3250
2790
|
}
|
|
3251
2791
|
},
|
|
@@ -3301,11 +2841,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
|
|
|
3301
2841
|
format: 'double'
|
|
3302
2842
|
},
|
|
3303
2843
|
refundMethod: {
|
|
3304
|
-
enum: ['
|
|
2844
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3305
2845
|
type: 'string'
|
|
3306
2846
|
},
|
|
3307
2847
|
variableFee: {
|
|
3308
|
-
enum: ['
|
|
2848
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3309
2849
|
type: 'string'
|
|
3310
2850
|
},
|
|
3311
2851
|
rebateTableHeaderId: {
|
|
@@ -3335,11 +2875,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
|
|
|
3335
2875
|
format: 'double'
|
|
3336
2876
|
},
|
|
3337
2877
|
refundMethod: {
|
|
3338
|
-
enum: ['
|
|
2878
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3339
2879
|
type: 'string'
|
|
3340
2880
|
},
|
|
3341
2881
|
variableFee: {
|
|
3342
|
-
enum: ['
|
|
2882
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3343
2883
|
type: 'string'
|
|
3344
2884
|
}
|
|
3345
2885
|
},
|
|
@@ -3365,11 +2905,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
|
|
|
3365
2905
|
format: 'double'
|
|
3366
2906
|
},
|
|
3367
2907
|
refundMethod: {
|
|
3368
|
-
enum: ['
|
|
2908
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3369
2909
|
type: 'string'
|
|
3370
2910
|
},
|
|
3371
2911
|
variableFee: {
|
|
3372
|
-
enum: ['
|
|
2912
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3373
2913
|
type: 'string'
|
|
3374
2914
|
}
|
|
3375
2915
|
},
|
|
@@ -3426,11 +2966,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3426
2966
|
format: 'double'
|
|
3427
2967
|
},
|
|
3428
2968
|
refundMethod: {
|
|
3429
|
-
enum: ['
|
|
2969
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3430
2970
|
type: 'string'
|
|
3431
2971
|
},
|
|
3432
2972
|
variableFee: {
|
|
3433
|
-
enum: ['
|
|
2973
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3434
2974
|
type: 'string'
|
|
3435
2975
|
}
|
|
3436
2976
|
},
|
|
@@ -3578,11 +3118,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3578
3118
|
format: 'double'
|
|
3579
3119
|
},
|
|
3580
3120
|
refundMethod: {
|
|
3581
|
-
enum: ['
|
|
3121
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3582
3122
|
type: 'string'
|
|
3583
3123
|
},
|
|
3584
3124
|
variableFee: {
|
|
3585
|
-
enum: ['
|
|
3125
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3586
3126
|
type: 'string'
|
|
3587
3127
|
},
|
|
3588
3128
|
rebateTableHeaderId: {
|
|
@@ -3708,11 +3248,11 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3708
3248
|
format: 'double'
|
|
3709
3249
|
},
|
|
3710
3250
|
refundMethod: {
|
|
3711
|
-
enum: ['
|
|
3251
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3712
3252
|
type: 'string'
|
|
3713
3253
|
},
|
|
3714
3254
|
variableFee: {
|
|
3715
|
-
enum: ['
|
|
3255
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
3716
3256
|
type: 'string'
|
|
3717
3257
|
}
|
|
3718
3258
|
},
|
|
@@ -3785,12 +3325,12 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
3785
3325
|
format: 'double'
|
|
3786
3326
|
},
|
|
3787
3327
|
feeType: {
|
|
3788
|
-
|
|
3789
|
-
|
|
3328
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
3329
|
+
type: 'string'
|
|
3790
3330
|
},
|
|
3791
3331
|
refundMethod: {
|
|
3792
|
-
|
|
3793
|
-
|
|
3332
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3333
|
+
type: 'string'
|
|
3794
3334
|
}
|
|
3795
3335
|
},
|
|
3796
3336
|
additionalProperties: false
|
|
@@ -3861,70 +3401,12 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
3861
3401
|
format: 'double'
|
|
3862
3402
|
},
|
|
3863
3403
|
feeType: {
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
id: {
|
|
3867
|
-
type: 'string',
|
|
3868
|
-
format: 'uuid'
|
|
3869
|
-
},
|
|
3870
|
-
key: {
|
|
3871
|
-
type: 'string',
|
|
3872
|
-
nullable: true
|
|
3873
|
-
},
|
|
3874
|
-
value: {
|
|
3875
|
-
type: 'integer',
|
|
3876
|
-
format: 'int32'
|
|
3877
|
-
},
|
|
3878
|
-
displayName: {
|
|
3879
|
-
type: 'string',
|
|
3880
|
-
nullable: true
|
|
3881
|
-
},
|
|
3882
|
-
isActive: {
|
|
3883
|
-
type: 'boolean'
|
|
3884
|
-
},
|
|
3885
|
-
description: {
|
|
3886
|
-
type: 'string',
|
|
3887
|
-
nullable: true
|
|
3888
|
-
},
|
|
3889
|
-
language: {
|
|
3890
|
-
type: 'string',
|
|
3891
|
-
nullable: true
|
|
3892
|
-
}
|
|
3893
|
-
},
|
|
3894
|
-
additionalProperties: false
|
|
3404
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
3405
|
+
type: 'string'
|
|
3895
3406
|
},
|
|
3896
3407
|
refundMethod: {
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
id: {
|
|
3900
|
-
type: 'string',
|
|
3901
|
-
format: 'uuid'
|
|
3902
|
-
},
|
|
3903
|
-
key: {
|
|
3904
|
-
type: 'string',
|
|
3905
|
-
nullable: true
|
|
3906
|
-
},
|
|
3907
|
-
value: {
|
|
3908
|
-
type: 'integer',
|
|
3909
|
-
format: 'int32'
|
|
3910
|
-
},
|
|
3911
|
-
displayName: {
|
|
3912
|
-
type: 'string',
|
|
3913
|
-
nullable: true
|
|
3914
|
-
},
|
|
3915
|
-
isActive: {
|
|
3916
|
-
type: 'boolean'
|
|
3917
|
-
},
|
|
3918
|
-
description: {
|
|
3919
|
-
type: 'string',
|
|
3920
|
-
nullable: true
|
|
3921
|
-
},
|
|
3922
|
-
language: {
|
|
3923
|
-
type: 'string',
|
|
3924
|
-
nullable: true
|
|
3925
|
-
}
|
|
3926
|
-
},
|
|
3927
|
-
additionalProperties: false
|
|
3408
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3409
|
+
type: 'string'
|
|
3928
3410
|
},
|
|
3929
3411
|
refundFeeHeaderId: {
|
|
3930
3412
|
type: 'string',
|
|
@@ -3969,12 +3451,12 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
3969
3451
|
format: 'double'
|
|
3970
3452
|
},
|
|
3971
3453
|
feeType: {
|
|
3972
|
-
|
|
3973
|
-
|
|
3454
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
3455
|
+
type: 'string'
|
|
3974
3456
|
},
|
|
3975
3457
|
refundMethod: {
|
|
3976
|
-
|
|
3977
|
-
|
|
3458
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3459
|
+
type: 'string'
|
|
3978
3460
|
}
|
|
3979
3461
|
},
|
|
3980
3462
|
additionalProperties: false
|
|
@@ -4133,70 +3615,12 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4133
3615
|
format: 'double'
|
|
4134
3616
|
},
|
|
4135
3617
|
feeType: {
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
id: {
|
|
4139
|
-
type: 'string',
|
|
4140
|
-
format: 'uuid'
|
|
4141
|
-
},
|
|
4142
|
-
key: {
|
|
4143
|
-
type: 'string',
|
|
4144
|
-
nullable: true
|
|
4145
|
-
},
|
|
4146
|
-
value: {
|
|
4147
|
-
type: 'integer',
|
|
4148
|
-
format: 'int32'
|
|
4149
|
-
},
|
|
4150
|
-
displayName: {
|
|
4151
|
-
type: 'string',
|
|
4152
|
-
nullable: true
|
|
4153
|
-
},
|
|
4154
|
-
isActive: {
|
|
4155
|
-
type: 'boolean'
|
|
4156
|
-
},
|
|
4157
|
-
description: {
|
|
4158
|
-
type: 'string',
|
|
4159
|
-
nullable: true
|
|
4160
|
-
},
|
|
4161
|
-
language: {
|
|
4162
|
-
type: 'string',
|
|
4163
|
-
nullable: true
|
|
4164
|
-
}
|
|
4165
|
-
},
|
|
4166
|
-
additionalProperties: false
|
|
3618
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
3619
|
+
type: 'string'
|
|
4167
3620
|
},
|
|
4168
3621
|
refundMethod: {
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
id: {
|
|
4172
|
-
type: 'string',
|
|
4173
|
-
format: 'uuid'
|
|
4174
|
-
},
|
|
4175
|
-
key: {
|
|
4176
|
-
type: 'string',
|
|
4177
|
-
nullable: true
|
|
4178
|
-
},
|
|
4179
|
-
value: {
|
|
4180
|
-
type: 'integer',
|
|
4181
|
-
format: 'int32'
|
|
4182
|
-
},
|
|
4183
|
-
displayName: {
|
|
4184
|
-
type: 'string',
|
|
4185
|
-
nullable: true
|
|
4186
|
-
},
|
|
4187
|
-
isActive: {
|
|
4188
|
-
type: 'boolean'
|
|
4189
|
-
},
|
|
4190
|
-
description: {
|
|
4191
|
-
type: 'string',
|
|
4192
|
-
nullable: true
|
|
4193
|
-
},
|
|
4194
|
-
language: {
|
|
4195
|
-
type: 'string',
|
|
4196
|
-
nullable: true
|
|
4197
|
-
}
|
|
4198
|
-
},
|
|
4199
|
-
additionalProperties: false
|
|
3622
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
3623
|
+
type: 'string'
|
|
4200
3624
|
},
|
|
4201
3625
|
refundFeeHeaderId: {
|
|
4202
3626
|
type: 'string',
|
|
@@ -4581,160 +4005,6 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4581
4005
|
additionalProperties: false
|
|
4582
4006
|
} as const;
|
|
4583
4007
|
|
|
4584
|
-
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AyasofYazilim_Enum_EnumTypes_EnumTypeDto__AyasofYazilim_Enum_Application_Contracts__Version_0_1_5_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
4585
|
-
type: 'object',
|
|
4586
|
-
properties: {
|
|
4587
|
-
items: {
|
|
4588
|
-
type: 'array',
|
|
4589
|
-
items: {
|
|
4590
|
-
type: 'object',
|
|
4591
|
-
properties: {
|
|
4592
|
-
id: {
|
|
4593
|
-
type: 'string',
|
|
4594
|
-
nullable: true
|
|
4595
|
-
},
|
|
4596
|
-
creationTime: {
|
|
4597
|
-
type: 'string',
|
|
4598
|
-
format: 'date-time'
|
|
4599
|
-
},
|
|
4600
|
-
creatorId: {
|
|
4601
|
-
type: 'string',
|
|
4602
|
-
format: 'uuid',
|
|
4603
|
-
nullable: true
|
|
4604
|
-
},
|
|
4605
|
-
lastModificationTime: {
|
|
4606
|
-
type: 'string',
|
|
4607
|
-
format: 'date-time',
|
|
4608
|
-
nullable: true
|
|
4609
|
-
},
|
|
4610
|
-
lastModifierId: {
|
|
4611
|
-
type: 'string',
|
|
4612
|
-
format: 'uuid',
|
|
4613
|
-
nullable: true
|
|
4614
|
-
},
|
|
4615
|
-
isDeleted: {
|
|
4616
|
-
type: 'boolean'
|
|
4617
|
-
},
|
|
4618
|
-
deleterId: {
|
|
4619
|
-
type: 'string',
|
|
4620
|
-
format: 'uuid',
|
|
4621
|
-
nullable: true
|
|
4622
|
-
},
|
|
4623
|
-
deletionTime: {
|
|
4624
|
-
type: 'string',
|
|
4625
|
-
format: 'date-time',
|
|
4626
|
-
nullable: true
|
|
4627
|
-
},
|
|
4628
|
-
displayName: {
|
|
4629
|
-
type: 'string',
|
|
4630
|
-
nullable: true
|
|
4631
|
-
},
|
|
4632
|
-
description: {
|
|
4633
|
-
type: 'string',
|
|
4634
|
-
nullable: true
|
|
4635
|
-
},
|
|
4636
|
-
enumTables: {
|
|
4637
|
-
type: 'array',
|
|
4638
|
-
items: {
|
|
4639
|
-
type: 'object',
|
|
4640
|
-
properties: {
|
|
4641
|
-
id: {
|
|
4642
|
-
type: 'string',
|
|
4643
|
-
format: 'uuid'
|
|
4644
|
-
},
|
|
4645
|
-
key: {
|
|
4646
|
-
type: 'string',
|
|
4647
|
-
nullable: true
|
|
4648
|
-
},
|
|
4649
|
-
value: {
|
|
4650
|
-
type: 'integer',
|
|
4651
|
-
format: 'int32'
|
|
4652
|
-
},
|
|
4653
|
-
displayName: {
|
|
4654
|
-
type: 'string',
|
|
4655
|
-
nullable: true
|
|
4656
|
-
},
|
|
4657
|
-
isActive: {
|
|
4658
|
-
type: 'boolean'
|
|
4659
|
-
},
|
|
4660
|
-
description: {
|
|
4661
|
-
type: 'string',
|
|
4662
|
-
nullable: true
|
|
4663
|
-
},
|
|
4664
|
-
language: {
|
|
4665
|
-
type: 'string',
|
|
4666
|
-
nullable: true
|
|
4667
|
-
}
|
|
4668
|
-
},
|
|
4669
|
-
additionalProperties: false
|
|
4670
|
-
},
|
|
4671
|
-
nullable: true
|
|
4672
|
-
},
|
|
4673
|
-
language: {
|
|
4674
|
-
type: 'string',
|
|
4675
|
-
nullable: true
|
|
4676
|
-
}
|
|
4677
|
-
},
|
|
4678
|
-
additionalProperties: false
|
|
4679
|
-
},
|
|
4680
|
-
nullable: true
|
|
4681
|
-
},
|
|
4682
|
-
totalCount: {
|
|
4683
|
-
type: 'integer',
|
|
4684
|
-
format: 'int64'
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
additionalProperties: false
|
|
4688
|
-
} as const;
|
|
4689
|
-
|
|
4690
|
-
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AyasofYazilim_Enum_Enums_EnumDto__AyasofYazilim_Enum_Application_Contracts__Version_0_1_5_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
4691
|
-
type: 'object',
|
|
4692
|
-
properties: {
|
|
4693
|
-
items: {
|
|
4694
|
-
type: 'array',
|
|
4695
|
-
items: {
|
|
4696
|
-
type: 'object',
|
|
4697
|
-
properties: {
|
|
4698
|
-
id: {
|
|
4699
|
-
type: 'string',
|
|
4700
|
-
format: 'uuid'
|
|
4701
|
-
},
|
|
4702
|
-
key: {
|
|
4703
|
-
type: 'string',
|
|
4704
|
-
nullable: true
|
|
4705
|
-
},
|
|
4706
|
-
value: {
|
|
4707
|
-
type: 'integer',
|
|
4708
|
-
format: 'int32'
|
|
4709
|
-
},
|
|
4710
|
-
displayName: {
|
|
4711
|
-
type: 'string',
|
|
4712
|
-
nullable: true
|
|
4713
|
-
},
|
|
4714
|
-
isActive: {
|
|
4715
|
-
type: 'boolean'
|
|
4716
|
-
},
|
|
4717
|
-
description: {
|
|
4718
|
-
type: 'string',
|
|
4719
|
-
nullable: true
|
|
4720
|
-
},
|
|
4721
|
-
language: {
|
|
4722
|
-
type: 'string',
|
|
4723
|
-
nullable: true
|
|
4724
|
-
}
|
|
4725
|
-
},
|
|
4726
|
-
additionalProperties: false
|
|
4727
|
-
},
|
|
4728
|
-
nullable: true
|
|
4729
|
-
},
|
|
4730
|
-
totalCount: {
|
|
4731
|
-
type: 'integer',
|
|
4732
|
-
format: 'int64'
|
|
4733
|
-
}
|
|
4734
|
-
},
|
|
4735
|
-
additionalProperties: false
|
|
4736
|
-
} as const;
|
|
4737
|
-
|
|
4738
4008
|
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto__UniRefund_ContractService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
4739
4009
|
type: 'object',
|
|
4740
4010
|
properties: {
|
|
@@ -4836,37 +4106,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
4836
4106
|
type: 'boolean'
|
|
4837
4107
|
},
|
|
4838
4108
|
rebateStatementPeriod: {
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
id: {
|
|
4842
|
-
type: 'string',
|
|
4843
|
-
format: 'uuid'
|
|
4844
|
-
},
|
|
4845
|
-
key: {
|
|
4846
|
-
type: 'string',
|
|
4847
|
-
nullable: true
|
|
4848
|
-
},
|
|
4849
|
-
value: {
|
|
4850
|
-
type: 'integer',
|
|
4851
|
-
format: 'int32'
|
|
4852
|
-
},
|
|
4853
|
-
displayName: {
|
|
4854
|
-
type: 'string',
|
|
4855
|
-
nullable: true
|
|
4856
|
-
},
|
|
4857
|
-
isActive: {
|
|
4858
|
-
type: 'boolean'
|
|
4859
|
-
},
|
|
4860
|
-
description: {
|
|
4861
|
-
type: 'string',
|
|
4862
|
-
nullable: true
|
|
4863
|
-
},
|
|
4864
|
-
language: {
|
|
4865
|
-
type: 'string',
|
|
4866
|
-
nullable: true
|
|
4867
|
-
}
|
|
4868
|
-
},
|
|
4869
|
-
additionalProperties: false
|
|
4109
|
+
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
4110
|
+
type: 'string'
|
|
4870
4111
|
},
|
|
4871
4112
|
contactInformationTypeId: {
|
|
4872
4113
|
type: 'string',
|
|
@@ -5032,11 +4273,11 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5032
4273
|
format: 'double'
|
|
5033
4274
|
},
|
|
5034
4275
|
refundMethod: {
|
|
5035
|
-
enum: ['
|
|
4276
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
5036
4277
|
type: 'string'
|
|
5037
4278
|
},
|
|
5038
4279
|
variableFee: {
|
|
5039
|
-
enum: ['
|
|
4280
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
5040
4281
|
type: 'string'
|
|
5041
4282
|
},
|
|
5042
4283
|
rebateTableHeaderId: {
|
|
@@ -5420,37 +4661,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5420
4661
|
format: 'int32'
|
|
5421
4662
|
},
|
|
5422
4663
|
invoicingFrequency: {
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
id: {
|
|
5426
|
-
type: 'string',
|
|
5427
|
-
format: 'uuid'
|
|
5428
|
-
},
|
|
5429
|
-
key: {
|
|
5430
|
-
type: 'string',
|
|
5431
|
-
nullable: true
|
|
5432
|
-
},
|
|
5433
|
-
value: {
|
|
5434
|
-
type: 'integer',
|
|
5435
|
-
format: 'int32'
|
|
5436
|
-
},
|
|
5437
|
-
displayName: {
|
|
5438
|
-
type: 'string',
|
|
5439
|
-
nullable: true
|
|
5440
|
-
},
|
|
5441
|
-
isActive: {
|
|
5442
|
-
type: 'boolean'
|
|
5443
|
-
},
|
|
5444
|
-
description: {
|
|
5445
|
-
type: 'string',
|
|
5446
|
-
nullable: true
|
|
5447
|
-
},
|
|
5448
|
-
language: {
|
|
5449
|
-
type: 'string',
|
|
5450
|
-
nullable: true
|
|
5451
|
-
}
|
|
5452
|
-
},
|
|
5453
|
-
additionalProperties: false
|
|
4664
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
4665
|
+
type: 'string'
|
|
5454
4666
|
},
|
|
5455
4667
|
termOfPayment: {
|
|
5456
4668
|
type: 'integer',
|
|
@@ -5467,73 +4679,15 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5467
4679
|
format: 'uuid'
|
|
5468
4680
|
},
|
|
5469
4681
|
invoiceChannel: {
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
id: {
|
|
5473
|
-
type: 'string',
|
|
5474
|
-
format: 'uuid'
|
|
5475
|
-
},
|
|
5476
|
-
key: {
|
|
5477
|
-
type: 'string',
|
|
5478
|
-
nullable: true
|
|
5479
|
-
},
|
|
5480
|
-
value: {
|
|
5481
|
-
type: 'integer',
|
|
5482
|
-
format: 'int32'
|
|
5483
|
-
},
|
|
5484
|
-
displayName: {
|
|
5485
|
-
type: 'string',
|
|
5486
|
-
nullable: true
|
|
5487
|
-
},
|
|
5488
|
-
isActive: {
|
|
5489
|
-
type: 'boolean'
|
|
5490
|
-
},
|
|
5491
|
-
description: {
|
|
5492
|
-
type: 'string',
|
|
5493
|
-
nullable: true
|
|
5494
|
-
},
|
|
5495
|
-
language: {
|
|
5496
|
-
type: 'string',
|
|
5497
|
-
nullable: true
|
|
5498
|
-
}
|
|
5499
|
-
},
|
|
5500
|
-
additionalProperties: false
|
|
4682
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
4683
|
+
type: 'string'
|
|
5501
4684
|
},
|
|
5502
4685
|
eTaxFree: {
|
|
5503
4686
|
type: 'boolean'
|
|
5504
4687
|
},
|
|
5505
4688
|
receiptType: {
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
id: {
|
|
5509
|
-
type: 'string',
|
|
5510
|
-
format: 'uuid'
|
|
5511
|
-
},
|
|
5512
|
-
key: {
|
|
5513
|
-
type: 'string',
|
|
5514
|
-
nullable: true
|
|
5515
|
-
},
|
|
5516
|
-
value: {
|
|
5517
|
-
type: 'integer',
|
|
5518
|
-
format: 'int32'
|
|
5519
|
-
},
|
|
5520
|
-
displayName: {
|
|
5521
|
-
type: 'string',
|
|
5522
|
-
nullable: true
|
|
5523
|
-
},
|
|
5524
|
-
isActive: {
|
|
5525
|
-
type: 'boolean'
|
|
5526
|
-
},
|
|
5527
|
-
description: {
|
|
5528
|
-
type: 'string',
|
|
5529
|
-
nullable: true
|
|
5530
|
-
},
|
|
5531
|
-
language: {
|
|
5532
|
-
type: 'string',
|
|
5533
|
-
nullable: true
|
|
5534
|
-
}
|
|
5535
|
-
},
|
|
5536
|
-
additionalProperties: false
|
|
4689
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
4690
|
+
type: 'string'
|
|
5537
4691
|
},
|
|
5538
4692
|
crossTaxFreeForm: {
|
|
5539
4693
|
type: 'boolean'
|
|
@@ -5601,37 +4755,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5601
4755
|
format: 'uuid'
|
|
5602
4756
|
},
|
|
5603
4757
|
receiptType: {
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
id: {
|
|
5607
|
-
type: 'string',
|
|
5608
|
-
format: 'uuid'
|
|
5609
|
-
},
|
|
5610
|
-
key: {
|
|
5611
|
-
type: 'string',
|
|
5612
|
-
nullable: true
|
|
5613
|
-
},
|
|
5614
|
-
value: {
|
|
5615
|
-
type: 'integer',
|
|
5616
|
-
format: 'int32'
|
|
5617
|
-
},
|
|
5618
|
-
displayName: {
|
|
5619
|
-
type: 'string',
|
|
5620
|
-
nullable: true
|
|
5621
|
-
},
|
|
5622
|
-
isActive: {
|
|
5623
|
-
type: 'boolean'
|
|
5624
|
-
},
|
|
5625
|
-
description: {
|
|
5626
|
-
type: 'string',
|
|
5627
|
-
nullable: true
|
|
5628
|
-
},
|
|
5629
|
-
language: {
|
|
5630
|
-
type: 'string',
|
|
5631
|
-
nullable: true
|
|
5632
|
-
}
|
|
5633
|
-
},
|
|
5634
|
-
additionalProperties: false
|
|
4758
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
4759
|
+
type: 'string'
|
|
5635
4760
|
}
|
|
5636
4761
|
},
|
|
5637
4762
|
additionalProperties: false
|
|
@@ -5713,37 +4838,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5713
4838
|
format: 'int32'
|
|
5714
4839
|
},
|
|
5715
4840
|
invoicingFrequency: {
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
id: {
|
|
5719
|
-
type: 'string',
|
|
5720
|
-
format: 'uuid'
|
|
5721
|
-
},
|
|
5722
|
-
key: {
|
|
5723
|
-
type: 'string',
|
|
5724
|
-
nullable: true
|
|
5725
|
-
},
|
|
5726
|
-
value: {
|
|
5727
|
-
type: 'integer',
|
|
5728
|
-
format: 'int32'
|
|
5729
|
-
},
|
|
5730
|
-
displayName: {
|
|
5731
|
-
type: 'string',
|
|
5732
|
-
nullable: true
|
|
5733
|
-
},
|
|
5734
|
-
isActive: {
|
|
5735
|
-
type: 'boolean'
|
|
5736
|
-
},
|
|
5737
|
-
description: {
|
|
5738
|
-
type: 'string',
|
|
5739
|
-
nullable: true
|
|
5740
|
-
},
|
|
5741
|
-
language: {
|
|
5742
|
-
type: 'string',
|
|
5743
|
-
nullable: true
|
|
5744
|
-
}
|
|
5745
|
-
},
|
|
5746
|
-
additionalProperties: false
|
|
4841
|
+
enum: ['OneTimePerMonth', 'TwoTimesPerMonth'],
|
|
4842
|
+
type: 'string'
|
|
5747
4843
|
},
|
|
5748
4844
|
termOfPayment: {
|
|
5749
4845
|
type: 'integer',
|
|
@@ -5760,73 +4856,15 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5760
4856
|
format: 'uuid'
|
|
5761
4857
|
},
|
|
5762
4858
|
invoiceChannel: {
|
|
5763
|
-
|
|
5764
|
-
|
|
5765
|
-
id: {
|
|
5766
|
-
type: 'string',
|
|
5767
|
-
format: 'uuid'
|
|
5768
|
-
},
|
|
5769
|
-
key: {
|
|
5770
|
-
type: 'string',
|
|
5771
|
-
nullable: true
|
|
5772
|
-
},
|
|
5773
|
-
value: {
|
|
5774
|
-
type: 'integer',
|
|
5775
|
-
format: 'int32'
|
|
5776
|
-
},
|
|
5777
|
-
displayName: {
|
|
5778
|
-
type: 'string',
|
|
5779
|
-
nullable: true
|
|
5780
|
-
},
|
|
5781
|
-
isActive: {
|
|
5782
|
-
type: 'boolean'
|
|
5783
|
-
},
|
|
5784
|
-
description: {
|
|
5785
|
-
type: 'string',
|
|
5786
|
-
nullable: true
|
|
5787
|
-
},
|
|
5788
|
-
language: {
|
|
5789
|
-
type: 'string',
|
|
5790
|
-
nullable: true
|
|
5791
|
-
}
|
|
5792
|
-
},
|
|
5793
|
-
additionalProperties: false
|
|
4859
|
+
enum: ['ElectronicInvoice', 'Email', 'PaperInvoice'],
|
|
4860
|
+
type: 'string'
|
|
5794
4861
|
},
|
|
5795
4862
|
eTaxFree: {
|
|
5796
4863
|
type: 'boolean'
|
|
5797
4864
|
},
|
|
5798
4865
|
receiptType: {
|
|
5799
|
-
|
|
5800
|
-
|
|
5801
|
-
id: {
|
|
5802
|
-
type: 'string',
|
|
5803
|
-
format: 'uuid'
|
|
5804
|
-
},
|
|
5805
|
-
key: {
|
|
5806
|
-
type: 'string',
|
|
5807
|
-
nullable: true
|
|
5808
|
-
},
|
|
5809
|
-
value: {
|
|
5810
|
-
type: 'integer',
|
|
5811
|
-
format: 'int32'
|
|
5812
|
-
},
|
|
5813
|
-
displayName: {
|
|
5814
|
-
type: 'string',
|
|
5815
|
-
nullable: true
|
|
5816
|
-
},
|
|
5817
|
-
isActive: {
|
|
5818
|
-
type: 'boolean'
|
|
5819
|
-
},
|
|
5820
|
-
description: {
|
|
5821
|
-
type: 'string',
|
|
5822
|
-
nullable: true
|
|
5823
|
-
},
|
|
5824
|
-
language: {
|
|
5825
|
-
type: 'string',
|
|
5826
|
-
nullable: true
|
|
5827
|
-
}
|
|
5828
|
-
},
|
|
5829
|
-
additionalProperties: false
|
|
4866
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
4867
|
+
type: 'string'
|
|
5830
4868
|
},
|
|
5831
4869
|
crossTaxFreeForm: {
|
|
5832
4870
|
type: 'boolean'
|
|
@@ -5894,37 +4932,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5894
4932
|
format: 'uuid'
|
|
5895
4933
|
},
|
|
5896
4934
|
receiptType: {
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
id: {
|
|
5900
|
-
type: 'string',
|
|
5901
|
-
format: 'uuid'
|
|
5902
|
-
},
|
|
5903
|
-
key: {
|
|
5904
|
-
type: 'string',
|
|
5905
|
-
nullable: true
|
|
5906
|
-
},
|
|
5907
|
-
value: {
|
|
5908
|
-
type: 'integer',
|
|
5909
|
-
format: 'int32'
|
|
5910
|
-
},
|
|
5911
|
-
displayName: {
|
|
5912
|
-
type: 'string',
|
|
5913
|
-
nullable: true
|
|
5914
|
-
},
|
|
5915
|
-
isActive: {
|
|
5916
|
-
type: 'boolean'
|
|
5917
|
-
},
|
|
5918
|
-
description: {
|
|
5919
|
-
type: 'string',
|
|
5920
|
-
nullable: true
|
|
5921
|
-
},
|
|
5922
|
-
language: {
|
|
5923
|
-
type: 'string',
|
|
5924
|
-
nullable: true
|
|
5925
|
-
}
|
|
5926
|
-
},
|
|
5927
|
-
additionalProperties: false
|
|
4935
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
4936
|
+
type: 'string'
|
|
5928
4937
|
}
|
|
5929
4938
|
},
|
|
5930
4939
|
additionalProperties: false
|
|
@@ -5994,37 +5003,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5994
5003
|
format: 'uuid'
|
|
5995
5004
|
},
|
|
5996
5005
|
receiptType: {
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
id: {
|
|
6000
|
-
type: 'string',
|
|
6001
|
-
format: 'uuid'
|
|
6002
|
-
},
|
|
6003
|
-
key: {
|
|
6004
|
-
type: 'string',
|
|
6005
|
-
nullable: true
|
|
6006
|
-
},
|
|
6007
|
-
value: {
|
|
6008
|
-
type: 'integer',
|
|
6009
|
-
format: 'int32'
|
|
6010
|
-
},
|
|
6011
|
-
displayName: {
|
|
6012
|
-
type: 'string',
|
|
6013
|
-
nullable: true
|
|
6014
|
-
},
|
|
6015
|
-
isActive: {
|
|
6016
|
-
type: 'boolean'
|
|
6017
|
-
},
|
|
6018
|
-
description: {
|
|
6019
|
-
type: 'string',
|
|
6020
|
-
nullable: true
|
|
6021
|
-
},
|
|
6022
|
-
language: {
|
|
6023
|
-
type: 'string',
|
|
6024
|
-
nullable: true
|
|
6025
|
-
}
|
|
6026
|
-
},
|
|
6027
|
-
additionalProperties: false
|
|
5006
|
+
enum: ['NoBarcodeNumber', 'NoBarcodeText', 'Barcode', 'QRCodeIntegration', 'UniRefundVoucherIntegration'],
|
|
5007
|
+
type: 'string'
|
|
6028
5008
|
}
|
|
6029
5009
|
},
|
|
6030
5010
|
additionalProperties: false
|
|
@@ -6172,11 +5152,11 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6172
5152
|
format: 'double'
|
|
6173
5153
|
},
|
|
6174
5154
|
refundMethod: {
|
|
6175
|
-
enum: ['
|
|
5155
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
6176
5156
|
type: 'string'
|
|
6177
5157
|
},
|
|
6178
5158
|
variableFee: {
|
|
6179
|
-
enum: ['
|
|
5159
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
6180
5160
|
type: 'string'
|
|
6181
5161
|
},
|
|
6182
5162
|
rebateTableHeaderId: {
|
|
@@ -6311,11 +5291,11 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6311
5291
|
format: 'double'
|
|
6312
5292
|
},
|
|
6313
5293
|
refundMethod: {
|
|
6314
|
-
enum: ['
|
|
5294
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
6315
5295
|
type: 'string'
|
|
6316
5296
|
},
|
|
6317
5297
|
variableFee: {
|
|
6318
|
-
enum: ['
|
|
5298
|
+
enum: ['PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
|
|
6319
5299
|
type: 'string'
|
|
6320
5300
|
},
|
|
6321
5301
|
rebateTableHeaderId: {
|
|
@@ -6528,70 +5508,12 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6528
5508
|
format: 'double'
|
|
6529
5509
|
},
|
|
6530
5510
|
feeType: {
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
id: {
|
|
6534
|
-
type: 'string',
|
|
6535
|
-
format: 'uuid'
|
|
6536
|
-
},
|
|
6537
|
-
key: {
|
|
6538
|
-
type: 'string',
|
|
6539
|
-
nullable: true
|
|
6540
|
-
},
|
|
6541
|
-
value: {
|
|
6542
|
-
type: 'integer',
|
|
6543
|
-
format: 'int32'
|
|
6544
|
-
},
|
|
6545
|
-
displayName: {
|
|
6546
|
-
type: 'string',
|
|
6547
|
-
nullable: true
|
|
6548
|
-
},
|
|
6549
|
-
isActive: {
|
|
6550
|
-
type: 'boolean'
|
|
6551
|
-
},
|
|
6552
|
-
description: {
|
|
6553
|
-
type: 'string',
|
|
6554
|
-
nullable: true
|
|
6555
|
-
},
|
|
6556
|
-
language: {
|
|
6557
|
-
type: 'string',
|
|
6558
|
-
nullable: true
|
|
6559
|
-
}
|
|
6560
|
-
},
|
|
6561
|
-
additionalProperties: false
|
|
5511
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
5512
|
+
type: 'string'
|
|
6562
5513
|
},
|
|
6563
5514
|
refundMethod: {
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
id: {
|
|
6567
|
-
type: 'string',
|
|
6568
|
-
format: 'uuid'
|
|
6569
|
-
},
|
|
6570
|
-
key: {
|
|
6571
|
-
type: 'string',
|
|
6572
|
-
nullable: true
|
|
6573
|
-
},
|
|
6574
|
-
value: {
|
|
6575
|
-
type: 'integer',
|
|
6576
|
-
format: 'int32'
|
|
6577
|
-
},
|
|
6578
|
-
displayName: {
|
|
6579
|
-
type: 'string',
|
|
6580
|
-
nullable: true
|
|
6581
|
-
},
|
|
6582
|
-
isActive: {
|
|
6583
|
-
type: 'boolean'
|
|
6584
|
-
},
|
|
6585
|
-
description: {
|
|
6586
|
-
type: 'string',
|
|
6587
|
-
nullable: true
|
|
6588
|
-
},
|
|
6589
|
-
language: {
|
|
6590
|
-
type: 'string',
|
|
6591
|
-
nullable: true
|
|
6592
|
-
}
|
|
6593
|
-
},
|
|
6594
|
-
additionalProperties: false
|
|
5515
|
+
enum: ['All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
|
|
5516
|
+
type: 'string'
|
|
6595
5517
|
},
|
|
6596
5518
|
refundFeeHeaderId: {
|
|
6597
5519
|
type: 'string',
|