View | Details | Raw Unified | Return to bug 25655
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/order.yaml (-1 / +10 lines)
Lines 230-235 properties: Link Here
230
      - "null"
230
      - "null"
231
    format: date
231
    format: date
232
    description: Estimated delivery date
232
    description: Estimated delivery date
233
  invoice_unit_price:
234
    type:
235
      - number
236
      - "null"
237
    description: The actual cost in the foreign currency used in the invoice
238
  invoice_currency:
239
    type:
240
      - string
241
      - "null"
242
    description: Currency of the actual cost used when receiving
233
  fund:
243
  fund:
234
    type:
244
    type:
235
      - object
245
      - object
236
- 

Return to bug 25655