AnybillStoreDto class

Holds information for anybill stores.

Inheritance

Constructors

AnybillStoreDto({required String id, String? iconResource, String? displayName, String? googlePlacesId, required AddressDto address, required LocationDto location, required bool comingSoon, required DateTime lastModifiedAt, List<AnybillStoreBillCreationInformationDto>? billCreationInformation, List<String>? categoryIds, required bool isDeleted})
AnybillStoreDto.fromJson(Map<String, dynamic> json)
factory

Properties

address AddressDto
read / write
billCreationInformation List<AnybillStoreBillCreationInformationDto>?
All information about how bills can be created.
read / write
categoryIds List<String>?
List of the stores categories.
read / write
comingSoon bool
Indicates whether anybill will be enabled soon in this store. False if anybill is already enabled.
read / write
displayName String?
The store's name.
read / write
googlePlacesId String?
The store's Google Places Id.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
iconResource String?
URL pointing to the stores icon.
read / write
id String
Id of the Store.
read / write
isDeleted bool
Indicator if the store was deleted.
read / write
lastModifiedAt DateTime
The datetime when the store was last updated.
read / write
location LocationDto
read / write
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited

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