WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest class

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

Constructors

WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest({bool? filterDatesOrderCreate, DateTime? orderCreateFromDate, DateTime? orderCreateToDate, bool? filterDatesOrderStart, DateTime? orderStartFromDate, DateTime? orderStartToDate, bool? filterDatesDealCredit, DateTime? dealCreditFromDate, DateTime? dealCreditToDate, bool? filterDatesDealInsurance, DateTime? dealInsuranceFromDate, DateTime? dealInsuranceToDate, String? officeLocationId, String? departmentId, String? customerId, String? dealTypeId, String? dealStatusId, String? dealId, String? noCharge, List<FwStandardModelsSelectedCheckBoxListItem>? orderType, List<FwStandardModelsSelectedCheckBoxListItem>? quoteStatus, List<FwStandardModelsSelectedCheckBoxListItem>? orderStatus, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate})
WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest.fromJson(Map<String, dynamic> json)
factory

Properties

customerId String?
final
customReportLayoutId String?
final
dealCreditFromDate DateTime?
final
dealCreditToDate DateTime?
final
dealId String?
final
dealInsuranceFromDate DateTime?
final
dealInsuranceToDate DateTime?
final
dealStatusId String?
final
dealTypeId String?
final
departmentId String?
final
excelfields List<FwStandardModelsCheckBoxListItem>?
final
filterDatesDealCredit bool?
final
filterDatesDealInsurance bool?
final
filterDatesOrderCreate bool?
final
filterDatesOrderStart bool?
final
hashCode int
The hash code for this object.
no setteroverride
includeIdColumns bool?
final
includeSubHeadingsAndSubTotals bool?
final
isSummary bool?
final
locale String?
final
noCharge String?
final
officeLocationId String?
final
orderCreateFromDate DateTime?
final
orderCreateToDate DateTime?
final
orderStartFromDate DateTime?
final
orderStartToDate DateTime?
final
orderStatus List<FwStandardModelsSelectedCheckBoxListItem>?
final
orderType List<FwStandardModelsSelectedCheckBoxListItem>?
final
quoteStatus List<FwStandardModelsSelectedCheckBoxListItem>?
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({bool? filterDatesOrderCreate, DateTime? orderCreateFromDate, DateTime? orderCreateToDate, bool? filterDatesOrderStart, DateTime? orderStartFromDate, DateTime? orderStartToDate, bool? filterDatesDealCredit, DateTime? dealCreditFromDate, DateTime? dealCreditToDate, bool? filterDatesDealInsurance, DateTime? dealInsuranceFromDate, DateTime? dealInsuranceToDate, String? officeLocationId, String? departmentId, String? customerId, String? dealTypeId, String? dealStatusId, String? dealId, String? noCharge, List<FwStandardModelsSelectedCheckBoxListItem>? orderType, List<FwStandardModelsSelectedCheckBoxListItem>? quoteStatus, List<FwStandardModelsSelectedCheckBoxListItem>? orderStatus, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate}) WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest

Available on WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest, provided by the $WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequestExtension extension

copyWithWrapped({Wrapped<bool?>? filterDatesOrderCreate, Wrapped<DateTime?>? orderCreateFromDate, Wrapped<DateTime?>? orderCreateToDate, Wrapped<bool?>? filterDatesOrderStart, Wrapped<DateTime?>? orderStartFromDate, Wrapped<DateTime?>? orderStartToDate, Wrapped<bool?>? filterDatesDealCredit, Wrapped<DateTime?>? dealCreditFromDate, Wrapped<DateTime?>? dealCreditToDate, Wrapped<bool?>? filterDatesDealInsurance, Wrapped<DateTime?>? dealInsuranceFromDate, Wrapped<DateTime?>? dealInsuranceToDate, Wrapped<String?>? officeLocationId, Wrapped<String?>? departmentId, Wrapped<String?>? customerId, Wrapped<String?>? dealTypeId, Wrapped<String?>? dealStatusId, Wrapped<String?>? dealId, Wrapped<String?>? noCharge, Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? orderType, Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? quoteStatus, Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? orderStatus, 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}) WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest

Available on WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequest, provided by the $WebApiModulesReportsDealReportsOrdersByDealReportOrdersByDealReportRequestExtension 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