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

10 lines
468 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"),
* @OA\Property(property="next_send_date", type="string", format="date", example="1994-07-30", description="The Next date for a reminder to be sent"),
2019-10-07 15:57:14 +11:00
* )
*/