Qsl
This commit is contained in:
@@ -1129,6 +1129,7 @@ export namespace main {
|
||||
export class QSLEmailTemplates {
|
||||
subject: string;
|
||||
body: string;
|
||||
auto_send: boolean;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new QSLEmailTemplates(source);
|
||||
@@ -1138,6 +1139,7 @@ export namespace main {
|
||||
if ('string' === typeof source) source = JSON.parse(source);
|
||||
this.subject = source["subject"];
|
||||
this.body = source["body"];
|
||||
this.auto_send = source["auto_send"];
|
||||
}
|
||||
}
|
||||
export class QSLFontInfo {
|
||||
|
||||
Reference in New Issue
Block a user