invoiceninja/app/Http/Controllers/OpenAPI/QuoteSchema.php

9 lines
311 B
PHP
Raw Normal View History

2019-10-07 15:57:14 +11:00
<?php
/**
* @OA\Schema(
* schema="Quote",
* type="object",
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
* @OA\Property(property="total_taxes", type="number", format="float", example="10.00", description="The total taxes for the quote"),
2019-10-07 15:57:14 +11:00
* )
*/