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