registrationType property

String? registrationType
getter/setter pair

The type of business registration check (number, document).

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "NUMBER" : Registration number check type.
  • "DOCUMENT" : Registration document check type.

Implementation

core.String? registrationType;