WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest class

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

Constructors

WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest({String? batchId, String? fromBatchNumber, String? toBatchNumber, DateTime? fromDate, DateTime? toDate, String? batchRange, String? locationId, required String dataExportFormatId})
WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest.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}) WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest

Available on WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest, provided by the $WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequestExtension 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}) WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest

Available on WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequest, provided by the $WebApiModulesExportsInvoiceBatchExportInvoiceBatchExportRequestExtension 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