@@ -21220,6 +21220,7 @@ paths:
2122021220 - billCompany
2122121221 - billFullName
2122221222 - price
21223+ - paid
2122321224 properties:
2122421225 code:
2122521226 type: string
@@ -21272,6 +21273,13 @@ paths:
2127221273 taxDate:
2127321274 $ref: '#/components/schemas/typeDateNullable'
2127421275 description: 'taxation date in ISO 8601 format'
21276+ paid:
21277+ type:
21278+ - boolean
21279+ - 'null'
21280+ description: 'flag, whether the invoice was paid. In addition to `true` a `false`, can also be `null`, if the payment status is unknown.'
21281+ examples:
21282+ - true
2127521283 paginator:
2127621284 $ref: '#/components/schemas/paginator'
2127721285 errors:
@@ -22659,6 +22667,7 @@ paths:
2265922667 - billFullName
2266022668 - price
2266122669 - changeTime
22670+ - paid
2266222671 properties:
2266322672 code:
2266422673 type: string
@@ -22703,6 +22712,13 @@ paths:
2270322712 changeTime:
2270422713 $ref: '#/components/schemas/typeDateTimeNullable'
2270522714 description: 'date of last change, in ISO 8601 format'
22715+ paid:
22716+ type:
22717+ - boolean
22718+ - 'null'
22719+ description: 'flag, whether the proforma invoice was paid. In addition to `true` a `false`, can also be `null`, if the payment status is unknown.'
22720+ examples:
22721+ - true
2270622722 paginator:
2270722723 $ref: '#/components/schemas/paginator'
2270822724 errors:
@@ -52066,6 +52082,7 @@ components:
5206652082 - items
5206752083 - documentRemark
5206852084 - vatPayer
52085+ - paid
5206952086 additionalProperties: false
5207052087 properties:
5207152088 code:
@@ -52163,6 +52180,13 @@ components:
5216352180 proofPayments:
5216452181 $ref: '#/components/schemas/proofPaymentsForInvoice'
5216552182 description: 'List of linked proof payments'
52183+ paid:
52184+ type:
52185+ - boolean
52186+ - 'null'
52187+ description: 'flag, whether the invoice was paid. In addition to `true` a `false`, can also be `null`, if the payment status is unknown.'
52188+ examples:
52189+ - true
5216652190 pricelistDetail:
5216752191 type: object
5216852192 additionalProperties: false
0 commit comments