bool? get applyAmendments => _applyAmendments;
set applyAmendments(bool? val) { _applyAmendments = val; _set({"applyAmendments": val}); }