Input$PointOfSaleInput class
Constructors
-
Input$PointOfSaleInput({String? name, String? title, String? subtitle, String? description, List<
String> ? tags, String? brandColor, String? reference, bool? published, Input$PictureInput? picture, List<Input$PictureInput> ? outsidePictures, List<Input$PictureInput> ? insidePictures, Input$OpeningHoursInput? openingHours, List<Input$SpecilOfferInput> ? specialOffers, List<Input$FullAddressInput> ? locations, List<String> ? email, List<String> ? contactEmails, List<Input$TargetCurrencyInput> ? currencies, List<String> ? languages, List<String> ? phone, String? website, List<Input$SocialValueInput> ? chatContact, List<Input$SocialValueInput> ? socialMedia, double? averageCustomers, String? turnover, List<String> ? posCategory, String? company, List<String> ? services, List<String> ? paymentMethods, List<Input$POSLoyaltyInput> ? loyaltyPrograms}) -
factory
-
Input$PointOfSaleInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- averageCustomers → double?
-
no setter
- brandColor → String?
-
no setter
-
chatContact
→ List<
Input$SocialValueInput> ? -
no setter
- company → String?
-
no setter
-
contactEmails
→ List<
String> ? -
no setter
-
copyWith
→ CopyWith$Input$PointOfSaleInput<
Input$PointOfSaleInput> -
no setter
-
currencies
→ List<
Input$TargetCurrencyInput> ? -
no setter
- description → String?
-
no setter
-
email
→ List<
String> ? -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
insidePictures
→ List<
Input$PictureInput> ? -
no setter
-
languages
→ List<
String> ? -
no setter
-
locations
→ List<
Input$FullAddressInput> ? -
no setter
-
loyaltyPrograms
→ List<
Input$POSLoyaltyInput> ? -
no setter
- name → String?
-
no setter
- openingHours → Input$OpeningHoursInput?
-
no setter
-
outsidePictures
→ List<
Input$PictureInput> ? -
no setter
-
paymentMethods
→ List<
String> ? -
no setter
-
phone
→ List<
String> ? -
no setter
- picture → Input$PictureInput?
-
no setter
-
posCategory
→ List<
String> ? -
no setter
- published → bool?
-
no setter
- reference → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
services
→ List<
String> ? -
no setter
-
no setter
-
specialOffers
→ List<
Input$SpecilOfferInput> ? -
no setter
- subtitle → String?
-
no setter
-
no setter
- title → String?
-
no setter
- turnover → String?
-
no setter
- website → String?
-
no setter
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.
override