@ayasofyazilim/saas 0.0.142 → 0.0.143
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/ContractService/schemas.gen.ts +57 -191
- package/ContractService/types.gen.ts +9 -21
- package/package.json +1 -1
|
@@ -878,6 +878,10 @@ export const $PagedResultDto_RebateTableHeaderListDto = {
|
|
|
878
878
|
format: 'uuid',
|
|
879
879
|
nullable: true
|
|
880
880
|
},
|
|
881
|
+
merchantName: {
|
|
882
|
+
type: 'string',
|
|
883
|
+
nullable: true
|
|
884
|
+
},
|
|
881
885
|
sourceTemplateId: {
|
|
882
886
|
type: 'string',
|
|
883
887
|
format: 'uuid',
|
|
@@ -967,6 +971,10 @@ export const $PagedResultDto_RefundFeeHeaderListDto = {
|
|
|
967
971
|
format: 'uuid',
|
|
968
972
|
nullable: true
|
|
969
973
|
},
|
|
974
|
+
refundPointName: {
|
|
975
|
+
type: 'string',
|
|
976
|
+
nullable: true
|
|
977
|
+
},
|
|
970
978
|
sourceTemplateId: {
|
|
971
979
|
type: 'string',
|
|
972
980
|
format: 'uuid',
|
|
@@ -1059,6 +1067,10 @@ export const $PagedResultDto_RefundTableHeaderListDto = {
|
|
|
1059
1067
|
format: 'uuid',
|
|
1060
1068
|
nullable: true
|
|
1061
1069
|
},
|
|
1070
|
+
merchantName: {
|
|
1071
|
+
type: 'string',
|
|
1072
|
+
nullable: true
|
|
1073
|
+
},
|
|
1062
1074
|
sourceTemplateId: {
|
|
1063
1075
|
type: 'string',
|
|
1064
1076
|
format: 'uuid',
|
|
@@ -2446,6 +2458,11 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2446
2458
|
type: 'number',
|
|
2447
2459
|
format: 'double',
|
|
2448
2460
|
nullable: true
|
|
2461
|
+
},
|
|
2462
|
+
earlyRefundFee: {
|
|
2463
|
+
type: 'number',
|
|
2464
|
+
format: 'double',
|
|
2465
|
+
nullable: true
|
|
2449
2466
|
}
|
|
2450
2467
|
},
|
|
2451
2468
|
additionalProperties: false
|
|
@@ -2499,6 +2516,11 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2499
2516
|
type: 'number',
|
|
2500
2517
|
format: 'double',
|
|
2501
2518
|
nullable: true
|
|
2519
|
+
},
|
|
2520
|
+
earlyRefundFee: {
|
|
2521
|
+
type: 'number',
|
|
2522
|
+
format: 'double',
|
|
2523
|
+
nullable: true
|
|
2502
2524
|
}
|
|
2503
2525
|
},
|
|
2504
2526
|
additionalProperties: false
|
|
@@ -2919,7 +2941,7 @@ export const $UniRefund_ContractService_Enums_ContractType = {
|
|
|
2919
2941
|
} as const;
|
|
2920
2942
|
|
|
2921
2943
|
export const $UniRefund_ContractService_Enums_FeeType = {
|
|
2922
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
2944
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
2923
2945
|
type: 'string'
|
|
2924
2946
|
} as const;
|
|
2925
2947
|
|
|
@@ -2966,38 +2988,6 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
2966
2988
|
type: 'string',
|
|
2967
2989
|
format: 'uuid'
|
|
2968
2990
|
},
|
|
2969
|
-
creationTime: {
|
|
2970
|
-
type: 'string',
|
|
2971
|
-
format: 'date-time'
|
|
2972
|
-
},
|
|
2973
|
-
creatorId: {
|
|
2974
|
-
type: 'string',
|
|
2975
|
-
format: 'uuid',
|
|
2976
|
-
nullable: true
|
|
2977
|
-
},
|
|
2978
|
-
lastModificationTime: {
|
|
2979
|
-
type: 'string',
|
|
2980
|
-
format: 'date-time',
|
|
2981
|
-
nullable: true
|
|
2982
|
-
},
|
|
2983
|
-
lastModifierId: {
|
|
2984
|
-
type: 'string',
|
|
2985
|
-
format: 'uuid',
|
|
2986
|
-
nullable: true
|
|
2987
|
-
},
|
|
2988
|
-
isDeleted: {
|
|
2989
|
-
type: 'boolean'
|
|
2990
|
-
},
|
|
2991
|
-
deleterId: {
|
|
2992
|
-
type: 'string',
|
|
2993
|
-
format: 'uuid',
|
|
2994
|
-
nullable: true
|
|
2995
|
-
},
|
|
2996
|
-
deletionTime: {
|
|
2997
|
-
type: 'string',
|
|
2998
|
-
format: 'date-time',
|
|
2999
|
-
nullable: true
|
|
3000
|
-
},
|
|
3001
2991
|
amount: {
|
|
3002
2992
|
type: 'number',
|
|
3003
2993
|
format: 'double'
|
|
@@ -3011,10 +3001,6 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
3011
3001
|
format: 'date-time',
|
|
3012
3002
|
nullable: true
|
|
3013
3003
|
},
|
|
3014
|
-
rebateSettingId: {
|
|
3015
|
-
type: 'string',
|
|
3016
|
-
format: 'uuid'
|
|
3017
|
-
},
|
|
3018
3004
|
appliedOrganizationId: {
|
|
3019
3005
|
type: 'string',
|
|
3020
3006
|
format: 'uuid',
|
|
@@ -3281,38 +3267,6 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3281
3267
|
type: 'string',
|
|
3282
3268
|
format: 'uuid'
|
|
3283
3269
|
},
|
|
3284
|
-
creationTime: {
|
|
3285
|
-
type: 'string',
|
|
3286
|
-
format: 'date-time'
|
|
3287
|
-
},
|
|
3288
|
-
creatorId: {
|
|
3289
|
-
type: 'string',
|
|
3290
|
-
format: 'uuid',
|
|
3291
|
-
nullable: true
|
|
3292
|
-
},
|
|
3293
|
-
lastModificationTime: {
|
|
3294
|
-
type: 'string',
|
|
3295
|
-
format: 'date-time',
|
|
3296
|
-
nullable: true
|
|
3297
|
-
},
|
|
3298
|
-
lastModifierId: {
|
|
3299
|
-
type: 'string',
|
|
3300
|
-
format: 'uuid',
|
|
3301
|
-
nullable: true
|
|
3302
|
-
},
|
|
3303
|
-
isDeleted: {
|
|
3304
|
-
type: 'boolean'
|
|
3305
|
-
},
|
|
3306
|
-
deleterId: {
|
|
3307
|
-
type: 'string',
|
|
3308
|
-
format: 'uuid',
|
|
3309
|
-
nullable: true
|
|
3310
|
-
},
|
|
3311
|
-
deletionTime: {
|
|
3312
|
-
type: 'string',
|
|
3313
|
-
format: 'date-time',
|
|
3314
|
-
nullable: true
|
|
3315
|
-
},
|
|
3316
3270
|
amount: {
|
|
3317
3271
|
type: 'number',
|
|
3318
3272
|
format: 'double'
|
|
@@ -3326,10 +3280,6 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3326
3280
|
format: 'date-time',
|
|
3327
3281
|
nullable: true
|
|
3328
3282
|
},
|
|
3329
|
-
rebateSettingId: {
|
|
3330
|
-
type: 'string',
|
|
3331
|
-
format: 'uuid'
|
|
3332
|
-
},
|
|
3333
3283
|
appliedOrganizationId: {
|
|
3334
3284
|
type: 'string',
|
|
3335
3285
|
format: 'uuid',
|
|
@@ -3718,6 +3668,10 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3718
3668
|
format: 'uuid',
|
|
3719
3669
|
nullable: true
|
|
3720
3670
|
},
|
|
3671
|
+
merchantName: {
|
|
3672
|
+
type: 'string',
|
|
3673
|
+
nullable: true
|
|
3674
|
+
},
|
|
3721
3675
|
sourceTemplateId: {
|
|
3722
3676
|
type: 'string',
|
|
3723
3677
|
format: 'uuid',
|
|
@@ -3939,6 +3893,10 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3939
3893
|
format: 'uuid',
|
|
3940
3894
|
nullable: true
|
|
3941
3895
|
},
|
|
3896
|
+
merchantName: {
|
|
3897
|
+
type: 'string',
|
|
3898
|
+
nullable: true
|
|
3899
|
+
},
|
|
3942
3900
|
sourceTemplateId: {
|
|
3943
3901
|
type: 'string',
|
|
3944
3902
|
format: 'uuid',
|
|
@@ -4082,16 +4040,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4082
4040
|
type: 'number',
|
|
4083
4041
|
format: 'double'
|
|
4084
4042
|
},
|
|
4085
|
-
fixedFeeValueEarlyRefund: {
|
|
4086
|
-
type: 'number',
|
|
4087
|
-
format: 'double',
|
|
4088
|
-
nullable: true
|
|
4089
|
-
},
|
|
4090
|
-
percentFeeValueEarlyRefund: {
|
|
4091
|
-
type: 'number',
|
|
4092
|
-
format: 'double',
|
|
4093
|
-
nullable: true
|
|
4094
|
-
},
|
|
4095
4043
|
minFee: {
|
|
4096
4044
|
type: 'number',
|
|
4097
4045
|
format: 'double'
|
|
@@ -4100,18 +4048,8 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4100
4048
|
type: 'number',
|
|
4101
4049
|
format: 'double'
|
|
4102
4050
|
},
|
|
4103
|
-
minFeeEarlyRefund: {
|
|
4104
|
-
type: 'number',
|
|
4105
|
-
format: 'double',
|
|
4106
|
-
nullable: true
|
|
4107
|
-
},
|
|
4108
|
-
maxFeeEarlyRefund: {
|
|
4109
|
-
type: 'number',
|
|
4110
|
-
format: 'double',
|
|
4111
|
-
nullable: true
|
|
4112
|
-
},
|
|
4113
4051
|
feeType: {
|
|
4114
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
4052
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
4115
4053
|
type: 'string'
|
|
4116
4054
|
},
|
|
4117
4055
|
refundMethod: {
|
|
@@ -4181,14 +4119,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4181
4119
|
type: 'number',
|
|
4182
4120
|
format: 'double'
|
|
4183
4121
|
},
|
|
4184
|
-
fixedFeeValueEarlyRefund: {
|
|
4185
|
-
type: 'number',
|
|
4186
|
-
format: 'double'
|
|
4187
|
-
},
|
|
4188
|
-
percentFeeValueEarlyRefund: {
|
|
4189
|
-
type: 'number',
|
|
4190
|
-
format: 'double'
|
|
4191
|
-
},
|
|
4192
4122
|
minFee: {
|
|
4193
4123
|
type: 'number',
|
|
4194
4124
|
format: 'double'
|
|
@@ -4197,16 +4127,8 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4197
4127
|
type: 'number',
|
|
4198
4128
|
format: 'double'
|
|
4199
4129
|
},
|
|
4200
|
-
minFeeEarlyRefund: {
|
|
4201
|
-
type: 'number',
|
|
4202
|
-
format: 'double'
|
|
4203
|
-
},
|
|
4204
|
-
maxFeeEarlyRefund: {
|
|
4205
|
-
type: 'number',
|
|
4206
|
-
format: 'double'
|
|
4207
|
-
},
|
|
4208
4130
|
feeType: {
|
|
4209
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
4131
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
4210
4132
|
type: 'string'
|
|
4211
4133
|
},
|
|
4212
4134
|
refundMethod: {
|
|
@@ -4247,16 +4169,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4247
4169
|
type: 'number',
|
|
4248
4170
|
format: 'double'
|
|
4249
4171
|
},
|
|
4250
|
-
fixedFeeValueEarlyRefund: {
|
|
4251
|
-
type: 'number',
|
|
4252
|
-
format: 'double',
|
|
4253
|
-
nullable: true
|
|
4254
|
-
},
|
|
4255
|
-
percentFeeValueEarlyRefund: {
|
|
4256
|
-
type: 'number',
|
|
4257
|
-
format: 'double',
|
|
4258
|
-
nullable: true
|
|
4259
|
-
},
|
|
4260
4172
|
minFee: {
|
|
4261
4173
|
type: 'number',
|
|
4262
4174
|
format: 'double'
|
|
@@ -4265,18 +4177,8 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4265
4177
|
type: 'number',
|
|
4266
4178
|
format: 'double'
|
|
4267
4179
|
},
|
|
4268
|
-
minFeeEarlyRefund: {
|
|
4269
|
-
type: 'number',
|
|
4270
|
-
format: 'double',
|
|
4271
|
-
nullable: true
|
|
4272
|
-
},
|
|
4273
|
-
maxFeeEarlyRefund: {
|
|
4274
|
-
type: 'number',
|
|
4275
|
-
format: 'double',
|
|
4276
|
-
nullable: true
|
|
4277
|
-
},
|
|
4278
4180
|
feeType: {
|
|
4279
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
4181
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
4280
4182
|
type: 'string'
|
|
4281
4183
|
},
|
|
4282
4184
|
refundMethod: {
|
|
@@ -4341,16 +4243,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4341
4243
|
type: 'number',
|
|
4342
4244
|
format: 'double'
|
|
4343
4245
|
},
|
|
4344
|
-
fixedFeeValueEarlyRefund: {
|
|
4345
|
-
type: 'number',
|
|
4346
|
-
format: 'double',
|
|
4347
|
-
nullable: true
|
|
4348
|
-
},
|
|
4349
|
-
percentFeeValueEarlyRefund: {
|
|
4350
|
-
type: 'number',
|
|
4351
|
-
format: 'double',
|
|
4352
|
-
nullable: true
|
|
4353
|
-
},
|
|
4354
4246
|
minFee: {
|
|
4355
4247
|
type: 'number',
|
|
4356
4248
|
format: 'double'
|
|
@@ -4359,18 +4251,8 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4359
4251
|
type: 'number',
|
|
4360
4252
|
format: 'double'
|
|
4361
4253
|
},
|
|
4362
|
-
minFeeEarlyRefund: {
|
|
4363
|
-
type: 'number',
|
|
4364
|
-
format: 'double',
|
|
4365
|
-
nullable: true
|
|
4366
|
-
},
|
|
4367
|
-
maxFeeEarlyRefund: {
|
|
4368
|
-
type: 'number',
|
|
4369
|
-
format: 'double',
|
|
4370
|
-
nullable: true
|
|
4371
|
-
},
|
|
4372
4254
|
feeType: {
|
|
4373
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
4255
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
4374
4256
|
type: 'string'
|
|
4375
4257
|
},
|
|
4376
4258
|
refundMethod: {
|
|
@@ -4455,6 +4337,10 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4455
4337
|
format: 'uuid',
|
|
4456
4338
|
nullable: true
|
|
4457
4339
|
},
|
|
4340
|
+
refundPointName: {
|
|
4341
|
+
type: 'string',
|
|
4342
|
+
nullable: true
|
|
4343
|
+
},
|
|
4458
4344
|
sourceTemplateId: {
|
|
4459
4345
|
type: 'string',
|
|
4460
4346
|
format: 'uuid',
|
|
@@ -4518,14 +4404,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4518
4404
|
type: 'number',
|
|
4519
4405
|
format: 'double'
|
|
4520
4406
|
},
|
|
4521
|
-
fixedFeeValueEarlyRefund: {
|
|
4522
|
-
type: 'number',
|
|
4523
|
-
format: 'double'
|
|
4524
|
-
},
|
|
4525
|
-
percentFeeValueEarlyRefund: {
|
|
4526
|
-
type: 'number',
|
|
4527
|
-
format: 'double'
|
|
4528
|
-
},
|
|
4529
4407
|
minFee: {
|
|
4530
4408
|
type: 'number',
|
|
4531
4409
|
format: 'double'
|
|
@@ -4534,16 +4412,8 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4534
4412
|
type: 'number',
|
|
4535
4413
|
format: 'double'
|
|
4536
4414
|
},
|
|
4537
|
-
minFeeEarlyRefund: {
|
|
4538
|
-
type: 'number',
|
|
4539
|
-
format: 'double'
|
|
4540
|
-
},
|
|
4541
|
-
maxFeeEarlyRefund: {
|
|
4542
|
-
type: 'number',
|
|
4543
|
-
format: 'double'
|
|
4544
|
-
},
|
|
4545
4415
|
feeType: {
|
|
4546
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
4416
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
4547
4417
|
type: 'string'
|
|
4548
4418
|
},
|
|
4549
4419
|
refundMethod: {
|
|
@@ -4648,6 +4518,10 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4648
4518
|
format: 'uuid',
|
|
4649
4519
|
nullable: true
|
|
4650
4520
|
},
|
|
4521
|
+
refundPointName: {
|
|
4522
|
+
type: 'string',
|
|
4523
|
+
nullable: true
|
|
4524
|
+
},
|
|
4651
4525
|
sourceTemplateId: {
|
|
4652
4526
|
type: 'string',
|
|
4653
4527
|
format: 'uuid',
|
|
@@ -4703,16 +4577,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4703
4577
|
type: 'number',
|
|
4704
4578
|
format: 'double'
|
|
4705
4579
|
},
|
|
4706
|
-
fixedFeeValueEarlyRefund: {
|
|
4707
|
-
type: 'number',
|
|
4708
|
-
format: 'double',
|
|
4709
|
-
nullable: true
|
|
4710
|
-
},
|
|
4711
|
-
percentFeeValueEarlyRefund: {
|
|
4712
|
-
type: 'number',
|
|
4713
|
-
format: 'double',
|
|
4714
|
-
nullable: true
|
|
4715
|
-
},
|
|
4716
4580
|
minFee: {
|
|
4717
4581
|
type: 'number',
|
|
4718
4582
|
format: 'double'
|
|
@@ -4721,18 +4585,8 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4721
4585
|
type: 'number',
|
|
4722
4586
|
format: 'double'
|
|
4723
4587
|
},
|
|
4724
|
-
minFeeEarlyRefund: {
|
|
4725
|
-
type: 'number',
|
|
4726
|
-
format: 'double',
|
|
4727
|
-
nullable: true
|
|
4728
|
-
},
|
|
4729
|
-
maxFeeEarlyRefund: {
|
|
4730
|
-
type: 'number',
|
|
4731
|
-
format: 'double',
|
|
4732
|
-
nullable: true
|
|
4733
|
-
},
|
|
4734
4588
|
feeType: {
|
|
4735
|
-
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee'],
|
|
4589
|
+
enum: ['TouristFee', 'TouristBonusFee', 'AgentFee', 'AirportFee', 'EarlyRefundFee'],
|
|
4736
4590
|
type: 'string'
|
|
4737
4591
|
},
|
|
4738
4592
|
refundMethod: {
|
|
@@ -5031,6 +4885,10 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5031
4885
|
format: 'uuid',
|
|
5032
4886
|
nullable: true
|
|
5033
4887
|
},
|
|
4888
|
+
merchantName: {
|
|
4889
|
+
type: 'string',
|
|
4890
|
+
nullable: true
|
|
4891
|
+
},
|
|
5034
4892
|
sourceTemplateId: {
|
|
5035
4893
|
type: 'string',
|
|
5036
4894
|
format: 'uuid',
|
|
@@ -5179,6 +5037,10 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5179
5037
|
format: 'uuid',
|
|
5180
5038
|
nullable: true
|
|
5181
5039
|
},
|
|
5040
|
+
merchantName: {
|
|
5041
|
+
type: 'string',
|
|
5042
|
+
nullable: true
|
|
5043
|
+
},
|
|
5182
5044
|
sourceTemplateId: {
|
|
5183
5045
|
type: 'string',
|
|
5184
5046
|
format: 'uuid',
|
|
@@ -5350,6 +5212,10 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5350
5212
|
format: 'uuid',
|
|
5351
5213
|
nullable: true
|
|
5352
5214
|
},
|
|
5215
|
+
merchantName: {
|
|
5216
|
+
type: 'string',
|
|
5217
|
+
nullable: true
|
|
5218
|
+
},
|
|
5353
5219
|
sourceTemplateId: {
|
|
5354
5220
|
type: 'string',
|
|
5355
5221
|
format: 'uuid',
|
|
@@ -328,6 +328,7 @@ export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_Ca
|
|
|
328
328
|
touristBonusFee?: (number) | null;
|
|
329
329
|
agentFee?: number;
|
|
330
330
|
airportFee?: (number) | null;
|
|
331
|
+
earlyRefundFee?: (number) | null;
|
|
331
332
|
};
|
|
332
333
|
|
|
333
334
|
export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto = {
|
|
@@ -407,7 +408,7 @@ export type UniRefund_ContractService_Enums_ContractHeaderStatus = 'None' | 'Reg
|
|
|
407
408
|
|
|
408
409
|
export type UniRefund_ContractService_Enums_ContractType = 'Merchant' | 'RefundPoint';
|
|
409
410
|
|
|
410
|
-
export type UniRefund_ContractService_Enums_FeeType = 'TouristFee' | 'TouristBonusFee' | 'AgentFee' | 'AirportFee';
|
|
411
|
+
export type UniRefund_ContractService_Enums_FeeType = 'TouristFee' | 'TouristBonusFee' | 'AgentFee' | 'AirportFee' | 'EarlyRefundFee';
|
|
411
412
|
|
|
412
413
|
export type UniRefund_ContractService_Enums_InvoiceChannel = 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
|
|
413
414
|
|
|
@@ -425,17 +426,9 @@ export type UniRefund_ContractService_Enums_VariableFee = 'PercentOfGC' | 'Perce
|
|
|
425
426
|
|
|
426
427
|
export type UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto = {
|
|
427
428
|
id: string;
|
|
428
|
-
creationTime?: string;
|
|
429
|
-
creatorId?: (string) | null;
|
|
430
|
-
lastModificationTime?: (string) | null;
|
|
431
|
-
lastModifierId?: (string) | null;
|
|
432
|
-
isDeleted?: boolean;
|
|
433
|
-
deleterId?: (string) | null;
|
|
434
|
-
deletionTime?: (string) | null;
|
|
435
429
|
amount: number;
|
|
436
430
|
validFrom: string;
|
|
437
431
|
validTo?: (string) | null;
|
|
438
|
-
rebateSettingId?: string;
|
|
439
432
|
appliedOrganizationId?: (string) | null;
|
|
440
433
|
};
|
|
441
434
|
|
|
@@ -580,6 +573,7 @@ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHead
|
|
|
580
573
|
isEditable: boolean;
|
|
581
574
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
582
575
|
merchantId?: (string) | null;
|
|
576
|
+
merchantName?: (string) | null;
|
|
583
577
|
sourceTemplateId?: (string) | null;
|
|
584
578
|
rebateTableDetails?: Array<UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto> | null;
|
|
585
579
|
processingFeeDetails?: Array<UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto> | null;
|
|
@@ -607,6 +601,7 @@ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHead
|
|
|
607
601
|
isEditable: boolean;
|
|
608
602
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
609
603
|
merchantId?: (string) | null;
|
|
604
|
+
merchantName?: (string) | null;
|
|
610
605
|
sourceTemplateId?: (string) | null;
|
|
611
606
|
};
|
|
612
607
|
|
|
@@ -637,12 +632,8 @@ export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCr
|
|
|
637
632
|
amountTo: number;
|
|
638
633
|
fixedFeeValue: number;
|
|
639
634
|
percentFeeValue: number;
|
|
640
|
-
fixedFeeValueEarlyRefund?: (number) | null;
|
|
641
|
-
percentFeeValueEarlyRefund?: (number) | null;
|
|
642
635
|
minFee: number;
|
|
643
636
|
maxFee: number;
|
|
644
|
-
minFeeEarlyRefund?: (number) | null;
|
|
645
|
-
maxFeeEarlyRefund?: (number) | null;
|
|
646
637
|
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
647
638
|
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
648
639
|
isForEarlyRefund?: boolean;
|
|
@@ -661,12 +652,8 @@ export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDt
|
|
|
661
652
|
amountTo: number;
|
|
662
653
|
fixedFeeValue: number;
|
|
663
654
|
percentFeeValue: number;
|
|
664
|
-
fixedFeeValueEarlyRefund?: number;
|
|
665
|
-
percentFeeValueEarlyRefund?: number;
|
|
666
655
|
minFee: number;
|
|
667
656
|
maxFee: number;
|
|
668
|
-
minFeeEarlyRefund?: number;
|
|
669
|
-
maxFeeEarlyRefund?: number;
|
|
670
657
|
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
671
658
|
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
672
659
|
refundFeeHeaderId: string;
|
|
@@ -680,12 +667,8 @@ export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailUp
|
|
|
680
667
|
amountTo: number;
|
|
681
668
|
fixedFeeValue: number;
|
|
682
669
|
percentFeeValue: number;
|
|
683
|
-
fixedFeeValueEarlyRefund?: (number) | null;
|
|
684
|
-
percentFeeValueEarlyRefund?: (number) | null;
|
|
685
670
|
minFee: number;
|
|
686
671
|
maxFee: number;
|
|
687
|
-
minFeeEarlyRefund?: (number) | null;
|
|
688
|
-
maxFeeEarlyRefund?: (number) | null;
|
|
689
672
|
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
690
673
|
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
691
674
|
};
|
|
@@ -717,6 +700,7 @@ export type UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDt
|
|
|
717
700
|
isEditable: boolean;
|
|
718
701
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
719
702
|
refundPointId?: (string) | null;
|
|
703
|
+
refundPointName?: (string) | null;
|
|
720
704
|
sourceTemplateId?: (string) | null;
|
|
721
705
|
refundFeeDetails?: Array<UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto> | null;
|
|
722
706
|
};
|
|
@@ -743,6 +727,7 @@ export type UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderLi
|
|
|
743
727
|
isEditable: boolean;
|
|
744
728
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
745
729
|
refundPointId?: (string) | null;
|
|
730
|
+
refundPointName?: (string) | null;
|
|
746
731
|
sourceTemplateId?: (string) | null;
|
|
747
732
|
};
|
|
748
733
|
|
|
@@ -825,6 +810,7 @@ export type UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHead
|
|
|
825
810
|
isEditable: boolean;
|
|
826
811
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
827
812
|
merchantId?: (string) | null;
|
|
813
|
+
merchantName?: (string) | null;
|
|
828
814
|
sourceTemplateId?: (string) | null;
|
|
829
815
|
refundTableDetails?: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto> | null;
|
|
830
816
|
};
|
|
@@ -846,6 +832,7 @@ export type UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHead
|
|
|
846
832
|
isEditable: boolean;
|
|
847
833
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
848
834
|
merchantId?: (string) | null;
|
|
835
|
+
merchantName?: (string) | null;
|
|
849
836
|
sourceTemplateId?: (string) | null;
|
|
850
837
|
refundTableDetails?: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto> | null;
|
|
851
838
|
contractHeaderId?: string;
|
|
@@ -874,6 +861,7 @@ export type UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHead
|
|
|
874
861
|
isEditable: boolean;
|
|
875
862
|
isCustomizedOverTemplate?: (boolean) | null;
|
|
876
863
|
merchantId?: (string) | null;
|
|
864
|
+
merchantName?: (string) | null;
|
|
877
865
|
sourceTemplateId?: (string) | null;
|
|
878
866
|
};
|
|
879
867
|
|