WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest class

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

Constructors

WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest({String? batchId, String? fromBatchNumber, String? toBatchNumber, DateTime? fromDate, DateTime? toDate, String? batchRange, String? locationId, required String dataExportFormatId})
WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest.fromJson(Map<String, dynamic> json)
factory

Properties

batchId String?
final
batchRange String?
final
dataExportFormatId String
final
fromBatchNumber String?
final
fromDate DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
locationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toBatchNumber String?
final
toDate DateTime?
final

Methods

copyWith({String? batchId, String? fromBatchNumber, String? toBatchNumber, DateTime? fromDate, DateTime? toDate, String? batchRange, String? locationId, String? dataExportFormatId}) WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest

Available on WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest, provided by the $WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequestExtension extension

copyWithWrapped({Wrapped<String?>? batchId, Wrapped<String?>? fromBatchNumber, Wrapped<String?>? toBatchNumber, Wrapped<DateTime?>? fromDate, Wrapped<DateTime?>? toDate, Wrapped<String?>? batchRange, Wrapped<String?>? locationId, Wrapped<String>? dataExportFormatId}) WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest

Available on WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequest, provided by the $WebApiModulesExportsReceiptBatchExportReceiptBatchExportRequestExtension 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