", description="The full template for invoice emails"), * @OA\Property(property="email_template_quote", type="string", example="", description="The full template for quote emails"), * @OA\Property(property="email_template_payment", type="string", example="", description="The full template for payment emails"), * @OA\Property(property="email_subject_reminder1", type="string", example="", description="Email subject for Reminder"), * @OA\Property(property="email_subject_reminder2", type="string", example="", description="Email subject for Reminder"), * @OA\Property(property="email_subject_reminder3", type="string", example="", description="Email subject for Reminder"), * @OA\Property(property="email_template_reminder1", type="string", example="", description="The full template for Reminder 1"), * @OA\Property(property="email_template_reminder2", type="string", example="", description="The full template for Reminder 2"), * @OA\Property(property="email_template_reminder3", type="string", example="", description="The full template for Reminder 3"), * @OA\Property(property="enable_portal_password", type="boolean", example=true, description="Toggles whether a password is required to log into the client portal"), * @OA\Property(property="show_accept_invoice_terms", type="boolean", example=true, description="Toggles whether the terms dialogue is shown to the client"), * @OA\Property(property="show_accept_quote_terms", type="boolean", example=true, description="Toggles whether the terms dialogue is shown to the client"), * @OA\Property(property="require_invoice_signature", type="boolean", example=true, description="Toggles whether a invoice signature is required"), * @OA\Property(property="require_quote_signature", type="boolean", example=true, description="Toggles whether a quote signature is required"), * @OA\Property(property="name", type="string", example="Acme Co", description="The company name"), * @OA\Property(property="company_logo", type="file", example="logo.png", description="The company logo file"), * @OA\Property(property="website", type="string", example="www.acme.com", description="The company website URL"), * @OA\Property(property="address1", type="string", example="Suite 888", description="____________"), * @OA\Property(property="address2", type="string", example="5 Jimbo Way", description="____________"), * @OA\Property(property="city", type="string", example="Sydney", description="____________"), * @OA\Property(property="state", type="string", example="Florisa", description="____________"), * @OA\Property(property="postal_code", type="string", example="90210", description="____________"), * @OA\Property(property="phone", type="string", example="555-213-3948", description="____________"), * @OA\Property(property="email", type="string", example="joe@acme.co", description="____________"), * @OA\Property(property="country_id", type="string", example="1", description="The country ID"), * @OA\Property(property="vat_number", type="string", example="32 120 377 720", description="____________"), * @OA\Property(property="id_number", type="string", example="ACME-CO-123", description="____________"), * ) */