WebApiModulesExportsVendorInvoiceBatchExportVendorInvoiceBatchExportRequest class

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

Constructors

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

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

Available on WebApiModulesExportsVendorInvoiceBatchExportVendorInvoiceBatchExportRequest, provided by the $WebApiModulesExportsVendorInvoiceBatchExportVendorInvoiceBatchExportRequestExtension 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