Map<String, dynamic> toJson() => { "tenure": tenure == null ? null : tenure, "interest": interest == null ? null : interest, };