Datum class

Constructors

Datum({int? id, String? name, String? status, dynamic connectionResponse, DateTime? channelUpdatedAt, int? statusCode, DatumSettings? settings, List? auth, int? connection, int? ordersSync, int? inventorySync, int? catalogSync, String? ordersSyncedOn, String? inventorySyncedOn, String? baseChannelCode, BaseChannel? baseChannel, String? catalogSyncedOn, String? orderStatusMapper, String? paymentStatusMapper, String? brandName, bool? allowMarkAsPaid, List? warehouseLocations, bool? skipUnpaidPrepaid, int? vendorId, List? b2BChannels})
Datum.fromJson(Map<String, dynamic> json)
factory

Properties

allowMarkAsPaid bool?
getter/setter pair
auth List?
getter/setter pair
b2BChannels List?
getter/setter pair
baseChannel BaseChannel?
getter/setter pair
baseChannelCode String?
getter/setter pair
getter/setter pair
brandName String?
getter/setter pair
catalogSync int?
getter/setter pair
catalogSyncedOn String?
getter/setter pair
channelUpdatedAt DateTime?
getter/setter pair
connection int?
getter/setter pair
connectionResponse ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
inventorySync int?
getter/setter pair
inventorySyncedOn String?
getter/setter pair
name String?
getter/setter pair
ordersSync int?
getter/setter pair
ordersSyncedOn String?
getter/setter pair
orderStatusMapper String?
getter/setter pair
paymentStatusMapper String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings DatumSettings?
getter/setter pair
skipUnpaidPrepaid bool?
getter/setter pair
status String?
getter/setter pair
statusCode int?
getter/setter pair
vendorId int?
getter/setter pair
warehouseLocations List?
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