@mojaloop/api-snippets 14.2.2 → 14.2.4
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 +14 -0
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +669 -682
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +4224 -6877
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +14415 -18040
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +765 -2179
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +8 -8
- 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 +8 -8
- package/package.json +15 -15
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkQuoteResponse.yaml +9 -4
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionRequest.yaml +1 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferResponse.yaml +18 -4
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuote.yaml +1 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuoteResult.yaml +23 -12
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransaction.yaml +4 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransactionAccept.yaml +4 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransactionResult.yaml +4 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransfer.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransferResult.yaml +8 -29
|
@@ -3124,11 +3124,8 @@ export declare namespace Schemas {
|
|
|
3124
3124
|
description: string;
|
|
3125
3125
|
properties: {
|
|
3126
3126
|
homeTransactionId: {
|
|
3127
|
-
title: string;
|
|
3128
3127
|
type: string;
|
|
3129
|
-
pattern: string;
|
|
3130
3128
|
description: string;
|
|
3131
|
-
example: string;
|
|
3132
3129
|
};
|
|
3133
3130
|
to: {
|
|
3134
3131
|
title: string;
|
|
@@ -3695,11 +3692,8 @@ export declare namespace Schemas {
|
|
|
3695
3692
|
description: string;
|
|
3696
3693
|
properties: {
|
|
3697
3694
|
homeTransactionId: {
|
|
3698
|
-
title: string;
|
|
3699
3695
|
type: string;
|
|
3700
|
-
pattern: string;
|
|
3701
3696
|
description: string;
|
|
3702
|
-
example: string;
|
|
3703
3697
|
};
|
|
3704
3698
|
to: {
|
|
3705
3699
|
title: string;
|
|
@@ -4064,6 +4058,10 @@ export declare namespace Schemas {
|
|
|
4064
4058
|
};
|
|
4065
4059
|
};
|
|
4066
4060
|
};
|
|
4061
|
+
const bulkTransferStatus: {
|
|
4062
|
+
type: string;
|
|
4063
|
+
enum: string[];
|
|
4064
|
+
};
|
|
4067
4065
|
const individualTransferResult: {
|
|
4068
4066
|
type: string;
|
|
4069
4067
|
required: string[];
|
|
@@ -4075,92 +4073,20 @@ export declare namespace Schemas {
|
|
|
4075
4073
|
description: string;
|
|
4076
4074
|
example: string;
|
|
4077
4075
|
};
|
|
4078
|
-
|
|
4076
|
+
fulfilment: {
|
|
4077
|
+
description: string;
|
|
4078
|
+
title: string;
|
|
4079
|
+
type: string;
|
|
4080
|
+
pattern: string;
|
|
4081
|
+
maxLength: number;
|
|
4082
|
+
example: string;
|
|
4083
|
+
};
|
|
4084
|
+
extensionList: {
|
|
4085
|
+
description: string;
|
|
4086
|
+
title: string;
|
|
4079
4087
|
type: string;
|
|
4080
|
-
required: string[];
|
|
4081
4088
|
properties: {
|
|
4082
|
-
|
|
4083
|
-
title: string;
|
|
4084
|
-
type: string;
|
|
4085
|
-
enum: string[];
|
|
4086
|
-
description: string;
|
|
4087
|
-
example: string;
|
|
4088
|
-
};
|
|
4089
|
-
idType: {
|
|
4090
|
-
title: string;
|
|
4091
|
-
type: string;
|
|
4092
|
-
enum: string[];
|
|
4093
|
-
description: string;
|
|
4094
|
-
};
|
|
4095
|
-
idValue: {
|
|
4096
|
-
title: string;
|
|
4097
|
-
type: string;
|
|
4098
|
-
minLength: number;
|
|
4099
|
-
maxLength: number;
|
|
4100
|
-
description: string;
|
|
4101
|
-
example: string;
|
|
4102
|
-
};
|
|
4103
|
-
idSubValue: {
|
|
4104
|
-
title: string;
|
|
4105
|
-
type: string;
|
|
4106
|
-
minLength: number;
|
|
4107
|
-
maxLength: number;
|
|
4108
|
-
description: string;
|
|
4109
|
-
};
|
|
4110
|
-
displayName: {
|
|
4111
|
-
title: string;
|
|
4112
|
-
type: string;
|
|
4113
|
-
pattern: string;
|
|
4114
|
-
description: string;
|
|
4115
|
-
};
|
|
4116
|
-
firstName: {
|
|
4117
|
-
title: string;
|
|
4118
|
-
type: string;
|
|
4119
|
-
minLength: number;
|
|
4120
|
-
maxLength: number;
|
|
4121
|
-
pattern: string;
|
|
4122
|
-
description: string;
|
|
4123
|
-
example: string;
|
|
4124
|
-
};
|
|
4125
|
-
middleName: {
|
|
4126
|
-
title: string;
|
|
4127
|
-
type: string;
|
|
4128
|
-
minLength: number;
|
|
4129
|
-
maxLength: number;
|
|
4130
|
-
pattern: string;
|
|
4131
|
-
description: string;
|
|
4132
|
-
example: string;
|
|
4133
|
-
};
|
|
4134
|
-
lastName: {
|
|
4135
|
-
title: string;
|
|
4136
|
-
type: string;
|
|
4137
|
-
minLength: number;
|
|
4138
|
-
maxLength: number;
|
|
4139
|
-
pattern: string;
|
|
4140
|
-
description: string;
|
|
4141
|
-
example: string;
|
|
4142
|
-
};
|
|
4143
|
-
dateOfBirth: {
|
|
4144
|
-
title: string;
|
|
4145
|
-
type: string;
|
|
4146
|
-
pattern: string;
|
|
4147
|
-
description: string;
|
|
4148
|
-
example: string;
|
|
4149
|
-
};
|
|
4150
|
-
merchantClassificationCode: {
|
|
4151
|
-
title: string;
|
|
4152
|
-
type: string;
|
|
4153
|
-
pattern: string;
|
|
4154
|
-
description: string;
|
|
4155
|
-
};
|
|
4156
|
-
fspId: {
|
|
4157
|
-
title: string;
|
|
4158
|
-
type: string;
|
|
4159
|
-
minLength: number;
|
|
4160
|
-
maxLength: number;
|
|
4161
|
-
description: string;
|
|
4162
|
-
};
|
|
4163
|
-
extensionList: {
|
|
4089
|
+
extension: {
|
|
4164
4090
|
type: string;
|
|
4165
4091
|
items: {
|
|
4166
4092
|
title: string;
|
|
@@ -4186,1026 +4112,167 @@ export declare namespace Schemas {
|
|
|
4186
4112
|
};
|
|
4187
4113
|
minItems: number;
|
|
4188
4114
|
maxItems: number;
|
|
4115
|
+
description: string;
|
|
4189
4116
|
};
|
|
4190
4117
|
};
|
|
4118
|
+
required: string[];
|
|
4191
4119
|
};
|
|
4192
|
-
|
|
4193
|
-
title: string;
|
|
4120
|
+
lastError: {
|
|
4194
4121
|
type: string;
|
|
4195
|
-
enum: string[];
|
|
4196
4122
|
description: string;
|
|
4197
|
-
|
|
4123
|
+
properties: {
|
|
4124
|
+
httpStatusCode: {
|
|
4125
|
+
type: string;
|
|
4126
|
+
description: string;
|
|
4127
|
+
};
|
|
4128
|
+
mojaloopError: {
|
|
4129
|
+
description: string;
|
|
4130
|
+
type: string;
|
|
4131
|
+
properties: {
|
|
4132
|
+
errorInformation: {
|
|
4133
|
+
title: string;
|
|
4134
|
+
type: string;
|
|
4135
|
+
description: string;
|
|
4136
|
+
properties: {
|
|
4137
|
+
errorCode: {
|
|
4138
|
+
title: string;
|
|
4139
|
+
type: string;
|
|
4140
|
+
pattern: string;
|
|
4141
|
+
description: string;
|
|
4142
|
+
example: string;
|
|
4143
|
+
};
|
|
4144
|
+
errorDescription: {
|
|
4145
|
+
title: string;
|
|
4146
|
+
type: string;
|
|
4147
|
+
minLength: number;
|
|
4148
|
+
maxLength: number;
|
|
4149
|
+
description: string;
|
|
4150
|
+
};
|
|
4151
|
+
extensionList: {
|
|
4152
|
+
title: string;
|
|
4153
|
+
type: string;
|
|
4154
|
+
description: string;
|
|
4155
|
+
properties: {
|
|
4156
|
+
extension: {
|
|
4157
|
+
type: string;
|
|
4158
|
+
items: {
|
|
4159
|
+
title: string;
|
|
4160
|
+
type: string;
|
|
4161
|
+
description: string;
|
|
4162
|
+
properties: {
|
|
4163
|
+
key: {
|
|
4164
|
+
title: string;
|
|
4165
|
+
type: string;
|
|
4166
|
+
minLength: number;
|
|
4167
|
+
maxLength: number;
|
|
4168
|
+
description: string;
|
|
4169
|
+
};
|
|
4170
|
+
value: {
|
|
4171
|
+
title: string;
|
|
4172
|
+
type: string;
|
|
4173
|
+
minLength: number;
|
|
4174
|
+
maxLength: number;
|
|
4175
|
+
description: string;
|
|
4176
|
+
};
|
|
4177
|
+
};
|
|
4178
|
+
required: string[];
|
|
4179
|
+
};
|
|
4180
|
+
minItems: number;
|
|
4181
|
+
maxItems: number;
|
|
4182
|
+
description: string;
|
|
4183
|
+
};
|
|
4184
|
+
};
|
|
4185
|
+
required: string[];
|
|
4186
|
+
};
|
|
4187
|
+
};
|
|
4188
|
+
required: string[];
|
|
4189
|
+
};
|
|
4190
|
+
};
|
|
4191
|
+
};
|
|
4192
|
+
};
|
|
4198
4193
|
};
|
|
4199
|
-
|
|
4194
|
+
};
|
|
4195
|
+
};
|
|
4196
|
+
const bulkTransferResponse: {
|
|
4197
|
+
type: string;
|
|
4198
|
+
required: string[];
|
|
4199
|
+
properties: {
|
|
4200
|
+
bulkTransferId: {
|
|
4200
4201
|
title: string;
|
|
4201
|
-
description: string;
|
|
4202
4202
|
type: string;
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4203
|
+
pattern: string;
|
|
4204
|
+
description: string;
|
|
4205
|
+
example: string;
|
|
4206
4206
|
};
|
|
4207
|
-
|
|
4207
|
+
bulkQuoteId: {
|
|
4208
4208
|
title: string;
|
|
4209
4209
|
type: string;
|
|
4210
4210
|
pattern: string;
|
|
4211
4211
|
description: string;
|
|
4212
4212
|
example: string;
|
|
4213
4213
|
};
|
|
4214
|
-
|
|
4215
|
-
title: string;
|
|
4214
|
+
homeTransactionId: {
|
|
4216
4215
|
type: string;
|
|
4217
|
-
enum: string[];
|
|
4218
4216
|
description: string;
|
|
4219
4217
|
};
|
|
4220
|
-
|
|
4218
|
+
bulkTransferState: {
|
|
4221
4219
|
title: string;
|
|
4222
4220
|
type: string;
|
|
4223
|
-
|
|
4224
|
-
maxLength: number;
|
|
4221
|
+
enum: string[];
|
|
4225
4222
|
description: string;
|
|
4226
4223
|
example: string;
|
|
4227
4224
|
};
|
|
4228
|
-
|
|
4225
|
+
completedTimestamp: {
|
|
4229
4226
|
title: string;
|
|
4230
4227
|
type: string;
|
|
4231
4228
|
pattern: string;
|
|
4232
4229
|
description: string;
|
|
4233
4230
|
example: string;
|
|
4234
4231
|
};
|
|
4235
|
-
|
|
4232
|
+
extensionList: {
|
|
4236
4233
|
title: string;
|
|
4237
4234
|
type: string;
|
|
4238
4235
|
description: string;
|
|
4239
4236
|
properties: {
|
|
4240
|
-
|
|
4241
|
-
title: string;
|
|
4237
|
+
extension: {
|
|
4242
4238
|
type: string;
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
};
|
|
4263
|
-
payeeReceiveAmount: {
|
|
4264
|
-
title: string;
|
|
4265
|
-
type: string;
|
|
4266
|
-
description: string;
|
|
4267
|
-
properties: {
|
|
4268
|
-
currency: {
|
|
4269
|
-
title: string;
|
|
4270
|
-
description: string;
|
|
4271
|
-
type: string;
|
|
4272
|
-
minLength: number;
|
|
4273
|
-
maxLength: number;
|
|
4274
|
-
enum: string[];
|
|
4275
|
-
};
|
|
4276
|
-
amount: {
|
|
4277
|
-
title: string;
|
|
4278
|
-
type: string;
|
|
4279
|
-
pattern: string;
|
|
4280
|
-
description: string;
|
|
4281
|
-
example: string;
|
|
4282
|
-
};
|
|
4283
|
-
};
|
|
4284
|
-
required: string[];
|
|
4285
|
-
};
|
|
4286
|
-
payeeFspFee: {
|
|
4287
|
-
title: string;
|
|
4288
|
-
type: string;
|
|
4289
|
-
description: string;
|
|
4290
|
-
properties: {
|
|
4291
|
-
currency: {
|
|
4292
|
-
title: string;
|
|
4293
|
-
description: string;
|
|
4294
|
-
type: string;
|
|
4295
|
-
minLength: number;
|
|
4296
|
-
maxLength: number;
|
|
4297
|
-
enum: string[];
|
|
4298
|
-
};
|
|
4299
|
-
amount: {
|
|
4300
|
-
title: string;
|
|
4301
|
-
type: string;
|
|
4302
|
-
pattern: string;
|
|
4303
|
-
description: string;
|
|
4304
|
-
example: string;
|
|
4305
|
-
};
|
|
4306
|
-
};
|
|
4307
|
-
required: string[];
|
|
4308
|
-
};
|
|
4309
|
-
payeeFspCommission: {
|
|
4310
|
-
title: string;
|
|
4311
|
-
type: string;
|
|
4312
|
-
description: string;
|
|
4313
|
-
properties: {
|
|
4314
|
-
currency: {
|
|
4315
|
-
title: string;
|
|
4316
|
-
description: string;
|
|
4317
|
-
type: string;
|
|
4318
|
-
minLength: number;
|
|
4319
|
-
maxLength: number;
|
|
4320
|
-
enum: string[];
|
|
4321
|
-
};
|
|
4322
|
-
amount: {
|
|
4323
|
-
title: string;
|
|
4324
|
-
type: string;
|
|
4325
|
-
pattern: string;
|
|
4326
|
-
description: string;
|
|
4327
|
-
example: string;
|
|
4328
|
-
};
|
|
4329
|
-
};
|
|
4330
|
-
required: string[];
|
|
4331
|
-
};
|
|
4332
|
-
expiration: {
|
|
4333
|
-
title: string;
|
|
4334
|
-
type: string;
|
|
4335
|
-
pattern: string;
|
|
4336
|
-
description: string;
|
|
4337
|
-
example: string;
|
|
4338
|
-
};
|
|
4339
|
-
geoCode: {
|
|
4340
|
-
title: string;
|
|
4341
|
-
type: string;
|
|
4342
|
-
description: string;
|
|
4343
|
-
properties: {
|
|
4344
|
-
latitude: {
|
|
4345
|
-
title: string;
|
|
4346
|
-
type: string;
|
|
4347
|
-
pattern: string;
|
|
4348
|
-
description: string;
|
|
4349
|
-
example: string;
|
|
4350
|
-
};
|
|
4351
|
-
longitude: {
|
|
4352
|
-
title: string;
|
|
4353
|
-
type: string;
|
|
4354
|
-
pattern: string;
|
|
4355
|
-
description: string;
|
|
4356
|
-
example: string;
|
|
4357
|
-
};
|
|
4358
|
-
};
|
|
4359
|
-
required: string[];
|
|
4360
|
-
};
|
|
4361
|
-
ilpPacket: {
|
|
4362
|
-
title: string;
|
|
4363
|
-
type: string;
|
|
4364
|
-
pattern: string;
|
|
4365
|
-
minLength: number;
|
|
4366
|
-
maxLength: number;
|
|
4367
|
-
description: string;
|
|
4368
|
-
example: string;
|
|
4369
|
-
};
|
|
4370
|
-
condition: {
|
|
4371
|
-
title: string;
|
|
4372
|
-
type: string;
|
|
4373
|
-
pattern: string;
|
|
4374
|
-
maxLength: number;
|
|
4375
|
-
description: string;
|
|
4376
|
-
};
|
|
4377
|
-
extensionList: {
|
|
4378
|
-
title: string;
|
|
4379
|
-
type: string;
|
|
4380
|
-
description: string;
|
|
4381
|
-
properties: {
|
|
4382
|
-
extension: {
|
|
4383
|
-
type: string;
|
|
4384
|
-
items: {
|
|
4385
|
-
title: string;
|
|
4386
|
-
type: string;
|
|
4387
|
-
description: string;
|
|
4388
|
-
properties: {
|
|
4389
|
-
key: {
|
|
4390
|
-
title: string;
|
|
4391
|
-
type: string;
|
|
4392
|
-
minLength: number;
|
|
4393
|
-
maxLength: number;
|
|
4394
|
-
description: string;
|
|
4395
|
-
};
|
|
4396
|
-
value: {
|
|
4397
|
-
title: string;
|
|
4398
|
-
type: string;
|
|
4399
|
-
minLength: number;
|
|
4400
|
-
maxLength: number;
|
|
4401
|
-
description: string;
|
|
4402
|
-
};
|
|
4403
|
-
};
|
|
4404
|
-
required: string[];
|
|
4405
|
-
};
|
|
4406
|
-
minItems: number;
|
|
4407
|
-
maxItems: number;
|
|
4408
|
-
description: string;
|
|
4409
|
-
};
|
|
4410
|
-
};
|
|
4411
|
-
required: string[];
|
|
4412
|
-
};
|
|
4413
|
-
};
|
|
4414
|
-
required: string[];
|
|
4415
|
-
};
|
|
4416
|
-
quoteResponseSource: {
|
|
4417
|
-
type: string;
|
|
4418
|
-
description: string;
|
|
4419
|
-
};
|
|
4420
|
-
fulfil: {
|
|
4421
|
-
title: string;
|
|
4422
|
-
type: string;
|
|
4423
|
-
description: string;
|
|
4424
|
-
properties: {
|
|
4425
|
-
fulfilment: {
|
|
4426
|
-
title: string;
|
|
4427
|
-
type: string;
|
|
4428
|
-
pattern: string;
|
|
4429
|
-
maxLength: number;
|
|
4430
|
-
description: string;
|
|
4431
|
-
example: string;
|
|
4432
|
-
};
|
|
4433
|
-
completedTimestamp: {
|
|
4434
|
-
title: string;
|
|
4435
|
-
type: string;
|
|
4436
|
-
pattern: string;
|
|
4437
|
-
description: string;
|
|
4438
|
-
example: string;
|
|
4439
|
-
};
|
|
4440
|
-
transferState: {
|
|
4441
|
-
title: string;
|
|
4442
|
-
type: string;
|
|
4443
|
-
enum: string[];
|
|
4444
|
-
description: string;
|
|
4445
|
-
example: string;
|
|
4446
|
-
};
|
|
4447
|
-
extensionList: {
|
|
4448
|
-
title: string;
|
|
4449
|
-
type: string;
|
|
4450
|
-
description: string;
|
|
4451
|
-
properties: {
|
|
4452
|
-
extension: {
|
|
4453
|
-
type: string;
|
|
4454
|
-
items: {
|
|
4455
|
-
title: string;
|
|
4456
|
-
type: string;
|
|
4457
|
-
description: string;
|
|
4458
|
-
properties: {
|
|
4459
|
-
key: {
|
|
4460
|
-
title: string;
|
|
4461
|
-
type: string;
|
|
4462
|
-
minLength: number;
|
|
4463
|
-
maxLength: number;
|
|
4464
|
-
description: string;
|
|
4465
|
-
};
|
|
4466
|
-
value: {
|
|
4467
|
-
title: string;
|
|
4468
|
-
type: string;
|
|
4469
|
-
minLength: number;
|
|
4470
|
-
maxLength: number;
|
|
4471
|
-
description: string;
|
|
4472
|
-
};
|
|
4473
|
-
};
|
|
4474
|
-
required: string[];
|
|
4475
|
-
};
|
|
4476
|
-
minItems: number;
|
|
4477
|
-
maxItems: number;
|
|
4478
|
-
description: string;
|
|
4479
|
-
};
|
|
4480
|
-
};
|
|
4481
|
-
required: string[];
|
|
4482
|
-
};
|
|
4483
|
-
};
|
|
4484
|
-
required: string[];
|
|
4485
|
-
};
|
|
4486
|
-
lastError: {
|
|
4487
|
-
type: string;
|
|
4488
|
-
description: string;
|
|
4489
|
-
properties: {
|
|
4490
|
-
httpStatusCode: {
|
|
4491
|
-
type: string;
|
|
4492
|
-
description: string;
|
|
4493
|
-
};
|
|
4494
|
-
mojaloopError: {
|
|
4495
|
-
description: string;
|
|
4496
|
-
type: string;
|
|
4497
|
-
properties: {
|
|
4498
|
-
errorInformation: {
|
|
4499
|
-
title: string;
|
|
4500
|
-
type: string;
|
|
4501
|
-
description: string;
|
|
4502
|
-
properties: {
|
|
4503
|
-
errorCode: {
|
|
4504
|
-
title: string;
|
|
4505
|
-
type: string;
|
|
4506
|
-
pattern: string;
|
|
4507
|
-
description: string;
|
|
4508
|
-
example: string;
|
|
4509
|
-
};
|
|
4510
|
-
errorDescription: {
|
|
4511
|
-
title: string;
|
|
4512
|
-
type: string;
|
|
4513
|
-
minLength: number;
|
|
4514
|
-
maxLength: number;
|
|
4515
|
-
description: string;
|
|
4516
|
-
};
|
|
4517
|
-
extensionList: {
|
|
4518
|
-
title: string;
|
|
4519
|
-
type: string;
|
|
4520
|
-
description: string;
|
|
4521
|
-
properties: {
|
|
4522
|
-
extension: {
|
|
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
|
-
};
|
|
4554
|
-
required: string[];
|
|
4555
|
-
};
|
|
4556
|
-
};
|
|
4557
|
-
};
|
|
4558
|
-
};
|
|
4559
|
-
};
|
|
4560
|
-
};
|
|
4561
|
-
};
|
|
4562
|
-
const bulkTransferResponse: {
|
|
4563
|
-
type: string;
|
|
4564
|
-
required: string[];
|
|
4565
|
-
properties: {
|
|
4566
|
-
transferId: {
|
|
4567
|
-
title: string;
|
|
4568
|
-
type: string;
|
|
4569
|
-
pattern: string;
|
|
4570
|
-
description: string;
|
|
4571
|
-
example: string;
|
|
4572
|
-
};
|
|
4573
|
-
from: {
|
|
4574
|
-
type: string;
|
|
4575
|
-
required: string[];
|
|
4576
|
-
properties: {
|
|
4577
|
-
type: {
|
|
4578
|
-
title: string;
|
|
4579
|
-
type: string;
|
|
4580
|
-
enum: string[];
|
|
4581
|
-
description: string;
|
|
4582
|
-
example: string;
|
|
4583
|
-
};
|
|
4584
|
-
idType: {
|
|
4585
|
-
title: string;
|
|
4586
|
-
type: string;
|
|
4587
|
-
enum: string[];
|
|
4588
|
-
description: string;
|
|
4589
|
-
};
|
|
4590
|
-
idValue: {
|
|
4591
|
-
title: string;
|
|
4592
|
-
type: string;
|
|
4593
|
-
minLength: number;
|
|
4594
|
-
maxLength: number;
|
|
4595
|
-
description: string;
|
|
4596
|
-
example: string;
|
|
4597
|
-
};
|
|
4598
|
-
idSubValue: {
|
|
4599
|
-
title: string;
|
|
4600
|
-
type: string;
|
|
4601
|
-
minLength: number;
|
|
4602
|
-
maxLength: number;
|
|
4603
|
-
description: string;
|
|
4604
|
-
};
|
|
4605
|
-
displayName: {
|
|
4606
|
-
title: string;
|
|
4607
|
-
type: string;
|
|
4608
|
-
pattern: string;
|
|
4609
|
-
description: string;
|
|
4610
|
-
};
|
|
4611
|
-
firstName: {
|
|
4612
|
-
title: string;
|
|
4613
|
-
type: string;
|
|
4614
|
-
minLength: number;
|
|
4615
|
-
maxLength: number;
|
|
4616
|
-
pattern: string;
|
|
4617
|
-
description: string;
|
|
4618
|
-
example: string;
|
|
4619
|
-
};
|
|
4620
|
-
middleName: {
|
|
4621
|
-
title: string;
|
|
4622
|
-
type: string;
|
|
4623
|
-
minLength: number;
|
|
4624
|
-
maxLength: number;
|
|
4625
|
-
pattern: string;
|
|
4626
|
-
description: string;
|
|
4627
|
-
example: string;
|
|
4628
|
-
};
|
|
4629
|
-
lastName: {
|
|
4630
|
-
title: string;
|
|
4631
|
-
type: string;
|
|
4632
|
-
minLength: number;
|
|
4633
|
-
maxLength: number;
|
|
4634
|
-
pattern: string;
|
|
4635
|
-
description: string;
|
|
4636
|
-
example: string;
|
|
4637
|
-
};
|
|
4638
|
-
dateOfBirth: {
|
|
4639
|
-
title: string;
|
|
4640
|
-
type: string;
|
|
4641
|
-
pattern: string;
|
|
4642
|
-
description: string;
|
|
4643
|
-
example: string;
|
|
4644
|
-
};
|
|
4645
|
-
merchantClassificationCode: {
|
|
4646
|
-
title: string;
|
|
4647
|
-
type: string;
|
|
4648
|
-
pattern: string;
|
|
4649
|
-
description: string;
|
|
4650
|
-
};
|
|
4651
|
-
fspId: {
|
|
4652
|
-
title: string;
|
|
4653
|
-
type: string;
|
|
4654
|
-
minLength: number;
|
|
4655
|
-
maxLength: number;
|
|
4656
|
-
description: string;
|
|
4657
|
-
};
|
|
4658
|
-
extensionList: {
|
|
4659
|
-
type: string;
|
|
4660
|
-
items: {
|
|
4661
|
-
title: string;
|
|
4662
|
-
type: string;
|
|
4663
|
-
description: string;
|
|
4664
|
-
properties: {
|
|
4665
|
-
key: {
|
|
4666
|
-
title: string;
|
|
4667
|
-
type: string;
|
|
4668
|
-
minLength: number;
|
|
4669
|
-
maxLength: number;
|
|
4670
|
-
description: string;
|
|
4671
|
-
};
|
|
4672
|
-
value: {
|
|
4673
|
-
title: string;
|
|
4674
|
-
type: string;
|
|
4675
|
-
minLength: number;
|
|
4676
|
-
maxLength: number;
|
|
4677
|
-
description: string;
|
|
4678
|
-
};
|
|
4679
|
-
};
|
|
4680
|
-
required: string[];
|
|
4681
|
-
};
|
|
4682
|
-
minItems: number;
|
|
4683
|
-
maxItems: number;
|
|
4684
|
-
};
|
|
4685
|
-
};
|
|
4686
|
-
};
|
|
4687
|
-
individualTransferResults: {
|
|
4688
|
-
type: string;
|
|
4689
|
-
maxItems: number;
|
|
4690
|
-
items: {
|
|
4691
|
-
type: string;
|
|
4692
|
-
required: string[];
|
|
4693
|
-
properties: {
|
|
4694
|
-
transferId: {
|
|
4695
|
-
title: string;
|
|
4696
|
-
type: string;
|
|
4697
|
-
pattern: string;
|
|
4698
|
-
description: string;
|
|
4699
|
-
example: string;
|
|
4700
|
-
};
|
|
4701
|
-
to: {
|
|
4702
|
-
type: string;
|
|
4703
|
-
required: string[];
|
|
4704
|
-
properties: {
|
|
4705
|
-
type: {
|
|
4706
|
-
title: string;
|
|
4707
|
-
type: string;
|
|
4708
|
-
enum: string[];
|
|
4709
|
-
description: string;
|
|
4710
|
-
example: string;
|
|
4711
|
-
};
|
|
4712
|
-
idType: {
|
|
4713
|
-
title: string;
|
|
4714
|
-
type: string;
|
|
4715
|
-
enum: string[];
|
|
4716
|
-
description: string;
|
|
4717
|
-
};
|
|
4718
|
-
idValue: {
|
|
4719
|
-
title: string;
|
|
4720
|
-
type: string;
|
|
4721
|
-
minLength: number;
|
|
4722
|
-
maxLength: number;
|
|
4723
|
-
description: string;
|
|
4724
|
-
example: string;
|
|
4725
|
-
};
|
|
4726
|
-
idSubValue: {
|
|
4727
|
-
title: string;
|
|
4728
|
-
type: string;
|
|
4729
|
-
minLength: number;
|
|
4730
|
-
maxLength: number;
|
|
4731
|
-
description: string;
|
|
4732
|
-
};
|
|
4733
|
-
displayName: {
|
|
4734
|
-
title: string;
|
|
4735
|
-
type: string;
|
|
4736
|
-
pattern: string;
|
|
4737
|
-
description: string;
|
|
4738
|
-
};
|
|
4739
|
-
firstName: {
|
|
4740
|
-
title: string;
|
|
4741
|
-
type: string;
|
|
4742
|
-
minLength: number;
|
|
4743
|
-
maxLength: number;
|
|
4744
|
-
pattern: string;
|
|
4745
|
-
description: string;
|
|
4746
|
-
example: string;
|
|
4747
|
-
};
|
|
4748
|
-
middleName: {
|
|
4749
|
-
title: string;
|
|
4750
|
-
type: string;
|
|
4751
|
-
minLength: number;
|
|
4752
|
-
maxLength: number;
|
|
4753
|
-
pattern: string;
|
|
4754
|
-
description: string;
|
|
4755
|
-
example: string;
|
|
4756
|
-
};
|
|
4757
|
-
lastName: {
|
|
4758
|
-
title: string;
|
|
4759
|
-
type: string;
|
|
4760
|
-
minLength: number;
|
|
4761
|
-
maxLength: number;
|
|
4762
|
-
pattern: string;
|
|
4763
|
-
description: string;
|
|
4764
|
-
example: string;
|
|
4765
|
-
};
|
|
4766
|
-
dateOfBirth: {
|
|
4767
|
-
title: string;
|
|
4768
|
-
type: string;
|
|
4769
|
-
pattern: string;
|
|
4770
|
-
description: string;
|
|
4771
|
-
example: string;
|
|
4772
|
-
};
|
|
4773
|
-
merchantClassificationCode: {
|
|
4774
|
-
title: string;
|
|
4775
|
-
type: string;
|
|
4776
|
-
pattern: string;
|
|
4777
|
-
description: string;
|
|
4778
|
-
};
|
|
4779
|
-
fspId: {
|
|
4780
|
-
title: string;
|
|
4781
|
-
type: string;
|
|
4782
|
-
minLength: number;
|
|
4783
|
-
maxLength: number;
|
|
4784
|
-
description: string;
|
|
4785
|
-
};
|
|
4786
|
-
extensionList: {
|
|
4787
|
-
type: string;
|
|
4788
|
-
items: {
|
|
4789
|
-
title: string;
|
|
4790
|
-
type: string;
|
|
4791
|
-
description: string;
|
|
4792
|
-
properties: {
|
|
4793
|
-
key: {
|
|
4794
|
-
title: string;
|
|
4795
|
-
type: string;
|
|
4796
|
-
minLength: number;
|
|
4797
|
-
maxLength: number;
|
|
4798
|
-
description: string;
|
|
4799
|
-
};
|
|
4800
|
-
value: {
|
|
4801
|
-
title: string;
|
|
4802
|
-
type: string;
|
|
4803
|
-
minLength: number;
|
|
4804
|
-
maxLength: number;
|
|
4805
|
-
description: string;
|
|
4806
|
-
};
|
|
4807
|
-
};
|
|
4808
|
-
required: string[];
|
|
4809
|
-
};
|
|
4810
|
-
minItems: number;
|
|
4811
|
-
maxItems: number;
|
|
4812
|
-
};
|
|
4813
|
-
};
|
|
4814
|
-
};
|
|
4815
|
-
amountType: {
|
|
4816
|
-
title: string;
|
|
4817
|
-
type: string;
|
|
4818
|
-
enum: string[];
|
|
4819
|
-
description: string;
|
|
4820
|
-
example: string;
|
|
4821
|
-
};
|
|
4822
|
-
currency: {
|
|
4823
|
-
title: string;
|
|
4824
|
-
description: string;
|
|
4825
|
-
type: string;
|
|
4826
|
-
minLength: number;
|
|
4827
|
-
maxLength: number;
|
|
4828
|
-
enum: string[];
|
|
4829
|
-
};
|
|
4830
|
-
amount: {
|
|
4831
|
-
title: string;
|
|
4832
|
-
type: string;
|
|
4833
|
-
pattern: string;
|
|
4834
|
-
description: string;
|
|
4835
|
-
example: string;
|
|
4836
|
-
};
|
|
4837
|
-
transactionType: {
|
|
4838
|
-
title: string;
|
|
4839
|
-
type: string;
|
|
4840
|
-
enum: string[];
|
|
4841
|
-
description: string;
|
|
4842
|
-
};
|
|
4843
|
-
note: {
|
|
4844
|
-
title: string;
|
|
4845
|
-
type: string;
|
|
4846
|
-
minLength: number;
|
|
4847
|
-
maxLength: number;
|
|
4848
|
-
description: string;
|
|
4849
|
-
example: string;
|
|
4850
|
-
};
|
|
4851
|
-
quoteId: {
|
|
4852
|
-
title: string;
|
|
4853
|
-
type: string;
|
|
4854
|
-
pattern: string;
|
|
4855
|
-
description: string;
|
|
4856
|
-
example: string;
|
|
4857
|
-
};
|
|
4858
|
-
quoteResponse: {
|
|
4859
|
-
title: string;
|
|
4860
|
-
type: string;
|
|
4861
|
-
description: string;
|
|
4862
|
-
properties: {
|
|
4863
|
-
transferAmount: {
|
|
4864
|
-
title: string;
|
|
4865
|
-
type: string;
|
|
4866
|
-
description: string;
|
|
4867
|
-
properties: {
|
|
4868
|
-
currency: {
|
|
4869
|
-
title: string;
|
|
4870
|
-
description: string;
|
|
4871
|
-
type: string;
|
|
4872
|
-
minLength: number;
|
|
4873
|
-
maxLength: number;
|
|
4874
|
-
enum: string[];
|
|
4875
|
-
};
|
|
4876
|
-
amount: {
|
|
4877
|
-
title: string;
|
|
4878
|
-
type: string;
|
|
4879
|
-
pattern: string;
|
|
4880
|
-
description: string;
|
|
4881
|
-
example: string;
|
|
4882
|
-
};
|
|
4883
|
-
};
|
|
4884
|
-
required: string[];
|
|
4885
|
-
};
|
|
4886
|
-
payeeReceiveAmount: {
|
|
4887
|
-
title: string;
|
|
4888
|
-
type: string;
|
|
4889
|
-
description: string;
|
|
4890
|
-
properties: {
|
|
4891
|
-
currency: {
|
|
4892
|
-
title: string;
|
|
4893
|
-
description: string;
|
|
4894
|
-
type: string;
|
|
4895
|
-
minLength: number;
|
|
4896
|
-
maxLength: number;
|
|
4897
|
-
enum: string[];
|
|
4898
|
-
};
|
|
4899
|
-
amount: {
|
|
4900
|
-
title: string;
|
|
4901
|
-
type: string;
|
|
4902
|
-
pattern: string;
|
|
4903
|
-
description: string;
|
|
4904
|
-
example: string;
|
|
4905
|
-
};
|
|
4906
|
-
};
|
|
4907
|
-
required: string[];
|
|
4908
|
-
};
|
|
4909
|
-
payeeFspFee: {
|
|
4910
|
-
title: string;
|
|
4911
|
-
type: string;
|
|
4912
|
-
description: string;
|
|
4913
|
-
properties: {
|
|
4914
|
-
currency: {
|
|
4915
|
-
title: string;
|
|
4916
|
-
description: string;
|
|
4917
|
-
type: string;
|
|
4918
|
-
minLength: number;
|
|
4919
|
-
maxLength: number;
|
|
4920
|
-
enum: string[];
|
|
4921
|
-
};
|
|
4922
|
-
amount: {
|
|
4923
|
-
title: string;
|
|
4924
|
-
type: string;
|
|
4925
|
-
pattern: string;
|
|
4926
|
-
description: string;
|
|
4927
|
-
example: string;
|
|
4928
|
-
};
|
|
4929
|
-
};
|
|
4930
|
-
required: string[];
|
|
4931
|
-
};
|
|
4932
|
-
payeeFspCommission: {
|
|
4933
|
-
title: string;
|
|
4934
|
-
type: string;
|
|
4935
|
-
description: string;
|
|
4936
|
-
properties: {
|
|
4937
|
-
currency: {
|
|
4938
|
-
title: string;
|
|
4939
|
-
description: string;
|
|
4940
|
-
type: string;
|
|
4941
|
-
minLength: number;
|
|
4942
|
-
maxLength: number;
|
|
4943
|
-
enum: string[];
|
|
4944
|
-
};
|
|
4945
|
-
amount: {
|
|
4946
|
-
title: string;
|
|
4947
|
-
type: string;
|
|
4948
|
-
pattern: string;
|
|
4949
|
-
description: string;
|
|
4950
|
-
example: string;
|
|
4951
|
-
};
|
|
4952
|
-
};
|
|
4953
|
-
required: string[];
|
|
4954
|
-
};
|
|
4955
|
-
expiration: {
|
|
4956
|
-
title: string;
|
|
4957
|
-
type: string;
|
|
4958
|
-
pattern: string;
|
|
4959
|
-
description: string;
|
|
4960
|
-
example: string;
|
|
4961
|
-
};
|
|
4962
|
-
geoCode: {
|
|
4963
|
-
title: string;
|
|
4964
|
-
type: string;
|
|
4965
|
-
description: string;
|
|
4966
|
-
properties: {
|
|
4967
|
-
latitude: {
|
|
4968
|
-
title: string;
|
|
4969
|
-
type: string;
|
|
4970
|
-
pattern: string;
|
|
4971
|
-
description: string;
|
|
4972
|
-
example: string;
|
|
4973
|
-
};
|
|
4974
|
-
longitude: {
|
|
4975
|
-
title: string;
|
|
4976
|
-
type: string;
|
|
4977
|
-
pattern: string;
|
|
4978
|
-
description: string;
|
|
4979
|
-
example: string;
|
|
4980
|
-
};
|
|
4981
|
-
};
|
|
4982
|
-
required: string[];
|
|
4983
|
-
};
|
|
4984
|
-
ilpPacket: {
|
|
4985
|
-
title: string;
|
|
4986
|
-
type: string;
|
|
4987
|
-
pattern: string;
|
|
4988
|
-
minLength: number;
|
|
4989
|
-
maxLength: number;
|
|
4990
|
-
description: string;
|
|
4991
|
-
example: string;
|
|
4992
|
-
};
|
|
4993
|
-
condition: {
|
|
4994
|
-
title: string;
|
|
4995
|
-
type: string;
|
|
4996
|
-
pattern: string;
|
|
4997
|
-
maxLength: number;
|
|
4998
|
-
description: string;
|
|
4999
|
-
};
|
|
5000
|
-
extensionList: {
|
|
5001
|
-
title: string;
|
|
5002
|
-
type: string;
|
|
5003
|
-
description: string;
|
|
5004
|
-
properties: {
|
|
5005
|
-
extension: {
|
|
5006
|
-
type: string;
|
|
5007
|
-
items: {
|
|
5008
|
-
title: string;
|
|
5009
|
-
type: string;
|
|
5010
|
-
description: string;
|
|
5011
|
-
properties: {
|
|
5012
|
-
key: {
|
|
5013
|
-
title: string;
|
|
5014
|
-
type: string;
|
|
5015
|
-
minLength: number;
|
|
5016
|
-
maxLength: number;
|
|
5017
|
-
description: string;
|
|
5018
|
-
};
|
|
5019
|
-
value: {
|
|
5020
|
-
title: string;
|
|
5021
|
-
type: string;
|
|
5022
|
-
minLength: number;
|
|
5023
|
-
maxLength: number;
|
|
5024
|
-
description: string;
|
|
5025
|
-
};
|
|
5026
|
-
};
|
|
5027
|
-
required: string[];
|
|
5028
|
-
};
|
|
5029
|
-
minItems: number;
|
|
5030
|
-
maxItems: number;
|
|
5031
|
-
description: string;
|
|
5032
|
-
};
|
|
5033
|
-
};
|
|
5034
|
-
required: string[];
|
|
5035
|
-
};
|
|
5036
|
-
};
|
|
5037
|
-
required: string[];
|
|
5038
|
-
};
|
|
5039
|
-
quoteResponseSource: {
|
|
5040
|
-
type: string;
|
|
5041
|
-
description: string;
|
|
5042
|
-
};
|
|
5043
|
-
fulfil: {
|
|
5044
|
-
title: string;
|
|
5045
|
-
type: string;
|
|
5046
|
-
description: string;
|
|
5047
|
-
properties: {
|
|
5048
|
-
fulfilment: {
|
|
5049
|
-
title: string;
|
|
5050
|
-
type: string;
|
|
5051
|
-
pattern: string;
|
|
5052
|
-
maxLength: number;
|
|
5053
|
-
description: string;
|
|
5054
|
-
example: string;
|
|
5055
|
-
};
|
|
5056
|
-
completedTimestamp: {
|
|
5057
|
-
title: string;
|
|
5058
|
-
type: string;
|
|
5059
|
-
pattern: string;
|
|
5060
|
-
description: string;
|
|
5061
|
-
example: string;
|
|
5062
|
-
};
|
|
5063
|
-
transferState: {
|
|
5064
|
-
title: string;
|
|
5065
|
-
type: string;
|
|
5066
|
-
enum: string[];
|
|
5067
|
-
description: string;
|
|
5068
|
-
example: string;
|
|
5069
|
-
};
|
|
5070
|
-
extensionList: {
|
|
5071
|
-
title: string;
|
|
5072
|
-
type: string;
|
|
5073
|
-
description: string;
|
|
5074
|
-
properties: {
|
|
5075
|
-
extension: {
|
|
5076
|
-
type: string;
|
|
5077
|
-
items: {
|
|
5078
|
-
title: string;
|
|
5079
|
-
type: string;
|
|
5080
|
-
description: string;
|
|
5081
|
-
properties: {
|
|
5082
|
-
key: {
|
|
5083
|
-
title: string;
|
|
5084
|
-
type: string;
|
|
5085
|
-
minLength: number;
|
|
5086
|
-
maxLength: number;
|
|
5087
|
-
description: string;
|
|
5088
|
-
};
|
|
5089
|
-
value: {
|
|
5090
|
-
title: string;
|
|
5091
|
-
type: string;
|
|
5092
|
-
minLength: number;
|
|
5093
|
-
maxLength: number;
|
|
5094
|
-
description: string;
|
|
5095
|
-
};
|
|
5096
|
-
};
|
|
5097
|
-
required: string[];
|
|
5098
|
-
};
|
|
5099
|
-
minItems: number;
|
|
5100
|
-
maxItems: number;
|
|
5101
|
-
description: string;
|
|
5102
|
-
};
|
|
5103
|
-
};
|
|
5104
|
-
required: string[];
|
|
5105
|
-
};
|
|
5106
|
-
};
|
|
5107
|
-
required: string[];
|
|
5108
|
-
};
|
|
5109
|
-
lastError: {
|
|
5110
|
-
type: string;
|
|
5111
|
-
description: string;
|
|
5112
|
-
properties: {
|
|
5113
|
-
httpStatusCode: {
|
|
5114
|
-
type: string;
|
|
5115
|
-
description: string;
|
|
5116
|
-
};
|
|
5117
|
-
mojaloopError: {
|
|
5118
|
-
description: string;
|
|
5119
|
-
type: string;
|
|
5120
|
-
properties: {
|
|
5121
|
-
errorInformation: {
|
|
5122
|
-
title: string;
|
|
5123
|
-
type: string;
|
|
5124
|
-
description: string;
|
|
5125
|
-
properties: {
|
|
5126
|
-
errorCode: {
|
|
5127
|
-
title: string;
|
|
5128
|
-
type: string;
|
|
5129
|
-
pattern: string;
|
|
5130
|
-
description: string;
|
|
5131
|
-
example: string;
|
|
5132
|
-
};
|
|
5133
|
-
errorDescription: {
|
|
5134
|
-
title: string;
|
|
5135
|
-
type: string;
|
|
5136
|
-
minLength: number;
|
|
5137
|
-
maxLength: number;
|
|
5138
|
-
description: string;
|
|
5139
|
-
};
|
|
5140
|
-
extensionList: {
|
|
5141
|
-
title: string;
|
|
5142
|
-
type: string;
|
|
5143
|
-
description: string;
|
|
5144
|
-
properties: {
|
|
5145
|
-
extension: {
|
|
5146
|
-
type: string;
|
|
5147
|
-
items: {
|
|
5148
|
-
title: string;
|
|
5149
|
-
type: string;
|
|
5150
|
-
description: string;
|
|
5151
|
-
properties: {
|
|
5152
|
-
key: {
|
|
5153
|
-
title: string;
|
|
5154
|
-
type: string;
|
|
5155
|
-
minLength: number;
|
|
5156
|
-
maxLength: number;
|
|
5157
|
-
description: string;
|
|
5158
|
-
};
|
|
5159
|
-
value: {
|
|
5160
|
-
title: string;
|
|
5161
|
-
type: string;
|
|
5162
|
-
minLength: number;
|
|
5163
|
-
maxLength: number;
|
|
5164
|
-
description: string;
|
|
5165
|
-
};
|
|
5166
|
-
};
|
|
5167
|
-
required: string[];
|
|
5168
|
-
};
|
|
5169
|
-
minItems: number;
|
|
5170
|
-
maxItems: number;
|
|
5171
|
-
description: string;
|
|
5172
|
-
};
|
|
5173
|
-
};
|
|
5174
|
-
required: string[];
|
|
5175
|
-
};
|
|
5176
|
-
};
|
|
5177
|
-
required: string[];
|
|
5178
|
-
};
|
|
5179
|
-
};
|
|
5180
|
-
};
|
|
4239
|
+
items: {
|
|
4240
|
+
title: string;
|
|
4241
|
+
type: string;
|
|
4242
|
+
description: string;
|
|
4243
|
+
properties: {
|
|
4244
|
+
key: {
|
|
4245
|
+
title: string;
|
|
4246
|
+
type: string;
|
|
4247
|
+
minLength: number;
|
|
4248
|
+
maxLength: number;
|
|
4249
|
+
description: string;
|
|
4250
|
+
};
|
|
4251
|
+
value: {
|
|
4252
|
+
title: string;
|
|
4253
|
+
type: string;
|
|
4254
|
+
minLength: number;
|
|
4255
|
+
maxLength: number;
|
|
4256
|
+
description: string;
|
|
4257
|
+
};
|
|
5181
4258
|
};
|
|
4259
|
+
required: string[];
|
|
5182
4260
|
};
|
|
4261
|
+
minItems: number;
|
|
4262
|
+
maxItems: number;
|
|
4263
|
+
description: string;
|
|
5183
4264
|
};
|
|
5184
4265
|
};
|
|
5185
|
-
|
|
4266
|
+
required: string[];
|
|
5186
4267
|
};
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
allOf: ({
|
|
5191
|
-
type: string;
|
|
5192
|
-
properties: {
|
|
5193
|
-
statusCode: {
|
|
5194
|
-
type: string;
|
|
5195
|
-
description: string;
|
|
5196
|
-
};
|
|
5197
|
-
message: {
|
|
5198
|
-
type: string;
|
|
5199
|
-
description: string;
|
|
5200
|
-
};
|
|
5201
|
-
bulkTransferState?: undefined;
|
|
4268
|
+
currentState: {
|
|
4269
|
+
type: string;
|
|
4270
|
+
enum: string[];
|
|
5202
4271
|
};
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
properties: {
|
|
5208
|
-
bulkTransferState: {
|
|
4272
|
+
individualTransferResults: {
|
|
4273
|
+
type: string;
|
|
4274
|
+
maxItems: number;
|
|
4275
|
+
items: {
|
|
5209
4276
|
type: string;
|
|
5210
4277
|
required: string[];
|
|
5211
4278
|
properties: {
|
|
@@ -5214,94 +4281,22 @@ export declare namespace Schemas {
|
|
|
5214
4281
|
type: string;
|
|
5215
4282
|
pattern: string;
|
|
5216
4283
|
description: string;
|
|
5217
|
-
example: string;
|
|
5218
|
-
};
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
enum: string[];
|
|
5234
|
-
description: string;
|
|
5235
|
-
};
|
|
5236
|
-
idValue: {
|
|
5237
|
-
title: string;
|
|
5238
|
-
type: string;
|
|
5239
|
-
minLength: number;
|
|
5240
|
-
maxLength: number;
|
|
5241
|
-
description: string;
|
|
5242
|
-
example: string;
|
|
5243
|
-
};
|
|
5244
|
-
idSubValue: {
|
|
5245
|
-
title: string;
|
|
5246
|
-
type: string;
|
|
5247
|
-
minLength: number;
|
|
5248
|
-
maxLength: number;
|
|
5249
|
-
description: string;
|
|
5250
|
-
};
|
|
5251
|
-
displayName: {
|
|
5252
|
-
title: string;
|
|
5253
|
-
type: string;
|
|
5254
|
-
pattern: string;
|
|
5255
|
-
description: string;
|
|
5256
|
-
};
|
|
5257
|
-
firstName: {
|
|
5258
|
-
title: string;
|
|
5259
|
-
type: string;
|
|
5260
|
-
minLength: number;
|
|
5261
|
-
maxLength: number;
|
|
5262
|
-
pattern: string;
|
|
5263
|
-
description: string;
|
|
5264
|
-
example: string;
|
|
5265
|
-
};
|
|
5266
|
-
middleName: {
|
|
5267
|
-
title: string;
|
|
5268
|
-
type: string;
|
|
5269
|
-
minLength: number;
|
|
5270
|
-
maxLength: number;
|
|
5271
|
-
pattern: string;
|
|
5272
|
-
description: string;
|
|
5273
|
-
example: string;
|
|
5274
|
-
};
|
|
5275
|
-
lastName: {
|
|
5276
|
-
title: string;
|
|
5277
|
-
type: string;
|
|
5278
|
-
minLength: number;
|
|
5279
|
-
maxLength: number;
|
|
5280
|
-
pattern: string;
|
|
5281
|
-
description: string;
|
|
5282
|
-
example: string;
|
|
5283
|
-
};
|
|
5284
|
-
dateOfBirth: {
|
|
5285
|
-
title: string;
|
|
5286
|
-
type: string;
|
|
5287
|
-
pattern: string;
|
|
5288
|
-
description: string;
|
|
5289
|
-
example: string;
|
|
5290
|
-
};
|
|
5291
|
-
merchantClassificationCode: {
|
|
5292
|
-
title: string;
|
|
5293
|
-
type: string;
|
|
5294
|
-
pattern: string;
|
|
5295
|
-
description: string;
|
|
5296
|
-
};
|
|
5297
|
-
fspId: {
|
|
5298
|
-
title: string;
|
|
5299
|
-
type: string;
|
|
5300
|
-
minLength: number;
|
|
5301
|
-
maxLength: number;
|
|
5302
|
-
description: string;
|
|
5303
|
-
};
|
|
5304
|
-
extensionList: {
|
|
4284
|
+
example: string;
|
|
4285
|
+
};
|
|
4286
|
+
fulfilment: {
|
|
4287
|
+
description: string;
|
|
4288
|
+
title: string;
|
|
4289
|
+
type: string;
|
|
4290
|
+
pattern: string;
|
|
4291
|
+
maxLength: number;
|
|
4292
|
+
example: string;
|
|
4293
|
+
};
|
|
4294
|
+
extensionList: {
|
|
4295
|
+
description: string;
|
|
4296
|
+
title: string;
|
|
4297
|
+
type: string;
|
|
4298
|
+
properties: {
|
|
4299
|
+
extension: {
|
|
5305
4300
|
type: string;
|
|
5306
4301
|
items: {
|
|
5307
4302
|
title: string;
|
|
@@ -5327,427 +4322,240 @@ export declare namespace Schemas {
|
|
|
5327
4322
|
};
|
|
5328
4323
|
minItems: number;
|
|
5329
4324
|
maxItems: number;
|
|
4325
|
+
description: string;
|
|
5330
4326
|
};
|
|
5331
4327
|
};
|
|
4328
|
+
required: string[];
|
|
5332
4329
|
};
|
|
5333
|
-
|
|
4330
|
+
lastError: {
|
|
5334
4331
|
type: string;
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
title: string;
|
|
5366
|
-
type: string;
|
|
5367
|
-
minLength: number;
|
|
5368
|
-
maxLength: number;
|
|
5369
|
-
description: string;
|
|
5370
|
-
example: string;
|
|
5371
|
-
};
|
|
5372
|
-
idSubValue: {
|
|
5373
|
-
title: string;
|
|
5374
|
-
type: string;
|
|
5375
|
-
minLength: number;
|
|
5376
|
-
maxLength: number;
|
|
5377
|
-
description: string;
|
|
5378
|
-
};
|
|
5379
|
-
displayName: {
|
|
5380
|
-
title: string;
|
|
5381
|
-
type: string;
|
|
5382
|
-
pattern: string;
|
|
5383
|
-
description: string;
|
|
5384
|
-
};
|
|
5385
|
-
firstName: {
|
|
5386
|
-
title: string;
|
|
5387
|
-
type: string;
|
|
5388
|
-
minLength: number;
|
|
5389
|
-
maxLength: number;
|
|
5390
|
-
pattern: string;
|
|
5391
|
-
description: string;
|
|
5392
|
-
example: string;
|
|
5393
|
-
};
|
|
5394
|
-
middleName: {
|
|
5395
|
-
title: string;
|
|
5396
|
-
type: string;
|
|
5397
|
-
minLength: number;
|
|
5398
|
-
maxLength: number;
|
|
5399
|
-
pattern: string;
|
|
5400
|
-
description: string;
|
|
5401
|
-
example: string;
|
|
5402
|
-
};
|
|
5403
|
-
lastName: {
|
|
5404
|
-
title: string;
|
|
5405
|
-
type: string;
|
|
5406
|
-
minLength: number;
|
|
5407
|
-
maxLength: number;
|
|
5408
|
-
pattern: string;
|
|
5409
|
-
description: string;
|
|
5410
|
-
example: string;
|
|
5411
|
-
};
|
|
5412
|
-
dateOfBirth: {
|
|
5413
|
-
title: string;
|
|
5414
|
-
type: string;
|
|
5415
|
-
pattern: string;
|
|
5416
|
-
description: string;
|
|
5417
|
-
example: string;
|
|
5418
|
-
};
|
|
5419
|
-
merchantClassificationCode: {
|
|
5420
|
-
title: string;
|
|
5421
|
-
type: string;
|
|
5422
|
-
pattern: string;
|
|
5423
|
-
description: string;
|
|
5424
|
-
};
|
|
5425
|
-
fspId: {
|
|
5426
|
-
title: string;
|
|
5427
|
-
type: string;
|
|
5428
|
-
minLength: number;
|
|
5429
|
-
maxLength: number;
|
|
5430
|
-
description: string;
|
|
5431
|
-
};
|
|
5432
|
-
extensionList: {
|
|
5433
|
-
type: string;
|
|
5434
|
-
items: {
|
|
4332
|
+
description: string;
|
|
4333
|
+
properties: {
|
|
4334
|
+
httpStatusCode: {
|
|
4335
|
+
type: string;
|
|
4336
|
+
description: string;
|
|
4337
|
+
};
|
|
4338
|
+
mojaloopError: {
|
|
4339
|
+
description: string;
|
|
4340
|
+
type: string;
|
|
4341
|
+
properties: {
|
|
4342
|
+
errorInformation: {
|
|
4343
|
+
title: string;
|
|
4344
|
+
type: string;
|
|
4345
|
+
description: string;
|
|
4346
|
+
properties: {
|
|
4347
|
+
errorCode: {
|
|
4348
|
+
title: string;
|
|
4349
|
+
type: string;
|
|
4350
|
+
pattern: string;
|
|
4351
|
+
description: string;
|
|
4352
|
+
example: string;
|
|
4353
|
+
};
|
|
4354
|
+
errorDescription: {
|
|
4355
|
+
title: string;
|
|
4356
|
+
type: string;
|
|
4357
|
+
minLength: number;
|
|
4358
|
+
maxLength: number;
|
|
4359
|
+
description: string;
|
|
4360
|
+
};
|
|
4361
|
+
extensionList: {
|
|
5435
4362
|
title: string;
|
|
5436
4363
|
type: string;
|
|
5437
4364
|
description: string;
|
|
5438
4365
|
properties: {
|
|
5439
|
-
|
|
5440
|
-
title: string;
|
|
5441
|
-
type: string;
|
|
5442
|
-
minLength: number;
|
|
5443
|
-
maxLength: number;
|
|
5444
|
-
description: string;
|
|
5445
|
-
};
|
|
5446
|
-
value: {
|
|
5447
|
-
title: string;
|
|
4366
|
+
extension: {
|
|
5448
4367
|
type: string;
|
|
5449
|
-
|
|
5450
|
-
|
|
4368
|
+
items: {
|
|
4369
|
+
title: string;
|
|
4370
|
+
type: string;
|
|
4371
|
+
description: string;
|
|
4372
|
+
properties: {
|
|
4373
|
+
key: {
|
|
4374
|
+
title: string;
|
|
4375
|
+
type: string;
|
|
4376
|
+
minLength: number;
|
|
4377
|
+
maxLength: number;
|
|
4378
|
+
description: string;
|
|
4379
|
+
};
|
|
4380
|
+
value: {
|
|
4381
|
+
title: string;
|
|
4382
|
+
type: string;
|
|
4383
|
+
minLength: number;
|
|
4384
|
+
maxLength: number;
|
|
4385
|
+
description: string;
|
|
4386
|
+
};
|
|
4387
|
+
};
|
|
4388
|
+
required: string[];
|
|
4389
|
+
};
|
|
4390
|
+
minItems: number;
|
|
4391
|
+
maxItems: number;
|
|
5451
4392
|
description: string;
|
|
5452
4393
|
};
|
|
5453
4394
|
};
|
|
5454
4395
|
required: string[];
|
|
5455
4396
|
};
|
|
5456
|
-
minItems: number;
|
|
5457
|
-
maxItems: number;
|
|
5458
4397
|
};
|
|
4398
|
+
required: string[];
|
|
5459
4399
|
};
|
|
5460
4400
|
};
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
4401
|
+
};
|
|
4402
|
+
};
|
|
4403
|
+
};
|
|
4404
|
+
};
|
|
4405
|
+
};
|
|
4406
|
+
description: string;
|
|
4407
|
+
};
|
|
4408
|
+
};
|
|
4409
|
+
};
|
|
4410
|
+
const bulkTransferErrorResponse: {
|
|
4411
|
+
allOf: ({
|
|
4412
|
+
type: string;
|
|
4413
|
+
properties: {
|
|
4414
|
+
statusCode: {
|
|
4415
|
+
type: string;
|
|
4416
|
+
description: string;
|
|
4417
|
+
};
|
|
4418
|
+
message: {
|
|
4419
|
+
type: string;
|
|
4420
|
+
description: string;
|
|
4421
|
+
};
|
|
4422
|
+
bulkTransferState?: undefined;
|
|
4423
|
+
};
|
|
4424
|
+
required?: undefined;
|
|
4425
|
+
} | {
|
|
4426
|
+
type: string;
|
|
4427
|
+
required: string[];
|
|
4428
|
+
properties: {
|
|
4429
|
+
bulkTransferState: {
|
|
4430
|
+
type: string;
|
|
4431
|
+
required: string[];
|
|
4432
|
+
properties: {
|
|
4433
|
+
bulkTransferId: {
|
|
4434
|
+
title: string;
|
|
4435
|
+
type: string;
|
|
4436
|
+
pattern: string;
|
|
4437
|
+
description: string;
|
|
4438
|
+
example: string;
|
|
4439
|
+
};
|
|
4440
|
+
bulkQuoteId: {
|
|
4441
|
+
title: string;
|
|
4442
|
+
type: string;
|
|
4443
|
+
pattern: string;
|
|
4444
|
+
description: string;
|
|
4445
|
+
example: string;
|
|
4446
|
+
};
|
|
4447
|
+
homeTransactionId: {
|
|
4448
|
+
type: string;
|
|
4449
|
+
description: string;
|
|
4450
|
+
};
|
|
4451
|
+
bulkTransferState: {
|
|
4452
|
+
title: string;
|
|
4453
|
+
type: string;
|
|
4454
|
+
enum: string[];
|
|
4455
|
+
description: string;
|
|
4456
|
+
example: string;
|
|
4457
|
+
};
|
|
4458
|
+
completedTimestamp: {
|
|
4459
|
+
title: string;
|
|
4460
|
+
type: string;
|
|
4461
|
+
pattern: string;
|
|
4462
|
+
description: string;
|
|
4463
|
+
example: string;
|
|
4464
|
+
};
|
|
4465
|
+
extensionList: {
|
|
4466
|
+
title: string;
|
|
4467
|
+
type: string;
|
|
4468
|
+
description: string;
|
|
4469
|
+
properties: {
|
|
4470
|
+
extension: {
|
|
4471
|
+
type: string;
|
|
4472
|
+
items: {
|
|
5505
4473
|
title: string;
|
|
5506
4474
|
type: string;
|
|
5507
4475
|
description: string;
|
|
5508
4476
|
properties: {
|
|
5509
|
-
|
|
5510
|
-
title: string;
|
|
5511
|
-
type: string;
|
|
5512
|
-
description: string;
|
|
5513
|
-
properties: {
|
|
5514
|
-
currency: {
|
|
5515
|
-
title: string;
|
|
5516
|
-
description: string;
|
|
5517
|
-
type: string;
|
|
5518
|
-
minLength: number;
|
|
5519
|
-
maxLength: number;
|
|
5520
|
-
enum: string[];
|
|
5521
|
-
};
|
|
5522
|
-
amount: {
|
|
5523
|
-
title: string;
|
|
5524
|
-
type: string;
|
|
5525
|
-
pattern: string;
|
|
5526
|
-
description: string;
|
|
5527
|
-
example: string;
|
|
5528
|
-
};
|
|
5529
|
-
};
|
|
5530
|
-
required: string[];
|
|
5531
|
-
};
|
|
5532
|
-
payeeReceiveAmount: {
|
|
5533
|
-
title: string;
|
|
5534
|
-
type: string;
|
|
5535
|
-
description: string;
|
|
5536
|
-
properties: {
|
|
5537
|
-
currency: {
|
|
5538
|
-
title: string;
|
|
5539
|
-
description: string;
|
|
5540
|
-
type: string;
|
|
5541
|
-
minLength: number;
|
|
5542
|
-
maxLength: number;
|
|
5543
|
-
enum: string[];
|
|
5544
|
-
};
|
|
5545
|
-
amount: {
|
|
5546
|
-
title: string;
|
|
5547
|
-
type: string;
|
|
5548
|
-
pattern: string;
|
|
5549
|
-
description: string;
|
|
5550
|
-
example: string;
|
|
5551
|
-
};
|
|
5552
|
-
};
|
|
5553
|
-
required: string[];
|
|
5554
|
-
};
|
|
5555
|
-
payeeFspFee: {
|
|
5556
|
-
title: string;
|
|
5557
|
-
type: string;
|
|
5558
|
-
description: string;
|
|
5559
|
-
properties: {
|
|
5560
|
-
currency: {
|
|
5561
|
-
title: string;
|
|
5562
|
-
description: string;
|
|
5563
|
-
type: string;
|
|
5564
|
-
minLength: number;
|
|
5565
|
-
maxLength: number;
|
|
5566
|
-
enum: string[];
|
|
5567
|
-
};
|
|
5568
|
-
amount: {
|
|
5569
|
-
title: string;
|
|
5570
|
-
type: string;
|
|
5571
|
-
pattern: string;
|
|
5572
|
-
description: string;
|
|
5573
|
-
example: string;
|
|
5574
|
-
};
|
|
5575
|
-
};
|
|
5576
|
-
required: string[];
|
|
5577
|
-
};
|
|
5578
|
-
payeeFspCommission: {
|
|
5579
|
-
title: string;
|
|
5580
|
-
type: string;
|
|
5581
|
-
description: string;
|
|
5582
|
-
properties: {
|
|
5583
|
-
currency: {
|
|
5584
|
-
title: string;
|
|
5585
|
-
description: string;
|
|
5586
|
-
type: string;
|
|
5587
|
-
minLength: number;
|
|
5588
|
-
maxLength: number;
|
|
5589
|
-
enum: string[];
|
|
5590
|
-
};
|
|
5591
|
-
amount: {
|
|
5592
|
-
title: string;
|
|
5593
|
-
type: string;
|
|
5594
|
-
pattern: string;
|
|
5595
|
-
description: string;
|
|
5596
|
-
example: string;
|
|
5597
|
-
};
|
|
5598
|
-
};
|
|
5599
|
-
required: string[];
|
|
5600
|
-
};
|
|
5601
|
-
expiration: {
|
|
5602
|
-
title: string;
|
|
5603
|
-
type: string;
|
|
5604
|
-
pattern: string;
|
|
5605
|
-
description: string;
|
|
5606
|
-
example: string;
|
|
5607
|
-
};
|
|
5608
|
-
geoCode: {
|
|
5609
|
-
title: string;
|
|
5610
|
-
type: string;
|
|
5611
|
-
description: string;
|
|
5612
|
-
properties: {
|
|
5613
|
-
latitude: {
|
|
5614
|
-
title: string;
|
|
5615
|
-
type: string;
|
|
5616
|
-
pattern: string;
|
|
5617
|
-
description: string;
|
|
5618
|
-
example: string;
|
|
5619
|
-
};
|
|
5620
|
-
longitude: {
|
|
5621
|
-
title: string;
|
|
5622
|
-
type: string;
|
|
5623
|
-
pattern: string;
|
|
5624
|
-
description: string;
|
|
5625
|
-
example: string;
|
|
5626
|
-
};
|
|
5627
|
-
};
|
|
5628
|
-
required: string[];
|
|
5629
|
-
};
|
|
5630
|
-
ilpPacket: {
|
|
4477
|
+
key: {
|
|
5631
4478
|
title: string;
|
|
5632
4479
|
type: string;
|
|
5633
|
-
pattern: string;
|
|
5634
4480
|
minLength: number;
|
|
5635
4481
|
maxLength: number;
|
|
5636
4482
|
description: string;
|
|
5637
|
-
example: string;
|
|
5638
4483
|
};
|
|
5639
|
-
|
|
4484
|
+
value: {
|
|
5640
4485
|
title: string;
|
|
5641
4486
|
type: string;
|
|
5642
|
-
|
|
4487
|
+
minLength: number;
|
|
5643
4488
|
maxLength: number;
|
|
5644
4489
|
description: string;
|
|
5645
4490
|
};
|
|
5646
|
-
extensionList: {
|
|
5647
|
-
title: string;
|
|
5648
|
-
type: string;
|
|
5649
|
-
description: string;
|
|
5650
|
-
properties: {
|
|
5651
|
-
extension: {
|
|
5652
|
-
type: string;
|
|
5653
|
-
items: {
|
|
5654
|
-
title: string;
|
|
5655
|
-
type: string;
|
|
5656
|
-
description: string;
|
|
5657
|
-
properties: {
|
|
5658
|
-
key: {
|
|
5659
|
-
title: string;
|
|
5660
|
-
type: string;
|
|
5661
|
-
minLength: number;
|
|
5662
|
-
maxLength: number;
|
|
5663
|
-
description: string;
|
|
5664
|
-
};
|
|
5665
|
-
value: {
|
|
5666
|
-
title: string;
|
|
5667
|
-
type: string;
|
|
5668
|
-
minLength: number;
|
|
5669
|
-
maxLength: number;
|
|
5670
|
-
description: string;
|
|
5671
|
-
};
|
|
5672
|
-
};
|
|
5673
|
-
required: string[];
|
|
5674
|
-
};
|
|
5675
|
-
minItems: number;
|
|
5676
|
-
maxItems: number;
|
|
5677
|
-
description: string;
|
|
5678
|
-
};
|
|
5679
|
-
};
|
|
5680
|
-
required: string[];
|
|
5681
|
-
};
|
|
5682
4491
|
};
|
|
5683
4492
|
required: string[];
|
|
5684
4493
|
};
|
|
5685
|
-
|
|
4494
|
+
minItems: number;
|
|
4495
|
+
maxItems: number;
|
|
4496
|
+
description: string;
|
|
4497
|
+
};
|
|
4498
|
+
};
|
|
4499
|
+
required: string[];
|
|
4500
|
+
};
|
|
4501
|
+
currentState: {
|
|
4502
|
+
type: string;
|
|
4503
|
+
enum: string[];
|
|
4504
|
+
};
|
|
4505
|
+
individualTransferResults: {
|
|
4506
|
+
type: string;
|
|
4507
|
+
maxItems: number;
|
|
4508
|
+
items: {
|
|
4509
|
+
type: string;
|
|
4510
|
+
required: string[];
|
|
4511
|
+
properties: {
|
|
4512
|
+
transferId: {
|
|
4513
|
+
title: string;
|
|
5686
4514
|
type: string;
|
|
4515
|
+
pattern: string;
|
|
5687
4516
|
description: string;
|
|
4517
|
+
example: string;
|
|
5688
4518
|
};
|
|
5689
|
-
|
|
4519
|
+
fulfilment: {
|
|
4520
|
+
description: string;
|
|
5690
4521
|
title: string;
|
|
5691
4522
|
type: string;
|
|
4523
|
+
pattern: string;
|
|
4524
|
+
maxLength: number;
|
|
4525
|
+
example: string;
|
|
4526
|
+
};
|
|
4527
|
+
extensionList: {
|
|
5692
4528
|
description: string;
|
|
4529
|
+
title: string;
|
|
4530
|
+
type: string;
|
|
5693
4531
|
properties: {
|
|
5694
|
-
|
|
5695
|
-
title: string;
|
|
5696
|
-
type: string;
|
|
5697
|
-
pattern: string;
|
|
5698
|
-
maxLength: number;
|
|
5699
|
-
description: string;
|
|
5700
|
-
example: string;
|
|
5701
|
-
};
|
|
5702
|
-
completedTimestamp: {
|
|
5703
|
-
title: string;
|
|
5704
|
-
type: string;
|
|
5705
|
-
pattern: string;
|
|
5706
|
-
description: string;
|
|
5707
|
-
example: string;
|
|
5708
|
-
};
|
|
5709
|
-
transferState: {
|
|
5710
|
-
title: string;
|
|
5711
|
-
type: string;
|
|
5712
|
-
enum: string[];
|
|
5713
|
-
description: string;
|
|
5714
|
-
example: string;
|
|
5715
|
-
};
|
|
5716
|
-
extensionList: {
|
|
5717
|
-
title: string;
|
|
4532
|
+
extension: {
|
|
5718
4533
|
type: string;
|
|
5719
|
-
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
|
|
4534
|
+
items: {
|
|
4535
|
+
title: string;
|
|
4536
|
+
type: string;
|
|
4537
|
+
description: string;
|
|
4538
|
+
properties: {
|
|
4539
|
+
key: {
|
|
5724
4540
|
title: string;
|
|
5725
4541
|
type: string;
|
|
4542
|
+
minLength: number;
|
|
4543
|
+
maxLength: number;
|
|
4544
|
+
description: string;
|
|
4545
|
+
};
|
|
4546
|
+
value: {
|
|
4547
|
+
title: string;
|
|
4548
|
+
type: string;
|
|
4549
|
+
minLength: number;
|
|
4550
|
+
maxLength: number;
|
|
5726
4551
|
description: string;
|
|
5727
|
-
properties: {
|
|
5728
|
-
key: {
|
|
5729
|
-
title: string;
|
|
5730
|
-
type: string;
|
|
5731
|
-
minLength: number;
|
|
5732
|
-
maxLength: number;
|
|
5733
|
-
description: string;
|
|
5734
|
-
};
|
|
5735
|
-
value: {
|
|
5736
|
-
title: string;
|
|
5737
|
-
type: string;
|
|
5738
|
-
minLength: number;
|
|
5739
|
-
maxLength: number;
|
|
5740
|
-
description: string;
|
|
5741
|
-
};
|
|
5742
|
-
};
|
|
5743
|
-
required: string[];
|
|
5744
4552
|
};
|
|
5745
|
-
minItems: number;
|
|
5746
|
-
maxItems: number;
|
|
5747
|
-
description: string;
|
|
5748
4553
|
};
|
|
4554
|
+
required: string[];
|
|
5749
4555
|
};
|
|
5750
|
-
|
|
4556
|
+
minItems: number;
|
|
4557
|
+
maxItems: number;
|
|
4558
|
+
description: string;
|
|
5751
4559
|
};
|
|
5752
4560
|
};
|
|
5753
4561
|
required: string[];
|
|
@@ -5842,11 +4650,8 @@ export declare namespace Schemas {
|
|
|
5842
4650
|
description: string;
|
|
5843
4651
|
properties: {
|
|
5844
4652
|
homeTransactionId: {
|
|
5845
|
-
title: string;
|
|
5846
4653
|
type: string;
|
|
5847
|
-
pattern: string;
|
|
5848
4654
|
description: string;
|
|
5849
|
-
example: string;
|
|
5850
4655
|
};
|
|
5851
4656
|
transactionId: {
|
|
5852
4657
|
title: string;
|
|
@@ -5878,11 +4683,8 @@ export declare namespace Schemas {
|
|
|
5878
4683
|
description: string;
|
|
5879
4684
|
properties: {
|
|
5880
4685
|
homeTransactionId: {
|
|
5881
|
-
title: string;
|
|
5882
4686
|
type: string;
|
|
5883
|
-
pattern: string;
|
|
5884
4687
|
description: string;
|
|
5885
|
-
example: string;
|
|
5886
4688
|
};
|
|
5887
4689
|
transactionId: {
|
|
5888
4690
|
title: string;
|
|
@@ -5931,11 +4733,8 @@ export declare namespace Schemas {
|
|
|
5931
4733
|
description: string;
|
|
5932
4734
|
properties: {
|
|
5933
4735
|
homeTransactionId: {
|
|
5934
|
-
title: string;
|
|
5935
4736
|
type: string;
|
|
5936
|
-
pattern: string;
|
|
5937
4737
|
description: string;
|
|
5938
|
-
example: string;
|
|
5939
4738
|
};
|
|
5940
4739
|
transactionId: {
|
|
5941
4740
|
title: string;
|
|
@@ -6078,11 +4877,8 @@ export declare namespace Schemas {
|
|
|
6078
4877
|
description: string;
|
|
6079
4878
|
properties: {
|
|
6080
4879
|
homeTransactionId: {
|
|
6081
|
-
title: string;
|
|
6082
4880
|
type: string;
|
|
6083
|
-
pattern: string;
|
|
6084
4881
|
description: string;
|
|
6085
|
-
example: string;
|
|
6086
4882
|
};
|
|
6087
4883
|
transactionId: {
|
|
6088
4884
|
title: string;
|
|
@@ -6309,11 +5105,8 @@ export declare namespace Schemas {
|
|
|
6309
5105
|
description: string;
|
|
6310
5106
|
properties: {
|
|
6311
5107
|
homeTransactionId: {
|
|
6312
|
-
title: string;
|
|
6313
5108
|
type: string;
|
|
6314
|
-
pattern: string;
|
|
6315
5109
|
description: string;
|
|
6316
|
-
example: string;
|
|
6317
5110
|
};
|
|
6318
5111
|
transactionId: {
|
|
6319
5112
|
title: string;
|
|
@@ -6426,131 +5219,6 @@ export declare namespace Schemas {
|
|
|
6426
5219
|
};
|
|
6427
5220
|
})[];
|
|
6428
5221
|
};
|
|
6429
|
-
const TransactionScenario: {
|
|
6430
|
-
title: string;
|
|
6431
|
-
type: string;
|
|
6432
|
-
enum: string[];
|
|
6433
|
-
description: string;
|
|
6434
|
-
example: string;
|
|
6435
|
-
};
|
|
6436
|
-
const TransactionSubScenario: {
|
|
6437
|
-
title: string;
|
|
6438
|
-
type: string;
|
|
6439
|
-
pattern: string;
|
|
6440
|
-
description: string;
|
|
6441
|
-
example: string;
|
|
6442
|
-
};
|
|
6443
|
-
const TransactionInitiator: {
|
|
6444
|
-
title: string;
|
|
6445
|
-
type: string;
|
|
6446
|
-
enum: string[];
|
|
6447
|
-
description: string;
|
|
6448
|
-
example: string;
|
|
6449
|
-
};
|
|
6450
|
-
const RefundReason: {
|
|
6451
|
-
title: string;
|
|
6452
|
-
type: string;
|
|
6453
|
-
minLength: number;
|
|
6454
|
-
maxLength: number;
|
|
6455
|
-
description: string;
|
|
6456
|
-
example: string;
|
|
6457
|
-
};
|
|
6458
|
-
const Refund: {
|
|
6459
|
-
title: string;
|
|
6460
|
-
type: string;
|
|
6461
|
-
description: string;
|
|
6462
|
-
properties: {
|
|
6463
|
-
originalTransactionId: {
|
|
6464
|
-
title: string;
|
|
6465
|
-
type: string;
|
|
6466
|
-
pattern: string;
|
|
6467
|
-
description: string;
|
|
6468
|
-
example: string;
|
|
6469
|
-
};
|
|
6470
|
-
refundReason: {
|
|
6471
|
-
title: string;
|
|
6472
|
-
type: string;
|
|
6473
|
-
minLength: number;
|
|
6474
|
-
maxLength: number;
|
|
6475
|
-
description: string;
|
|
6476
|
-
example: string;
|
|
6477
|
-
};
|
|
6478
|
-
};
|
|
6479
|
-
required: string[];
|
|
6480
|
-
};
|
|
6481
|
-
const BalanceOfPayments: {
|
|
6482
|
-
title: string;
|
|
6483
|
-
type: string;
|
|
6484
|
-
pattern: string;
|
|
6485
|
-
description: string;
|
|
6486
|
-
example: string;
|
|
6487
|
-
};
|
|
6488
|
-
const TransactionType: {
|
|
6489
|
-
title: string;
|
|
6490
|
-
type: string;
|
|
6491
|
-
description: string;
|
|
6492
|
-
properties: {
|
|
6493
|
-
scenario: {
|
|
6494
|
-
title: string;
|
|
6495
|
-
type: string;
|
|
6496
|
-
enum: string[];
|
|
6497
|
-
description: string;
|
|
6498
|
-
example: string;
|
|
6499
|
-
};
|
|
6500
|
-
subScenario: {
|
|
6501
|
-
title: string;
|
|
6502
|
-
type: string;
|
|
6503
|
-
pattern: string;
|
|
6504
|
-
description: string;
|
|
6505
|
-
example: string;
|
|
6506
|
-
};
|
|
6507
|
-
initiator: {
|
|
6508
|
-
title: string;
|
|
6509
|
-
type: string;
|
|
6510
|
-
enum: string[];
|
|
6511
|
-
description: string;
|
|
6512
|
-
example: string;
|
|
6513
|
-
};
|
|
6514
|
-
initiatorType: {
|
|
6515
|
-
title: string;
|
|
6516
|
-
type: string;
|
|
6517
|
-
enum: string[];
|
|
6518
|
-
description: string;
|
|
6519
|
-
example: string;
|
|
6520
|
-
};
|
|
6521
|
-
refundInfo: {
|
|
6522
|
-
title: string;
|
|
6523
|
-
type: string;
|
|
6524
|
-
description: string;
|
|
6525
|
-
properties: {
|
|
6526
|
-
originalTransactionId: {
|
|
6527
|
-
title: string;
|
|
6528
|
-
type: string;
|
|
6529
|
-
pattern: string;
|
|
6530
|
-
description: string;
|
|
6531
|
-
example: string;
|
|
6532
|
-
};
|
|
6533
|
-
refundReason: {
|
|
6534
|
-
title: string;
|
|
6535
|
-
type: string;
|
|
6536
|
-
minLength: number;
|
|
6537
|
-
maxLength: number;
|
|
6538
|
-
description: string;
|
|
6539
|
-
example: string;
|
|
6540
|
-
};
|
|
6541
|
-
};
|
|
6542
|
-
required: string[];
|
|
6543
|
-
};
|
|
6544
|
-
balanceOfPayments: {
|
|
6545
|
-
title: string;
|
|
6546
|
-
type: string;
|
|
6547
|
-
pattern: string;
|
|
6548
|
-
description: string;
|
|
6549
|
-
example: string;
|
|
6550
|
-
};
|
|
6551
|
-
};
|
|
6552
|
-
required: string[];
|
|
6553
|
-
};
|
|
6554
5222
|
const individualTransfer: {
|
|
6555
5223
|
title: string;
|
|
6556
5224
|
type: string;
|
|
@@ -6702,68 +5370,8 @@ export declare namespace Schemas {
|
|
|
6702
5370
|
transactionType: {
|
|
6703
5371
|
title: string;
|
|
6704
5372
|
type: string;
|
|
5373
|
+
enum: string[];
|
|
6705
5374
|
description: string;
|
|
6706
|
-
properties: {
|
|
6707
|
-
scenario: {
|
|
6708
|
-
title: string;
|
|
6709
|
-
type: string;
|
|
6710
|
-
enum: string[];
|
|
6711
|
-
description: string;
|
|
6712
|
-
example: string;
|
|
6713
|
-
};
|
|
6714
|
-
subScenario: {
|
|
6715
|
-
title: string;
|
|
6716
|
-
type: string;
|
|
6717
|
-
pattern: string;
|
|
6718
|
-
description: string;
|
|
6719
|
-
example: string;
|
|
6720
|
-
};
|
|
6721
|
-
initiator: {
|
|
6722
|
-
title: string;
|
|
6723
|
-
type: string;
|
|
6724
|
-
enum: string[];
|
|
6725
|
-
description: string;
|
|
6726
|
-
example: string;
|
|
6727
|
-
};
|
|
6728
|
-
initiatorType: {
|
|
6729
|
-
title: string;
|
|
6730
|
-
type: string;
|
|
6731
|
-
enum: string[];
|
|
6732
|
-
description: string;
|
|
6733
|
-
example: string;
|
|
6734
|
-
};
|
|
6735
|
-
refundInfo: {
|
|
6736
|
-
title: string;
|
|
6737
|
-
type: string;
|
|
6738
|
-
description: string;
|
|
6739
|
-
properties: {
|
|
6740
|
-
originalTransactionId: {
|
|
6741
|
-
title: string;
|
|
6742
|
-
type: string;
|
|
6743
|
-
pattern: string;
|
|
6744
|
-
description: string;
|
|
6745
|
-
example: string;
|
|
6746
|
-
};
|
|
6747
|
-
refundReason: {
|
|
6748
|
-
title: string;
|
|
6749
|
-
type: string;
|
|
6750
|
-
minLength: number;
|
|
6751
|
-
maxLength: number;
|
|
6752
|
-
description: string;
|
|
6753
|
-
example: string;
|
|
6754
|
-
};
|
|
6755
|
-
};
|
|
6756
|
-
required: string[];
|
|
6757
|
-
};
|
|
6758
|
-
balanceOfPayments: {
|
|
6759
|
-
title: string;
|
|
6760
|
-
type: string;
|
|
6761
|
-
pattern: string;
|
|
6762
|
-
description: string;
|
|
6763
|
-
example: string;
|
|
6764
|
-
};
|
|
6765
|
-
};
|
|
6766
|
-
required: string[];
|
|
6767
5375
|
};
|
|
6768
5376
|
note: {
|
|
6769
5377
|
title: string;
|
|
@@ -7094,72 +5702,12 @@ export declare namespace Schemas {
|
|
|
7094
5702
|
description: string;
|
|
7095
5703
|
example: string;
|
|
7096
5704
|
};
|
|
7097
|
-
transactionType: {
|
|
7098
|
-
title: string;
|
|
7099
|
-
type: string;
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
title: string;
|
|
7104
|
-
type: string;
|
|
7105
|
-
enum: string[];
|
|
7106
|
-
description: string;
|
|
7107
|
-
example: string;
|
|
7108
|
-
};
|
|
7109
|
-
subScenario: {
|
|
7110
|
-
title: string;
|
|
7111
|
-
type: string;
|
|
7112
|
-
pattern: string;
|
|
7113
|
-
description: string;
|
|
7114
|
-
example: string;
|
|
7115
|
-
};
|
|
7116
|
-
initiator: {
|
|
7117
|
-
title: string;
|
|
7118
|
-
type: string;
|
|
7119
|
-
enum: string[];
|
|
7120
|
-
description: string;
|
|
7121
|
-
example: string;
|
|
7122
|
-
};
|
|
7123
|
-
initiatorType: {
|
|
7124
|
-
title: string;
|
|
7125
|
-
type: string;
|
|
7126
|
-
enum: string[];
|
|
7127
|
-
description: string;
|
|
7128
|
-
example: string;
|
|
7129
|
-
};
|
|
7130
|
-
refundInfo: {
|
|
7131
|
-
title: string;
|
|
7132
|
-
type: string;
|
|
7133
|
-
description: string;
|
|
7134
|
-
properties: {
|
|
7135
|
-
originalTransactionId: {
|
|
7136
|
-
title: string;
|
|
7137
|
-
type: string;
|
|
7138
|
-
pattern: string;
|
|
7139
|
-
description: string;
|
|
7140
|
-
example: string;
|
|
7141
|
-
};
|
|
7142
|
-
refundReason: {
|
|
7143
|
-
title: string;
|
|
7144
|
-
type: string;
|
|
7145
|
-
minLength: number;
|
|
7146
|
-
maxLength: number;
|
|
7147
|
-
description: string;
|
|
7148
|
-
example: string;
|
|
7149
|
-
};
|
|
7150
|
-
};
|
|
7151
|
-
required: string[];
|
|
7152
|
-
};
|
|
7153
|
-
balanceOfPayments: {
|
|
7154
|
-
title: string;
|
|
7155
|
-
type: string;
|
|
7156
|
-
pattern: string;
|
|
7157
|
-
description: string;
|
|
7158
|
-
example: string;
|
|
7159
|
-
};
|
|
7160
|
-
};
|
|
7161
|
-
required: string[];
|
|
7162
|
-
};
|
|
5705
|
+
transactionType: {
|
|
5706
|
+
title: string;
|
|
5707
|
+
type: string;
|
|
5708
|
+
enum: string[];
|
|
5709
|
+
description: string;
|
|
5710
|
+
};
|
|
7163
5711
|
note: {
|
|
7164
5712
|
title: string;
|
|
7165
5713
|
type: string;
|
|
@@ -7246,10 +5794,6 @@ export declare namespace Schemas {
|
|
|
7246
5794
|
};
|
|
7247
5795
|
};
|
|
7248
5796
|
};
|
|
7249
|
-
const bulkTransferStatus: {
|
|
7250
|
-
type: string;
|
|
7251
|
-
enum: string[];
|
|
7252
|
-
};
|
|
7253
5797
|
const individualTransferFulfilment: {
|
|
7254
5798
|
type: string;
|
|
7255
5799
|
description: string;
|
|
@@ -7957,92 +6501,142 @@ export declare namespace Schemas {
|
|
|
7957
6501
|
description: string;
|
|
7958
6502
|
example: string;
|
|
7959
6503
|
};
|
|
7960
|
-
|
|
6504
|
+
transferAmount: {
|
|
6505
|
+
title: string;
|
|
7961
6506
|
type: string;
|
|
7962
|
-
|
|
6507
|
+
description: string;
|
|
7963
6508
|
properties: {
|
|
7964
|
-
|
|
6509
|
+
currency: {
|
|
7965
6510
|
title: string;
|
|
7966
|
-
type: string;
|
|
7967
|
-
enum: string[];
|
|
7968
6511
|
description: string;
|
|
7969
|
-
example: string;
|
|
7970
|
-
};
|
|
7971
|
-
idType: {
|
|
7972
|
-
title: string;
|
|
7973
6512
|
type: string;
|
|
6513
|
+
minLength: number;
|
|
6514
|
+
maxLength: number;
|
|
7974
6515
|
enum: string[];
|
|
7975
|
-
description: string;
|
|
7976
6516
|
};
|
|
7977
|
-
|
|
6517
|
+
amount: {
|
|
7978
6518
|
title: string;
|
|
7979
6519
|
type: string;
|
|
7980
|
-
|
|
7981
|
-
maxLength: number;
|
|
6520
|
+
pattern: string;
|
|
7982
6521
|
description: string;
|
|
7983
6522
|
example: string;
|
|
7984
6523
|
};
|
|
7985
|
-
|
|
6524
|
+
};
|
|
6525
|
+
required: string[];
|
|
6526
|
+
};
|
|
6527
|
+
payeeReceiveAmount: {
|
|
6528
|
+
title: string;
|
|
6529
|
+
type: string;
|
|
6530
|
+
description: string;
|
|
6531
|
+
properties: {
|
|
6532
|
+
currency: {
|
|
7986
6533
|
title: string;
|
|
6534
|
+
description: string;
|
|
7987
6535
|
type: string;
|
|
7988
6536
|
minLength: number;
|
|
7989
6537
|
maxLength: number;
|
|
7990
|
-
|
|
6538
|
+
enum: string[];
|
|
7991
6539
|
};
|
|
7992
|
-
|
|
6540
|
+
amount: {
|
|
7993
6541
|
title: string;
|
|
7994
6542
|
type: string;
|
|
7995
6543
|
pattern: string;
|
|
7996
6544
|
description: string;
|
|
6545
|
+
example: string;
|
|
7997
6546
|
};
|
|
7998
|
-
|
|
6547
|
+
};
|
|
6548
|
+
required: string[];
|
|
6549
|
+
};
|
|
6550
|
+
payeeFspFee: {
|
|
6551
|
+
title: string;
|
|
6552
|
+
type: string;
|
|
6553
|
+
description: string;
|
|
6554
|
+
properties: {
|
|
6555
|
+
currency: {
|
|
7999
6556
|
title: string;
|
|
6557
|
+
description: string;
|
|
8000
6558
|
type: string;
|
|
8001
6559
|
minLength: number;
|
|
8002
6560
|
maxLength: number;
|
|
8003
|
-
|
|
8004
|
-
description: string;
|
|
8005
|
-
example: string;
|
|
6561
|
+
enum: string[];
|
|
8006
6562
|
};
|
|
8007
|
-
|
|
6563
|
+
amount: {
|
|
8008
6564
|
title: string;
|
|
8009
6565
|
type: string;
|
|
8010
|
-
minLength: number;
|
|
8011
|
-
maxLength: number;
|
|
8012
6566
|
pattern: string;
|
|
8013
6567
|
description: string;
|
|
8014
6568
|
example: string;
|
|
8015
6569
|
};
|
|
8016
|
-
|
|
6570
|
+
};
|
|
6571
|
+
required: string[];
|
|
6572
|
+
};
|
|
6573
|
+
payeeFspCommission: {
|
|
6574
|
+
title: string;
|
|
6575
|
+
type: string;
|
|
6576
|
+
description: string;
|
|
6577
|
+
properties: {
|
|
6578
|
+
currency: {
|
|
8017
6579
|
title: string;
|
|
6580
|
+
description: string;
|
|
8018
6581
|
type: string;
|
|
8019
6582
|
minLength: number;
|
|
8020
6583
|
maxLength: number;
|
|
8021
|
-
|
|
8022
|
-
description: string;
|
|
8023
|
-
example: string;
|
|
6584
|
+
enum: string[];
|
|
8024
6585
|
};
|
|
8025
|
-
|
|
6586
|
+
amount: {
|
|
8026
6587
|
title: string;
|
|
8027
6588
|
type: string;
|
|
8028
6589
|
pattern: string;
|
|
8029
6590
|
description: string;
|
|
8030
6591
|
example: string;
|
|
8031
6592
|
};
|
|
8032
|
-
|
|
6593
|
+
};
|
|
6594
|
+
required: string[];
|
|
6595
|
+
};
|
|
6596
|
+
geoCode: {
|
|
6597
|
+
title: string;
|
|
6598
|
+
type: string;
|
|
6599
|
+
description: string;
|
|
6600
|
+
properties: {
|
|
6601
|
+
latitude: {
|
|
8033
6602
|
title: string;
|
|
8034
6603
|
type: string;
|
|
8035
6604
|
pattern: string;
|
|
8036
6605
|
description: string;
|
|
6606
|
+
example: string;
|
|
8037
6607
|
};
|
|
8038
|
-
|
|
6608
|
+
longitude: {
|
|
8039
6609
|
title: string;
|
|
8040
6610
|
type: string;
|
|
8041
|
-
|
|
8042
|
-
maxLength: number;
|
|
6611
|
+
pattern: string;
|
|
8043
6612
|
description: string;
|
|
6613
|
+
example: string;
|
|
8044
6614
|
};
|
|
8045
|
-
|
|
6615
|
+
};
|
|
6616
|
+
required: string[];
|
|
6617
|
+
};
|
|
6618
|
+
ilpPacket: {
|
|
6619
|
+
title: string;
|
|
6620
|
+
type: string;
|
|
6621
|
+
pattern: string;
|
|
6622
|
+
minLength: number;
|
|
6623
|
+
maxLength: number;
|
|
6624
|
+
description: string;
|
|
6625
|
+
example: string;
|
|
6626
|
+
};
|
|
6627
|
+
condition: {
|
|
6628
|
+
title: string;
|
|
6629
|
+
type: string;
|
|
6630
|
+
pattern: string;
|
|
6631
|
+
maxLength: number;
|
|
6632
|
+
description: string;
|
|
6633
|
+
};
|
|
6634
|
+
extensionList: {
|
|
6635
|
+
description: string;
|
|
6636
|
+
title: string;
|
|
6637
|
+
type: string;
|
|
6638
|
+
properties: {
|
|
6639
|
+
extension: {
|
|
8046
6640
|
type: string;
|
|
8047
6641
|
items: {
|
|
8048
6642
|
title: string;
|
|
@@ -8068,44 +6662,10 @@ export declare namespace Schemas {
|
|
|
8068
6662
|
};
|
|
8069
6663
|
minItems: number;
|
|
8070
6664
|
maxItems: number;
|
|
6665
|
+
description: string;
|
|
8071
6666
|
};
|
|
8072
6667
|
};
|
|
8073
|
-
|
|
8074
|
-
amountType: {
|
|
8075
|
-
title: string;
|
|
8076
|
-
type: string;
|
|
8077
|
-
enum: string[];
|
|
8078
|
-
description: string;
|
|
8079
|
-
example: string;
|
|
8080
|
-
};
|
|
8081
|
-
currency: {
|
|
8082
|
-
title: string;
|
|
8083
|
-
description: string;
|
|
8084
|
-
type: string;
|
|
8085
|
-
minLength: number;
|
|
8086
|
-
maxLength: number;
|
|
8087
|
-
enum: string[];
|
|
8088
|
-
};
|
|
8089
|
-
amount: {
|
|
8090
|
-
title: string;
|
|
8091
|
-
type: string;
|
|
8092
|
-
pattern: string;
|
|
8093
|
-
description: string;
|
|
8094
|
-
example: string;
|
|
8095
|
-
};
|
|
8096
|
-
transactionType: {
|
|
8097
|
-
title: string;
|
|
8098
|
-
type: string;
|
|
8099
|
-
enum: string[];
|
|
8100
|
-
description: string;
|
|
8101
|
-
};
|
|
8102
|
-
note: {
|
|
8103
|
-
title: string;
|
|
8104
|
-
type: string;
|
|
8105
|
-
minLength: number;
|
|
8106
|
-
maxLength: number;
|
|
8107
|
-
description: string;
|
|
8108
|
-
example: string;
|
|
6668
|
+
required: string[];
|
|
8109
6669
|
};
|
|
8110
6670
|
lastError: {
|
|
8111
6671
|
description: string;
|
|
@@ -8182,12 +6742,13 @@ export declare namespace Schemas {
|
|
|
8182
6742
|
};
|
|
8183
6743
|
};
|
|
8184
6744
|
};
|
|
6745
|
+
required: string[];
|
|
8185
6746
|
};
|
|
8186
6747
|
const bulkQuoteResponse: {
|
|
8187
6748
|
type: string;
|
|
8188
6749
|
required: string[];
|
|
8189
6750
|
properties: {
|
|
8190
|
-
|
|
6751
|
+
bulkQuoteId: {
|
|
8191
6752
|
title: string;
|
|
8192
6753
|
type: string;
|
|
8193
6754
|
pattern: string;
|
|
@@ -8198,92 +6759,19 @@ export declare namespace Schemas {
|
|
|
8198
6759
|
type: string;
|
|
8199
6760
|
description: string;
|
|
8200
6761
|
};
|
|
8201
|
-
|
|
6762
|
+
expiration: {
|
|
6763
|
+
title: string;
|
|
8202
6764
|
type: string;
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
-
|
|
8211
|
-
|
|
8212
|
-
|
|
8213
|
-
title: string;
|
|
8214
|
-
type: string;
|
|
8215
|
-
enum: string[];
|
|
8216
|
-
description: string;
|
|
8217
|
-
};
|
|
8218
|
-
idValue: {
|
|
8219
|
-
title: string;
|
|
8220
|
-
type: string;
|
|
8221
|
-
minLength: number;
|
|
8222
|
-
maxLength: number;
|
|
8223
|
-
description: string;
|
|
8224
|
-
example: string;
|
|
8225
|
-
};
|
|
8226
|
-
idSubValue: {
|
|
8227
|
-
title: string;
|
|
8228
|
-
type: string;
|
|
8229
|
-
minLength: number;
|
|
8230
|
-
maxLength: number;
|
|
8231
|
-
description: string;
|
|
8232
|
-
};
|
|
8233
|
-
displayName: {
|
|
8234
|
-
title: string;
|
|
8235
|
-
type: string;
|
|
8236
|
-
pattern: string;
|
|
8237
|
-
description: string;
|
|
8238
|
-
};
|
|
8239
|
-
firstName: {
|
|
8240
|
-
title: string;
|
|
8241
|
-
type: string;
|
|
8242
|
-
minLength: number;
|
|
8243
|
-
maxLength: number;
|
|
8244
|
-
pattern: string;
|
|
8245
|
-
description: string;
|
|
8246
|
-
example: string;
|
|
8247
|
-
};
|
|
8248
|
-
middleName: {
|
|
8249
|
-
title: string;
|
|
8250
|
-
type: string;
|
|
8251
|
-
minLength: number;
|
|
8252
|
-
maxLength: number;
|
|
8253
|
-
pattern: string;
|
|
8254
|
-
description: string;
|
|
8255
|
-
example: string;
|
|
8256
|
-
};
|
|
8257
|
-
lastName: {
|
|
8258
|
-
title: string;
|
|
8259
|
-
type: string;
|
|
8260
|
-
minLength: number;
|
|
8261
|
-
maxLength: number;
|
|
8262
|
-
pattern: string;
|
|
8263
|
-
description: string;
|
|
8264
|
-
example: string;
|
|
8265
|
-
};
|
|
8266
|
-
dateOfBirth: {
|
|
8267
|
-
title: string;
|
|
8268
|
-
type: string;
|
|
8269
|
-
pattern: string;
|
|
8270
|
-
description: string;
|
|
8271
|
-
example: string;
|
|
8272
|
-
};
|
|
8273
|
-
merchantClassificationCode: {
|
|
8274
|
-
title: string;
|
|
8275
|
-
type: string;
|
|
8276
|
-
pattern: string;
|
|
8277
|
-
description: string;
|
|
8278
|
-
};
|
|
8279
|
-
fspId: {
|
|
8280
|
-
title: string;
|
|
8281
|
-
type: string;
|
|
8282
|
-
minLength: number;
|
|
8283
|
-
maxLength: number;
|
|
8284
|
-
description: string;
|
|
8285
|
-
};
|
|
8286
|
-
extensionList: {
|
|
6765
|
+
pattern: string;
|
|
6766
|
+
description: string;
|
|
6767
|
+
example: string;
|
|
6768
|
+
};
|
|
6769
|
+
extensionList: {
|
|
6770
|
+
title: string;
|
|
6771
|
+
type: string;
|
|
6772
|
+
description: string;
|
|
6773
|
+
properties: {
|
|
6774
|
+
extension: {
|
|
8287
6775
|
type: string;
|
|
8288
6776
|
items: {
|
|
8289
6777
|
title: string;
|
|
@@ -8309,8 +6797,14 @@ export declare namespace Schemas {
|
|
|
8309
6797
|
};
|
|
8310
6798
|
minItems: number;
|
|
8311
6799
|
maxItems: number;
|
|
6800
|
+
description: string;
|
|
8312
6801
|
};
|
|
8313
6802
|
};
|
|
6803
|
+
required: string[];
|
|
6804
|
+
};
|
|
6805
|
+
currentState: {
|
|
6806
|
+
type: string;
|
|
6807
|
+
enum: string[];
|
|
8314
6808
|
};
|
|
8315
6809
|
individualQuoteResults: {
|
|
8316
6810
|
type: string;
|
|
@@ -8325,92 +6819,142 @@ export declare namespace Schemas {
|
|
|
8325
6819
|
description: string;
|
|
8326
6820
|
example: string;
|
|
8327
6821
|
};
|
|
8328
|
-
|
|
6822
|
+
transferAmount: {
|
|
6823
|
+
title: string;
|
|
8329
6824
|
type: string;
|
|
8330
|
-
|
|
6825
|
+
description: string;
|
|
8331
6826
|
properties: {
|
|
8332
|
-
|
|
6827
|
+
currency: {
|
|
8333
6828
|
title: string;
|
|
8334
|
-
type: string;
|
|
8335
|
-
enum: string[];
|
|
8336
6829
|
description: string;
|
|
8337
|
-
example: string;
|
|
8338
|
-
};
|
|
8339
|
-
idType: {
|
|
8340
|
-
title: string;
|
|
8341
6830
|
type: string;
|
|
6831
|
+
minLength: number;
|
|
6832
|
+
maxLength: number;
|
|
8342
6833
|
enum: string[];
|
|
8343
|
-
description: string;
|
|
8344
6834
|
};
|
|
8345
|
-
|
|
6835
|
+
amount: {
|
|
8346
6836
|
title: string;
|
|
8347
6837
|
type: string;
|
|
8348
|
-
|
|
8349
|
-
maxLength: number;
|
|
6838
|
+
pattern: string;
|
|
8350
6839
|
description: string;
|
|
8351
6840
|
example: string;
|
|
8352
6841
|
};
|
|
8353
|
-
|
|
6842
|
+
};
|
|
6843
|
+
required: string[];
|
|
6844
|
+
};
|
|
6845
|
+
payeeReceiveAmount: {
|
|
6846
|
+
title: string;
|
|
6847
|
+
type: string;
|
|
6848
|
+
description: string;
|
|
6849
|
+
properties: {
|
|
6850
|
+
currency: {
|
|
8354
6851
|
title: string;
|
|
6852
|
+
description: string;
|
|
8355
6853
|
type: string;
|
|
8356
6854
|
minLength: number;
|
|
8357
6855
|
maxLength: number;
|
|
8358
|
-
|
|
6856
|
+
enum: string[];
|
|
8359
6857
|
};
|
|
8360
|
-
|
|
6858
|
+
amount: {
|
|
8361
6859
|
title: string;
|
|
8362
6860
|
type: string;
|
|
8363
6861
|
pattern: string;
|
|
8364
6862
|
description: string;
|
|
6863
|
+
example: string;
|
|
8365
6864
|
};
|
|
8366
|
-
|
|
6865
|
+
};
|
|
6866
|
+
required: string[];
|
|
6867
|
+
};
|
|
6868
|
+
payeeFspFee: {
|
|
6869
|
+
title: string;
|
|
6870
|
+
type: string;
|
|
6871
|
+
description: string;
|
|
6872
|
+
properties: {
|
|
6873
|
+
currency: {
|
|
8367
6874
|
title: string;
|
|
6875
|
+
description: string;
|
|
8368
6876
|
type: string;
|
|
8369
6877
|
minLength: number;
|
|
8370
6878
|
maxLength: number;
|
|
8371
|
-
|
|
8372
|
-
description: string;
|
|
8373
|
-
example: string;
|
|
6879
|
+
enum: string[];
|
|
8374
6880
|
};
|
|
8375
|
-
|
|
6881
|
+
amount: {
|
|
8376
6882
|
title: string;
|
|
8377
6883
|
type: string;
|
|
8378
|
-
minLength: number;
|
|
8379
|
-
maxLength: number;
|
|
8380
6884
|
pattern: string;
|
|
8381
6885
|
description: string;
|
|
8382
6886
|
example: string;
|
|
8383
6887
|
};
|
|
8384
|
-
|
|
6888
|
+
};
|
|
6889
|
+
required: string[];
|
|
6890
|
+
};
|
|
6891
|
+
payeeFspCommission: {
|
|
6892
|
+
title: string;
|
|
6893
|
+
type: string;
|
|
6894
|
+
description: string;
|
|
6895
|
+
properties: {
|
|
6896
|
+
currency: {
|
|
8385
6897
|
title: string;
|
|
6898
|
+
description: string;
|
|
8386
6899
|
type: string;
|
|
8387
6900
|
minLength: number;
|
|
8388
6901
|
maxLength: number;
|
|
8389
|
-
|
|
8390
|
-
description: string;
|
|
8391
|
-
example: string;
|
|
6902
|
+
enum: string[];
|
|
8392
6903
|
};
|
|
8393
|
-
|
|
6904
|
+
amount: {
|
|
8394
6905
|
title: string;
|
|
8395
6906
|
type: string;
|
|
8396
6907
|
pattern: string;
|
|
8397
6908
|
description: string;
|
|
8398
6909
|
example: string;
|
|
8399
6910
|
};
|
|
8400
|
-
|
|
6911
|
+
};
|
|
6912
|
+
required: string[];
|
|
6913
|
+
};
|
|
6914
|
+
geoCode: {
|
|
6915
|
+
title: string;
|
|
6916
|
+
type: string;
|
|
6917
|
+
description: string;
|
|
6918
|
+
properties: {
|
|
6919
|
+
latitude: {
|
|
8401
6920
|
title: string;
|
|
8402
6921
|
type: string;
|
|
8403
6922
|
pattern: string;
|
|
8404
6923
|
description: string;
|
|
6924
|
+
example: string;
|
|
8405
6925
|
};
|
|
8406
|
-
|
|
6926
|
+
longitude: {
|
|
8407
6927
|
title: string;
|
|
8408
6928
|
type: string;
|
|
8409
|
-
|
|
8410
|
-
maxLength: number;
|
|
6929
|
+
pattern: string;
|
|
8411
6930
|
description: string;
|
|
6931
|
+
example: string;
|
|
8412
6932
|
};
|
|
8413
|
-
|
|
6933
|
+
};
|
|
6934
|
+
required: string[];
|
|
6935
|
+
};
|
|
6936
|
+
ilpPacket: {
|
|
6937
|
+
title: string;
|
|
6938
|
+
type: string;
|
|
6939
|
+
pattern: string;
|
|
6940
|
+
minLength: number;
|
|
6941
|
+
maxLength: number;
|
|
6942
|
+
description: string;
|
|
6943
|
+
example: string;
|
|
6944
|
+
};
|
|
6945
|
+
condition: {
|
|
6946
|
+
title: string;
|
|
6947
|
+
type: string;
|
|
6948
|
+
pattern: string;
|
|
6949
|
+
maxLength: number;
|
|
6950
|
+
description: string;
|
|
6951
|
+
};
|
|
6952
|
+
extensionList: {
|
|
6953
|
+
description: string;
|
|
6954
|
+
title: string;
|
|
6955
|
+
type: string;
|
|
6956
|
+
properties: {
|
|
6957
|
+
extension: {
|
|
8414
6958
|
type: string;
|
|
8415
6959
|
items: {
|
|
8416
6960
|
title: string;
|
|
@@ -8436,44 +6980,10 @@ export declare namespace Schemas {
|
|
|
8436
6980
|
};
|
|
8437
6981
|
minItems: number;
|
|
8438
6982
|
maxItems: number;
|
|
6983
|
+
description: string;
|
|
8439
6984
|
};
|
|
8440
6985
|
};
|
|
8441
|
-
|
|
8442
|
-
amountType: {
|
|
8443
|
-
title: string;
|
|
8444
|
-
type: string;
|
|
8445
|
-
enum: string[];
|
|
8446
|
-
description: string;
|
|
8447
|
-
example: string;
|
|
8448
|
-
};
|
|
8449
|
-
currency: {
|
|
8450
|
-
title: string;
|
|
8451
|
-
description: string;
|
|
8452
|
-
type: string;
|
|
8453
|
-
minLength: number;
|
|
8454
|
-
maxLength: number;
|
|
8455
|
-
enum: string[];
|
|
8456
|
-
};
|
|
8457
|
-
amount: {
|
|
8458
|
-
title: string;
|
|
8459
|
-
type: string;
|
|
8460
|
-
pattern: string;
|
|
8461
|
-
description: string;
|
|
8462
|
-
example: string;
|
|
8463
|
-
};
|
|
8464
|
-
transactionType: {
|
|
8465
|
-
title: string;
|
|
8466
|
-
type: string;
|
|
8467
|
-
enum: string[];
|
|
8468
|
-
description: string;
|
|
8469
|
-
};
|
|
8470
|
-
note: {
|
|
8471
|
-
title: string;
|
|
8472
|
-
type: string;
|
|
8473
|
-
minLength: number;
|
|
8474
|
-
maxLength: number;
|
|
8475
|
-
description: string;
|
|
8476
|
-
example: string;
|
|
6986
|
+
required: string[];
|
|
8477
6987
|
};
|
|
8478
6988
|
lastError: {
|
|
8479
6989
|
description: string;
|
|
@@ -8550,6 +7060,7 @@ export declare namespace Schemas {
|
|
|
8550
7060
|
};
|
|
8551
7061
|
};
|
|
8552
7062
|
};
|
|
7063
|
+
required: string[];
|
|
8553
7064
|
};
|
|
8554
7065
|
description: string;
|
|
8555
7066
|
};
|
|
@@ -8578,7 +7089,7 @@ export declare namespace Schemas {
|
|
|
8578
7089
|
type: string;
|
|
8579
7090
|
required: string[];
|
|
8580
7091
|
properties: {
|
|
8581
|
-
|
|
7092
|
+
bulkQuoteId: {
|
|
8582
7093
|
title: string;
|
|
8583
7094
|
type: string;
|
|
8584
7095
|
pattern: string;
|
|
@@ -8589,92 +7100,19 @@ export declare namespace Schemas {
|
|
|
8589
7100
|
type: string;
|
|
8590
7101
|
description: string;
|
|
8591
7102
|
};
|
|
8592
|
-
|
|
7103
|
+
expiration: {
|
|
7104
|
+
title: string;
|
|
8593
7105
|
type: string;
|
|
8594
|
-
|
|
7106
|
+
pattern: string;
|
|
7107
|
+
description: string;
|
|
7108
|
+
example: string;
|
|
7109
|
+
};
|
|
7110
|
+
extensionList: {
|
|
7111
|
+
title: string;
|
|
7112
|
+
type: string;
|
|
7113
|
+
description: string;
|
|
8595
7114
|
properties: {
|
|
8596
|
-
|
|
8597
|
-
title: string;
|
|
8598
|
-
type: string;
|
|
8599
|
-
enum: string[];
|
|
8600
|
-
description: string;
|
|
8601
|
-
example: string;
|
|
8602
|
-
};
|
|
8603
|
-
idType: {
|
|
8604
|
-
title: string;
|
|
8605
|
-
type: string;
|
|
8606
|
-
enum: string[];
|
|
8607
|
-
description: string;
|
|
8608
|
-
};
|
|
8609
|
-
idValue: {
|
|
8610
|
-
title: string;
|
|
8611
|
-
type: string;
|
|
8612
|
-
minLength: number;
|
|
8613
|
-
maxLength: number;
|
|
8614
|
-
description: string;
|
|
8615
|
-
example: string;
|
|
8616
|
-
};
|
|
8617
|
-
idSubValue: {
|
|
8618
|
-
title: string;
|
|
8619
|
-
type: string;
|
|
8620
|
-
minLength: number;
|
|
8621
|
-
maxLength: number;
|
|
8622
|
-
description: string;
|
|
8623
|
-
};
|
|
8624
|
-
displayName: {
|
|
8625
|
-
title: string;
|
|
8626
|
-
type: string;
|
|
8627
|
-
pattern: string;
|
|
8628
|
-
description: string;
|
|
8629
|
-
};
|
|
8630
|
-
firstName: {
|
|
8631
|
-
title: string;
|
|
8632
|
-
type: string;
|
|
8633
|
-
minLength: number;
|
|
8634
|
-
maxLength: number;
|
|
8635
|
-
pattern: string;
|
|
8636
|
-
description: string;
|
|
8637
|
-
example: string;
|
|
8638
|
-
};
|
|
8639
|
-
middleName: {
|
|
8640
|
-
title: string;
|
|
8641
|
-
type: string;
|
|
8642
|
-
minLength: number;
|
|
8643
|
-
maxLength: number;
|
|
8644
|
-
pattern: string;
|
|
8645
|
-
description: string;
|
|
8646
|
-
example: string;
|
|
8647
|
-
};
|
|
8648
|
-
lastName: {
|
|
8649
|
-
title: string;
|
|
8650
|
-
type: string;
|
|
8651
|
-
minLength: number;
|
|
8652
|
-
maxLength: number;
|
|
8653
|
-
pattern: string;
|
|
8654
|
-
description: string;
|
|
8655
|
-
example: string;
|
|
8656
|
-
};
|
|
8657
|
-
dateOfBirth: {
|
|
8658
|
-
title: string;
|
|
8659
|
-
type: string;
|
|
8660
|
-
pattern: string;
|
|
8661
|
-
description: string;
|
|
8662
|
-
example: string;
|
|
8663
|
-
};
|
|
8664
|
-
merchantClassificationCode: {
|
|
8665
|
-
title: string;
|
|
8666
|
-
type: string;
|
|
8667
|
-
pattern: string;
|
|
8668
|
-
description: string;
|
|
8669
|
-
};
|
|
8670
|
-
fspId: {
|
|
8671
|
-
title: string;
|
|
8672
|
-
type: string;
|
|
8673
|
-
minLength: number;
|
|
8674
|
-
maxLength: number;
|
|
8675
|
-
description: string;
|
|
8676
|
-
};
|
|
8677
|
-
extensionList: {
|
|
7115
|
+
extension: {
|
|
8678
7116
|
type: string;
|
|
8679
7117
|
items: {
|
|
8680
7118
|
title: string;
|
|
@@ -8700,8 +7138,14 @@ export declare namespace Schemas {
|
|
|
8700
7138
|
};
|
|
8701
7139
|
minItems: number;
|
|
8702
7140
|
maxItems: number;
|
|
7141
|
+
description: string;
|
|
8703
7142
|
};
|
|
8704
7143
|
};
|
|
7144
|
+
required: string[];
|
|
7145
|
+
};
|
|
7146
|
+
currentState: {
|
|
7147
|
+
type: string;
|
|
7148
|
+
enum: string[];
|
|
8705
7149
|
};
|
|
8706
7150
|
individualQuoteResults: {
|
|
8707
7151
|
type: string;
|
|
@@ -8716,92 +7160,142 @@ export declare namespace Schemas {
|
|
|
8716
7160
|
description: string;
|
|
8717
7161
|
example: string;
|
|
8718
7162
|
};
|
|
8719
|
-
|
|
7163
|
+
transferAmount: {
|
|
7164
|
+
title: string;
|
|
8720
7165
|
type: string;
|
|
8721
|
-
|
|
7166
|
+
description: string;
|
|
8722
7167
|
properties: {
|
|
8723
|
-
|
|
7168
|
+
currency: {
|
|
8724
7169
|
title: string;
|
|
8725
|
-
type: string;
|
|
8726
|
-
enum: string[];
|
|
8727
7170
|
description: string;
|
|
8728
|
-
example: string;
|
|
8729
|
-
};
|
|
8730
|
-
idType: {
|
|
8731
|
-
title: string;
|
|
8732
7171
|
type: string;
|
|
7172
|
+
minLength: number;
|
|
7173
|
+
maxLength: number;
|
|
8733
7174
|
enum: string[];
|
|
8734
|
-
description: string;
|
|
8735
7175
|
};
|
|
8736
|
-
|
|
7176
|
+
amount: {
|
|
8737
7177
|
title: string;
|
|
8738
7178
|
type: string;
|
|
8739
|
-
|
|
8740
|
-
maxLength: number;
|
|
7179
|
+
pattern: string;
|
|
8741
7180
|
description: string;
|
|
8742
7181
|
example: string;
|
|
8743
7182
|
};
|
|
8744
|
-
|
|
7183
|
+
};
|
|
7184
|
+
required: string[];
|
|
7185
|
+
};
|
|
7186
|
+
payeeReceiveAmount: {
|
|
7187
|
+
title: string;
|
|
7188
|
+
type: string;
|
|
7189
|
+
description: string;
|
|
7190
|
+
properties: {
|
|
7191
|
+
currency: {
|
|
8745
7192
|
title: string;
|
|
7193
|
+
description: string;
|
|
8746
7194
|
type: string;
|
|
8747
7195
|
minLength: number;
|
|
8748
7196
|
maxLength: number;
|
|
8749
|
-
|
|
7197
|
+
enum: string[];
|
|
8750
7198
|
};
|
|
8751
|
-
|
|
7199
|
+
amount: {
|
|
8752
7200
|
title: string;
|
|
8753
7201
|
type: string;
|
|
8754
7202
|
pattern: string;
|
|
8755
7203
|
description: string;
|
|
7204
|
+
example: string;
|
|
8756
7205
|
};
|
|
8757
|
-
|
|
7206
|
+
};
|
|
7207
|
+
required: string[];
|
|
7208
|
+
};
|
|
7209
|
+
payeeFspFee: {
|
|
7210
|
+
title: string;
|
|
7211
|
+
type: string;
|
|
7212
|
+
description: string;
|
|
7213
|
+
properties: {
|
|
7214
|
+
currency: {
|
|
8758
7215
|
title: string;
|
|
7216
|
+
description: string;
|
|
8759
7217
|
type: string;
|
|
8760
7218
|
minLength: number;
|
|
8761
7219
|
maxLength: number;
|
|
8762
|
-
|
|
8763
|
-
description: string;
|
|
8764
|
-
example: string;
|
|
7220
|
+
enum: string[];
|
|
8765
7221
|
};
|
|
8766
|
-
|
|
7222
|
+
amount: {
|
|
8767
7223
|
title: string;
|
|
8768
7224
|
type: string;
|
|
8769
|
-
minLength: number;
|
|
8770
|
-
maxLength: number;
|
|
8771
7225
|
pattern: string;
|
|
8772
7226
|
description: string;
|
|
8773
7227
|
example: string;
|
|
8774
7228
|
};
|
|
8775
|
-
|
|
7229
|
+
};
|
|
7230
|
+
required: string[];
|
|
7231
|
+
};
|
|
7232
|
+
payeeFspCommission: {
|
|
7233
|
+
title: string;
|
|
7234
|
+
type: string;
|
|
7235
|
+
description: string;
|
|
7236
|
+
properties: {
|
|
7237
|
+
currency: {
|
|
8776
7238
|
title: string;
|
|
7239
|
+
description: string;
|
|
8777
7240
|
type: string;
|
|
8778
7241
|
minLength: number;
|
|
8779
7242
|
maxLength: number;
|
|
8780
|
-
|
|
8781
|
-
description: string;
|
|
8782
|
-
example: string;
|
|
7243
|
+
enum: string[];
|
|
8783
7244
|
};
|
|
8784
|
-
|
|
7245
|
+
amount: {
|
|
8785
7246
|
title: string;
|
|
8786
7247
|
type: string;
|
|
8787
7248
|
pattern: string;
|
|
8788
7249
|
description: string;
|
|
8789
7250
|
example: string;
|
|
8790
7251
|
};
|
|
8791
|
-
|
|
7252
|
+
};
|
|
7253
|
+
required: string[];
|
|
7254
|
+
};
|
|
7255
|
+
geoCode: {
|
|
7256
|
+
title: string;
|
|
7257
|
+
type: string;
|
|
7258
|
+
description: string;
|
|
7259
|
+
properties: {
|
|
7260
|
+
latitude: {
|
|
8792
7261
|
title: string;
|
|
8793
7262
|
type: string;
|
|
8794
7263
|
pattern: string;
|
|
8795
7264
|
description: string;
|
|
7265
|
+
example: string;
|
|
8796
7266
|
};
|
|
8797
|
-
|
|
7267
|
+
longitude: {
|
|
8798
7268
|
title: string;
|
|
8799
7269
|
type: string;
|
|
8800
|
-
|
|
8801
|
-
maxLength: number;
|
|
7270
|
+
pattern: string;
|
|
8802
7271
|
description: string;
|
|
7272
|
+
example: string;
|
|
8803
7273
|
};
|
|
8804
|
-
|
|
7274
|
+
};
|
|
7275
|
+
required: string[];
|
|
7276
|
+
};
|
|
7277
|
+
ilpPacket: {
|
|
7278
|
+
title: string;
|
|
7279
|
+
type: string;
|
|
7280
|
+
pattern: string;
|
|
7281
|
+
minLength: number;
|
|
7282
|
+
maxLength: number;
|
|
7283
|
+
description: string;
|
|
7284
|
+
example: string;
|
|
7285
|
+
};
|
|
7286
|
+
condition: {
|
|
7287
|
+
title: string;
|
|
7288
|
+
type: string;
|
|
7289
|
+
pattern: string;
|
|
7290
|
+
maxLength: number;
|
|
7291
|
+
description: string;
|
|
7292
|
+
};
|
|
7293
|
+
extensionList: {
|
|
7294
|
+
description: string;
|
|
7295
|
+
title: string;
|
|
7296
|
+
type: string;
|
|
7297
|
+
properties: {
|
|
7298
|
+
extension: {
|
|
8805
7299
|
type: string;
|
|
8806
7300
|
items: {
|
|
8807
7301
|
title: string;
|
|
@@ -8827,44 +7321,10 @@ export declare namespace Schemas {
|
|
|
8827
7321
|
};
|
|
8828
7322
|
minItems: number;
|
|
8829
7323
|
maxItems: number;
|
|
7324
|
+
description: string;
|
|
8830
7325
|
};
|
|
8831
7326
|
};
|
|
8832
|
-
|
|
8833
|
-
amountType: {
|
|
8834
|
-
title: string;
|
|
8835
|
-
type: string;
|
|
8836
|
-
enum: string[];
|
|
8837
|
-
description: string;
|
|
8838
|
-
example: string;
|
|
8839
|
-
};
|
|
8840
|
-
currency: {
|
|
8841
|
-
title: string;
|
|
8842
|
-
description: string;
|
|
8843
|
-
type: string;
|
|
8844
|
-
minLength: number;
|
|
8845
|
-
maxLength: number;
|
|
8846
|
-
enum: string[];
|
|
8847
|
-
};
|
|
8848
|
-
amount: {
|
|
8849
|
-
title: string;
|
|
8850
|
-
type: string;
|
|
8851
|
-
pattern: string;
|
|
8852
|
-
description: string;
|
|
8853
|
-
example: string;
|
|
8854
|
-
};
|
|
8855
|
-
transactionType: {
|
|
8856
|
-
title: string;
|
|
8857
|
-
type: string;
|
|
8858
|
-
enum: string[];
|
|
8859
|
-
description: string;
|
|
8860
|
-
};
|
|
8861
|
-
note: {
|
|
8862
|
-
title: string;
|
|
8863
|
-
type: string;
|
|
8864
|
-
minLength: number;
|
|
8865
|
-
maxLength: number;
|
|
8866
|
-
description: string;
|
|
8867
|
-
example: string;
|
|
7327
|
+
required: string[];
|
|
8868
7328
|
};
|
|
8869
7329
|
lastError: {
|
|
8870
7330
|
description: string;
|
|
@@ -8941,6 +7401,7 @@ export declare namespace Schemas {
|
|
|
8941
7401
|
};
|
|
8942
7402
|
};
|
|
8943
7403
|
};
|
|
7404
|
+
required: string[];
|
|
8944
7405
|
};
|
|
8945
7406
|
description: string;
|
|
8946
7407
|
};
|
|
@@ -9178,6 +7639,131 @@ export declare namespace Schemas {
|
|
|
9178
7639
|
};
|
|
9179
7640
|
};
|
|
9180
7641
|
};
|
|
7642
|
+
const TransactionScenario: {
|
|
7643
|
+
title: string;
|
|
7644
|
+
type: string;
|
|
7645
|
+
enum: string[];
|
|
7646
|
+
description: string;
|
|
7647
|
+
example: string;
|
|
7648
|
+
};
|
|
7649
|
+
const TransactionSubScenario: {
|
|
7650
|
+
title: string;
|
|
7651
|
+
type: string;
|
|
7652
|
+
pattern: string;
|
|
7653
|
+
description: string;
|
|
7654
|
+
example: string;
|
|
7655
|
+
};
|
|
7656
|
+
const TransactionInitiator: {
|
|
7657
|
+
title: string;
|
|
7658
|
+
type: string;
|
|
7659
|
+
enum: string[];
|
|
7660
|
+
description: string;
|
|
7661
|
+
example: string;
|
|
7662
|
+
};
|
|
7663
|
+
const RefundReason: {
|
|
7664
|
+
title: string;
|
|
7665
|
+
type: string;
|
|
7666
|
+
minLength: number;
|
|
7667
|
+
maxLength: number;
|
|
7668
|
+
description: string;
|
|
7669
|
+
example: string;
|
|
7670
|
+
};
|
|
7671
|
+
const Refund: {
|
|
7672
|
+
title: string;
|
|
7673
|
+
type: string;
|
|
7674
|
+
description: string;
|
|
7675
|
+
properties: {
|
|
7676
|
+
originalTransactionId: {
|
|
7677
|
+
title: string;
|
|
7678
|
+
type: string;
|
|
7679
|
+
pattern: string;
|
|
7680
|
+
description: string;
|
|
7681
|
+
example: string;
|
|
7682
|
+
};
|
|
7683
|
+
refundReason: {
|
|
7684
|
+
title: string;
|
|
7685
|
+
type: string;
|
|
7686
|
+
minLength: number;
|
|
7687
|
+
maxLength: number;
|
|
7688
|
+
description: string;
|
|
7689
|
+
example: string;
|
|
7690
|
+
};
|
|
7691
|
+
};
|
|
7692
|
+
required: string[];
|
|
7693
|
+
};
|
|
7694
|
+
const BalanceOfPayments: {
|
|
7695
|
+
title: string;
|
|
7696
|
+
type: string;
|
|
7697
|
+
pattern: string;
|
|
7698
|
+
description: string;
|
|
7699
|
+
example: string;
|
|
7700
|
+
};
|
|
7701
|
+
const TransactionType: {
|
|
7702
|
+
title: string;
|
|
7703
|
+
type: string;
|
|
7704
|
+
description: string;
|
|
7705
|
+
properties: {
|
|
7706
|
+
scenario: {
|
|
7707
|
+
title: string;
|
|
7708
|
+
type: string;
|
|
7709
|
+
enum: string[];
|
|
7710
|
+
description: string;
|
|
7711
|
+
example: string;
|
|
7712
|
+
};
|
|
7713
|
+
subScenario: {
|
|
7714
|
+
title: string;
|
|
7715
|
+
type: string;
|
|
7716
|
+
pattern: string;
|
|
7717
|
+
description: string;
|
|
7718
|
+
example: string;
|
|
7719
|
+
};
|
|
7720
|
+
initiator: {
|
|
7721
|
+
title: string;
|
|
7722
|
+
type: string;
|
|
7723
|
+
enum: string[];
|
|
7724
|
+
description: string;
|
|
7725
|
+
example: string;
|
|
7726
|
+
};
|
|
7727
|
+
initiatorType: {
|
|
7728
|
+
title: string;
|
|
7729
|
+
type: string;
|
|
7730
|
+
enum: string[];
|
|
7731
|
+
description: string;
|
|
7732
|
+
example: string;
|
|
7733
|
+
};
|
|
7734
|
+
refundInfo: {
|
|
7735
|
+
title: string;
|
|
7736
|
+
type: string;
|
|
7737
|
+
description: string;
|
|
7738
|
+
properties: {
|
|
7739
|
+
originalTransactionId: {
|
|
7740
|
+
title: string;
|
|
7741
|
+
type: string;
|
|
7742
|
+
pattern: string;
|
|
7743
|
+
description: string;
|
|
7744
|
+
example: string;
|
|
7745
|
+
};
|
|
7746
|
+
refundReason: {
|
|
7747
|
+
title: string;
|
|
7748
|
+
type: string;
|
|
7749
|
+
minLength: number;
|
|
7750
|
+
maxLength: number;
|
|
7751
|
+
description: string;
|
|
7752
|
+
example: string;
|
|
7753
|
+
};
|
|
7754
|
+
};
|
|
7755
|
+
required: string[];
|
|
7756
|
+
};
|
|
7757
|
+
balanceOfPayments: {
|
|
7758
|
+
title: string;
|
|
7759
|
+
type: string;
|
|
7760
|
+
pattern: string;
|
|
7761
|
+
description: string;
|
|
7762
|
+
example: string;
|
|
7763
|
+
};
|
|
7764
|
+
};
|
|
7765
|
+
required: string[];
|
|
7766
|
+
};
|
|
9181
7767
|
const requestToPayRequest: {
|
|
9182
7768
|
type: string;
|
|
9183
7769
|
required: string[];
|