WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent class

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

Constructors

WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent({String? inventoryId, String? warehouseId, String? start, String? end, String? estimatedStopDate, bool? late, bool? lateButReturning, String? startdisplay, String? enddisplay, String? text, String? total, String? backColor, String? barColor, String? textColor, String? id, String? resource, String? orderId, String? orderNumber, String? orderType, String? orderStatus, String? orderDescription, String? deal, String? subPoNumber, String? subPoVendor, String? contractId, String? consignorId, String? consignor, String? consignorAgreementId, String? consignorAgreementNumber, bool? isWarehouseTotal, bool? isGrandTotal})
WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent.fromJson(Map<String, dynamic> json)
factory

Properties

backColor String?
final
barColor String?
final
consignor String?
final
consignorAgreementId String?
final
consignorAgreementNumber String?
final
consignorId String?
final
contractId String?
final
deal String?
final
end String?
final
enddisplay String?
final
estimatedStopDate String?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
inventoryId String?
final
isGrandTotal bool?
final
isWarehouseTotal bool?
final
late bool?
final
lateButReturning bool?
final
orderDescription String?
final
orderId String?
final
orderNumber String?
final
orderStatus String?
final
orderType String?
final
resource String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
final
startdisplay String?
final
subPoNumber String?
final
subPoVendor String?
final
text String?
final
textColor String?
final
total String?
final
warehouseId String?
final

Methods

copyWith({String? inventoryId, String? warehouseId, String? start, String? end, String? estimatedStopDate, bool? late, bool? lateButReturning, String? startdisplay, String? enddisplay, String? text, String? total, String? backColor, String? barColor, String? textColor, String? id, String? resource, String? orderId, String? orderNumber, String? orderType, String? orderStatus, String? orderDescription, String? deal, String? subPoNumber, String? subPoVendor, String? contractId, String? consignorId, String? consignor, String? consignorAgreementId, String? consignorAgreementNumber, bool? isWarehouseTotal, bool? isGrandTotal}) WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent

Available on WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent, provided by the $WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEventExtension extension

copyWithWrapped({Wrapped<String?>? inventoryId, Wrapped<String?>? warehouseId, Wrapped<String?>? start, Wrapped<String?>? end, Wrapped<String?>? estimatedStopDate, Wrapped<bool?>? late, Wrapped<bool?>? lateButReturning, Wrapped<String?>? startdisplay, Wrapped<String?>? enddisplay, Wrapped<String?>? text, Wrapped<String?>? total, Wrapped<String?>? backColor, Wrapped<String?>? barColor, Wrapped<String?>? textColor, Wrapped<String?>? id, Wrapped<String?>? resource, Wrapped<String?>? orderId, Wrapped<String?>? orderNumber, Wrapped<String?>? orderType, Wrapped<String?>? orderStatus, Wrapped<String?>? orderDescription, Wrapped<String?>? deal, Wrapped<String?>? subPoNumber, Wrapped<String?>? subPoVendor, Wrapped<String?>? contractId, Wrapped<String?>? consignorId, Wrapped<String?>? consignor, Wrapped<String?>? consignorAgreementId, Wrapped<String?>? consignorAgreementNumber, Wrapped<bool?>? isWarehouseTotal, Wrapped<bool?>? isGrandTotal}) WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent

Available on WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEvent, provided by the $WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleEventExtension 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