mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
5fafbac36f
* Insert generic for client country if not set * Invoice fixes * fixes * Schema changes * Refactor Schema and implement fixes for testS * Use Dispatcher for system logs * Add TaxRateController * Update OpenAPI definitions for Tax Rates
10 lines
356 B
PHP
10 lines
356 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="______"),
|
|
* )
|
|
*/ |