locationOwnershipType property

String? locationOwnershipType
getter/setter pair

The type of location ownership.

If the type is BUSINESS_OWNER, it will be served as a location extension. If the type is AFFILIATE, it will be served as an affiliate location. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "BUSINESS_OWNER" : Business Owner of location(legacy location extension
  • LE).
  • "AFFILIATE" : Affiliate location(Third party location extension - ALE).

Implementation

core.String? locationOwnershipType;