*@OA\Property(property="number",type="string",example="QUOTE_101",description="The quote number - is a unique alpha numeric number per quote per company"),
*@OA\Property(property="po_number",type="string",example="PO-1234",description="The purchase order number associated with this quote"),
*@OA\Property(property="terms",type="string",example="These are some quote terms. Valid for 14 days.",description="The quote terms"),
*@OA\Property(property="public_notes",type="string",example="These are public notes which the client may see",description="Public notes for the quote"),
*@OA\Property(property="private_notes",type="string",example="These are private notes, not to be disclosed to the client",description="Private notes for the quote"),
*@OA\Property(property="footer",type="string",example="The text goes in the footer of the quote",description="Footer text of quote"),
*@OA\Property(property="custom_value1",type="string",example="A custom value",description="Custom value field"),
*@OA\Property(property="custom_value2",type="string",example="A custom value",description="Custom value field"),
*@OA\Property(property="custom_value3",type="string",example="A custom value",description="Custom value field"),
*@OA\Property(property="custom_value4",type="string",example="A custom value",description="Custom value field"),
*@OA\Property(property="is_amount_discount",type="boolean",example=true,description="Boolean flag determining if the quote is an amount or percentage"),
*@OA\Property(property="is_deleted",type="boolean",example=true,description="Boolean flag determining if the quote has been deleted"),
*@OA\Property(property="uses_inclusive_taxes",type="boolean",example=true,description="Defines the type of taxes used as either inclusive or exclusive"),