WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest class

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

Constructors

WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest({String? inDeliveryId, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate})
WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest.fromJson(Map<String, dynamic> json)
factory

Properties

customReportLayoutId String?
final
excelfields List<FwStandardModelsCheckBoxListItem>?
final
hashCode int
The hash code for this object.
no setteroverride
includeIdColumns bool?
final
includeSubHeadingsAndSubTotals bool?
final
inDeliveryId String?
final
isSummary bool?
final
locale String?
final
reportName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useEmailTemplate bool?
final
userDepartmentId String?
final
userLocationId String?
final
userWarehouseId String?
final

Methods

copyWith({String? inDeliveryId, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate}) WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest

Available on WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest, provided by the $WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequestExtension extension

copyWithWrapped({Wrapped<String?>? inDeliveryId, Wrapped<String?>? userDepartmentId, Wrapped<String?>? userLocationId, Wrapped<String?>? userWarehouseId, Wrapped<String?>? customReportLayoutId, Wrapped<bool?>? isSummary, Wrapped<bool?>? includeSubHeadingsAndSubTotals, Wrapped<bool?>? includeIdColumns, Wrapped<String?>? locale, Wrapped<List<FwStandardModelsCheckBoxListItem>?>? excelfields, Wrapped<String?>? reportName, Wrapped<bool?>? useEmailTemplate}) WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest

Available on WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequest, provided by the $WebApiModulesReportsIncomingDeliveryInstructionsIncomingDeliveryInstructionsRequestExtension 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