useAuthenticityCheck property

bool? useAuthenticityCheck

This parameter is used to enable document authenticity check.

Implementation

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

Implementation

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