2019-10-29 03:55:26 +01:00
|
|
|
<?php
|
2020-10-10 14:07:52 +02:00
|
|
|
/**
|
2019-10-29 03:55:26 +01:00
|
|
|
* @OA\Schema(
|
|
|
|
* schema="TaxRate",
|
|
|
|
* type="object",
|
|
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
|
|
|
* @OA\Property(property="name", type="string", example="GST", description="______"),
|
|
|
|
* @OA\Property(property="rate", type="number", example="10", description="______"),
|
2020-07-13 01:29:44 +02:00
|
|
|
* @OA\Property(property="is_deleted", type="boolean", example=true, description="______"),
|
2019-10-29 03:55:26 +01:00
|
|
|
* )
|
2019-12-30 22:59:12 +01:00
|
|
|
*/
|