matchingState property
The state of matching to a Google Business Profile.
See matchingStateHint for further details if no match is found.
Optional. Output only. Possible string values are:
- "STORE_MATCHING_STATE_UNSPECIFIED" : Store matching state unspecified.
- "STORE_MATCHING_STATE_MATCHED" : The
LfpStore
is successfully matched with a Google Business Profile store. - "STORE_MATCHING_STATE_FAILED" : The
LfpStore
is not matched with a Google Business Profile store.
Implementation
core.String? matchingState;