WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog({String? reservedRentalItemLogId, String? orderId, String? orderItemId, String? rentalItemId, String? inventoryId, String? iCode, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? description, String? warehouseId, String? action, String? actionDateTime, String? usersId, String? barCode, String? serialNumber, String? trackedByCode, String? consignorId, String? consignor, String? orderNumber, String? orderDescription, String? orderType, String? dealId, String? deal, String? nameFml, DateTime? fromDateTime, DateTime? toDateTime, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
actionDateTime String?
final
auditNote String?
final
barCode String?
final
categoryId String?
final
consignor String?
final
consignorId String?
final
custom List<FwStandardDataFwCustomValue>?
final
deal String?
final
dealId String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
fromDateTime DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
inventoryId String?
final
inventoryTypeId String?
final
nameFml String?
final
orderDescription String?
final
orderId String?
final
orderItemId String?
final
orderNumber String?
final
orderType String?
final
recordTitle String?
final
rentalItemId String?
final
reservedRentalItemLogId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
final
subCategoryId String?
final
toDateTime DateTime?
final
trackedByCode String?
final
translation List<FwStandardDataFwTranslatedValue>?
final
usersId String?
final
warehouseId String?
final

Methods

copyWith({String? reservedRentalItemLogId, String? orderId, String? orderItemId, String? rentalItemId, String? inventoryId, String? iCode, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? description, String? warehouseId, String? action, String? actionDateTime, String? usersId, String? barCode, String? serialNumber, String? trackedByCode, String? consignorId, String? consignor, String? orderNumber, String? orderDescription, String? orderType, String? dealId, String? deal, String? nameFml, DateTime? fromDateTime, DateTime? toDateTime, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog

Available on WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog, provided by the $WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLogExtension extension

copyWithWrapped({Wrapped<String?>? reservedRentalItemLogId, Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? rentalItemId, Wrapped<String?>? inventoryId, Wrapped<String?>? iCode, Wrapped<String?>? inventoryTypeId, Wrapped<String?>? categoryId, Wrapped<String?>? subCategoryId, Wrapped<String?>? description, Wrapped<String?>? warehouseId, Wrapped<String?>? action, Wrapped<String?>? actionDateTime, Wrapped<String?>? usersId, Wrapped<String?>? barCode, Wrapped<String?>? serialNumber, Wrapped<String?>? trackedByCode, Wrapped<String?>? consignorId, Wrapped<String?>? consignor, Wrapped<String?>? orderNumber, Wrapped<String?>? orderDescription, Wrapped<String?>? orderType, Wrapped<String?>? dealId, Wrapped<String?>? deal, Wrapped<String?>? nameFml, Wrapped<DateTime?>? fromDateTime, Wrapped<DateTime?>? toDateTime, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog

Available on WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLog, provided by the $WebApiModulesHomeControlsReservedRentalItemLogReservedRentalItemLogExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override