ProductClassData class

Constructors

ProductClassData({required String code, required String description, required bool sellEquipment, required bool directMeterTransfer, required bool equipmentStatusChange, required bool coupon})

Properties

code String
Product Class Code
getter/setter pair
coupon bool
Coupon Book Sales
getter/setter pair
description String
Product Class Description
getter/setter pair
directMeterTransfer bool
Direct Meter Transfer Code
getter/setter pair
equipmentStatusChange bool
Equipment Status Change Code
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellEquipment bool
Product Class Used for Equipment Sales
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) ProductClassData
getProductClassList() Future<List<ProductClassData>>