Converts the object into a JSON map.
Map<String, dynamic> toJson() { return { 'clearanceStatus': clearanceStatus, 'clearedInvoice': clearedInvoice, }; }