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:
parent
a04015ac41
commit
62c616b0ac
@ -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...")
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user