matchingState property
The store matching state.
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;