String? get eSignPINDefault => _eSignPINDefault;
set eSignPINDefault(String? val) { _eSignPINDefault = val; _set({"eSignPINDefault": val}); }