--- type: object title: Quote Details description: Parameters returned in response to describe a processed quote. required: - price - currency - processParameters - total properties: price: type: number format: decimal title: price description: Estimated price for process execution of a single step. currency: type: string title: currency description: Currency code in ISO-4217 format. userID: type: string title: userID description: User ID that requested the quote. estimatedTime: type: integer title: estimatedTime description: Estimated duration of process execution in human readable format. estimatedSeconds: type: integer title: estimatedSeconds description: Estimated duration of process execution in seconds. estimatedDuration: type: string title: estimatedDuration description: Estimated duration of process execution in ISO-8601 format. format: duration processParameters: "$ref": "processExecuteParameters.yaml" steps: "$ref": "stepQuotationList.yaml" total: type: number format: decimal title: total description: Total of the quote including step sub-processes if applicable.