diff --git a/README.md b/README.md index a2a0721a..44f8c837 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Het "betalen" component is ontwikkeld voor de gemeente Utrecht en heeft als doel - [codebase](https://github.com/ConductionNL/betalencomponent) on github. - [codebase](https://github.com/ConductionNL/betalencomponent/archive/master.zip) as a download. - [Datamodel of this component](api/public/schema/datamodel.pdf) -- [Postman tests of this component](api/public/schema/bsc.postman_collection.json) +- [Postman tests of this component](api/public/schema/bc.postman_collection.json) Getting started ------- diff --git a/api/helm/values.yaml b/api/helm/values.yaml index f29b7d83..fec37783 100644 --- a/api/helm/values.yaml +++ b/api/helm/values.yaml @@ -13,7 +13,6 @@ settings: subdomain: pc domains: - conduction.nl - - vng.cloud - zaakonline.nl - huwelijksplanner.online - common-ground.dev @@ -29,7 +28,7 @@ settings: debug: 1 replicaCount: 1 corsAllowOrigin: ['*'] - trustedHosts: '^(.+\.)?conduction\.nl$|^(.+\.)?vng\.cloud$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)?larping\.eu$|^(.+\.)?common-ground\.dev$|^(.+\.)?trouwplanner\.online$|^(.+\.)?zaakonline\.nl$|localhost' + trustedHosts: '^(.+\.)?conduction\.nl$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)?larping\.eu$|^(.+\.)?common-ground\.dev$|^(.+\.)?trouwplanner\.online$|^(.+\.)?zaakonline\.nl$|localhost' pullPolicy: Always # You will need these proxies on kubernetes trustedProxies: diff --git a/api/public/schema/bc.postman_collection.json b/api/public/schema/bc.postman_collection.json new file mode 100644 index 00000000..5c8381f3 --- /dev/null +++ b/api/public/schema/bc.postman_collection.json @@ -0,0 +1,4924 @@ +{ + "info": { + "_postman_id": "19db8eea-87e9-4582-abef-1dbb24da13e8", + "name": "Betaal Service Component", + "description": "API Details\n- Component: Betaal Service Component\n- Reference: bc\n- Enviroment: dev\n- Version: V.0.1\n- Repository: [online](https://github.com/ConductionNL/Proto-component-commonground) / [zip](https://github.com/ConductionNL/Proto-component-commonground/archive/master.zip)\n- Docker Image: [online](https://hub.docker.com/repository/docker/conduction/pc-php) \n- Datamodel: [postman](/schema/bc.postman_collection.json) / [oas](/schema/openapi.yaml) / [pdf](/schema/datamodel.pdf) / [mwb](/schema/datamodel.mwb) \n\n'Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.' \n", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" + }, + "item": [ + { + "name": "invoices", + "item": [ + { + "name": "Retrieves the collection of Invoice resources.", + "event": [ + { + "listen": "test", + "script": { + "id": "2ef5a011-feda-4deb-b8df-0d37b74c0a4f", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoices", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices" + ] + } + }, + "response": [ + { + "name": "Invoice collection response", + "originalRequest": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoices?reference=<string>&reference[]=<string>&reference[]=<string>&targetOrganization=<string>&targetOrganization[]=<string>&targetOrganization[]=<string>&page=1&extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices" + ], + "query": [ + { + "key": "reference", + "value": "<string>" + }, + { + "key": "reference[]", + "value": "<string>" + }, + { + "key": "reference[]", + "value": "<string>" + }, + { + "key": "targetOrganization", + "value": "<string>" + }, + { + "key": "targetOrganization[]", + "value": "<string>" + }, + { + "key": "targetOrganization[]", + "value": "<string>" + }, + { + "key": "page", + "value": "1" + }, + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "[\n {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n]" + } + ] + }, + { + "name": "Creates a Invoice resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "9765d923-7d66-4241-a419-b94963d0bfe2", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(201);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " // pm.response.to.be.created; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});\r", + "\r", + "\r", + "pm.test(\"Set ID\", function () {\r", + " var jsonData = pm.response.json();\r", + " console.log(jsonData);\r", + " //var payloadData = JSON.parse(jsonData.Payload); //parsed payload\r", + "\r", + " //console.log(payloadData.Id);\r", + "\r", + " pm.environment.set(\"invoice\", jsonData.id);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"My Invoice\",\r\n \"description\": \"This is the best invoice ever\",\r\n \"reference\": \"6666-2019-0000000012\",\r\n \"targetOrganization\": \"002851234\",\r\n \"price\": \"50.00\",\r\n \"priceCurrency\": \"EUR\",\r\n \"tax\": \"21.00\",\r\n \"createdAt\": \"20190101\",\r\n \"order\": \"https://www.example.org/order/1\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices" + ] + } + }, + "response": [ + { + "name": "Resource not found", + "originalRequest": { + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices" + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Invoice resource created", + "originalRequest": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices" + ] + } + }, + "status": "Created", + "code": 201, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + { + "name": "Invalid input", + "originalRequest": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices" + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "invoices/{id}", + "item": [ + { + "name": "Retrieves a Invoice resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "e5ec106c-120d-4420-abda-e76911d9ba30", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoices/{{invoice}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + "{{invoice}}" + ] + } + }, + "response": [ + { + "name": "Resource not found", + "originalRequest": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoices/:id?extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "query": [ + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Invoice resource response", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "{{baseUrl}}/invoices/:id?extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "query": [ + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + } + ] + }, + { + "name": "Replaces the Invoice resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "88d71b24-646a-4729-af75-08b181506f2e", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"My Invoice\",\r\n \"description\": \"This is the best invoice ever\",\r\n \"reference\": \"6666-2019-0000000012\",\r\n \"targetOrganization\": \"002851234\",\r\n \"price\": \"50.00\",\r\n \"priceCurrency\": \"EUR\",\r\n \"tax\": \"21.00\",\r\n \"createdAt\": \"20190101\",\r\n \"order\": \"https://www.example.org/order/1\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/{{invoice}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + "{{invoice}}" + ] + } + }, + "response": [ + { + "name": "Invoice resource updated", + "originalRequest": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + { + "name": "Invalid input", + "originalRequest": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + }, + { + "name": "Updates the Invoice resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "8e6bf4b0-05fa-4048-a4a4-df6246b5d445", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "PATCH", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/vnd.api+json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"My Invoice\",\r\n \"description\": \"This is the best invoice ever\",\r\n \"reference\": \"6666-2019-0000000012\",\r\n \"targetOrganization\": \"002851234\",\r\n \"price\": \"50.00\",\r\n \"priceCurrency\": \"EUR\",\r\n \"tax\": \"21.00\",\r\n \"createdAt\": \"20190101\",\r\n \"order\": \"https://www.example.org/order/1\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/{{invoice}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + "{{invoice}}" + ] + } + }, + "response": [ + { + "name": "Invoice resource updated", + "originalRequest": { + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + { + "name": "Invalid input", + "originalRequest": { + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "PATCH", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "invoice items", + "item": [ + { + "name": "Retrieves the collection of InvoiceItem resources.", + "event": [ + { + "listen": "test", + "script": { + "id": "9906b795-743e-4a9a-bd0b-c6e2af2bf933", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoice_items", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items" + ] + } + }, + "response": [ + { + "name": "InvoiceItem collection response", + "originalRequest": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoice_items?page=1&extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items" + ], + "query": [ + { + "key": "page", + "value": "1" + }, + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "[\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n]" + } + ] + }, + { + "name": "Creates a InvoiceItem resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "3527e7d9-2bb3-41ff-9120-117ff6801523", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(201);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " // pm.response.to.be.created; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});\r", + "\r", + "\r", + "pm.test(\"Set ID\", function () {\r", + " var jsonData = pm.response.json();\r", + " console.log(jsonData);\r", + " //var payloadData = JSON.parse(jsonData.Payload); //parsed payload\r", + "\r", + " //console.log(payloadData.Id);\r", + "\r", + " pm.environment.set(\"invoiceItem\", jsonData.id);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"My InvoiceItem\",\r\n \"description\": \"This is the best invoice item ever\",\r\n \"offer\": \"http://example.org/offers/1\",\r\n \"product\": \"string\",\r\n \"quantity\": 1,\r\n \"price\": \"50.00\",\r\n \"priceCurrency\": \"EUR\",\r\n \"taxPercentage\": 9,\r\n \"createdAt\": \"22012020\",\r\n \"invoice\": \"/invoices/{{invoice}}\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items" + ] + } + }, + "response": [ + { + "name": "Invalid input", + "originalRequest": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items" + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "InvoiceItem resource created", + "originalRequest": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items" + ] + } + }, + "status": "Created", + "code": 201, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n}" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items" + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "invoice items/{id}", + "item": [ + { + "name": "Retrieves a InvoiceItem resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "731b7f63-7930-4c14-9bb2-3b9c5e460c52", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoice_items/{{invoiceItem}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + "{{invoiceItem}}" + ] + } + }, + "response": [ + { + "name": "Resource not found", + "originalRequest": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/invoice_items/:id?extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "query": [ + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "InvoiceItem resource response", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "{{baseUrl}}/invoice_items/:id?extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "query": [ + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n}" + } + ] + }, + { + "name": "Replaces the InvoiceItem resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "5a853d43-360e-49c1-a09a-e743b1f2224e", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"My InvoiceItem\",\r\n \"description\": \"This is the best invoice item ever\",\r\n \"offer\": \"http://example.org/offers/1\",\r\n \"product\": \"string\",\r\n \"quantity\": 1,\r\n \"price\": \"50.00\",\r\n \"priceCurrency\": \"EUR\",\r\n \"taxPercentage\": 9,\r\n \"createdAt\": \"22012020\",\r\n \"invoice\": \"/invoices/{{invoice}}\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/{{invoiceItem}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + "{{invoiceItem}}" + ] + } + }, + "response": [ + { + "name": "InvoiceItem resource updated", + "originalRequest": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n}" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Invalid input", + "originalRequest": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + }, + { + "name": "Updates the InvoiceItem resource.", + "request": { + "auth": { + "type": "noauth" + }, + "method": "PATCH", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/vnd.api+json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"My InvoiceItem\",\r\n \"description\": \"This is the best invoice item ever\",\r\n \"offer\": \"http://example.org/offers/1\",\r\n \"product\": \"string\",\r\n \"quantity\": \"1\",\r\n \"price\": \"50.00\",\r\n \"priceCurrency\": \"EUR\",\r\n \"taxPercentage\": \"9\",\r\n \"createdAt\": \"22012020\"\r\n \"invoice\": \"/invoices/{{invoice}}\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "description": { + "content": "", + "type": "text/plain" + }, + "key": "id", + "type": "string", + "value": "<string>" + } + ] + } + }, + "response": [ + { + "name": "InvoiceItem resource updated", + "originalRequest": { + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n}" + }, + { + "name": "Invalid input", + "originalRequest": { + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "PATCH", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n}" + }, + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "payments", + "item": [ + { + "name": "Retrieves the collection of Payment resources.", + "event": [ + { + "listen": "test", + "script": { + "id": "1a37a25a-f984-47cb-9a51-0229de6de5ec", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/payments", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments" + ] + } + }, + "response": [ + { + "name": "Payment collection response", + "originalRequest": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/payments?page=1&extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments" + ], + "query": [ + { + "key": "page", + "value": "1" + }, + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "[\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"targetOrganization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"price\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"id\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"description\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"reference\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"items\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"priceCurrency\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"tax\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"createdAt\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"order\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"payments\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n]" + } + ] + }, + { + "name": "Creates a Payment resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "541eb62a-3484-43be-96b4-ab5315d7e492", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(201);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " // pm.response.to.be.created; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});\r", + "\r", + "\r", + "pm.test(\"Set ID\", function () {\r", + " var jsonData = pm.response.json();\r", + " console.log(jsonData);\r", + " //var payloadData = JSON.parse(jsonData.Payload); //parsed payload\r", + "\r", + " //console.log(payloadData.Id);\r", + "\r", + " pm.environment.set(\"payment\", jsonData.id);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"paymentProvider\": \"string\",\r\n \"paymentId\": \"string\",\r\n \"status\": \"string\",\r\n \"invoice\": \"/invoices/{{invoice}}\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments" + ] + } + }, + "response": [ + { + "name": "Resource not found", + "originalRequest": { + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments" + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Invalid input", + "originalRequest": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments" + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Payment resource created", + "originalRequest": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments" + ] + } + }, + "status": "Created", + "code": 201, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + } + ] + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "payments/{id}", + "item": [ + { + "name": "Retrieves a Payment resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "a4bbb356-c0e5-4290-a615-577cd4035cc7", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/payments/{{payment}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + "{{payment}}" + ] + } + }, + "response": [ + { + "name": "Resource not found", + "originalRequest": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Link", + "value": "", + "description": "A [websub](https://www.w3.org/TR/websub/#discovery) header like <https://hub.example.com/>; rel=\"hub\"" + } + ], + "url": { + "raw": "{{baseUrl}}/payments/:id?extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "query": [ + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Payment resource response", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "{{baseUrl}}/payments/:id?extend[]=<array>&fields[]=<array>&validOn=<dateTime>&validFrom=<dateTime>&validUntil=<dateTime>", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "query": [ + { + "key": "extend[]", + "value": "<array>" + }, + { + "key": "fields[]", + "value": "<array>" + }, + { + "key": "validOn", + "value": "<dateTime>" + }, + { + "key": "validFrom", + "value": "<dateTime>" + }, + { + "key": "validUntil", + "value": "<dateTime>" + } + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + } + ] + }, + { + "name": "Replaces the Payment resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "660d3e51-b4e5-4b3e-ab11-f78efcf1c246", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"paymentProvider\": \"string\",\r\n \"paymentId\": \"string\",\r\n \"status\": \"string\",\r\n \"invoice\": \"/invoices/{{invoice}}\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/{{payment}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + "{{payment}}" + ] + } + }, + "response": [ + { + "name": "Invalid input", + "originalRequest": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Payment resource updated", + "originalRequest": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + } + ] + }, + { + "name": "Updates the Payment resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "b4551fdb-5146-474a-801f-9e21533a8bfa", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "\r", + "// example using response assertions\r", + "pm.test(\"response should be okay to process\", function () {\r", + " pm.response.to.not.be.error;\r", + " pm.response.to.not.have.jsonBody(\"error\");\r", + "});\r", + "\r", + "// example using pm.response.to.be*\r", + "pm.test(\"response must be valid and have a body\", function () {\r", + " // assert that the status code is 200\r", + " pm.response.to.be.ok; // info, success, redirection, clientError, serverError, are other variants\r", + " // assert that the response has a valid JSON body\r", + " pm.response.to.be.withBody;\r", + " pm.response.to.be.json; // this assertion also checks if a body exists, so the above check is not needed\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "PATCH", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Content-Type", + "value": "application/vnd.api+json" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"paymentProvider\": \"string\",\r\n \"paymentId\": \"string\",\r\n \"status\": \"string\",\r\n \"invoice\": \"/invoices/{{invoice}}\"\r\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/{{payment}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + "{{payment}}" + ] + } + }, + "response": [ + { + "name": "Invalid input", + "originalRequest": { + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Bad Request", + "code": 400, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "PATCH", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Payment resource updated", + "originalRequest": { + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"description\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + }, + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/hal+json" + } + ], + "cookie": [], + "body": "{\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n },\n {\n \"name\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"offer\": \"<string>\",\n \"quantity\": \"<integer>\",\n \"price\": \"<string>\",\n \"taxPercentage\": \"<integer>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"product\": \"<string>\",\n \"priceCurrency\": \"<string>\",\n \"createdAt\": \"<dateTime>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"paymentProvider\": \"<string>\",\n \"paymentId\": \"<string>\",\n \"status\": \"<string>\",\n \"id\": \"<string>\",\n \"invoice\": {\n \"name\": \"<string>\",\n \"targetOrganization\": \"<string>\",\n \"price\": \"<string>\",\n \"id\": \"<string>\",\n \"description\": \"<string>\",\n \"reference\": \"<string>\",\n \"items\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"priceCurrency\": \"<string>\",\n \"tax\": \"<string>\",\n \"createdAt\": \"<dateTime>\",\n \"order\": \"<string>\",\n \"payments\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n }\n ]\n }\n}" + } + ] + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "cleanup", + "item": [ + { + "name": "Removes the InvoiceItem resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "2b5ce204-aa49-4e76-8dba-2b0ef592c93c", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(204);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "DELETE", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "url": { + "raw": "{{baseUrl}}/invoice_items/{{invoiceItem}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + "{{invoiceItem}}" + ] + } + }, + "response": [ + { + "name": "InvoiceItem resource deleted", + "originalRequest": { + "method": "DELETE", + "header": [], + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "No Content", + "code": 204, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "DELETE", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "url": { + "raw": "{{baseUrl}}/invoice_items/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoice_items", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + }, + { + "name": "Removes the Payment resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "93fab733-ffdd-46e5-9245-49d0b95cebcd", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(204);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "DELETE", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "url": { + "raw": "{{baseUrl}}/payments/{{payment}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + "{{payment}}" + ] + } + }, + "response": [ + { + "name": "Payment resource deleted", + "originalRequest": { + "method": "DELETE", + "header": [], + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "No Content", + "code": 204, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Resource not found", + "originalRequest": { + "method": "DELETE", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "url": { + "raw": "{{baseUrl}}/payments/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "payments", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + }, + { + "name": "Removes the Invoice resource.", + "event": [ + { + "listen": "test", + "script": { + "id": "f9edf62b-90ef-4972-bc4e-c3b0ba0bc948", + "exec": [ + "// example using pm.response.to.have\r", + "pm.test(\"response is ok\", function () {\r", + " pm.response.to.have.status(204);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "DELETE", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "url": { + "raw": "{{baseUrl}}/invoices/{{invoice}}", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + "{{invoice}}" + ] + } + }, + "response": [ + { + "name": "Resource not found", + "originalRequest": { + "method": "DELETE", + "header": [ + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + }, + { + "key": "Authorization", + "value": "", + "description": "The JWT of the entity performing the request" + }, + { + "key": "API-Version", + "value": "", + "description": "The version of the API conform [Landelijke API-strategie.](https://geonovum.github.io/KP-APIs/#versioning)" + }, + { + "key": "X-NLX-Logrecord-ID", + "value": "", + "description": "A globally unique id of the request, which makes a request traceable throughout the network." + }, + { + "key": "X-NLX-Request-Process-Id", + "value": "", + "description": "A process id for purpose registration (doelbinding)" + }, + { + "key": "X-NLX-Request-Data-Elements", + "value": "", + "description": "A list of requested data elements" + }, + { + "key": "X-NLX-Request-Data-Subject", + "value": "", + "description": "A key-value list of data subjects related to this request. e.g. `bsn=12345678, kenteken=ab-12-fg`" + }, + { + "key": "X-NLX-Audit-Clarification", + "value": "", + "description": "A clarification as to why a request has been made (doelbinding)" + } + ], + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "Not Found", + "code": 404, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + }, + { + "name": "Invoice resource deleted", + "originalRequest": { + "method": "DELETE", + "header": [], + "url": { + "raw": "{{baseUrl}}/invoices/:id", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "invoices", + ":id" + ], + "variable": [ + { + "key": "id" + } + ] + } + }, + "status": "No Content", + "code": 204, + "_postman_previewlanguage": "text", + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "cookie": [], + "body": "" + } + ] + } + ], + "protocolProfileBehavior": {} + } + ], + "event": [ + { + "listen": "prerequest", + "script": { + "id": "9474bf08-c958-4b12-83fb-dd5beb9264c5", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "a7ad228a-bcb9-4b56-b52a-d9cc33a739d0", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "variable": [ + { + "id": "9c697132-4d59-4729-a732-e77fc624b280", + "key": "baseUrl", + "value": "localhost:8080\n", + "type": "string" + } + ], + "protocolProfileBehavior": {} +} \ No newline at end of file diff --git a/api/public/schema/openapi.yaml b/api/public/schema/openapi.yaml index 20540b04..4d21f4fc 100644 --- a/api/public/schema/openapi.yaml +++ b/api/public/schema/openapi.yaml @@ -10,7 +10,7 @@ info: - Version: V.0.1 - Repository: [online](https://github.com/ConductionNL/Proto-component-commonground) / [zip](https://github.com/ConductionNL/Proto-component-commonground/archive/master.zip) - Docker Image: [online](https://hub.docker.com/repository/docker/conduction/pc-php) - - Datamodel: [postman](/schema/pc.postman_collection.json) / [oas](/schema/openapi.yaml) / [pdf](/schema/datamodel.pdf) / [mwb](/schema/datamodel.mwb) + - Datamodel: [postman](/schema/bc.postman_collection.json) / [oas](/schema/openapi.yaml) / [pdf](/schema/datamodel.pdf) / [mwb](/schema/datamodel.mwb) 'Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.' @@ -32,9 +32,14 @@ paths: $ref: '#/components/schemas/InvoiceItem-read' application/ld+json: schema: - type: array - items: - $ref: '#/components/schemas/InvoiceItem-read' + type: object + properties: + 'hydra:member': { type: array, items: { $ref: '#/components/schemas/InvoiceItem:jsonld-read' } } + 'hydra:totalItems': { type: integer, minimum: 0 } + 'hydra:view': { type: object, properties: { '@id': { type: string, format: iri-reference }, '@type': { type: string }, 'hydra:first': { type: string, format: iri-reference }, 'hydra:last': { type: string, format: iri-reference }, 'hydra:next': { type: string, format: iri-reference } } } + 'hydra:search': { type: object, properties: { '@type': { type: string }, 'hydra:template': { type: string }, 'hydra:variableRepresentation': { type: string }, 'hydra:mapping': { type: array, items: { type: object, properties: { '@type': { type: string }, variable: { type: string }, property: { type: string }, required: { type: boolean } } } } } } + required: + - 'hydra:member' application/vnd.api+json: schema: type: array @@ -73,6 +78,7 @@ paths: description: 'The collection page number' schema: type: integer + default: 1 - name: Authorization description: 'The JWT of the entity performing the request' @@ -160,7 +166,7 @@ paths: $ref: '#/components/schemas/InvoiceItem-read' application/ld+json: schema: - $ref: '#/components/schemas/InvoiceItem-read' + $ref: '#/components/schemas/InvoiceItem:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-read' @@ -196,7 +202,7 @@ paths: $ref: '#/components/schemas/InvoiceItem-write' application/ld+json: schema: - $ref: '#/components/schemas/InvoiceItem-write' + $ref: '#/components/schemas/InvoiceItem:jsonld-write' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-write' @@ -339,7 +345,7 @@ paths: $ref: '#/components/schemas/InvoiceItem-read' application/ld+json: schema: - $ref: '#/components/schemas/InvoiceItem-read' + $ref: '#/components/schemas/InvoiceItem:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-read' @@ -458,7 +464,7 @@ paths: $ref: '#/components/schemas/InvoiceItem-read' application/ld+json: schema: - $ref: '#/components/schemas/InvoiceItem-read' + $ref: '#/components/schemas/InvoiceItem:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-read' @@ -488,7 +494,7 @@ paths: $ref: '#/components/schemas/InvoiceItem-write' application/ld+json: schema: - $ref: '#/components/schemas/InvoiceItem-write' + $ref: '#/components/schemas/InvoiceItem:jsonld-write' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-write' @@ -558,7 +564,7 @@ paths: $ref: '#/components/schemas/InvoiceItem-read' application/ld+json: schema: - $ref: '#/components/schemas/InvoiceItem-read' + $ref: '#/components/schemas/InvoiceItem:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-read' @@ -583,30 +589,9 @@ paths: description: 'Resource not found' requestBody: content: - application/hal+json: - schema: - $ref: '#/components/schemas/InvoiceItem-write' - application/ld+json: - schema: - $ref: '#/components/schemas/InvoiceItem-write' application/vnd.api+json: schema: $ref: '#/components/schemas/InvoiceItem-write' - application/json: - schema: - $ref: '#/components/schemas/InvoiceItem-write' - application/xml: - schema: - $ref: '#/components/schemas/InvoiceItem-write' - application/x-yaml: - schema: - $ref: '#/components/schemas/InvoiceItem-write' - text/csv: - schema: - $ref: '#/components/schemas/InvoiceItem-write' - text/html: - schema: - $ref: '#/components/schemas/InvoiceItem-write' description: 'The updated InvoiceItem resource' /invoices: get: @@ -625,9 +610,14 @@ paths: $ref: '#/components/schemas/Invoice-read' application/ld+json: schema: - type: array - items: - $ref: '#/components/schemas/Invoice-read' + type: object + properties: + 'hydra:member': { type: array, items: { $ref: '#/components/schemas/Invoice:jsonld-read' } } + 'hydra:totalItems': { type: integer, minimum: 0 } + 'hydra:view': { type: object, properties: { '@id': { type: string, format: iri-reference }, '@type': { type: string }, 'hydra:first': { type: string, format: iri-reference }, 'hydra:last': { type: string, format: iri-reference }, 'hydra:next': { type: string, format: iri-reference } } } + 'hydra:search': { type: object, properties: { '@type': { type: string }, 'hydra:template': { type: string }, 'hydra:variableRepresentation': { type: string }, 'hydra:mapping': { type: array, items: { type: object, properties: { '@type': { type: string }, variable: { type: string }, property: { type: string }, required: { type: boolean } } } } } } + required: + - 'hydra:member' application/vnd.api+json: schema: type: array @@ -786,7 +776,7 @@ paths: $ref: '#/components/schemas/Invoice-read' application/ld+json: schema: - $ref: '#/components/schemas/Invoice-read' + $ref: '#/components/schemas/Invoice:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-read' @@ -822,7 +812,7 @@ paths: $ref: '#/components/schemas/Invoice-write' application/ld+json: schema: - $ref: '#/components/schemas/Invoice-write' + $ref: '#/components/schemas/Invoice:jsonld-write' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-write' @@ -965,7 +955,7 @@ paths: $ref: '#/components/schemas/Invoice-read' application/ld+json: schema: - $ref: '#/components/schemas/Invoice-read' + $ref: '#/components/schemas/Invoice:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-read' @@ -1084,7 +1074,7 @@ paths: $ref: '#/components/schemas/Invoice-read' application/ld+json: schema: - $ref: '#/components/schemas/Invoice-read' + $ref: '#/components/schemas/Invoice:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-read' @@ -1114,7 +1104,7 @@ paths: $ref: '#/components/schemas/Invoice-write' application/ld+json: schema: - $ref: '#/components/schemas/Invoice-write' + $ref: '#/components/schemas/Invoice:jsonld-write' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-write' @@ -1184,7 +1174,7 @@ paths: $ref: '#/components/schemas/Invoice-read' application/ld+json: schema: - $ref: '#/components/schemas/Invoice-read' + $ref: '#/components/schemas/Invoice:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-read' @@ -1209,30 +1199,9 @@ paths: description: 'Resource not found' requestBody: content: - application/hal+json: - schema: - $ref: '#/components/schemas/Invoice-write' - application/ld+json: - schema: - $ref: '#/components/schemas/Invoice-write' application/vnd.api+json: schema: $ref: '#/components/schemas/Invoice-write' - application/json: - schema: - $ref: '#/components/schemas/Invoice-write' - application/xml: - schema: - $ref: '#/components/schemas/Invoice-write' - application/x-yaml: - schema: - $ref: '#/components/schemas/Invoice-write' - text/csv: - schema: - $ref: '#/components/schemas/Invoice-write' - text/html: - schema: - $ref: '#/components/schemas/Invoice-write' description: 'The updated Invoice resource' /payments: get: @@ -1251,9 +1220,14 @@ paths: $ref: '#/components/schemas/Payment-read' application/ld+json: schema: - type: array - items: - $ref: '#/components/schemas/Payment-read' + type: object + properties: + 'hydra:member': { type: array, items: { $ref: '#/components/schemas/Payment:jsonld-read' } } + 'hydra:totalItems': { type: integer, minimum: 0 } + 'hydra:view': { type: object, properties: { '@id': { type: string, format: iri-reference }, '@type': { type: string }, 'hydra:first': { type: string, format: iri-reference }, 'hydra:last': { type: string, format: iri-reference }, 'hydra:next': { type: string, format: iri-reference } } } + 'hydra:search': { type: object, properties: { '@type': { type: string }, 'hydra:template': { type: string }, 'hydra:variableRepresentation': { type: string }, 'hydra:mapping': { type: array, items: { type: object, properties: { '@type': { type: string }, variable: { type: string }, property: { type: string }, required: { type: boolean } } } } } } + required: + - 'hydra:member' application/vnd.api+json: schema: type: array @@ -1292,6 +1266,7 @@ paths: description: 'The collection page number' schema: type: integer + default: 1 - name: Authorization description: 'The JWT of the entity performing the request' @@ -1379,7 +1354,7 @@ paths: $ref: '#/components/schemas/Payment-read' application/ld+json: schema: - $ref: '#/components/schemas/Payment-read' + $ref: '#/components/schemas/Payment:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-read' @@ -1415,7 +1390,7 @@ paths: $ref: '#/components/schemas/Payment-write' application/ld+json: schema: - $ref: '#/components/schemas/Payment-write' + $ref: '#/components/schemas/Payment:jsonld-write' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-write' @@ -1558,7 +1533,7 @@ paths: $ref: '#/components/schemas/Payment-read' application/ld+json: schema: - $ref: '#/components/schemas/Payment-read' + $ref: '#/components/schemas/Payment:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-read' @@ -1677,7 +1652,7 @@ paths: $ref: '#/components/schemas/Payment-read' application/ld+json: schema: - $ref: '#/components/schemas/Payment-read' + $ref: '#/components/schemas/Payment:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-read' @@ -1707,7 +1682,7 @@ paths: $ref: '#/components/schemas/Payment-write' application/ld+json: schema: - $ref: '#/components/schemas/Payment-write' + $ref: '#/components/schemas/Payment:jsonld-write' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-write' @@ -1777,7 +1752,7 @@ paths: $ref: '#/components/schemas/Payment-read' application/ld+json: schema: - $ref: '#/components/schemas/Payment-read' + $ref: '#/components/schemas/Payment:jsonld-read' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-read' @@ -1802,30 +1777,9 @@ paths: description: 'Resource not found' requestBody: content: - application/hal+json: - schema: - $ref: '#/components/schemas/Payment-write' - application/ld+json: - schema: - $ref: '#/components/schemas/Payment-write' application/vnd.api+json: schema: $ref: '#/components/schemas/Payment-write' - application/json: - schema: - $ref: '#/components/schemas/Payment-write' - application/xml: - schema: - $ref: '#/components/schemas/Payment-write' - application/x-yaml: - schema: - $ref: '#/components/schemas/Payment-write' - text/csv: - schema: - $ref: '#/components/schemas/Payment-write' - text/html: - schema: - $ref: '#/components/schemas/Payment-write' description: 'The updated Payment resource' components: schemas: @@ -1836,6 +1790,8 @@ components: id: readOnly: true description: 'The UUID identifier of this object' + externalDocs: + url: 'http://schema.org/identifier' type: string name: description: 'The name of the invoice' @@ -1860,6 +1816,8 @@ components: type: string priceCurrency: description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' type: string tax: description: 'The total tax over the invoice' @@ -1908,6 +1866,8 @@ components: type: string priceCurrency: description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' type: string tax: description: 'The total tax over the invoice' @@ -1920,12 +1880,129 @@ components: type: array items: $ref: '#/components/schemas/Payment-write' + 'Invoice:jsonld-read': + type: object + description: 'An entity representing an invoice.' + properties: + '@context': + readOnly: true + type: string + '@id': + readOnly: true + type: string + '@type': + readOnly: true + type: string + id: + readOnly: true + description: 'The UUID identifier of this object' + externalDocs: + url: 'http://schema.org/identifier' + type: string + name: + description: 'The name of the invoice' + type: string + description: + description: 'The description of the invoice' + type: string + reference: + readOnly: true + description: 'The human readable reference for this request, build as {gemeentecode}-{year}-{referenceId}. Where gemeentecode is a four digit number for gemeenten and a four letter abriviation for other organizations' + type: string + targetOrganization: + description: 'The RSIN of the organization that ownes this proces' + type: string + items: + description: 'The items in this invoice' + type: array + items: + $ref: '#/components/schemas/InvoiceItem:jsonld-read' + price: + description: 'The price of this product' + type: string + priceCurrency: + description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' + type: string + tax: + description: 'The total tax over the invoice' + type: string + createdAt: + readOnly: true + description: 'The moment this request was created by the submitter' + type: string + format: date-time + order: + description: 'The order of this invoice' + type: string + payments: + description: 'The payments of this Invoice' + type: array + items: + $ref: '#/components/schemas/Payment:jsonld-read' + required: + - name + - targetOrganization + - price + 'Invoice:jsonld-write': + type: object + description: 'An entity representing an invoice.' + required: + - name + - targetOrganization + - price + properties: + '@context': + readOnly: true + type: string + '@id': + readOnly: true + type: string + '@type': + readOnly: true + type: string + name: + description: 'The name of the invoice' + type: string + description: + description: 'The description of the invoice' + type: string + targetOrganization: + description: 'The RSIN of the organization that ownes this proces' + type: string + items: + description: 'The items in this invoice' + type: array + items: + $ref: '#/components/schemas/InvoiceItem:jsonld-write' + price: + description: 'The price of this product' + type: string + priceCurrency: + description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' + type: string + tax: + description: 'The total tax over the invoice' + type: string + order: + description: 'The order of this invoice' + type: string + payments: + description: 'The payments of this Invoice' + type: array + items: + $ref: '#/components/schemas/Payment:jsonld-write' InvoiceItem-read: type: object description: 'An entity representing an item of an invoice.' properties: id: readOnly: true + externalDocs: + url: 'http://schema.org/identifier' type: string name: description: 'The name of the object' @@ -1938,6 +2015,8 @@ components: $ref: '#/components/schemas/Invoice-read' offer: description: 'The offer this item represents' + externalDocs: + url: 'http://schema.org/url' type: string product: description: 'The product this item represents. DEPRECATED: REPLACED BY OFFER' @@ -1950,6 +2029,8 @@ components: type: string priceCurrency: description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' type: string taxPercentage: description: 'The tax percentage for this offer as an integer e.g. 9% makes 9' @@ -1988,6 +2069,120 @@ components: $ref: '#/components/schemas/Invoice-write' offer: description: 'The offer this item represents' + externalDocs: + url: 'http://schema.org/url' + type: string + product: + description: 'The product this item represents. DEPRECATED: REPLACED BY OFFER' + type: string + quantity: + description: 'The quantity of the items that are ordered' + type: integer + price: + description: 'The price of this product' + type: string + priceCurrency: + description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' + type: string + taxPercentage: + description: 'The tax percentage for this offer as an integer e.g. 9% makes 9' + type: integer + 'InvoiceItem:jsonld-read': + type: object + description: 'An entity representing an item of an invoice.' + properties: + '@context': + readOnly: true + type: string + '@id': + readOnly: true + type: string + '@type': + readOnly: true + type: string + id: + readOnly: true + externalDocs: + url: 'http://schema.org/identifier' + type: string + name: + description: 'The name of the object' + type: string + description: + description: 'The description of the InvoiceItem' + type: string + invoice: + description: 'The invoice that contains this item' + $ref: '#/components/schemas/Invoice:jsonld-read' + offer: + description: 'The offer this item represents' + externalDocs: + url: 'http://schema.org/url' + type: string + product: + description: 'The product this item represents. DEPRECATED: REPLACED BY OFFER' + type: string + quantity: + description: 'The quantity of the items that are ordered' + type: integer + price: + description: 'The price of this product' + type: string + priceCurrency: + description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' + type: string + taxPercentage: + description: 'The tax percentage for this offer as an integer e.g. 9% makes 9' + type: integer + createdAt: + readOnly: true + description: 'The moment this request was created by the submitter' + type: string + format: date-time + required: + - name + - invoice + - offer + - quantity + - price + - taxPercentage + 'InvoiceItem:jsonld-write': + type: object + description: 'An entity representing an item of an invoice.' + required: + - name + - invoice + - offer + - quantity + - price + - taxPercentage + properties: + '@context': + readOnly: true + type: string + '@id': + readOnly: true + type: string + '@type': + readOnly: true + type: string + name: + description: 'The name of the object' + type: string + description: + description: 'The description of the InvoiceItem' + type: string + invoice: + description: 'The invoice that contains this item' + $ref: '#/components/schemas/Invoice:jsonld-write' + offer: + description: 'The offer this item represents' + externalDocs: + url: 'http://schema.org/url' type: string product: description: 'The product this item represents. DEPRECATED: REPLACED BY OFFER' @@ -2000,6 +2195,8 @@ components: type: string priceCurrency: description: 'The currency of this product in an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format' + externalDocs: + url: 'http://schema.org/priceCurrency' type: string taxPercentage: description: 'The tax percentage for this offer as an integer e.g. 9% makes 9' @@ -2010,6 +2207,8 @@ components: properties: id: readOnly: true + externalDocs: + url: 'http://schema.org/identifier' type: string paymentProvider: type: string @@ -2039,6 +2238,61 @@ components: type: string invoice: $ref: '#/components/schemas/Invoice-write' + 'Payment:jsonld-read': + type: object + description: 'An entity representing a payment.' + properties: + '@context': + readOnly: true + type: string + '@id': + readOnly: true + type: string + '@type': + readOnly: true + type: string + id: + readOnly: true + externalDocs: + url: 'http://schema.org/identifier' + type: string + paymentProvider: + type: string + paymentId: + type: string + status: + type: string + invoice: + $ref: '#/components/schemas/Invoice:jsonld-read' + required: + - paymentProvider + - paymentId + - status + 'Payment:jsonld-write': + type: object + description: 'An entity representing a payment.' + required: + - paymentProvider + - paymentId + - status + properties: + '@context': + readOnly: true + type: string + '@id': + readOnly: true + type: string + '@type': + readOnly: true + type: string + paymentProvider: + type: string + paymentId: + type: string + status: + type: string + invoice: + $ref: '#/components/schemas/Invoice:jsonld-write' definitions: Invoice-read: properties: diff --git a/api/public/schema/publiccode.yaml b/api/public/schema/publiccode.yaml index 66f44a92..36c7b97e 100644 --- a/api/public/schema/publiccode.yaml +++ b/api/public/schema/publiccode.yaml @@ -1,12 +1,12 @@ publiccodeYmlVersion: "0.2" -name: pc +name: bc applicationSuite: commonground url: "https://github.com/ConductionNL/Proto-component-commonground" landingURL: "pc.zaakonline.nl" isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git" softwareVersion: "V.0.1" -releaseDate: "2020-01-01" +releaseDate: "2020-07-01" logo: pc.zaakonline.nl monochromeLogo: img/logo-mono.svg diff --git a/api/src/Entity/Invoice.php b/api/src/Entity/Invoice.php index 1debf77a..a988f4fa 100644 --- a/api/src/Entity/Invoice.php +++ b/api/src/Entity/Invoice.php @@ -168,7 +168,7 @@ class Invoice * max = 255 * ) * @Groups({"read", "write"}) - * @ORM\Column(type="string", length=255) + * @ORM\Column(type="string", length=255, name="order_uri") */ private $order;