global class RenderEmailTemplateBodyResult { global List errors; global String mergedbody; global Boolean success; global List getErrors() { } global String getMergedBody() { } global Boolean getSuccess() { } }