@mojaloop/api-snippets 14.1.0 → 14.2.0
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/CHANGELOG.md +7 -0
- package/README.md +4 -0
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +627 -410
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +2899 -2463
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +3885 -1746
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +1260 -892
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +15 -12
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/types.d.ts +15 -12
- package/package.json +9 -9
- package/sdk-scheme-adapter/outbound/v2_0_0/components/parameters/bulkTransactionId.yaml +2 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/components/parameters/bulkTransferId.yaml +8 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/responses/{bulkTransferAccepted.yaml → bulkTransactionAccepted.yaml} +0 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/responses/bulkTransferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{transactionType.yaml → TransactionType.yaml} +0 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{bulkAcceptPartyErrorResponse.yaml → bulkTransactionAcceptPartyErrorResponse.yaml} +2 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{bulkAcceptQuoteErrorResponse.yaml → bulkTransactionAcceptQuoteErrorResponse.yaml} +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{bulkTransferContinuationAcceptParty.yaml → bulkTransactionContinuationAcceptParty.yaml} +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{bulkTransferContinuationAcceptQuote.yaml → bulkTransactionContinuationAcceptQuote.yaml} +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{bulkTransferOptions.yaml → bulkTransactionOptions.yaml} +0 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionRequest.yaml +27 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionResponse.yaml +27 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionStatus.yaml +6 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferRequest.yaml +6 -9
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferResponse.yaml +6 -18
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferStatus.yaml +0 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuote.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransaction.yaml +31 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransferAccept.yaml → individualTransactionAccept.yaml} +0 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransactionResult.yaml +37 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransfer.yaml +6 -11
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransferFulfilment.yaml +13 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransferResult.yaml +10 -10
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/transferRequest.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/transferResponse.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/openapi.yaml +6 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/bulkTransactions.yaml +21 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/bulkTransfers.yaml +2 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/bulkTransfers_bulkTransferId.yaml +24 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/quotes.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/responses/bulkTransferPutBadRequest.yaml +0 -7
- package/sdk-scheme-adapter/outbound/v2_0_0/paths/bulkTransfers_bulkTransactionId.yaml +0 -33
|
@@ -279,7 +279,7 @@ export declare namespace Schemas {
|
|
|
279
279
|
description: string;
|
|
280
280
|
example: string;
|
|
281
281
|
};
|
|
282
|
-
const
|
|
282
|
+
const TransactionType: {
|
|
283
283
|
type: string;
|
|
284
284
|
enum: string[];
|
|
285
285
|
description: string;
|
|
@@ -2738,7 +2738,7 @@ export declare namespace Schemas {
|
|
|
2738
2738
|
};
|
|
2739
2739
|
};
|
|
2740
2740
|
};
|
|
2741
|
-
const
|
|
2741
|
+
const bulkTransactionOptions: {
|
|
2742
2742
|
type: string;
|
|
2743
2743
|
required: string[];
|
|
2744
2744
|
properties: {
|
|
@@ -3114,7 +3114,7 @@ export declare namespace Schemas {
|
|
|
3114
3114
|
};
|
|
3115
3115
|
required: string[];
|
|
3116
3116
|
};
|
|
3117
|
-
const
|
|
3117
|
+
const individualTransaction: {
|
|
3118
3118
|
title: string;
|
|
3119
3119
|
type: string;
|
|
3120
3120
|
description: string;
|
|
@@ -3450,7 +3450,7 @@ export declare namespace Schemas {
|
|
|
3450
3450
|
};
|
|
3451
3451
|
required: string[];
|
|
3452
3452
|
};
|
|
3453
|
-
const
|
|
3453
|
+
const bulkTransactionRequest: {
|
|
3454
3454
|
type: string;
|
|
3455
3455
|
required: string[];
|
|
3456
3456
|
properties: {
|
|
@@ -4060,10 +4060,6 @@ export declare namespace Schemas {
|
|
|
4060
4060
|
};
|
|
4061
4061
|
};
|
|
4062
4062
|
};
|
|
4063
|
-
const bulkTransferStatus: {
|
|
4064
|
-
type: string;
|
|
4065
|
-
enum: string[];
|
|
4066
|
-
};
|
|
4067
4063
|
const individualTransferResult: {
|
|
4068
4064
|
type: string;
|
|
4069
4065
|
required: string[];
|
|
@@ -4075,160 +4071,119 @@ export declare namespace Schemas {
|
|
|
4075
4071
|
description: string;
|
|
4076
4072
|
example: string;
|
|
4077
4073
|
};
|
|
4078
|
-
homeTransactionId: {
|
|
4079
|
-
title: string;
|
|
4080
|
-
type: string;
|
|
4081
|
-
pattern: string;
|
|
4082
|
-
description: string;
|
|
4083
|
-
example: string;
|
|
4084
|
-
};
|
|
4085
|
-
transactionId: {
|
|
4086
|
-
title: string;
|
|
4087
|
-
type: string;
|
|
4088
|
-
pattern: string;
|
|
4089
|
-
description: string;
|
|
4090
|
-
example: string;
|
|
4091
|
-
};
|
|
4092
4074
|
to: {
|
|
4093
|
-
title: string;
|
|
4094
4075
|
type: string;
|
|
4095
|
-
|
|
4076
|
+
required: string[];
|
|
4096
4077
|
properties: {
|
|
4097
|
-
|
|
4078
|
+
type: {
|
|
4098
4079
|
title: string;
|
|
4099
4080
|
type: string;
|
|
4081
|
+
enum: string[];
|
|
4100
4082
|
description: string;
|
|
4101
|
-
|
|
4102
|
-
partyIdType: {
|
|
4103
|
-
title: string;
|
|
4104
|
-
type: string;
|
|
4105
|
-
enum: string[];
|
|
4106
|
-
description: string;
|
|
4107
|
-
};
|
|
4108
|
-
partyIdentifier: {
|
|
4109
|
-
title: string;
|
|
4110
|
-
type: string;
|
|
4111
|
-
minLength: number;
|
|
4112
|
-
maxLength: number;
|
|
4113
|
-
description: string;
|
|
4114
|
-
example: string;
|
|
4115
|
-
};
|
|
4116
|
-
partySubIdOrType: {
|
|
4117
|
-
title: string;
|
|
4118
|
-
type: string;
|
|
4119
|
-
minLength: number;
|
|
4120
|
-
maxLength: number;
|
|
4121
|
-
description: string;
|
|
4122
|
-
};
|
|
4123
|
-
fspId: {
|
|
4124
|
-
title: string;
|
|
4125
|
-
type: string;
|
|
4126
|
-
minLength: number;
|
|
4127
|
-
maxLength: number;
|
|
4128
|
-
description: string;
|
|
4129
|
-
};
|
|
4130
|
-
extensionList: {
|
|
4131
|
-
title: string;
|
|
4132
|
-
type: string;
|
|
4133
|
-
description: string;
|
|
4134
|
-
properties: {
|
|
4135
|
-
extension: {
|
|
4136
|
-
type: string;
|
|
4137
|
-
items: {
|
|
4138
|
-
title: string;
|
|
4139
|
-
type: string;
|
|
4140
|
-
description: string;
|
|
4141
|
-
properties: {
|
|
4142
|
-
key: {
|
|
4143
|
-
title: string;
|
|
4144
|
-
type: string;
|
|
4145
|
-
minLength: number;
|
|
4146
|
-
maxLength: number;
|
|
4147
|
-
description: string;
|
|
4148
|
-
};
|
|
4149
|
-
value: {
|
|
4150
|
-
title: string;
|
|
4151
|
-
type: string;
|
|
4152
|
-
minLength: number;
|
|
4153
|
-
maxLength: number;
|
|
4154
|
-
description: string;
|
|
4155
|
-
};
|
|
4156
|
-
};
|
|
4157
|
-
required: string[];
|
|
4158
|
-
};
|
|
4159
|
-
minItems: number;
|
|
4160
|
-
maxItems: number;
|
|
4161
|
-
description: string;
|
|
4162
|
-
};
|
|
4163
|
-
};
|
|
4164
|
-
required: string[];
|
|
4165
|
-
};
|
|
4166
|
-
};
|
|
4167
|
-
required: string[];
|
|
4083
|
+
example: string;
|
|
4168
4084
|
};
|
|
4169
|
-
|
|
4085
|
+
idType: {
|
|
4086
|
+
title: string;
|
|
4087
|
+
type: string;
|
|
4088
|
+
enum: string[];
|
|
4089
|
+
description: string;
|
|
4090
|
+
};
|
|
4091
|
+
idValue: {
|
|
4092
|
+
title: string;
|
|
4093
|
+
type: string;
|
|
4094
|
+
minLength: number;
|
|
4095
|
+
maxLength: number;
|
|
4096
|
+
description: string;
|
|
4097
|
+
example: string;
|
|
4098
|
+
};
|
|
4099
|
+
idSubValue: {
|
|
4100
|
+
title: string;
|
|
4101
|
+
type: string;
|
|
4102
|
+
minLength: number;
|
|
4103
|
+
maxLength: number;
|
|
4104
|
+
description: string;
|
|
4105
|
+
};
|
|
4106
|
+
displayName: {
|
|
4170
4107
|
title: string;
|
|
4171
4108
|
type: string;
|
|
4172
4109
|
pattern: string;
|
|
4173
4110
|
description: string;
|
|
4174
4111
|
};
|
|
4175
|
-
|
|
4112
|
+
firstName: {
|
|
4176
4113
|
title: string;
|
|
4177
4114
|
type: string;
|
|
4178
4115
|
minLength: number;
|
|
4179
4116
|
maxLength: number;
|
|
4117
|
+
pattern: string;
|
|
4180
4118
|
description: string;
|
|
4119
|
+
example: string;
|
|
4181
4120
|
};
|
|
4182
|
-
|
|
4121
|
+
middleName: {
|
|
4183
4122
|
title: string;
|
|
4184
4123
|
type: string;
|
|
4124
|
+
minLength: number;
|
|
4125
|
+
maxLength: number;
|
|
4126
|
+
pattern: string;
|
|
4185
4127
|
description: string;
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4128
|
+
example: string;
|
|
4129
|
+
};
|
|
4130
|
+
lastName: {
|
|
4131
|
+
title: string;
|
|
4132
|
+
type: string;
|
|
4133
|
+
minLength: number;
|
|
4134
|
+
maxLength: number;
|
|
4135
|
+
pattern: string;
|
|
4136
|
+
description: string;
|
|
4137
|
+
example: string;
|
|
4138
|
+
};
|
|
4139
|
+
dateOfBirth: {
|
|
4140
|
+
title: string;
|
|
4141
|
+
type: string;
|
|
4142
|
+
pattern: string;
|
|
4143
|
+
description: string;
|
|
4144
|
+
example: string;
|
|
4145
|
+
};
|
|
4146
|
+
merchantClassificationCode: {
|
|
4147
|
+
title: string;
|
|
4148
|
+
type: string;
|
|
4149
|
+
pattern: string;
|
|
4150
|
+
description: string;
|
|
4151
|
+
};
|
|
4152
|
+
fspId: {
|
|
4153
|
+
title: string;
|
|
4154
|
+
type: string;
|
|
4155
|
+
minLength: number;
|
|
4156
|
+
maxLength: number;
|
|
4157
|
+
description: string;
|
|
4158
|
+
};
|
|
4159
|
+
extensionList: {
|
|
4160
|
+
type: string;
|
|
4161
|
+
items: {
|
|
4162
|
+
title: string;
|
|
4163
|
+
type: string;
|
|
4164
|
+
description: string;
|
|
4165
|
+
properties: {
|
|
4166
|
+
key: {
|
|
4167
|
+
title: string;
|
|
4168
|
+
type: string;
|
|
4169
|
+
minLength: number;
|
|
4170
|
+
maxLength: number;
|
|
4171
|
+
description: string;
|
|
4172
|
+
};
|
|
4173
|
+
value: {
|
|
4174
|
+
title: string;
|
|
4175
|
+
type: string;
|
|
4176
|
+
minLength: number;
|
|
4177
|
+
maxLength: number;
|
|
4178
|
+
description: string;
|
|
4219
4179
|
};
|
|
4220
4180
|
};
|
|
4221
|
-
|
|
4222
|
-
title: string;
|
|
4223
|
-
type: string;
|
|
4224
|
-
pattern: string;
|
|
4225
|
-
description: string;
|
|
4226
|
-
example: string;
|
|
4227
|
-
};
|
|
4181
|
+
required: string[];
|
|
4228
4182
|
};
|
|
4183
|
+
minItems: number;
|
|
4184
|
+
maxItems: number;
|
|
4229
4185
|
};
|
|
4230
4186
|
};
|
|
4231
|
-
required: string[];
|
|
4232
4187
|
};
|
|
4233
4188
|
amountType: {
|
|
4234
4189
|
title: string;
|
|
@@ -4252,6 +4207,11 @@ export declare namespace Schemas {
|
|
|
4252
4207
|
description: string;
|
|
4253
4208
|
example: string;
|
|
4254
4209
|
};
|
|
4210
|
+
transactionType: {
|
|
4211
|
+
type: string;
|
|
4212
|
+
enum: string[];
|
|
4213
|
+
description: string;
|
|
4214
|
+
};
|
|
4255
4215
|
note: {
|
|
4256
4216
|
title: string;
|
|
4257
4217
|
type: string;
|
|
@@ -4448,6 +4408,10 @@ export declare namespace Schemas {
|
|
|
4448
4408
|
};
|
|
4449
4409
|
required: string[];
|
|
4450
4410
|
};
|
|
4411
|
+
quoteResponseSource: {
|
|
4412
|
+
type: string;
|
|
4413
|
+
description: string;
|
|
4414
|
+
};
|
|
4451
4415
|
fulfil: {
|
|
4452
4416
|
title: string;
|
|
4453
4417
|
type: string;
|
|
@@ -4514,83 +4478,11 @@ export declare namespace Schemas {
|
|
|
4514
4478
|
};
|
|
4515
4479
|
required: string[];
|
|
4516
4480
|
};
|
|
4517
|
-
|
|
4518
|
-
title: string;
|
|
4481
|
+
lastError: {
|
|
4519
4482
|
type: string;
|
|
4520
4483
|
description: string;
|
|
4521
4484
|
properties: {
|
|
4522
|
-
|
|
4523
|
-
type: string;
|
|
4524
|
-
items: {
|
|
4525
|
-
title: string;
|
|
4526
|
-
type: string;
|
|
4527
|
-
description: string;
|
|
4528
|
-
properties: {
|
|
4529
|
-
key: {
|
|
4530
|
-
title: string;
|
|
4531
|
-
type: string;
|
|
4532
|
-
minLength: number;
|
|
4533
|
-
maxLength: number;
|
|
4534
|
-
description: string;
|
|
4535
|
-
};
|
|
4536
|
-
value: {
|
|
4537
|
-
title: string;
|
|
4538
|
-
type: string;
|
|
4539
|
-
minLength: number;
|
|
4540
|
-
maxLength: number;
|
|
4541
|
-
description: string;
|
|
4542
|
-
};
|
|
4543
|
-
};
|
|
4544
|
-
required: string[];
|
|
4545
|
-
};
|
|
4546
|
-
minItems: number;
|
|
4547
|
-
maxItems: number;
|
|
4548
|
-
description: string;
|
|
4549
|
-
};
|
|
4550
|
-
};
|
|
4551
|
-
required: string[];
|
|
4552
|
-
};
|
|
4553
|
-
transferExtensions: {
|
|
4554
|
-
title: string;
|
|
4555
|
-
type: string;
|
|
4556
|
-
description: string;
|
|
4557
|
-
properties: {
|
|
4558
|
-
extension: {
|
|
4559
|
-
type: string;
|
|
4560
|
-
items: {
|
|
4561
|
-
title: string;
|
|
4562
|
-
type: string;
|
|
4563
|
-
description: string;
|
|
4564
|
-
properties: {
|
|
4565
|
-
key: {
|
|
4566
|
-
title: string;
|
|
4567
|
-
type: string;
|
|
4568
|
-
minLength: number;
|
|
4569
|
-
maxLength: number;
|
|
4570
|
-
description: string;
|
|
4571
|
-
};
|
|
4572
|
-
value: {
|
|
4573
|
-
title: string;
|
|
4574
|
-
type: string;
|
|
4575
|
-
minLength: number;
|
|
4576
|
-
maxLength: number;
|
|
4577
|
-
description: string;
|
|
4578
|
-
};
|
|
4579
|
-
};
|
|
4580
|
-
required: string[];
|
|
4581
|
-
};
|
|
4582
|
-
minItems: number;
|
|
4583
|
-
maxItems: number;
|
|
4584
|
-
description: string;
|
|
4585
|
-
};
|
|
4586
|
-
};
|
|
4587
|
-
required: string[];
|
|
4588
|
-
};
|
|
4589
|
-
lastError: {
|
|
4590
|
-
type: string;
|
|
4591
|
-
description: string;
|
|
4592
|
-
properties: {
|
|
4593
|
-
httpStatusCode: {
|
|
4485
|
+
httpStatusCode: {
|
|
4594
4486
|
type: string;
|
|
4595
4487
|
description: string;
|
|
4596
4488
|
};
|
|
@@ -4666,99 +4558,129 @@ export declare namespace Schemas {
|
|
|
4666
4558
|
type: string;
|
|
4667
4559
|
required: string[];
|
|
4668
4560
|
properties: {
|
|
4669
|
-
|
|
4670
|
-
type: string;
|
|
4671
|
-
description: string;
|
|
4672
|
-
};
|
|
4673
|
-
bulkTransactionId: {
|
|
4561
|
+
transferId: {
|
|
4674
4562
|
title: string;
|
|
4675
4563
|
type: string;
|
|
4676
4564
|
pattern: string;
|
|
4677
4565
|
description: string;
|
|
4678
4566
|
example: string;
|
|
4679
4567
|
};
|
|
4680
|
-
|
|
4681
|
-
type: string;
|
|
4682
|
-
enum: string[];
|
|
4683
|
-
};
|
|
4684
|
-
options: {
|
|
4568
|
+
from: {
|
|
4685
4569
|
type: string;
|
|
4686
4570
|
required: string[];
|
|
4687
4571
|
properties: {
|
|
4688
|
-
|
|
4689
|
-
|
|
4572
|
+
type: {
|
|
4573
|
+
title: string;
|
|
4690
4574
|
type: string;
|
|
4575
|
+
enum: string[];
|
|
4576
|
+
description: string;
|
|
4577
|
+
example: string;
|
|
4691
4578
|
};
|
|
4692
|
-
|
|
4579
|
+
idType: {
|
|
4580
|
+
title: string;
|
|
4693
4581
|
type: string;
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
enabled: {
|
|
4697
|
-
type: string;
|
|
4698
|
-
enum: boolean[];
|
|
4699
|
-
};
|
|
4700
|
-
};
|
|
4582
|
+
enum: string[];
|
|
4583
|
+
description: string;
|
|
4701
4584
|
};
|
|
4702
|
-
|
|
4585
|
+
idValue: {
|
|
4586
|
+
title: string;
|
|
4587
|
+
type: string;
|
|
4588
|
+
minLength: number;
|
|
4589
|
+
maxLength: number;
|
|
4703
4590
|
description: string;
|
|
4591
|
+
example: string;
|
|
4592
|
+
};
|
|
4593
|
+
idSubValue: {
|
|
4594
|
+
title: string;
|
|
4704
4595
|
type: string;
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
properties: {
|
|
4709
|
-
enabled: {
|
|
4710
|
-
type: string;
|
|
4711
|
-
enum: boolean[];
|
|
4712
|
-
};
|
|
4713
|
-
perTransferFeeLimits: {
|
|
4714
|
-
type: string;
|
|
4715
|
-
minItems: number;
|
|
4716
|
-
items: {
|
|
4717
|
-
type: string;
|
|
4718
|
-
required: string[];
|
|
4719
|
-
properties: {
|
|
4720
|
-
currency: {
|
|
4721
|
-
title: string;
|
|
4722
|
-
description: string;
|
|
4723
|
-
type: string;
|
|
4724
|
-
minLength: number;
|
|
4725
|
-
maxLength: number;
|
|
4726
|
-
enum: string[];
|
|
4727
|
-
};
|
|
4728
|
-
amount: {
|
|
4729
|
-
title: string;
|
|
4730
|
-
type: string;
|
|
4731
|
-
pattern: string;
|
|
4732
|
-
description: string;
|
|
4733
|
-
example: string;
|
|
4734
|
-
};
|
|
4735
|
-
};
|
|
4736
|
-
};
|
|
4737
|
-
};
|
|
4738
|
-
};
|
|
4739
|
-
}[];
|
|
4596
|
+
minLength: number;
|
|
4597
|
+
maxLength: number;
|
|
4598
|
+
description: string;
|
|
4740
4599
|
};
|
|
4741
|
-
|
|
4600
|
+
displayName: {
|
|
4601
|
+
title: string;
|
|
4602
|
+
type: string;
|
|
4603
|
+
pattern: string;
|
|
4742
4604
|
description: string;
|
|
4605
|
+
};
|
|
4606
|
+
firstName: {
|
|
4607
|
+
title: string;
|
|
4743
4608
|
type: string;
|
|
4609
|
+
minLength: number;
|
|
4610
|
+
maxLength: number;
|
|
4611
|
+
pattern: string;
|
|
4612
|
+
description: string;
|
|
4613
|
+
example: string;
|
|
4744
4614
|
};
|
|
4745
|
-
|
|
4615
|
+
middleName: {
|
|
4616
|
+
title: string;
|
|
4617
|
+
type: string;
|
|
4618
|
+
minLength: number;
|
|
4619
|
+
maxLength: number;
|
|
4620
|
+
pattern: string;
|
|
4746
4621
|
description: string;
|
|
4622
|
+
example: string;
|
|
4623
|
+
};
|
|
4624
|
+
lastName: {
|
|
4625
|
+
title: string;
|
|
4747
4626
|
type: string;
|
|
4627
|
+
minLength: number;
|
|
4628
|
+
maxLength: number;
|
|
4629
|
+
pattern: string;
|
|
4630
|
+
description: string;
|
|
4631
|
+
example: string;
|
|
4748
4632
|
};
|
|
4749
|
-
|
|
4633
|
+
dateOfBirth: {
|
|
4750
4634
|
title: string;
|
|
4751
4635
|
type: string;
|
|
4752
4636
|
pattern: string;
|
|
4753
4637
|
description: string;
|
|
4754
4638
|
example: string;
|
|
4755
4639
|
};
|
|
4640
|
+
merchantClassificationCode: {
|
|
4641
|
+
title: string;
|
|
4642
|
+
type: string;
|
|
4643
|
+
pattern: string;
|
|
4644
|
+
description: string;
|
|
4645
|
+
};
|
|
4646
|
+
fspId: {
|
|
4647
|
+
title: string;
|
|
4648
|
+
type: string;
|
|
4649
|
+
minLength: number;
|
|
4650
|
+
maxLength: number;
|
|
4651
|
+
description: string;
|
|
4652
|
+
};
|
|
4653
|
+
extensionList: {
|
|
4654
|
+
type: string;
|
|
4655
|
+
items: {
|
|
4656
|
+
title: string;
|
|
4657
|
+
type: string;
|
|
4658
|
+
description: string;
|
|
4659
|
+
properties: {
|
|
4660
|
+
key: {
|
|
4661
|
+
title: string;
|
|
4662
|
+
type: string;
|
|
4663
|
+
minLength: number;
|
|
4664
|
+
maxLength: number;
|
|
4665
|
+
description: string;
|
|
4666
|
+
};
|
|
4667
|
+
value: {
|
|
4668
|
+
title: string;
|
|
4669
|
+
type: string;
|
|
4670
|
+
minLength: number;
|
|
4671
|
+
maxLength: number;
|
|
4672
|
+
description: string;
|
|
4673
|
+
};
|
|
4674
|
+
};
|
|
4675
|
+
required: string[];
|
|
4676
|
+
};
|
|
4677
|
+
minItems: number;
|
|
4678
|
+
maxItems: number;
|
|
4679
|
+
};
|
|
4756
4680
|
};
|
|
4757
4681
|
};
|
|
4758
4682
|
individualTransferResults: {
|
|
4759
|
-
description: string;
|
|
4760
4683
|
type: string;
|
|
4761
|
-
minItems: number;
|
|
4762
4684
|
maxItems: number;
|
|
4763
4685
|
items: {
|
|
4764
4686
|
type: string;
|
|
@@ -4771,160 +4693,119 @@ export declare namespace Schemas {
|
|
|
4771
4693
|
description: string;
|
|
4772
4694
|
example: string;
|
|
4773
4695
|
};
|
|
4774
|
-
homeTransactionId: {
|
|
4775
|
-
title: string;
|
|
4776
|
-
type: string;
|
|
4777
|
-
pattern: string;
|
|
4778
|
-
description: string;
|
|
4779
|
-
example: string;
|
|
4780
|
-
};
|
|
4781
|
-
transactionId: {
|
|
4782
|
-
title: string;
|
|
4783
|
-
type: string;
|
|
4784
|
-
pattern: string;
|
|
4785
|
-
description: string;
|
|
4786
|
-
example: string;
|
|
4787
|
-
};
|
|
4788
4696
|
to: {
|
|
4789
|
-
title: string;
|
|
4790
4697
|
type: string;
|
|
4791
|
-
|
|
4698
|
+
required: string[];
|
|
4792
4699
|
properties: {
|
|
4793
|
-
|
|
4700
|
+
type: {
|
|
4794
4701
|
title: string;
|
|
4795
4702
|
type: string;
|
|
4703
|
+
enum: string[];
|
|
4796
4704
|
description: string;
|
|
4797
|
-
|
|
4798
|
-
partyIdType: {
|
|
4799
|
-
title: string;
|
|
4800
|
-
type: string;
|
|
4801
|
-
enum: string[];
|
|
4802
|
-
description: string;
|
|
4803
|
-
};
|
|
4804
|
-
partyIdentifier: {
|
|
4805
|
-
title: string;
|
|
4806
|
-
type: string;
|
|
4807
|
-
minLength: number;
|
|
4808
|
-
maxLength: number;
|
|
4809
|
-
description: string;
|
|
4810
|
-
example: string;
|
|
4811
|
-
};
|
|
4812
|
-
partySubIdOrType: {
|
|
4813
|
-
title: string;
|
|
4814
|
-
type: string;
|
|
4815
|
-
minLength: number;
|
|
4816
|
-
maxLength: number;
|
|
4817
|
-
description: string;
|
|
4818
|
-
};
|
|
4819
|
-
fspId: {
|
|
4820
|
-
title: string;
|
|
4821
|
-
type: string;
|
|
4822
|
-
minLength: number;
|
|
4823
|
-
maxLength: number;
|
|
4824
|
-
description: string;
|
|
4825
|
-
};
|
|
4826
|
-
extensionList: {
|
|
4827
|
-
title: string;
|
|
4828
|
-
type: string;
|
|
4829
|
-
description: string;
|
|
4830
|
-
properties: {
|
|
4831
|
-
extension: {
|
|
4832
|
-
type: string;
|
|
4833
|
-
items: {
|
|
4834
|
-
title: string;
|
|
4835
|
-
type: string;
|
|
4836
|
-
description: string;
|
|
4837
|
-
properties: {
|
|
4838
|
-
key: {
|
|
4839
|
-
title: string;
|
|
4840
|
-
type: string;
|
|
4841
|
-
minLength: number;
|
|
4842
|
-
maxLength: number;
|
|
4843
|
-
description: string;
|
|
4844
|
-
};
|
|
4845
|
-
value: {
|
|
4846
|
-
title: string;
|
|
4847
|
-
type: string;
|
|
4848
|
-
minLength: number;
|
|
4849
|
-
maxLength: number;
|
|
4850
|
-
description: string;
|
|
4851
|
-
};
|
|
4852
|
-
};
|
|
4853
|
-
required: string[];
|
|
4854
|
-
};
|
|
4855
|
-
minItems: number;
|
|
4856
|
-
maxItems: number;
|
|
4857
|
-
description: string;
|
|
4858
|
-
};
|
|
4859
|
-
};
|
|
4860
|
-
required: string[];
|
|
4861
|
-
};
|
|
4862
|
-
};
|
|
4863
|
-
required: string[];
|
|
4705
|
+
example: string;
|
|
4864
4706
|
};
|
|
4865
|
-
|
|
4707
|
+
idType: {
|
|
4708
|
+
title: string;
|
|
4709
|
+
type: string;
|
|
4710
|
+
enum: string[];
|
|
4711
|
+
description: string;
|
|
4712
|
+
};
|
|
4713
|
+
idValue: {
|
|
4714
|
+
title: string;
|
|
4715
|
+
type: string;
|
|
4716
|
+
minLength: number;
|
|
4717
|
+
maxLength: number;
|
|
4718
|
+
description: string;
|
|
4719
|
+
example: string;
|
|
4720
|
+
};
|
|
4721
|
+
idSubValue: {
|
|
4722
|
+
title: string;
|
|
4723
|
+
type: string;
|
|
4724
|
+
minLength: number;
|
|
4725
|
+
maxLength: number;
|
|
4726
|
+
description: string;
|
|
4727
|
+
};
|
|
4728
|
+
displayName: {
|
|
4866
4729
|
title: string;
|
|
4867
4730
|
type: string;
|
|
4868
4731
|
pattern: string;
|
|
4869
4732
|
description: string;
|
|
4870
4733
|
};
|
|
4871
|
-
|
|
4734
|
+
firstName: {
|
|
4872
4735
|
title: string;
|
|
4873
4736
|
type: string;
|
|
4874
4737
|
minLength: number;
|
|
4875
4738
|
maxLength: number;
|
|
4739
|
+
pattern: string;
|
|
4876
4740
|
description: string;
|
|
4741
|
+
example: string;
|
|
4877
4742
|
};
|
|
4878
|
-
|
|
4743
|
+
middleName: {
|
|
4744
|
+
title: string;
|
|
4745
|
+
type: string;
|
|
4746
|
+
minLength: number;
|
|
4747
|
+
maxLength: number;
|
|
4748
|
+
pattern: string;
|
|
4749
|
+
description: string;
|
|
4750
|
+
example: string;
|
|
4751
|
+
};
|
|
4752
|
+
lastName: {
|
|
4879
4753
|
title: string;
|
|
4880
4754
|
type: string;
|
|
4755
|
+
minLength: number;
|
|
4756
|
+
maxLength: number;
|
|
4757
|
+
pattern: string;
|
|
4881
4758
|
description: string;
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4759
|
+
example: string;
|
|
4760
|
+
};
|
|
4761
|
+
dateOfBirth: {
|
|
4762
|
+
title: string;
|
|
4763
|
+
type: string;
|
|
4764
|
+
pattern: string;
|
|
4765
|
+
description: string;
|
|
4766
|
+
example: string;
|
|
4767
|
+
};
|
|
4768
|
+
merchantClassificationCode: {
|
|
4769
|
+
title: string;
|
|
4770
|
+
type: string;
|
|
4771
|
+
pattern: string;
|
|
4772
|
+
description: string;
|
|
4773
|
+
};
|
|
4774
|
+
fspId: {
|
|
4775
|
+
title: string;
|
|
4776
|
+
type: string;
|
|
4777
|
+
minLength: number;
|
|
4778
|
+
maxLength: number;
|
|
4779
|
+
description: string;
|
|
4780
|
+
};
|
|
4781
|
+
extensionList: {
|
|
4782
|
+
type: string;
|
|
4783
|
+
items: {
|
|
4784
|
+
title: string;
|
|
4785
|
+
type: string;
|
|
4786
|
+
description: string;
|
|
4787
|
+
properties: {
|
|
4788
|
+
key: {
|
|
4789
|
+
title: string;
|
|
4790
|
+
type: string;
|
|
4791
|
+
minLength: number;
|
|
4792
|
+
maxLength: number;
|
|
4793
|
+
description: string;
|
|
4794
|
+
};
|
|
4795
|
+
value: {
|
|
4796
|
+
title: string;
|
|
4797
|
+
type: string;
|
|
4798
|
+
minLength: number;
|
|
4799
|
+
maxLength: number;
|
|
4800
|
+
description: string;
|
|
4915
4801
|
};
|
|
4916
4802
|
};
|
|
4917
|
-
|
|
4918
|
-
title: string;
|
|
4919
|
-
type: string;
|
|
4920
|
-
pattern: string;
|
|
4921
|
-
description: string;
|
|
4922
|
-
example: string;
|
|
4923
|
-
};
|
|
4803
|
+
required: string[];
|
|
4924
4804
|
};
|
|
4805
|
+
minItems: number;
|
|
4806
|
+
maxItems: number;
|
|
4925
4807
|
};
|
|
4926
4808
|
};
|
|
4927
|
-
required: string[];
|
|
4928
4809
|
};
|
|
4929
4810
|
amountType: {
|
|
4930
4811
|
title: string;
|
|
@@ -4948,6 +4829,11 @@ export declare namespace Schemas {
|
|
|
4948
4829
|
description: string;
|
|
4949
4830
|
example: string;
|
|
4950
4831
|
};
|
|
4832
|
+
transactionType: {
|
|
4833
|
+
type: string;
|
|
4834
|
+
enum: string[];
|
|
4835
|
+
description: string;
|
|
4836
|
+
};
|
|
4951
4837
|
note: {
|
|
4952
4838
|
title: string;
|
|
4953
4839
|
type: string;
|
|
@@ -5144,6 +5030,10 @@ export declare namespace Schemas {
|
|
|
5144
5030
|
};
|
|
5145
5031
|
required: string[];
|
|
5146
5032
|
};
|
|
5033
|
+
quoteResponseSource: {
|
|
5034
|
+
type: string;
|
|
5035
|
+
description: string;
|
|
5036
|
+
};
|
|
5147
5037
|
fulfil: {
|
|
5148
5038
|
title: string;
|
|
5149
5039
|
type: string;
|
|
@@ -5210,78 +5100,6 @@ export declare namespace Schemas {
|
|
|
5210
5100
|
};
|
|
5211
5101
|
required: string[];
|
|
5212
5102
|
};
|
|
5213
|
-
quoteExtensions: {
|
|
5214
|
-
title: string;
|
|
5215
|
-
type: string;
|
|
5216
|
-
description: string;
|
|
5217
|
-
properties: {
|
|
5218
|
-
extension: {
|
|
5219
|
-
type: string;
|
|
5220
|
-
items: {
|
|
5221
|
-
title: string;
|
|
5222
|
-
type: string;
|
|
5223
|
-
description: string;
|
|
5224
|
-
properties: {
|
|
5225
|
-
key: {
|
|
5226
|
-
title: string;
|
|
5227
|
-
type: string;
|
|
5228
|
-
minLength: number;
|
|
5229
|
-
maxLength: number;
|
|
5230
|
-
description: string;
|
|
5231
|
-
};
|
|
5232
|
-
value: {
|
|
5233
|
-
title: string;
|
|
5234
|
-
type: string;
|
|
5235
|
-
minLength: number;
|
|
5236
|
-
maxLength: number;
|
|
5237
|
-
description: string;
|
|
5238
|
-
};
|
|
5239
|
-
};
|
|
5240
|
-
required: string[];
|
|
5241
|
-
};
|
|
5242
|
-
minItems: number;
|
|
5243
|
-
maxItems: number;
|
|
5244
|
-
description: string;
|
|
5245
|
-
};
|
|
5246
|
-
};
|
|
5247
|
-
required: string[];
|
|
5248
|
-
};
|
|
5249
|
-
transferExtensions: {
|
|
5250
|
-
title: string;
|
|
5251
|
-
type: string;
|
|
5252
|
-
description: string;
|
|
5253
|
-
properties: {
|
|
5254
|
-
extension: {
|
|
5255
|
-
type: string;
|
|
5256
|
-
items: {
|
|
5257
|
-
title: string;
|
|
5258
|
-
type: string;
|
|
5259
|
-
description: string;
|
|
5260
|
-
properties: {
|
|
5261
|
-
key: {
|
|
5262
|
-
title: string;
|
|
5263
|
-
type: string;
|
|
5264
|
-
minLength: number;
|
|
5265
|
-
maxLength: number;
|
|
5266
|
-
description: string;
|
|
5267
|
-
};
|
|
5268
|
-
value: {
|
|
5269
|
-
title: string;
|
|
5270
|
-
type: string;
|
|
5271
|
-
minLength: number;
|
|
5272
|
-
maxLength: number;
|
|
5273
|
-
description: string;
|
|
5274
|
-
};
|
|
5275
|
-
};
|
|
5276
|
-
required: string[];
|
|
5277
|
-
};
|
|
5278
|
-
minItems: number;
|
|
5279
|
-
maxItems: number;
|
|
5280
|
-
description: string;
|
|
5281
|
-
};
|
|
5282
|
-
};
|
|
5283
|
-
required: string[];
|
|
5284
|
-
};
|
|
5285
5103
|
lastError: {
|
|
5286
5104
|
type: string;
|
|
5287
5105
|
description: string;
|
|
@@ -5358,42 +5176,7 @@ export declare namespace Schemas {
|
|
|
5358
5176
|
};
|
|
5359
5177
|
};
|
|
5360
5178
|
};
|
|
5361
|
-
};
|
|
5362
|
-
extensions: {
|
|
5363
|
-
title: string;
|
|
5364
|
-
type: string;
|
|
5365
5179
|
description: string;
|
|
5366
|
-
properties: {
|
|
5367
|
-
extension: {
|
|
5368
|
-
type: string;
|
|
5369
|
-
items: {
|
|
5370
|
-
title: string;
|
|
5371
|
-
type: string;
|
|
5372
|
-
description: string;
|
|
5373
|
-
properties: {
|
|
5374
|
-
key: {
|
|
5375
|
-
title: string;
|
|
5376
|
-
type: string;
|
|
5377
|
-
minLength: number;
|
|
5378
|
-
maxLength: number;
|
|
5379
|
-
description: string;
|
|
5380
|
-
};
|
|
5381
|
-
value: {
|
|
5382
|
-
title: string;
|
|
5383
|
-
type: string;
|
|
5384
|
-
minLength: number;
|
|
5385
|
-
maxLength: number;
|
|
5386
|
-
description: string;
|
|
5387
|
-
};
|
|
5388
|
-
};
|
|
5389
|
-
required: string[];
|
|
5390
|
-
};
|
|
5391
|
-
minItems: number;
|
|
5392
|
-
maxItems: number;
|
|
5393
|
-
description: string;
|
|
5394
|
-
};
|
|
5395
|
-
};
|
|
5396
|
-
required: string[];
|
|
5397
5180
|
};
|
|
5398
5181
|
};
|
|
5399
5182
|
};
|
|
@@ -5420,99 +5203,129 @@ export declare namespace Schemas {
|
|
|
5420
5203
|
type: string;
|
|
5421
5204
|
required: string[];
|
|
5422
5205
|
properties: {
|
|
5423
|
-
|
|
5424
|
-
type: string;
|
|
5425
|
-
description: string;
|
|
5426
|
-
};
|
|
5427
|
-
bulkTransactionId: {
|
|
5206
|
+
transferId: {
|
|
5428
5207
|
title: string;
|
|
5429
5208
|
type: string;
|
|
5430
5209
|
pattern: string;
|
|
5431
5210
|
description: string;
|
|
5432
5211
|
example: string;
|
|
5433
5212
|
};
|
|
5434
|
-
|
|
5435
|
-
type: string;
|
|
5436
|
-
enum: string[];
|
|
5437
|
-
};
|
|
5438
|
-
options: {
|
|
5213
|
+
from: {
|
|
5439
5214
|
type: string;
|
|
5440
5215
|
required: string[];
|
|
5441
5216
|
properties: {
|
|
5442
|
-
|
|
5443
|
-
|
|
5217
|
+
type: {
|
|
5218
|
+
title: string;
|
|
5444
5219
|
type: string;
|
|
5220
|
+
enum: string[];
|
|
5221
|
+
description: string;
|
|
5222
|
+
example: string;
|
|
5445
5223
|
};
|
|
5446
|
-
|
|
5224
|
+
idType: {
|
|
5225
|
+
title: string;
|
|
5447
5226
|
type: string;
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
enabled: {
|
|
5451
|
-
type: string;
|
|
5452
|
-
enum: boolean[];
|
|
5453
|
-
};
|
|
5454
|
-
};
|
|
5227
|
+
enum: string[];
|
|
5228
|
+
description: string;
|
|
5455
5229
|
};
|
|
5456
|
-
|
|
5230
|
+
idValue: {
|
|
5231
|
+
title: string;
|
|
5232
|
+
type: string;
|
|
5233
|
+
minLength: number;
|
|
5234
|
+
maxLength: number;
|
|
5457
5235
|
description: string;
|
|
5236
|
+
example: string;
|
|
5237
|
+
};
|
|
5238
|
+
idSubValue: {
|
|
5239
|
+
title: string;
|
|
5458
5240
|
type: string;
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
properties: {
|
|
5463
|
-
enabled: {
|
|
5464
|
-
type: string;
|
|
5465
|
-
enum: boolean[];
|
|
5466
|
-
};
|
|
5467
|
-
perTransferFeeLimits: {
|
|
5468
|
-
type: string;
|
|
5469
|
-
minItems: number;
|
|
5470
|
-
items: {
|
|
5471
|
-
type: string;
|
|
5472
|
-
required: string[];
|
|
5473
|
-
properties: {
|
|
5474
|
-
currency: {
|
|
5475
|
-
title: string;
|
|
5476
|
-
description: string;
|
|
5477
|
-
type: string;
|
|
5478
|
-
minLength: number;
|
|
5479
|
-
maxLength: number;
|
|
5480
|
-
enum: string[];
|
|
5481
|
-
};
|
|
5482
|
-
amount: {
|
|
5483
|
-
title: string;
|
|
5484
|
-
type: string;
|
|
5485
|
-
pattern: string;
|
|
5486
|
-
description: string;
|
|
5487
|
-
example: string;
|
|
5488
|
-
};
|
|
5489
|
-
};
|
|
5490
|
-
};
|
|
5491
|
-
};
|
|
5492
|
-
};
|
|
5493
|
-
}[];
|
|
5241
|
+
minLength: number;
|
|
5242
|
+
maxLength: number;
|
|
5243
|
+
description: string;
|
|
5494
5244
|
};
|
|
5495
|
-
|
|
5245
|
+
displayName: {
|
|
5246
|
+
title: string;
|
|
5247
|
+
type: string;
|
|
5248
|
+
pattern: string;
|
|
5496
5249
|
description: string;
|
|
5250
|
+
};
|
|
5251
|
+
firstName: {
|
|
5252
|
+
title: string;
|
|
5497
5253
|
type: string;
|
|
5254
|
+
minLength: number;
|
|
5255
|
+
maxLength: number;
|
|
5256
|
+
pattern: string;
|
|
5257
|
+
description: string;
|
|
5258
|
+
example: string;
|
|
5498
5259
|
};
|
|
5499
|
-
|
|
5260
|
+
middleName: {
|
|
5261
|
+
title: string;
|
|
5262
|
+
type: string;
|
|
5263
|
+
minLength: number;
|
|
5264
|
+
maxLength: number;
|
|
5265
|
+
pattern: string;
|
|
5500
5266
|
description: string;
|
|
5267
|
+
example: string;
|
|
5268
|
+
};
|
|
5269
|
+
lastName: {
|
|
5270
|
+
title: string;
|
|
5501
5271
|
type: string;
|
|
5272
|
+
minLength: number;
|
|
5273
|
+
maxLength: number;
|
|
5274
|
+
pattern: string;
|
|
5275
|
+
description: string;
|
|
5276
|
+
example: string;
|
|
5502
5277
|
};
|
|
5503
|
-
|
|
5278
|
+
dateOfBirth: {
|
|
5504
5279
|
title: string;
|
|
5505
5280
|
type: string;
|
|
5506
5281
|
pattern: string;
|
|
5507
5282
|
description: string;
|
|
5508
5283
|
example: string;
|
|
5509
5284
|
};
|
|
5285
|
+
merchantClassificationCode: {
|
|
5286
|
+
title: string;
|
|
5287
|
+
type: string;
|
|
5288
|
+
pattern: string;
|
|
5289
|
+
description: string;
|
|
5290
|
+
};
|
|
5291
|
+
fspId: {
|
|
5292
|
+
title: string;
|
|
5293
|
+
type: string;
|
|
5294
|
+
minLength: number;
|
|
5295
|
+
maxLength: number;
|
|
5296
|
+
description: string;
|
|
5297
|
+
};
|
|
5298
|
+
extensionList: {
|
|
5299
|
+
type: string;
|
|
5300
|
+
items: {
|
|
5301
|
+
title: string;
|
|
5302
|
+
type: string;
|
|
5303
|
+
description: string;
|
|
5304
|
+
properties: {
|
|
5305
|
+
key: {
|
|
5306
|
+
title: string;
|
|
5307
|
+
type: string;
|
|
5308
|
+
minLength: number;
|
|
5309
|
+
maxLength: number;
|
|
5310
|
+
description: string;
|
|
5311
|
+
};
|
|
5312
|
+
value: {
|
|
5313
|
+
title: string;
|
|
5314
|
+
type: string;
|
|
5315
|
+
minLength: number;
|
|
5316
|
+
maxLength: number;
|
|
5317
|
+
description: string;
|
|
5318
|
+
};
|
|
5319
|
+
};
|
|
5320
|
+
required: string[];
|
|
5321
|
+
};
|
|
5322
|
+
minItems: number;
|
|
5323
|
+
maxItems: number;
|
|
5324
|
+
};
|
|
5510
5325
|
};
|
|
5511
5326
|
};
|
|
5512
5327
|
individualTransferResults: {
|
|
5513
|
-
description: string;
|
|
5514
5328
|
type: string;
|
|
5515
|
-
minItems: number;
|
|
5516
5329
|
maxItems: number;
|
|
5517
5330
|
items: {
|
|
5518
5331
|
type: string;
|
|
@@ -5525,160 +5338,119 @@ export declare namespace Schemas {
|
|
|
5525
5338
|
description: string;
|
|
5526
5339
|
example: string;
|
|
5527
5340
|
};
|
|
5528
|
-
homeTransactionId: {
|
|
5529
|
-
title: string;
|
|
5530
|
-
type: string;
|
|
5531
|
-
pattern: string;
|
|
5532
|
-
description: string;
|
|
5533
|
-
example: string;
|
|
5534
|
-
};
|
|
5535
|
-
transactionId: {
|
|
5536
|
-
title: string;
|
|
5537
|
-
type: string;
|
|
5538
|
-
pattern: string;
|
|
5539
|
-
description: string;
|
|
5540
|
-
example: string;
|
|
5541
|
-
};
|
|
5542
5341
|
to: {
|
|
5543
|
-
title: string;
|
|
5544
5342
|
type: string;
|
|
5545
|
-
|
|
5343
|
+
required: string[];
|
|
5546
5344
|
properties: {
|
|
5547
|
-
|
|
5345
|
+
type: {
|
|
5548
5346
|
title: string;
|
|
5549
5347
|
type: string;
|
|
5348
|
+
enum: string[];
|
|
5550
5349
|
description: string;
|
|
5551
|
-
|
|
5552
|
-
partyIdType: {
|
|
5553
|
-
title: string;
|
|
5554
|
-
type: string;
|
|
5555
|
-
enum: string[];
|
|
5556
|
-
description: string;
|
|
5557
|
-
};
|
|
5558
|
-
partyIdentifier: {
|
|
5559
|
-
title: string;
|
|
5560
|
-
type: string;
|
|
5561
|
-
minLength: number;
|
|
5562
|
-
maxLength: number;
|
|
5563
|
-
description: string;
|
|
5564
|
-
example: string;
|
|
5565
|
-
};
|
|
5566
|
-
partySubIdOrType: {
|
|
5567
|
-
title: string;
|
|
5568
|
-
type: string;
|
|
5569
|
-
minLength: number;
|
|
5570
|
-
maxLength: number;
|
|
5571
|
-
description: string;
|
|
5572
|
-
};
|
|
5573
|
-
fspId: {
|
|
5574
|
-
title: string;
|
|
5575
|
-
type: string;
|
|
5576
|
-
minLength: number;
|
|
5577
|
-
maxLength: number;
|
|
5578
|
-
description: string;
|
|
5579
|
-
};
|
|
5580
|
-
extensionList: {
|
|
5581
|
-
title: string;
|
|
5582
|
-
type: string;
|
|
5583
|
-
description: string;
|
|
5584
|
-
properties: {
|
|
5585
|
-
extension: {
|
|
5586
|
-
type: string;
|
|
5587
|
-
items: {
|
|
5588
|
-
title: string;
|
|
5589
|
-
type: string;
|
|
5590
|
-
description: string;
|
|
5591
|
-
properties: {
|
|
5592
|
-
key: {
|
|
5593
|
-
title: string;
|
|
5594
|
-
type: string;
|
|
5595
|
-
minLength: number;
|
|
5596
|
-
maxLength: number;
|
|
5597
|
-
description: string;
|
|
5598
|
-
};
|
|
5599
|
-
value: {
|
|
5600
|
-
title: string;
|
|
5601
|
-
type: string;
|
|
5602
|
-
minLength: number;
|
|
5603
|
-
maxLength: number;
|
|
5604
|
-
description: string;
|
|
5605
|
-
};
|
|
5606
|
-
};
|
|
5607
|
-
required: string[];
|
|
5608
|
-
};
|
|
5609
|
-
minItems: number;
|
|
5610
|
-
maxItems: number;
|
|
5611
|
-
description: string;
|
|
5612
|
-
};
|
|
5613
|
-
};
|
|
5614
|
-
required: string[];
|
|
5615
|
-
};
|
|
5616
|
-
};
|
|
5617
|
-
required: string[];
|
|
5350
|
+
example: string;
|
|
5618
5351
|
};
|
|
5619
|
-
|
|
5352
|
+
idType: {
|
|
5353
|
+
title: string;
|
|
5354
|
+
type: string;
|
|
5355
|
+
enum: string[];
|
|
5356
|
+
description: string;
|
|
5357
|
+
};
|
|
5358
|
+
idValue: {
|
|
5359
|
+
title: string;
|
|
5360
|
+
type: string;
|
|
5361
|
+
minLength: number;
|
|
5362
|
+
maxLength: number;
|
|
5363
|
+
description: string;
|
|
5364
|
+
example: string;
|
|
5365
|
+
};
|
|
5366
|
+
idSubValue: {
|
|
5367
|
+
title: string;
|
|
5368
|
+
type: string;
|
|
5369
|
+
minLength: number;
|
|
5370
|
+
maxLength: number;
|
|
5371
|
+
description: string;
|
|
5372
|
+
};
|
|
5373
|
+
displayName: {
|
|
5620
5374
|
title: string;
|
|
5621
5375
|
type: string;
|
|
5622
5376
|
pattern: string;
|
|
5623
5377
|
description: string;
|
|
5624
5378
|
};
|
|
5625
|
-
|
|
5379
|
+
firstName: {
|
|
5626
5380
|
title: string;
|
|
5627
5381
|
type: string;
|
|
5628
5382
|
minLength: number;
|
|
5629
5383
|
maxLength: number;
|
|
5384
|
+
pattern: string;
|
|
5630
5385
|
description: string;
|
|
5386
|
+
example: string;
|
|
5631
5387
|
};
|
|
5632
|
-
|
|
5388
|
+
middleName: {
|
|
5633
5389
|
title: string;
|
|
5634
5390
|
type: string;
|
|
5391
|
+
minLength: number;
|
|
5392
|
+
maxLength: number;
|
|
5393
|
+
pattern: string;
|
|
5635
5394
|
description: string;
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5395
|
+
example: string;
|
|
5396
|
+
};
|
|
5397
|
+
lastName: {
|
|
5398
|
+
title: string;
|
|
5399
|
+
type: string;
|
|
5400
|
+
minLength: number;
|
|
5401
|
+
maxLength: number;
|
|
5402
|
+
pattern: string;
|
|
5403
|
+
description: string;
|
|
5404
|
+
example: string;
|
|
5405
|
+
};
|
|
5406
|
+
dateOfBirth: {
|
|
5407
|
+
title: string;
|
|
5408
|
+
type: string;
|
|
5409
|
+
pattern: string;
|
|
5410
|
+
description: string;
|
|
5411
|
+
example: string;
|
|
5412
|
+
};
|
|
5413
|
+
merchantClassificationCode: {
|
|
5414
|
+
title: string;
|
|
5415
|
+
type: string;
|
|
5416
|
+
pattern: string;
|
|
5417
|
+
description: string;
|
|
5418
|
+
};
|
|
5419
|
+
fspId: {
|
|
5420
|
+
title: string;
|
|
5421
|
+
type: string;
|
|
5422
|
+
minLength: number;
|
|
5423
|
+
maxLength: number;
|
|
5424
|
+
description: string;
|
|
5425
|
+
};
|
|
5426
|
+
extensionList: {
|
|
5427
|
+
type: string;
|
|
5428
|
+
items: {
|
|
5429
|
+
title: string;
|
|
5430
|
+
type: string;
|
|
5431
|
+
description: string;
|
|
5432
|
+
properties: {
|
|
5433
|
+
key: {
|
|
5434
|
+
title: string;
|
|
5435
|
+
type: string;
|
|
5436
|
+
minLength: number;
|
|
5437
|
+
maxLength: number;
|
|
5438
|
+
description: string;
|
|
5439
|
+
};
|
|
5440
|
+
value: {
|
|
5441
|
+
title: string;
|
|
5442
|
+
type: string;
|
|
5443
|
+
minLength: number;
|
|
5444
|
+
maxLength: number;
|
|
5445
|
+
description: string;
|
|
5669
5446
|
};
|
|
5670
5447
|
};
|
|
5671
|
-
|
|
5672
|
-
title: string;
|
|
5673
|
-
type: string;
|
|
5674
|
-
pattern: string;
|
|
5675
|
-
description: string;
|
|
5676
|
-
example: string;
|
|
5677
|
-
};
|
|
5448
|
+
required: string[];
|
|
5678
5449
|
};
|
|
5450
|
+
minItems: number;
|
|
5451
|
+
maxItems: number;
|
|
5679
5452
|
};
|
|
5680
5453
|
};
|
|
5681
|
-
required: string[];
|
|
5682
5454
|
};
|
|
5683
5455
|
amountType: {
|
|
5684
5456
|
title: string;
|
|
@@ -5702,6 +5474,11 @@ export declare namespace Schemas {
|
|
|
5702
5474
|
description: string;
|
|
5703
5475
|
example: string;
|
|
5704
5476
|
};
|
|
5477
|
+
transactionType: {
|
|
5478
|
+
type: string;
|
|
5479
|
+
enum: string[];
|
|
5480
|
+
description: string;
|
|
5481
|
+
};
|
|
5705
5482
|
note: {
|
|
5706
5483
|
title: string;
|
|
5707
5484
|
type: string;
|
|
@@ -5898,6 +5675,10 @@ export declare namespace Schemas {
|
|
|
5898
5675
|
};
|
|
5899
5676
|
required: string[];
|
|
5900
5677
|
};
|
|
5678
|
+
quoteResponseSource: {
|
|
5679
|
+
type: string;
|
|
5680
|
+
description: string;
|
|
5681
|
+
};
|
|
5901
5682
|
fulfil: {
|
|
5902
5683
|
title: string;
|
|
5903
5684
|
type: string;
|
|
@@ -5964,78 +5745,6 @@ export declare namespace Schemas {
|
|
|
5964
5745
|
};
|
|
5965
5746
|
required: string[];
|
|
5966
5747
|
};
|
|
5967
|
-
quoteExtensions: {
|
|
5968
|
-
title: string;
|
|
5969
|
-
type: string;
|
|
5970
|
-
description: string;
|
|
5971
|
-
properties: {
|
|
5972
|
-
extension: {
|
|
5973
|
-
type: string;
|
|
5974
|
-
items: {
|
|
5975
|
-
title: string;
|
|
5976
|
-
type: string;
|
|
5977
|
-
description: string;
|
|
5978
|
-
properties: {
|
|
5979
|
-
key: {
|
|
5980
|
-
title: string;
|
|
5981
|
-
type: string;
|
|
5982
|
-
minLength: number;
|
|
5983
|
-
maxLength: number;
|
|
5984
|
-
description: string;
|
|
5985
|
-
};
|
|
5986
|
-
value: {
|
|
5987
|
-
title: string;
|
|
5988
|
-
type: string;
|
|
5989
|
-
minLength: number;
|
|
5990
|
-
maxLength: number;
|
|
5991
|
-
description: string;
|
|
5992
|
-
};
|
|
5993
|
-
};
|
|
5994
|
-
required: string[];
|
|
5995
|
-
};
|
|
5996
|
-
minItems: number;
|
|
5997
|
-
maxItems: number;
|
|
5998
|
-
description: string;
|
|
5999
|
-
};
|
|
6000
|
-
};
|
|
6001
|
-
required: string[];
|
|
6002
|
-
};
|
|
6003
|
-
transferExtensions: {
|
|
6004
|
-
title: string;
|
|
6005
|
-
type: string;
|
|
6006
|
-
description: string;
|
|
6007
|
-
properties: {
|
|
6008
|
-
extension: {
|
|
6009
|
-
type: string;
|
|
6010
|
-
items: {
|
|
6011
|
-
title: string;
|
|
6012
|
-
type: string;
|
|
6013
|
-
description: string;
|
|
6014
|
-
properties: {
|
|
6015
|
-
key: {
|
|
6016
|
-
title: string;
|
|
6017
|
-
type: string;
|
|
6018
|
-
minLength: number;
|
|
6019
|
-
maxLength: number;
|
|
6020
|
-
description: string;
|
|
6021
|
-
};
|
|
6022
|
-
value: {
|
|
6023
|
-
title: string;
|
|
6024
|
-
type: string;
|
|
6025
|
-
minLength: number;
|
|
6026
|
-
maxLength: number;
|
|
6027
|
-
description: string;
|
|
6028
|
-
};
|
|
6029
|
-
};
|
|
6030
|
-
required: string[];
|
|
6031
|
-
};
|
|
6032
|
-
minItems: number;
|
|
6033
|
-
maxItems: number;
|
|
6034
|
-
description: string;
|
|
6035
|
-
};
|
|
6036
|
-
};
|
|
6037
|
-
required: string[];
|
|
6038
|
-
};
|
|
6039
5748
|
lastError: {
|
|
6040
5749
|
type: string;
|
|
6041
5750
|
description: string;
|
|
@@ -6112,42 +5821,7 @@ export declare namespace Schemas {
|
|
|
6112
5821
|
};
|
|
6113
5822
|
};
|
|
6114
5823
|
};
|
|
6115
|
-
};
|
|
6116
|
-
extensions: {
|
|
6117
|
-
title: string;
|
|
6118
|
-
type: string;
|
|
6119
5824
|
description: string;
|
|
6120
|
-
properties: {
|
|
6121
|
-
extension: {
|
|
6122
|
-
type: string;
|
|
6123
|
-
items: {
|
|
6124
|
-
title: string;
|
|
6125
|
-
type: string;
|
|
6126
|
-
description: string;
|
|
6127
|
-
properties: {
|
|
6128
|
-
key: {
|
|
6129
|
-
title: string;
|
|
6130
|
-
type: string;
|
|
6131
|
-
minLength: number;
|
|
6132
|
-
maxLength: number;
|
|
6133
|
-
description: string;
|
|
6134
|
-
};
|
|
6135
|
-
value: {
|
|
6136
|
-
title: string;
|
|
6137
|
-
type: string;
|
|
6138
|
-
minLength: number;
|
|
6139
|
-
maxLength: number;
|
|
6140
|
-
description: string;
|
|
6141
|
-
};
|
|
6142
|
-
};
|
|
6143
|
-
required: string[];
|
|
6144
|
-
};
|
|
6145
|
-
minItems: number;
|
|
6146
|
-
maxItems: number;
|
|
6147
|
-
description: string;
|
|
6148
|
-
};
|
|
6149
|
-
};
|
|
6150
|
-
required: string[];
|
|
6151
5825
|
};
|
|
6152
5826
|
};
|
|
6153
5827
|
};
|
|
@@ -6156,7 +5830,7 @@ export declare namespace Schemas {
|
|
|
6156
5830
|
};
|
|
6157
5831
|
})[];
|
|
6158
5832
|
};
|
|
6159
|
-
const
|
|
5833
|
+
const individualTransactionAccept: {
|
|
6160
5834
|
type: string;
|
|
6161
5835
|
description: string;
|
|
6162
5836
|
properties: {
|
|
@@ -6177,7 +5851,7 @@ export declare namespace Schemas {
|
|
|
6177
5851
|
};
|
|
6178
5852
|
required: string[];
|
|
6179
5853
|
};
|
|
6180
|
-
const
|
|
5854
|
+
const bulkTransactionContinuationAcceptParty: {
|
|
6181
5855
|
description: string;
|
|
6182
5856
|
type: string;
|
|
6183
5857
|
required: string[];
|
|
@@ -6230,7 +5904,7 @@ export declare namespace Schemas {
|
|
|
6230
5904
|
};
|
|
6231
5905
|
};
|
|
6232
5906
|
};
|
|
6233
|
-
const
|
|
5907
|
+
const bulkTransactionContinuationAcceptQuote: {
|
|
6234
5908
|
description: string;
|
|
6235
5909
|
type: string;
|
|
6236
5910
|
required: string[];
|
|
@@ -6357,7 +6031,7 @@ export declare namespace Schemas {
|
|
|
6357
6031
|
};
|
|
6358
6032
|
};
|
|
6359
6033
|
};
|
|
6360
|
-
const
|
|
6034
|
+
const bulkTransactionAcceptPartyErrorResponse: {
|
|
6361
6035
|
allOf: ({
|
|
6362
6036
|
type: string;
|
|
6363
6037
|
properties: {
|
|
@@ -6588,7 +6262,7 @@ export declare namespace Schemas {
|
|
|
6588
6262
|
};
|
|
6589
6263
|
};
|
|
6590
6264
|
};
|
|
6591
|
-
const
|
|
6265
|
+
const bulkTransactionAcceptQuoteErrorResponse: {
|
|
6592
6266
|
allOf: ({
|
|
6593
6267
|
type: string;
|
|
6594
6268
|
properties: {
|
|
@@ -6627,123 +6301,822 @@ export declare namespace Schemas {
|
|
|
6627
6301
|
type: string;
|
|
6628
6302
|
description: string;
|
|
6629
6303
|
properties: {
|
|
6630
|
-
homeTransactionId: {
|
|
6304
|
+
homeTransactionId: {
|
|
6305
|
+
title: string;
|
|
6306
|
+
type: string;
|
|
6307
|
+
pattern: string;
|
|
6308
|
+
description: string;
|
|
6309
|
+
example: string;
|
|
6310
|
+
};
|
|
6311
|
+
transactionId: {
|
|
6312
|
+
title: string;
|
|
6313
|
+
type: string;
|
|
6314
|
+
pattern: string;
|
|
6315
|
+
description: string;
|
|
6316
|
+
example: string;
|
|
6317
|
+
};
|
|
6318
|
+
acceptQuote?: undefined;
|
|
6319
|
+
};
|
|
6320
|
+
required: string[];
|
|
6321
|
+
} | {
|
|
6322
|
+
type: string;
|
|
6323
|
+
required: string[];
|
|
6324
|
+
properties: {
|
|
6325
|
+
acceptQuote: {
|
|
6326
|
+
type: string;
|
|
6327
|
+
enum: boolean[];
|
|
6328
|
+
};
|
|
6329
|
+
homeTransactionId?: undefined;
|
|
6330
|
+
transactionId?: undefined;
|
|
6331
|
+
};
|
|
6332
|
+
description?: undefined;
|
|
6333
|
+
})[];
|
|
6334
|
+
};
|
|
6335
|
+
};
|
|
6336
|
+
httpStatusCode?: undefined;
|
|
6337
|
+
mojaloopError?: undefined;
|
|
6338
|
+
};
|
|
6339
|
+
} | {
|
|
6340
|
+
type: string;
|
|
6341
|
+
description: string;
|
|
6342
|
+
properties: {
|
|
6343
|
+
httpStatusCode: {
|
|
6344
|
+
type: string;
|
|
6345
|
+
description: string;
|
|
6346
|
+
};
|
|
6347
|
+
mojaloopError: {
|
|
6348
|
+
description: string;
|
|
6349
|
+
type: string;
|
|
6350
|
+
properties: {
|
|
6351
|
+
errorInformation: {
|
|
6352
|
+
title: string;
|
|
6353
|
+
type: string;
|
|
6354
|
+
description: string;
|
|
6355
|
+
properties: {
|
|
6356
|
+
errorCode: {
|
|
6357
|
+
title: string;
|
|
6358
|
+
type: string;
|
|
6359
|
+
pattern: string;
|
|
6360
|
+
description: string;
|
|
6361
|
+
example: string;
|
|
6362
|
+
};
|
|
6363
|
+
errorDescription: {
|
|
6364
|
+
title: string;
|
|
6365
|
+
type: string;
|
|
6366
|
+
minLength: number;
|
|
6367
|
+
maxLength: number;
|
|
6368
|
+
description: string;
|
|
6369
|
+
};
|
|
6370
|
+
extensionList: {
|
|
6371
|
+
title: string;
|
|
6372
|
+
type: string;
|
|
6373
|
+
description: string;
|
|
6374
|
+
properties: {
|
|
6375
|
+
extension: {
|
|
6376
|
+
type: string;
|
|
6377
|
+
items: {
|
|
6378
|
+
title: string;
|
|
6379
|
+
type: string;
|
|
6380
|
+
description: string;
|
|
6381
|
+
properties: {
|
|
6382
|
+
key: {
|
|
6383
|
+
title: string;
|
|
6384
|
+
type: string;
|
|
6385
|
+
minLength: number;
|
|
6386
|
+
maxLength: number;
|
|
6387
|
+
description: string;
|
|
6388
|
+
};
|
|
6389
|
+
value: {
|
|
6390
|
+
title: string;
|
|
6391
|
+
type: string;
|
|
6392
|
+
minLength: number;
|
|
6393
|
+
maxLength: number;
|
|
6394
|
+
description: string;
|
|
6395
|
+
};
|
|
6396
|
+
};
|
|
6397
|
+
required: string[];
|
|
6398
|
+
};
|
|
6399
|
+
minItems: number;
|
|
6400
|
+
maxItems: number;
|
|
6401
|
+
description: string;
|
|
6402
|
+
};
|
|
6403
|
+
};
|
|
6404
|
+
required: string[];
|
|
6405
|
+
};
|
|
6406
|
+
};
|
|
6407
|
+
required: string[];
|
|
6408
|
+
};
|
|
6409
|
+
};
|
|
6410
|
+
};
|
|
6411
|
+
bulkHomeTransactionID?: undefined;
|
|
6412
|
+
individualTransfers?: undefined;
|
|
6413
|
+
};
|
|
6414
|
+
required?: undefined;
|
|
6415
|
+
})[];
|
|
6416
|
+
};
|
|
6417
|
+
statusCode?: undefined;
|
|
6418
|
+
message?: undefined;
|
|
6419
|
+
};
|
|
6420
|
+
})[];
|
|
6421
|
+
};
|
|
6422
|
+
const individualTransfer: {
|
|
6423
|
+
title: string;
|
|
6424
|
+
type: string;
|
|
6425
|
+
description: string;
|
|
6426
|
+
properties: {
|
|
6427
|
+
transferId: {
|
|
6428
|
+
title: string;
|
|
6429
|
+
type: string;
|
|
6430
|
+
pattern: string;
|
|
6431
|
+
description: string;
|
|
6432
|
+
example: string;
|
|
6433
|
+
};
|
|
6434
|
+
to: {
|
|
6435
|
+
type: string;
|
|
6436
|
+
required: string[];
|
|
6437
|
+
properties: {
|
|
6438
|
+
type: {
|
|
6439
|
+
title: string;
|
|
6440
|
+
type: string;
|
|
6441
|
+
enum: string[];
|
|
6442
|
+
description: string;
|
|
6443
|
+
example: string;
|
|
6444
|
+
};
|
|
6445
|
+
idType: {
|
|
6446
|
+
title: string;
|
|
6447
|
+
type: string;
|
|
6448
|
+
enum: string[];
|
|
6449
|
+
description: string;
|
|
6450
|
+
};
|
|
6451
|
+
idValue: {
|
|
6452
|
+
title: string;
|
|
6453
|
+
type: string;
|
|
6454
|
+
minLength: number;
|
|
6455
|
+
maxLength: number;
|
|
6456
|
+
description: string;
|
|
6457
|
+
example: string;
|
|
6458
|
+
};
|
|
6459
|
+
idSubValue: {
|
|
6460
|
+
title: string;
|
|
6461
|
+
type: string;
|
|
6462
|
+
minLength: number;
|
|
6463
|
+
maxLength: number;
|
|
6464
|
+
description: string;
|
|
6465
|
+
};
|
|
6466
|
+
displayName: {
|
|
6467
|
+
title: string;
|
|
6468
|
+
type: string;
|
|
6469
|
+
pattern: string;
|
|
6470
|
+
description: string;
|
|
6471
|
+
};
|
|
6472
|
+
firstName: {
|
|
6473
|
+
title: string;
|
|
6474
|
+
type: string;
|
|
6475
|
+
minLength: number;
|
|
6476
|
+
maxLength: number;
|
|
6477
|
+
pattern: string;
|
|
6478
|
+
description: string;
|
|
6479
|
+
example: string;
|
|
6480
|
+
};
|
|
6481
|
+
middleName: {
|
|
6482
|
+
title: string;
|
|
6483
|
+
type: string;
|
|
6484
|
+
minLength: number;
|
|
6485
|
+
maxLength: number;
|
|
6486
|
+
pattern: string;
|
|
6487
|
+
description: string;
|
|
6488
|
+
example: string;
|
|
6489
|
+
};
|
|
6490
|
+
lastName: {
|
|
6491
|
+
title: string;
|
|
6492
|
+
type: string;
|
|
6493
|
+
minLength: number;
|
|
6494
|
+
maxLength: number;
|
|
6495
|
+
pattern: string;
|
|
6496
|
+
description: string;
|
|
6497
|
+
example: string;
|
|
6498
|
+
};
|
|
6499
|
+
dateOfBirth: {
|
|
6500
|
+
title: string;
|
|
6501
|
+
type: string;
|
|
6502
|
+
pattern: string;
|
|
6503
|
+
description: string;
|
|
6504
|
+
example: string;
|
|
6505
|
+
};
|
|
6506
|
+
merchantClassificationCode: {
|
|
6507
|
+
title: string;
|
|
6508
|
+
type: string;
|
|
6509
|
+
pattern: string;
|
|
6510
|
+
description: string;
|
|
6511
|
+
};
|
|
6512
|
+
fspId: {
|
|
6513
|
+
title: string;
|
|
6514
|
+
type: string;
|
|
6515
|
+
minLength: number;
|
|
6516
|
+
maxLength: number;
|
|
6517
|
+
description: string;
|
|
6518
|
+
};
|
|
6519
|
+
extensionList: {
|
|
6520
|
+
type: string;
|
|
6521
|
+
items: {
|
|
6522
|
+
title: string;
|
|
6523
|
+
type: string;
|
|
6524
|
+
description: string;
|
|
6525
|
+
properties: {
|
|
6526
|
+
key: {
|
|
6527
|
+
title: string;
|
|
6528
|
+
type: string;
|
|
6529
|
+
minLength: number;
|
|
6530
|
+
maxLength: number;
|
|
6531
|
+
description: string;
|
|
6532
|
+
};
|
|
6533
|
+
value: {
|
|
6534
|
+
title: string;
|
|
6535
|
+
type: string;
|
|
6536
|
+
minLength: number;
|
|
6537
|
+
maxLength: number;
|
|
6538
|
+
description: string;
|
|
6539
|
+
};
|
|
6540
|
+
};
|
|
6541
|
+
required: string[];
|
|
6542
|
+
};
|
|
6543
|
+
minItems: number;
|
|
6544
|
+
maxItems: number;
|
|
6545
|
+
};
|
|
6546
|
+
};
|
|
6547
|
+
};
|
|
6548
|
+
amountType: {
|
|
6549
|
+
title: string;
|
|
6550
|
+
type: string;
|
|
6551
|
+
enum: string[];
|
|
6552
|
+
description: string;
|
|
6553
|
+
example: string;
|
|
6554
|
+
};
|
|
6555
|
+
currency: {
|
|
6556
|
+
title: string;
|
|
6557
|
+
description: string;
|
|
6558
|
+
type: string;
|
|
6559
|
+
minLength: number;
|
|
6560
|
+
maxLength: number;
|
|
6561
|
+
enum: string[];
|
|
6562
|
+
};
|
|
6563
|
+
amount: {
|
|
6564
|
+
title: string;
|
|
6565
|
+
type: string;
|
|
6566
|
+
pattern: string;
|
|
6567
|
+
description: string;
|
|
6568
|
+
example: string;
|
|
6569
|
+
};
|
|
6570
|
+
transactionType: {
|
|
6571
|
+
type: string;
|
|
6572
|
+
enum: string[];
|
|
6573
|
+
description: string;
|
|
6574
|
+
};
|
|
6575
|
+
note: {
|
|
6576
|
+
title: string;
|
|
6577
|
+
type: string;
|
|
6578
|
+
minLength: number;
|
|
6579
|
+
maxLength: number;
|
|
6580
|
+
description: string;
|
|
6581
|
+
example: string;
|
|
6582
|
+
};
|
|
6583
|
+
extensions: {
|
|
6584
|
+
title: string;
|
|
6585
|
+
type: string;
|
|
6586
|
+
description: string;
|
|
6587
|
+
properties: {
|
|
6588
|
+
extension: {
|
|
6589
|
+
type: string;
|
|
6590
|
+
items: {
|
|
6591
|
+
title: string;
|
|
6592
|
+
type: string;
|
|
6593
|
+
description: string;
|
|
6594
|
+
properties: {
|
|
6595
|
+
key: {
|
|
6596
|
+
title: string;
|
|
6597
|
+
type: string;
|
|
6598
|
+
minLength: number;
|
|
6599
|
+
maxLength: number;
|
|
6600
|
+
description: string;
|
|
6601
|
+
};
|
|
6602
|
+
value: {
|
|
6603
|
+
title: string;
|
|
6604
|
+
type: string;
|
|
6605
|
+
minLength: number;
|
|
6606
|
+
maxLength: number;
|
|
6607
|
+
description: string;
|
|
6608
|
+
};
|
|
6609
|
+
};
|
|
6610
|
+
required: string[];
|
|
6611
|
+
};
|
|
6612
|
+
minItems: number;
|
|
6613
|
+
maxItems: number;
|
|
6614
|
+
description: string;
|
|
6615
|
+
};
|
|
6616
|
+
};
|
|
6617
|
+
required: string[];
|
|
6618
|
+
};
|
|
6619
|
+
};
|
|
6620
|
+
required: string[];
|
|
6621
|
+
};
|
|
6622
|
+
const bulkTransferRequest: {
|
|
6623
|
+
type: string;
|
|
6624
|
+
required: string[];
|
|
6625
|
+
properties: {
|
|
6626
|
+
homeTransactionId: {
|
|
6627
|
+
type: string;
|
|
6628
|
+
description: string;
|
|
6629
|
+
};
|
|
6630
|
+
bulkTransferId: {
|
|
6631
|
+
title: string;
|
|
6632
|
+
type: string;
|
|
6633
|
+
pattern: string;
|
|
6634
|
+
description: string;
|
|
6635
|
+
example: string;
|
|
6636
|
+
};
|
|
6637
|
+
from: {
|
|
6638
|
+
type: string;
|
|
6639
|
+
required: string[];
|
|
6640
|
+
properties: {
|
|
6641
|
+
type: {
|
|
6642
|
+
title: string;
|
|
6643
|
+
type: string;
|
|
6644
|
+
enum: string[];
|
|
6645
|
+
description: string;
|
|
6646
|
+
example: string;
|
|
6647
|
+
};
|
|
6648
|
+
idType: {
|
|
6649
|
+
title: string;
|
|
6650
|
+
type: string;
|
|
6651
|
+
enum: string[];
|
|
6652
|
+
description: string;
|
|
6653
|
+
};
|
|
6654
|
+
idValue: {
|
|
6655
|
+
title: string;
|
|
6656
|
+
type: string;
|
|
6657
|
+
minLength: number;
|
|
6658
|
+
maxLength: number;
|
|
6659
|
+
description: string;
|
|
6660
|
+
example: string;
|
|
6661
|
+
};
|
|
6662
|
+
idSubValue: {
|
|
6663
|
+
title: string;
|
|
6664
|
+
type: string;
|
|
6665
|
+
minLength: number;
|
|
6666
|
+
maxLength: number;
|
|
6667
|
+
description: string;
|
|
6668
|
+
};
|
|
6669
|
+
displayName: {
|
|
6670
|
+
title: string;
|
|
6671
|
+
type: string;
|
|
6672
|
+
pattern: string;
|
|
6673
|
+
description: string;
|
|
6674
|
+
};
|
|
6675
|
+
firstName: {
|
|
6676
|
+
title: string;
|
|
6677
|
+
type: string;
|
|
6678
|
+
minLength: number;
|
|
6679
|
+
maxLength: number;
|
|
6680
|
+
pattern: string;
|
|
6681
|
+
description: string;
|
|
6682
|
+
example: string;
|
|
6683
|
+
};
|
|
6684
|
+
middleName: {
|
|
6685
|
+
title: string;
|
|
6686
|
+
type: string;
|
|
6687
|
+
minLength: number;
|
|
6688
|
+
maxLength: number;
|
|
6689
|
+
pattern: string;
|
|
6690
|
+
description: string;
|
|
6691
|
+
example: string;
|
|
6692
|
+
};
|
|
6693
|
+
lastName: {
|
|
6694
|
+
title: string;
|
|
6695
|
+
type: string;
|
|
6696
|
+
minLength: number;
|
|
6697
|
+
maxLength: number;
|
|
6698
|
+
pattern: string;
|
|
6699
|
+
description: string;
|
|
6700
|
+
example: string;
|
|
6701
|
+
};
|
|
6702
|
+
dateOfBirth: {
|
|
6703
|
+
title: string;
|
|
6704
|
+
type: string;
|
|
6705
|
+
pattern: string;
|
|
6706
|
+
description: string;
|
|
6707
|
+
example: string;
|
|
6708
|
+
};
|
|
6709
|
+
merchantClassificationCode: {
|
|
6710
|
+
title: string;
|
|
6711
|
+
type: string;
|
|
6712
|
+
pattern: string;
|
|
6713
|
+
description: string;
|
|
6714
|
+
};
|
|
6715
|
+
fspId: {
|
|
6716
|
+
title: string;
|
|
6717
|
+
type: string;
|
|
6718
|
+
minLength: number;
|
|
6719
|
+
maxLength: number;
|
|
6720
|
+
description: string;
|
|
6721
|
+
};
|
|
6722
|
+
extensionList: {
|
|
6723
|
+
type: string;
|
|
6724
|
+
items: {
|
|
6725
|
+
title: string;
|
|
6726
|
+
type: string;
|
|
6727
|
+
description: string;
|
|
6728
|
+
properties: {
|
|
6729
|
+
key: {
|
|
6730
|
+
title: string;
|
|
6731
|
+
type: string;
|
|
6732
|
+
minLength: number;
|
|
6733
|
+
maxLength: number;
|
|
6734
|
+
description: string;
|
|
6735
|
+
};
|
|
6736
|
+
value: {
|
|
6737
|
+
title: string;
|
|
6738
|
+
type: string;
|
|
6739
|
+
minLength: number;
|
|
6740
|
+
maxLength: number;
|
|
6741
|
+
description: string;
|
|
6742
|
+
};
|
|
6743
|
+
};
|
|
6744
|
+
required: string[];
|
|
6745
|
+
};
|
|
6746
|
+
minItems: number;
|
|
6747
|
+
maxItems: number;
|
|
6748
|
+
};
|
|
6749
|
+
};
|
|
6750
|
+
};
|
|
6751
|
+
individualTransfers: {
|
|
6752
|
+
description: string;
|
|
6753
|
+
type: string;
|
|
6754
|
+
minItems: number;
|
|
6755
|
+
maxItems: number;
|
|
6756
|
+
items: {
|
|
6757
|
+
title: string;
|
|
6758
|
+
type: string;
|
|
6759
|
+
description: string;
|
|
6760
|
+
properties: {
|
|
6761
|
+
transferId: {
|
|
6762
|
+
title: string;
|
|
6763
|
+
type: string;
|
|
6764
|
+
pattern: string;
|
|
6765
|
+
description: string;
|
|
6766
|
+
example: string;
|
|
6767
|
+
};
|
|
6768
|
+
to: {
|
|
6769
|
+
type: string;
|
|
6770
|
+
required: string[];
|
|
6771
|
+
properties: {
|
|
6772
|
+
type: {
|
|
6773
|
+
title: string;
|
|
6774
|
+
type: string;
|
|
6775
|
+
enum: string[];
|
|
6776
|
+
description: string;
|
|
6777
|
+
example: string;
|
|
6778
|
+
};
|
|
6779
|
+
idType: {
|
|
6780
|
+
title: string;
|
|
6781
|
+
type: string;
|
|
6782
|
+
enum: string[];
|
|
6783
|
+
description: string;
|
|
6784
|
+
};
|
|
6785
|
+
idValue: {
|
|
6786
|
+
title: string;
|
|
6787
|
+
type: string;
|
|
6788
|
+
minLength: number;
|
|
6789
|
+
maxLength: number;
|
|
6790
|
+
description: string;
|
|
6791
|
+
example: string;
|
|
6792
|
+
};
|
|
6793
|
+
idSubValue: {
|
|
6794
|
+
title: string;
|
|
6795
|
+
type: string;
|
|
6796
|
+
minLength: number;
|
|
6797
|
+
maxLength: number;
|
|
6798
|
+
description: string;
|
|
6799
|
+
};
|
|
6800
|
+
displayName: {
|
|
6801
|
+
title: string;
|
|
6802
|
+
type: string;
|
|
6803
|
+
pattern: string;
|
|
6804
|
+
description: string;
|
|
6805
|
+
};
|
|
6806
|
+
firstName: {
|
|
6807
|
+
title: string;
|
|
6808
|
+
type: string;
|
|
6809
|
+
minLength: number;
|
|
6810
|
+
maxLength: number;
|
|
6811
|
+
pattern: string;
|
|
6812
|
+
description: string;
|
|
6813
|
+
example: string;
|
|
6814
|
+
};
|
|
6815
|
+
middleName: {
|
|
6816
|
+
title: string;
|
|
6817
|
+
type: string;
|
|
6818
|
+
minLength: number;
|
|
6819
|
+
maxLength: number;
|
|
6820
|
+
pattern: string;
|
|
6821
|
+
description: string;
|
|
6822
|
+
example: string;
|
|
6823
|
+
};
|
|
6824
|
+
lastName: {
|
|
6825
|
+
title: string;
|
|
6826
|
+
type: string;
|
|
6827
|
+
minLength: number;
|
|
6828
|
+
maxLength: number;
|
|
6829
|
+
pattern: string;
|
|
6830
|
+
description: string;
|
|
6831
|
+
example: string;
|
|
6832
|
+
};
|
|
6833
|
+
dateOfBirth: {
|
|
6834
|
+
title: string;
|
|
6835
|
+
type: string;
|
|
6836
|
+
pattern: string;
|
|
6837
|
+
description: string;
|
|
6838
|
+
example: string;
|
|
6839
|
+
};
|
|
6840
|
+
merchantClassificationCode: {
|
|
6841
|
+
title: string;
|
|
6842
|
+
type: string;
|
|
6843
|
+
pattern: string;
|
|
6844
|
+
description: string;
|
|
6845
|
+
};
|
|
6846
|
+
fspId: {
|
|
6847
|
+
title: string;
|
|
6848
|
+
type: string;
|
|
6849
|
+
minLength: number;
|
|
6850
|
+
maxLength: number;
|
|
6851
|
+
description: string;
|
|
6852
|
+
};
|
|
6853
|
+
extensionList: {
|
|
6854
|
+
type: string;
|
|
6855
|
+
items: {
|
|
6856
|
+
title: string;
|
|
6857
|
+
type: string;
|
|
6858
|
+
description: string;
|
|
6859
|
+
properties: {
|
|
6860
|
+
key: {
|
|
6861
|
+
title: string;
|
|
6862
|
+
type: string;
|
|
6863
|
+
minLength: number;
|
|
6864
|
+
maxLength: number;
|
|
6865
|
+
description: string;
|
|
6866
|
+
};
|
|
6867
|
+
value: {
|
|
6868
|
+
title: string;
|
|
6869
|
+
type: string;
|
|
6870
|
+
minLength: number;
|
|
6871
|
+
maxLength: number;
|
|
6872
|
+
description: string;
|
|
6873
|
+
};
|
|
6874
|
+
};
|
|
6875
|
+
required: string[];
|
|
6876
|
+
};
|
|
6877
|
+
minItems: number;
|
|
6878
|
+
maxItems: number;
|
|
6879
|
+
};
|
|
6880
|
+
};
|
|
6881
|
+
};
|
|
6882
|
+
amountType: {
|
|
6883
|
+
title: string;
|
|
6884
|
+
type: string;
|
|
6885
|
+
enum: string[];
|
|
6886
|
+
description: string;
|
|
6887
|
+
example: string;
|
|
6888
|
+
};
|
|
6889
|
+
currency: {
|
|
6890
|
+
title: string;
|
|
6891
|
+
description: string;
|
|
6892
|
+
type: string;
|
|
6893
|
+
minLength: number;
|
|
6894
|
+
maxLength: number;
|
|
6895
|
+
enum: string[];
|
|
6896
|
+
};
|
|
6897
|
+
amount: {
|
|
6898
|
+
title: string;
|
|
6899
|
+
type: string;
|
|
6900
|
+
pattern: string;
|
|
6901
|
+
description: string;
|
|
6902
|
+
example: string;
|
|
6903
|
+
};
|
|
6904
|
+
transactionType: {
|
|
6905
|
+
type: string;
|
|
6906
|
+
enum: string[];
|
|
6907
|
+
description: string;
|
|
6908
|
+
};
|
|
6909
|
+
note: {
|
|
6910
|
+
title: string;
|
|
6911
|
+
type: string;
|
|
6912
|
+
minLength: number;
|
|
6913
|
+
maxLength: number;
|
|
6914
|
+
description: string;
|
|
6915
|
+
example: string;
|
|
6916
|
+
};
|
|
6917
|
+
extensions: {
|
|
6918
|
+
title: string;
|
|
6919
|
+
type: string;
|
|
6920
|
+
description: string;
|
|
6921
|
+
properties: {
|
|
6922
|
+
extension: {
|
|
6923
|
+
type: string;
|
|
6924
|
+
items: {
|
|
6925
|
+
title: string;
|
|
6926
|
+
type: string;
|
|
6927
|
+
description: string;
|
|
6928
|
+
properties: {
|
|
6929
|
+
key: {
|
|
6631
6930
|
title: string;
|
|
6632
6931
|
type: string;
|
|
6633
|
-
|
|
6932
|
+
minLength: number;
|
|
6933
|
+
maxLength: number;
|
|
6634
6934
|
description: string;
|
|
6635
|
-
example: string;
|
|
6636
6935
|
};
|
|
6637
|
-
|
|
6936
|
+
value: {
|
|
6638
6937
|
title: string;
|
|
6639
6938
|
type: string;
|
|
6640
|
-
|
|
6939
|
+
minLength: number;
|
|
6940
|
+
maxLength: number;
|
|
6641
6941
|
description: string;
|
|
6642
|
-
example: string;
|
|
6643
6942
|
};
|
|
6644
|
-
acceptQuote?: undefined;
|
|
6645
6943
|
};
|
|
6646
6944
|
required: string[];
|
|
6647
|
-
}
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
acceptQuote: {
|
|
6652
|
-
type: string;
|
|
6653
|
-
enum: boolean[];
|
|
6654
|
-
};
|
|
6655
|
-
homeTransactionId?: undefined;
|
|
6656
|
-
transactionId?: undefined;
|
|
6657
|
-
};
|
|
6658
|
-
description?: undefined;
|
|
6659
|
-
})[];
|
|
6945
|
+
};
|
|
6946
|
+
minItems: number;
|
|
6947
|
+
maxItems: number;
|
|
6948
|
+
description: string;
|
|
6660
6949
|
};
|
|
6661
6950
|
};
|
|
6662
|
-
|
|
6663
|
-
mojaloopError?: undefined;
|
|
6951
|
+
required: string[];
|
|
6664
6952
|
};
|
|
6665
|
-
}
|
|
6953
|
+
};
|
|
6954
|
+
required: string[];
|
|
6955
|
+
};
|
|
6956
|
+
};
|
|
6957
|
+
extensions: {
|
|
6958
|
+
title: string;
|
|
6959
|
+
type: string;
|
|
6960
|
+
description: string;
|
|
6961
|
+
properties: {
|
|
6962
|
+
extension: {
|
|
6666
6963
|
type: string;
|
|
6964
|
+
items: {
|
|
6965
|
+
title: string;
|
|
6966
|
+
type: string;
|
|
6967
|
+
description: string;
|
|
6968
|
+
properties: {
|
|
6969
|
+
key: {
|
|
6970
|
+
title: string;
|
|
6971
|
+
type: string;
|
|
6972
|
+
minLength: number;
|
|
6973
|
+
maxLength: number;
|
|
6974
|
+
description: string;
|
|
6975
|
+
};
|
|
6976
|
+
value: {
|
|
6977
|
+
title: string;
|
|
6978
|
+
type: string;
|
|
6979
|
+
minLength: number;
|
|
6980
|
+
maxLength: number;
|
|
6981
|
+
description: string;
|
|
6982
|
+
};
|
|
6983
|
+
};
|
|
6984
|
+
required: string[];
|
|
6985
|
+
};
|
|
6986
|
+
minItems: number;
|
|
6987
|
+
maxItems: number;
|
|
6667
6988
|
description: string;
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6989
|
+
};
|
|
6990
|
+
};
|
|
6991
|
+
required: string[];
|
|
6992
|
+
};
|
|
6993
|
+
};
|
|
6994
|
+
};
|
|
6995
|
+
const bulkTransferStatus: {
|
|
6996
|
+
type: string;
|
|
6997
|
+
enum: string[];
|
|
6998
|
+
};
|
|
6999
|
+
const individualTransferFulfilment: {
|
|
7000
|
+
type: string;
|
|
7001
|
+
description: string;
|
|
7002
|
+
properties: {
|
|
7003
|
+
fulfilment: {
|
|
7004
|
+
description: string;
|
|
7005
|
+
title: string;
|
|
7006
|
+
type: string;
|
|
7007
|
+
pattern: string;
|
|
7008
|
+
maxLength: number;
|
|
7009
|
+
example: string;
|
|
7010
|
+
};
|
|
7011
|
+
extensionList: {
|
|
7012
|
+
description: string;
|
|
7013
|
+
title: string;
|
|
7014
|
+
type: string;
|
|
7015
|
+
properties: {
|
|
7016
|
+
extension: {
|
|
7017
|
+
type: string;
|
|
7018
|
+
items: {
|
|
7019
|
+
title: string;
|
|
7020
|
+
type: string;
|
|
7021
|
+
description: string;
|
|
7022
|
+
properties: {
|
|
7023
|
+
key: {
|
|
7024
|
+
title: string;
|
|
7025
|
+
type: string;
|
|
7026
|
+
minLength: number;
|
|
7027
|
+
maxLength: number;
|
|
7028
|
+
description: string;
|
|
7029
|
+
};
|
|
7030
|
+
value: {
|
|
7031
|
+
title: string;
|
|
7032
|
+
type: string;
|
|
7033
|
+
minLength: number;
|
|
7034
|
+
maxLength: number;
|
|
7035
|
+
description: string;
|
|
7036
|
+
};
|
|
6672
7037
|
};
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
7038
|
+
required: string[];
|
|
7039
|
+
};
|
|
7040
|
+
minItems: number;
|
|
7041
|
+
maxItems: number;
|
|
7042
|
+
description: string;
|
|
7043
|
+
};
|
|
7044
|
+
};
|
|
7045
|
+
required: string[];
|
|
7046
|
+
};
|
|
7047
|
+
};
|
|
7048
|
+
};
|
|
7049
|
+
const bulkTransferStatusResponse: {
|
|
7050
|
+
type: string;
|
|
7051
|
+
required: string[];
|
|
7052
|
+
properties: {
|
|
7053
|
+
bulkTransferId: {
|
|
7054
|
+
title: string;
|
|
7055
|
+
type: string;
|
|
7056
|
+
pattern: string;
|
|
7057
|
+
description: string;
|
|
7058
|
+
example: string;
|
|
7059
|
+
};
|
|
7060
|
+
currentState: {
|
|
7061
|
+
type: string;
|
|
7062
|
+
enum: string[];
|
|
7063
|
+
};
|
|
7064
|
+
fulfils: {
|
|
7065
|
+
type: string;
|
|
7066
|
+
minItems: number;
|
|
7067
|
+
maxItems: number;
|
|
7068
|
+
items: {
|
|
7069
|
+
type: string;
|
|
7070
|
+
description: string;
|
|
7071
|
+
properties: {
|
|
7072
|
+
fulfilment: {
|
|
7073
|
+
description: string;
|
|
7074
|
+
title: string;
|
|
7075
|
+
type: string;
|
|
7076
|
+
pattern: string;
|
|
7077
|
+
maxLength: number;
|
|
7078
|
+
example: string;
|
|
7079
|
+
};
|
|
7080
|
+
extensionList: {
|
|
7081
|
+
description: string;
|
|
7082
|
+
title: string;
|
|
7083
|
+
type: string;
|
|
7084
|
+
properties: {
|
|
7085
|
+
extension: {
|
|
7086
|
+
type: string;
|
|
7087
|
+
items: {
|
|
6678
7088
|
title: string;
|
|
6679
7089
|
type: string;
|
|
6680
7090
|
description: string;
|
|
6681
7091
|
properties: {
|
|
6682
|
-
|
|
6683
|
-
title: string;
|
|
6684
|
-
type: string;
|
|
6685
|
-
pattern: string;
|
|
6686
|
-
description: string;
|
|
6687
|
-
example: string;
|
|
6688
|
-
};
|
|
6689
|
-
errorDescription: {
|
|
7092
|
+
key: {
|
|
6690
7093
|
title: string;
|
|
6691
7094
|
type: string;
|
|
6692
7095
|
minLength: number;
|
|
6693
7096
|
maxLength: number;
|
|
6694
7097
|
description: string;
|
|
6695
7098
|
};
|
|
6696
|
-
|
|
7099
|
+
value: {
|
|
6697
7100
|
title: string;
|
|
6698
7101
|
type: string;
|
|
7102
|
+
minLength: number;
|
|
7103
|
+
maxLength: number;
|
|
6699
7104
|
description: string;
|
|
6700
|
-
properties: {
|
|
6701
|
-
extension: {
|
|
6702
|
-
type: string;
|
|
6703
|
-
items: {
|
|
6704
|
-
title: string;
|
|
6705
|
-
type: string;
|
|
6706
|
-
description: string;
|
|
6707
|
-
properties: {
|
|
6708
|
-
key: {
|
|
6709
|
-
title: string;
|
|
6710
|
-
type: string;
|
|
6711
|
-
minLength: number;
|
|
6712
|
-
maxLength: number;
|
|
6713
|
-
description: string;
|
|
6714
|
-
};
|
|
6715
|
-
value: {
|
|
6716
|
-
title: string;
|
|
6717
|
-
type: string;
|
|
6718
|
-
minLength: number;
|
|
6719
|
-
maxLength: number;
|
|
6720
|
-
description: string;
|
|
6721
|
-
};
|
|
6722
|
-
};
|
|
6723
|
-
required: string[];
|
|
6724
|
-
};
|
|
6725
|
-
minItems: number;
|
|
6726
|
-
maxItems: number;
|
|
6727
|
-
description: string;
|
|
6728
|
-
};
|
|
6729
|
-
};
|
|
6730
|
-
required: string[];
|
|
6731
7105
|
};
|
|
6732
7106
|
};
|
|
6733
7107
|
required: string[];
|
|
6734
7108
|
};
|
|
7109
|
+
minItems: number;
|
|
7110
|
+
maxItems: number;
|
|
7111
|
+
description: string;
|
|
6735
7112
|
};
|
|
6736
7113
|
};
|
|
6737
|
-
|
|
6738
|
-
individualTransfers?: undefined;
|
|
7114
|
+
required: string[];
|
|
6739
7115
|
};
|
|
6740
|
-
|
|
6741
|
-
})[];
|
|
7116
|
+
};
|
|
6742
7117
|
};
|
|
6743
|
-
statusCode?: undefined;
|
|
6744
|
-
message?: undefined;
|
|
6745
7118
|
};
|
|
6746
|
-
}
|
|
7119
|
+
};
|
|
6747
7120
|
};
|
|
6748
7121
|
const individualQuote: {
|
|
6749
7122
|
title: string;
|
|
@@ -8545,11 +8918,6 @@ export declare namespace Schemas {
|
|
|
8545
8918
|
};
|
|
8546
8919
|
};
|
|
8547
8920
|
};
|
|
8548
|
-
const TransactionType: {
|
|
8549
|
-
type: string;
|
|
8550
|
-
enum: string[];
|
|
8551
|
-
description: string;
|
|
8552
|
-
};
|
|
8553
8921
|
const TransactionInitiator: {
|
|
8554
8922
|
title: string;
|
|
8555
8923
|
type: string;
|
|
@@ -10701,7 +11069,7 @@ export declare namespace Schemas {
|
|
|
10701
11069
|
};
|
|
10702
11070
|
required: string[];
|
|
10703
11071
|
};
|
|
10704
|
-
const
|
|
11072
|
+
const QuotesPostRequest: {
|
|
10705
11073
|
title: string;
|
|
10706
11074
|
type: string;
|
|
10707
11075
|
description: string;
|