2019-10-07 15:57:14 +11:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* @OA\Schema(
|
|
|
|
|
* schema="Quote",
|
|
|
|
|
* type="object",
|
|
|
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
2019-12-05 17:22:20 +11:00
|
|
|
* @OA\Property(property="total_taxes", type="number", format="float", example="10.00", description="The total taxes for the quote"),
|
2019-12-16 22:34:38 +11:00
|
|
|
* @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
|
|
|
* )
|
|
|
|
|
*/
|