1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Update invoice transformer docs

This commit is contained in:
Hillel Coren 2017-06-14 21:02:10 +03:00
parent a04015ac41
commit 62c616b0ac

View File

@ -17,7 +17,6 @@ class InvoiceTransformer extends EntityTransformer
* @SWG\Property(property="balance", type="number", format="float", example=10, readOnly=true)
* @SWG\Property(property="client_id", type="integer", example=1)
* @SWG\Property(property="invoice_number", type="string", example="0001")
* @SWG\Property(property="invoice_status_id", type="integer", example=1)
* @SWG\Property(property="private_notes", type="string", example="Notes...")
* @SWG\Property(property="public_notes", type="string", example="Notes...")
*/