@epilot/pricing-client 3.35.14-beta.1 → 3.35.14
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/dist/openapi.d.ts +9 -172
- package/dist/openapi.json +8 -132
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -97,18 +97,6 @@ declare namespace Components {
|
|
|
97
97
|
* The cashback amount as a string with all the decimal places.
|
|
98
98
|
*/
|
|
99
99
|
cashback_amount_decimal?: string;
|
|
100
|
-
/**
|
|
101
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
102
|
-
*/
|
|
103
|
-
cashback_period?: "0" | "12";
|
|
104
|
-
/**
|
|
105
|
-
* Total amount after cashback is applied.
|
|
106
|
-
*/
|
|
107
|
-
after_cashback_amount_total?: number;
|
|
108
|
-
/**
|
|
109
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
110
|
-
*/
|
|
111
|
-
after_cashback_amount_total_decimal?: string;
|
|
112
100
|
/**
|
|
113
101
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
114
102
|
*/
|
|
@@ -256,18 +244,6 @@ declare namespace Components {
|
|
|
256
244
|
* The cashback amount as a string with all the decimal places.
|
|
257
245
|
*/
|
|
258
246
|
cashback_amount_decimal?: string;
|
|
259
|
-
/**
|
|
260
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
261
|
-
*/
|
|
262
|
-
cashback_period?: "0" | "12";
|
|
263
|
-
/**
|
|
264
|
-
* Total amount after cashback is applied.
|
|
265
|
-
*/
|
|
266
|
-
after_cashback_amount_total?: number;
|
|
267
|
-
/**
|
|
268
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
269
|
-
*/
|
|
270
|
-
after_cashback_amount_total_decimal?: string;
|
|
271
247
|
/**
|
|
272
248
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
273
249
|
*/
|
|
@@ -931,18 +907,6 @@ declare namespace Components {
|
|
|
931
907
|
* The cashback amount as a string with all the decimal places.
|
|
932
908
|
*/
|
|
933
909
|
cashback_amount_decimal?: string;
|
|
934
|
-
/**
|
|
935
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
936
|
-
*/
|
|
937
|
-
cashback_period?: "0" | "12";
|
|
938
|
-
/**
|
|
939
|
-
* Total amount after cashback is applied.
|
|
940
|
-
*/
|
|
941
|
-
after_cashback_amount_total?: number;
|
|
942
|
-
/**
|
|
943
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
944
|
-
*/
|
|
945
|
-
after_cashback_amount_total_decimal?: string;
|
|
946
910
|
/**
|
|
947
911
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
948
912
|
*/
|
|
@@ -1032,19 +996,6 @@ declare namespace Components {
|
|
|
1032
996
|
[name: string]: any;
|
|
1033
997
|
};
|
|
1034
998
|
}
|
|
1035
|
-
/**
|
|
1036
|
-
* An amount associated with a specific cashback period.
|
|
1037
|
-
*/
|
|
1038
|
-
export interface CashbackAmount {
|
|
1039
|
-
/**
|
|
1040
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
1041
|
-
*/
|
|
1042
|
-
cashback_period?: "0" | "12";
|
|
1043
|
-
/**
|
|
1044
|
-
* The sum of all cashbacks for a specific cashback period
|
|
1045
|
-
*/
|
|
1046
|
-
amount_total?: number;
|
|
1047
|
-
}
|
|
1048
999
|
/**
|
|
1049
1000
|
* A catalog search payload
|
|
1050
1001
|
* example:
|
|
@@ -1280,18 +1231,6 @@ declare namespace Components {
|
|
|
1280
1231
|
* The cashback amount as a string with all the decimal places.
|
|
1281
1232
|
*/
|
|
1282
1233
|
cashback_amount_decimal?: string;
|
|
1283
|
-
/**
|
|
1284
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
1285
|
-
*/
|
|
1286
|
-
cashback_period?: "0" | "12";
|
|
1287
|
-
/**
|
|
1288
|
-
* Total amount after cashback is applied.
|
|
1289
|
-
*/
|
|
1290
|
-
after_cashback_amount_total?: number;
|
|
1291
|
-
/**
|
|
1292
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
1293
|
-
*/
|
|
1294
|
-
after_cashback_amount_total_decimal?: string;
|
|
1295
1234
|
/**
|
|
1296
1235
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
1297
1236
|
*/
|
|
@@ -2136,6 +2075,13 @@ declare namespace Components {
|
|
|
2136
2075
|
*/
|
|
2137
2076
|
cause?: string;
|
|
2138
2077
|
}
|
|
2078
|
+
/**
|
|
2079
|
+
* An external product & price information (already computed) from an external catalog.
|
|
2080
|
+
*/
|
|
2081
|
+
export interface ExternalCatalogItem {
|
|
2082
|
+
pricing_details: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
2083
|
+
_meta: /* Signature meta data payload */ SignatureMeta;
|
|
2084
|
+
}
|
|
2139
2085
|
export interface ExternalCompositePrice {
|
|
2140
2086
|
/**
|
|
2141
2087
|
* Fees structure with static and variable amounts
|
|
@@ -2384,74 +2330,6 @@ declare namespace Components {
|
|
|
2384
2330
|
}[];
|
|
2385
2331
|
};
|
|
2386
2332
|
}
|
|
2387
|
-
/**
|
|
2388
|
-
* An external product & price information (already computed) from an external catalog.
|
|
2389
|
-
*/
|
|
2390
|
-
export interface ExternalProduct {
|
|
2391
|
-
/**
|
|
2392
|
-
* The ID of the product in the external catalog.
|
|
2393
|
-
*/
|
|
2394
|
-
id: string;
|
|
2395
|
-
/**
|
|
2396
|
-
* The name of the product.
|
|
2397
|
-
*/
|
|
2398
|
-
name: string;
|
|
2399
|
-
/**
|
|
2400
|
-
* A description of the product.
|
|
2401
|
-
*/
|
|
2402
|
-
description?: string;
|
|
2403
|
-
/**
|
|
2404
|
-
* A list of features of the product.
|
|
2405
|
-
*/
|
|
2406
|
-
features?: string[];
|
|
2407
|
-
/**
|
|
2408
|
-
* A list of image URLs of the product. RECOMMENDED: Store files in Epilot for advantages such as resizing, versioning, easy access, and maintenance.
|
|
2409
|
-
*
|
|
2410
|
-
*/
|
|
2411
|
-
product_image_urls?: string[];
|
|
2412
|
-
/**
|
|
2413
|
-
* A list of file/attachment URLs of the product RECOMMENDED: Store files in Epilot for advantages such as resizing, versioning, easy access, and maintenance.
|
|
2414
|
-
*
|
|
2415
|
-
*/
|
|
2416
|
-
product_downloads_urls?: string[];
|
|
2417
|
-
/**
|
|
2418
|
-
* Legal footnotes for the product.
|
|
2419
|
-
*/
|
|
2420
|
-
legal_footnotes?: string;
|
|
2421
|
-
/**
|
|
2422
|
-
* Additional notes for the product.
|
|
2423
|
-
*/
|
|
2424
|
-
additional_notes?: string[];
|
|
2425
|
-
/**
|
|
2426
|
-
* Recommendation settings for the product.
|
|
2427
|
-
* example:
|
|
2428
|
-
* {
|
|
2429
|
-
* "is_recommended": true,
|
|
2430
|
-
* "recommended_label": "Best Value",
|
|
2431
|
-
* "recommended_color": "#00FF00",
|
|
2432
|
-
* "recommended_label_color": "#FFFFFF"
|
|
2433
|
-
* }
|
|
2434
|
-
*/
|
|
2435
|
-
recommendation_settings?: {
|
|
2436
|
-
/**
|
|
2437
|
-
* Flag to enable or disable the recommendation for this product.
|
|
2438
|
-
*/
|
|
2439
|
-
is_recommended?: boolean;
|
|
2440
|
-
/**
|
|
2441
|
-
* Label to display when the product is recommended.
|
|
2442
|
-
*/
|
|
2443
|
-
recommended_label?: string;
|
|
2444
|
-
/**
|
|
2445
|
-
* Color to display when the product is recommended.
|
|
2446
|
-
*/
|
|
2447
|
-
recommended_color?: string;
|
|
2448
|
-
/**
|
|
2449
|
-
* Color of the recommended label.
|
|
2450
|
-
*/
|
|
2451
|
-
recommended_label_color?: string;
|
|
2452
|
-
};
|
|
2453
|
-
price: ExternalSimplePrice | ExternalCompositePrice;
|
|
2454
|
-
}
|
|
2455
2333
|
export interface ExternalSimplePrice {
|
|
2456
2334
|
/**
|
|
2457
2335
|
* Fees structure with static and variable amounts
|
|
@@ -3477,18 +3355,6 @@ declare namespace Components {
|
|
|
3477
3355
|
* The cashback amount as a string with all the decimal places.
|
|
3478
3356
|
*/
|
|
3479
3357
|
cashback_amount_decimal?: string;
|
|
3480
|
-
/**
|
|
3481
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
3482
|
-
*/
|
|
3483
|
-
cashback_period?: "0" | "12";
|
|
3484
|
-
/**
|
|
3485
|
-
* Total amount after cashback is applied.
|
|
3486
|
-
*/
|
|
3487
|
-
after_cashback_amount_total?: number;
|
|
3488
|
-
/**
|
|
3489
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
3490
|
-
*/
|
|
3491
|
-
after_cashback_amount_total_decimal?: string;
|
|
3492
3358
|
/**
|
|
3493
3359
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
3494
3360
|
*/
|
|
@@ -4480,18 +4346,6 @@ declare namespace Components {
|
|
|
4480
4346
|
* The cashback amount as a string with all the decimal places.
|
|
4481
4347
|
*/
|
|
4482
4348
|
cashback_amount_decimal?: string;
|
|
4483
|
-
/**
|
|
4484
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
4485
|
-
*/
|
|
4486
|
-
cashback_period?: "0" | "12";
|
|
4487
|
-
/**
|
|
4488
|
-
* Total amount after cashback is applied.
|
|
4489
|
-
*/
|
|
4490
|
-
after_cashback_amount_total?: number;
|
|
4491
|
-
/**
|
|
4492
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
4493
|
-
*/
|
|
4494
|
-
after_cashback_amount_total_decimal?: string;
|
|
4495
4349
|
/**
|
|
4496
4350
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
4497
4351
|
*/
|
|
@@ -4569,18 +4423,6 @@ declare namespace Components {
|
|
|
4569
4423
|
* The cashback amount as a string with all the decimal places.
|
|
4570
4424
|
*/
|
|
4571
4425
|
cashback_amount_decimal?: string;
|
|
4572
|
-
/**
|
|
4573
|
-
* The cashback period, for now it's limited to either 0 months or 12 months
|
|
4574
|
-
*/
|
|
4575
|
-
cashback_period?: "0" | "12";
|
|
4576
|
-
/**
|
|
4577
|
-
* Total amount after cashback is applied.
|
|
4578
|
-
*/
|
|
4579
|
-
after_cashback_amount_total?: number;
|
|
4580
|
-
/**
|
|
4581
|
-
* Total amount after cashback is applied as a string with all the decimal places.
|
|
4582
|
-
*/
|
|
4583
|
-
after_cashback_amount_total_decimal?: string;
|
|
4584
4426
|
/**
|
|
4585
4427
|
* The discount percentage, if the applied coupon had a percentage type.
|
|
4586
4428
|
*/
|
|
@@ -4655,7 +4497,7 @@ declare namespace Components {
|
|
|
4655
4497
|
* The number os results returned.
|
|
4656
4498
|
*/
|
|
4657
4499
|
hits: number;
|
|
4658
|
-
results: /* An external product & price information (already computed) from an external catalog. */
|
|
4500
|
+
results: /* An external product & price information (already computed) from an external catalog. */ ExternalCatalogItem[];
|
|
4659
4501
|
}
|
|
4660
4502
|
/**
|
|
4661
4503
|
* A search providers payload
|
|
@@ -4902,10 +4744,6 @@ declare namespace Components {
|
|
|
4902
4744
|
* The aggregated price items tax amount per rate.
|
|
4903
4745
|
*/
|
|
4904
4746
|
recurrences?: (/* An amount associated with a specific recurrence. */ RecurrenceAmount)[];
|
|
4905
|
-
/**
|
|
4906
|
-
* The list of cashback sums for each cashback period.
|
|
4907
|
-
*/
|
|
4908
|
-
cashbacks?: (/* An amount associated with a specific cashback period. */ CashbackAmount)[];
|
|
4909
4747
|
/**
|
|
4910
4748
|
* The aggregated price items recurrences by tax rate
|
|
4911
4749
|
*/
|
|
@@ -5633,7 +5471,6 @@ export type BasicAuthCredentials = Components.Schemas.BasicAuthCredentials;
|
|
|
5633
5471
|
export type BillingPeriod = Components.Schemas.BillingPeriod;
|
|
5634
5472
|
export type Cart = Components.Schemas.Cart;
|
|
5635
5473
|
export type CartDto = Components.Schemas.CartDto;
|
|
5636
|
-
export type CashbackAmount = Components.Schemas.CashbackAmount;
|
|
5637
5474
|
export type CatalogSearch = Components.Schemas.CatalogSearch;
|
|
5638
5475
|
export type CatalogSearchResult = Components.Schemas.CatalogSearchResult;
|
|
5639
5476
|
export type CheckoutCart = Components.Schemas.CheckoutCart;
|
|
@@ -5658,13 +5495,13 @@ export type EntityId = Components.Schemas.EntityId;
|
|
|
5658
5495
|
export type EntityItem = Components.Schemas.EntityItem;
|
|
5659
5496
|
export type EntityRelation = Components.Schemas.EntityRelation;
|
|
5660
5497
|
export type Error = Components.Schemas.Error;
|
|
5498
|
+
export type ExternalCatalogItem = Components.Schemas.ExternalCatalogItem;
|
|
5661
5499
|
export type ExternalCompositePrice = Components.Schemas.ExternalCompositePrice;
|
|
5662
5500
|
export type ExternalFeeMapping = Components.Schemas.ExternalFeeMapping;
|
|
5663
5501
|
export type ExternalFeeMappings = Components.Schemas.ExternalFeeMappings;
|
|
5664
5502
|
export type ExternalFeeMetadata = Components.Schemas.ExternalFeeMetadata;
|
|
5665
5503
|
export type ExternalPriceFees = Components.Schemas.ExternalPriceFees;
|
|
5666
5504
|
export type ExternalPriceTotalDetails = Components.Schemas.ExternalPriceTotalDetails;
|
|
5667
|
-
export type ExternalProduct = Components.Schemas.ExternalProduct;
|
|
5668
5505
|
export type ExternalSimplePrice = Components.Schemas.ExternalSimplePrice;
|
|
5669
5506
|
export type File = Components.Schemas.File;
|
|
5670
5507
|
export type GasConcessionType = Components.Schemas.GasConcessionType;
|
package/dist/openapi.json
CHANGED
|
@@ -4099,24 +4099,6 @@
|
|
|
4099
4099
|
"description": "The cashback amount as a string with all the decimal places.",
|
|
4100
4100
|
"readOnly": true
|
|
4101
4101
|
},
|
|
4102
|
-
"cashback_period": {
|
|
4103
|
-
"type": "string",
|
|
4104
|
-
"description": "The cashback period, for now it's limited to either 0 months or 12 months",
|
|
4105
|
-
"enum": [
|
|
4106
|
-
"0",
|
|
4107
|
-
"12"
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
"after_cashback_amount_total": {
|
|
4111
|
-
"type": "integer",
|
|
4112
|
-
"description": "Total amount after cashback is applied.",
|
|
4113
|
-
"readOnly": true
|
|
4114
|
-
},
|
|
4115
|
-
"after_cashback_amount_total_decimal": {
|
|
4116
|
-
"type": "string",
|
|
4117
|
-
"description": "Total amount after cashback is applied as a string with all the decimal places.",
|
|
4118
|
-
"readOnly": true
|
|
4119
|
-
},
|
|
4120
4102
|
"discount_percentage": {
|
|
4121
4103
|
"type": "integer",
|
|
4122
4104
|
"description": "The discount percentage, if the applied coupon had a percentage type.",
|
|
@@ -4285,24 +4267,6 @@
|
|
|
4285
4267
|
"amount_total_decimal"
|
|
4286
4268
|
]
|
|
4287
4269
|
},
|
|
4288
|
-
"CashbackAmount": {
|
|
4289
|
-
"type": "object",
|
|
4290
|
-
"description": "An amount associated with a specific cashback period.",
|
|
4291
|
-
"properties": {
|
|
4292
|
-
"cashback_period": {
|
|
4293
|
-
"type": "string",
|
|
4294
|
-
"description": "The cashback period, for now it's limited to either 0 months or 12 months",
|
|
4295
|
-
"enum": [
|
|
4296
|
-
"0",
|
|
4297
|
-
"12"
|
|
4298
|
-
]
|
|
4299
|
-
},
|
|
4300
|
-
"amount_total": {
|
|
4301
|
-
"type": "integer",
|
|
4302
|
-
"description": "The sum of all cashbacks for a specific cashback period"
|
|
4303
|
-
}
|
|
4304
|
-
}
|
|
4305
|
-
},
|
|
4306
4270
|
"RecurrenceAmountWithTax": {
|
|
4307
4271
|
"type": "object",
|
|
4308
4272
|
"description": "An amount associated with a specific recurrence.",
|
|
@@ -4390,17 +4354,6 @@
|
|
|
4390
4354
|
]
|
|
4391
4355
|
}
|
|
4392
4356
|
},
|
|
4393
|
-
"cashbacks": {
|
|
4394
|
-
"type": "array",
|
|
4395
|
-
"description": "The list of cashback sums for each cashback period.",
|
|
4396
|
-
"items": {
|
|
4397
|
-
"oneOf": [
|
|
4398
|
-
{
|
|
4399
|
-
"$ref": "#/components/schemas/CashbackAmount"
|
|
4400
|
-
}
|
|
4401
|
-
]
|
|
4402
|
-
}
|
|
4403
|
-
},
|
|
4404
4357
|
"recurrencesByTax": {
|
|
4405
4358
|
"type": "array",
|
|
4406
4359
|
"description": "The aggregated price items recurrences by tax rate",
|
|
@@ -5396,7 +5349,7 @@
|
|
|
5396
5349
|
"results": {
|
|
5397
5350
|
"type": "array",
|
|
5398
5351
|
"items": {
|
|
5399
|
-
"$ref": "#/components/schemas/
|
|
5352
|
+
"$ref": "#/components/schemas/ExternalCatalogItem"
|
|
5400
5353
|
}
|
|
5401
5354
|
}
|
|
5402
5355
|
},
|
|
@@ -5405,97 +5358,20 @@
|
|
|
5405
5358
|
"hits"
|
|
5406
5359
|
]
|
|
5407
5360
|
},
|
|
5408
|
-
"
|
|
5361
|
+
"ExternalCatalogItem": {
|
|
5409
5362
|
"type": "object",
|
|
5410
5363
|
"description": "An external product & price information (already computed) from an external catalog.",
|
|
5411
5364
|
"properties": {
|
|
5412
|
-
"
|
|
5413
|
-
"
|
|
5414
|
-
"description": "The ID of the product in the external catalog."
|
|
5415
|
-
},
|
|
5416
|
-
"name": {
|
|
5417
|
-
"type": "string",
|
|
5418
|
-
"description": "The name of the product."
|
|
5419
|
-
},
|
|
5420
|
-
"description": {
|
|
5421
|
-
"type": "string",
|
|
5422
|
-
"description": "A description of the product."
|
|
5423
|
-
},
|
|
5424
|
-
"features": {
|
|
5425
|
-
"type": "array",
|
|
5426
|
-
"description": "A list of features of the product.",
|
|
5427
|
-
"items": {
|
|
5428
|
-
"type": "string"
|
|
5429
|
-
}
|
|
5430
|
-
},
|
|
5431
|
-
"product_image_urls": {
|
|
5432
|
-
"type": "array",
|
|
5433
|
-
"items": {
|
|
5434
|
-
"type": "string"
|
|
5435
|
-
},
|
|
5436
|
-
"description": "A list of image URLs of the product. RECOMMENDED: Store files in Epilot for advantages such as resizing, versioning, easy access, and maintenance.\n"
|
|
5437
|
-
},
|
|
5438
|
-
"product_downloads_urls": {
|
|
5439
|
-
"type": "array",
|
|
5440
|
-
"items": {
|
|
5441
|
-
"type": "string"
|
|
5442
|
-
},
|
|
5443
|
-
"description": "A list of file/attachment URLs of the product RECOMMENDED: Store files in Epilot for advantages such as resizing, versioning, easy access, and maintenance.\n"
|
|
5444
|
-
},
|
|
5445
|
-
"legal_footnotes": {
|
|
5446
|
-
"type": "string",
|
|
5447
|
-
"description": "Legal footnotes for the product."
|
|
5448
|
-
},
|
|
5449
|
-
"additional_notes": {
|
|
5450
|
-
"type": "array",
|
|
5451
|
-
"description": "Additional notes for the product.",
|
|
5452
|
-
"items": {
|
|
5453
|
-
"type": "string"
|
|
5454
|
-
}
|
|
5455
|
-
},
|
|
5456
|
-
"recommendation_settings": {
|
|
5457
|
-
"type": "object",
|
|
5458
|
-
"description": "Recommendation settings for the product.",
|
|
5459
|
-
"properties": {
|
|
5460
|
-
"is_recommended": {
|
|
5461
|
-
"type": "boolean",
|
|
5462
|
-
"description": "Flag to enable or disable the recommendation for this product."
|
|
5463
|
-
},
|
|
5464
|
-
"recommended_label": {
|
|
5465
|
-
"type": "string",
|
|
5466
|
-
"description": "Label to display when the product is recommended."
|
|
5467
|
-
},
|
|
5468
|
-
"recommended_color": {
|
|
5469
|
-
"type": "string",
|
|
5470
|
-
"description": "Color to display when the product is recommended."
|
|
5471
|
-
},
|
|
5472
|
-
"recommended_label_color": {
|
|
5473
|
-
"type": "string",
|
|
5474
|
-
"description": "Color of the recommended label."
|
|
5475
|
-
}
|
|
5476
|
-
},
|
|
5477
|
-
"example": {
|
|
5478
|
-
"is_recommended": true,
|
|
5479
|
-
"recommended_label": "Best Value",
|
|
5480
|
-
"recommended_color": "#00FF00",
|
|
5481
|
-
"recommended_label_color": "#FFFFFF"
|
|
5482
|
-
}
|
|
5365
|
+
"pricing_details": {
|
|
5366
|
+
"$ref": "#/components/schemas/PricingDetails"
|
|
5483
5367
|
},
|
|
5484
|
-
"
|
|
5485
|
-
"
|
|
5486
|
-
{
|
|
5487
|
-
"$ref": "#/components/schemas/ExternalSimplePrice"
|
|
5488
|
-
},
|
|
5489
|
-
{
|
|
5490
|
-
"$ref": "#/components/schemas/ExternalCompositePrice"
|
|
5491
|
-
}
|
|
5492
|
-
]
|
|
5368
|
+
"_meta": {
|
|
5369
|
+
"$ref": "#/components/schemas/SignatureMeta"
|
|
5493
5370
|
}
|
|
5494
5371
|
},
|
|
5495
5372
|
"required": [
|
|
5496
|
-
"
|
|
5497
|
-
"
|
|
5498
|
-
"id"
|
|
5373
|
+
"pricing_details",
|
|
5374
|
+
"_meta"
|
|
5499
5375
|
]
|
|
5500
5376
|
},
|
|
5501
5377
|
"ExternalPriceFees": {
|