useAuthenticityCheck property

bool? get useAuthenticityCheck

This parameter is used to enable document authenticity check.

Implementation

bool? get useAuthenticityCheck => _useAuthenticityCheck;
set useAuthenticityCheck (bool? val)

Implementation

set useAuthenticityCheck(bool? val) {
  _useAuthenticityCheck = val;
  _set({"useAuthenticityCheck": val});
}