PosStore class

Store resource.

Constructors

PosStore({List<String>? gcidCategory, String? kind, String? matchingStatus, String? matchingStatusHint, String? phoneNumber, String? placeId, String? storeAddress, String? storeCode, String? storeName, String? websiteUrl})
PosStore.fromJson(Map json_)

Properties

gcidCategory List<String>?
The business type of the store.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Identifies what kind of resource this is.
getter/setter pair
matchingStatus String?
The matching status of POS store and Google Business Profile store.
getter/setter pair
matchingStatusHint String?
The hint of why the matching has failed.
getter/setter pair
phoneNumber String?
The store phone number.
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 given merchant.
getter/setter pair
storeName String?
The merchant or store name.
getter/setter pair
websiteUrl 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