bool? get authorizedSTSignature => _authorizedSTSignature;
set authorizedSTSignature(bool? val) { _authorizedSTSignature = val; _set({"authorizedSTSignature": val}); }