Map<String, dynamic> toMap() { return { "key": key, "type": type, "status": status, "error": error, "attributes": attributes, "orders": orders, }; }