Input$UpdateInternalProductInput class

Constructors

Input$UpdateInternalProductInput({String? name, String? description, List<String>? descriptionList, List<Input$ProductSpecsInput>? specs, String? externalId, List<String>? tags, List<Enum$ProductClassEnum>? classification, Enum$ProductStructureEnum? structure, Enum$ProductVarietyEnum? variety, Enum$ProductConditionEnum? condition, Enum$ProductStatusEnum? status, bool? rent, Input$DiscountDtoInput? discount, String? sku, Input$CatalogueCategorySeoInput? seo, List<Input$InternalProductTranslationInput>? translation, String? brand, Input$PictureInput? picture, List<Input$PictureInput>? pictures, Input$MediaInput? media, Input$InternalProductAttributeInput? internalProductAttributes, List<String>? barcodes, List<String>? suppliers, String? price, String? product, List<String>? catalogueCategory, Input$GlobalCategoryInput? globalCategory, required String id})
factory
Input$UpdateInternalProductInput.fromJson(Map<String, dynamic> data)
factory

Properties

barcodes List<String>?
no setter
brand String?
no setter
catalogueCategory List<String>?
no setter
classification List<Enum$ProductClassEnum>?
no setter
condition Enum$ProductConditionEnum?
no setter
copyWith CopyWith$Input$UpdateInternalProductInput<Input$UpdateInternalProductInput>
no setter
description String?
no setter
descriptionList List<String>?
no setter
discount Input$DiscountDtoInput?
no setter
externalId String?
no setter
globalCategory Input$GlobalCategoryInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
internalProductAttributes Input$InternalProductAttributeInput?
no setter
media Input$MediaInput?
no setter
name String?
no setter
picture Input$PictureInput?
no setter
pictures List<Input$PictureInput>?
no setter
price String?
no setter
product String?
no setter
rent bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seo Input$CatalogueCategorySeoInput?
no setter
sku String?
no setter
specs List<Input$ProductSpecsInput>?
no setter
status Enum$ProductStatusEnum?
no setter
structure Enum$ProductStructureEnum?
no setter
suppliers List<String>?
no setter
tags List<String>?
no setter
translation List<Input$InternalProductTranslationInput>?
no setter
variety Enum$ProductVarietyEnum?
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