From 5c417e87350ab6ee215b34bcb5259737e7744529 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Jan 2023 21:59:11 +0100 Subject: [PATCH] Bug 25655: REST API specs Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Michaela Sieber --- api/v1/swagger/definitions/order.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/v1/swagger/definitions/order.yaml b/api/v1/swagger/definitions/order.yaml index b6c6a7b87df..7cc3c14b42d 100644 --- a/api/v1/swagger/definitions/order.yaml +++ b/api/v1/swagger/definitions/order.yaml @@ -230,6 +230,16 @@ properties: - "null" format: date description: Estimated delivery date + invoice_unit_price: + type: + - number + - "null" + description: The actual cost in the foreign currency used in the invoice + invoice_currency: + type: + - string + - "null" + description: Currency of the actual cost used when receiving fund: type: - object -- 2.25.1