core.Map<core.String, core.dynamic> toJson() { final invoices = this.invoices; return {'invoices': ?invoices}; }