WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest class

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

Constructors

WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest({DateTime? asOfDate, List<FwStandardModelsSelectedCheckBoxListItem>? statuses, bool? includeCredits, bool? excludeBilled100, String? officeLocationId, String? departmentId, String? dealCsrId, String? customerId, String? dealTypeId, String? dealId, String? agentId, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate})
WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest.fromJson(Map<String, dynamic> json)
factory

Properties

agentId String?
final
asOfDate DateTime?
final
customerId String?
final
customReportLayoutId String?
final
dealCsrId String?
final
dealId String?
final
dealTypeId String?
final
departmentId String?
final
excelfields List<FwStandardModelsCheckBoxListItem>?
final
excludeBilled100 bool?
final
hashCode int
The hash code for this object.
no setteroverride
includeCredits bool?
final
includeIdColumns bool?
final
includeSubHeadingsAndSubTotals bool?
final
isSummary bool?
final
locale String?
final
officeLocationId String?
final
reportName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuses List<FwStandardModelsSelectedCheckBoxListItem>?
final
useEmailTemplate bool?
final
userDepartmentId String?
final
userLocationId String?
final
userWarehouseId String?
final

Methods

copyWith({DateTime? asOfDate, List<FwStandardModelsSelectedCheckBoxListItem>? statuses, bool? includeCredits, bool? excludeBilled100, String? officeLocationId, String? departmentId, String? dealCsrId, String? customerId, String? dealTypeId, String? dealId, String? agentId, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate}) WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest

Available on WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest, provided by the $WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequestExtension extension

copyWithWrapped({Wrapped<DateTime?>? asOfDate, Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? statuses, Wrapped<bool?>? includeCredits, Wrapped<bool?>? excludeBilled100, Wrapped<String?>? officeLocationId, Wrapped<String?>? departmentId, Wrapped<String?>? dealCsrId, Wrapped<String?>? customerId, Wrapped<String?>? dealTypeId, Wrapped<String?>? dealId, Wrapped<String?>? agentId, 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}) WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest

Available on WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequest, provided by the $WebApiModulesReportsBillingBillingProgressReportBillingProgressReportRequestExtension 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