mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04: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="balance", type="number", format="float", example=10, readOnly=true)
|
||||||
* @SWG\Property(property="client_id", type="integer", example=1)
|
* @SWG\Property(property="client_id", type="integer", example=1)
|
||||||
* @SWG\Property(property="invoice_number", type="string", example="0001")
|
* @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="private_notes", type="string", example="Notes...")
|
||||||
* @SWG\Property(property="public_notes", type="string", example="Notes...")
|
* @SWG\Property(property="public_notes", type="string", example="Notes...")
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user