mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
12 lines
455 B
PHP
12 lines
455 B
PHP
<?php
|
|
/**
|
|
* @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="______"),
|
|
* @OA\Property(property="is_deleted", type="boolean", example=true, description="______"),
|
|
* )
|
|
*/
|