*@OA\Property(property="design_id",type="string",example="15",description="The design id (invoice, quote etc)"),
*@OA\Property(property="auto_update_products",type="boolean",example=true,description="Determines if client fields are updated from third party APIs"),
*@OA\Property(property="shared_invoice_quote_counter",type="boolean",example=true,description="Flags whether to share the counter for invoices and quotes"),
*@OA\Property(property="invoice_number_prefix",type="string",example="R",description="This string is prepended to the invoice number"),
*@OA\Property(property="invoice_number_pattern",type="string",example="{$year}-{$counter}",description="Allows customisation of the invoice number pattern"),
*@OA\Property(property="quote_number_prefix",type="string",example="R",description="This string is prepended to the quote number"),
*@OA\Property(property="quote_number_pattern",type="string",example="{$year}-{$counter}",description="Allows customisation of the quote number pattern"),
*@OA\Property(property="client_number_prefix",type="string",example="R",description="This string is prepended to the client number"),
*@OA\Property(property="client_number_pattern",type="string",example="{$year}-{$counter}",description="Allows customisation of the client number pattern"),
*@OA\Property(property="credit_number_prefix",type="string",example="R",description="This string is prepended to the credit number"),
*@OA\Property(property="credit_number_pattern",type="string",example="{$year}-{$counter}",description="Allows customisation of the credit number pattern"),
*@OA\Property(property="recurring_invoice_number_prefix",type="string",example="R",description="This string is prepended to the recurring invoice number"),
*@OA\Property(property="translations",type="object",example="",description="JSON payload of customized translations"),
*@OA\Property(property="payment_terms",type="integer",example="1",description="-1 sets no payment term, 0 sets payment due immediately, positive integers indicates payment terms in days"),
*@OA\Property(property="reset_counter_frequency_id",type="integer",example="1",description="CONSTANT which is used to apply the frequency which the counters are reset"),
*@OA\Property(property="counter_padding",type="integer",example="1",description="Pads the counter with leading zeros"),