LfpStore class

A store for the merchant.

This will be used to match to a store under the Google Business Profile of the target merchant. If a matching store can't be found, the inventories or sales submitted with the store code will not be used.

Constructors

LfpStore.new({List<String>? gcidCategory, String? matchingState, String? matchingStateHint, String? name, String? phoneNumber, String? placeId, String? storeAddress, String? storeCode, String? storeName, String? targetAccount, String? websiteUri})
LfpStore.fromJson(Map json_)

Properties

gcidCategory List<String>?
Google My Business category id.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matchingState String?
The state of matching to a Google Business Profile.
getter/setter pair
matchingStateHint String?
The hint of why the matching has failed.
getter/setter pair
name String?
Identifier.
getter/setter pair
phoneNumber String?
The store phone number in E.164 format.
getter/setter pair
placeId String?
The Google Place Id of the store location.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeAddress String?
The street address of the store.
getter/setter pair
storeCode String?
A store identifier that is unique for the target merchant.
getter/setter pair
storeName String?
The merchant or store name.
getter/setter pair
targetAccount String?
The Merchant Center id of the merchant to submit the store for.
getter/setter pair
websiteUri String?
The website URL for the store or merchant.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited