WebApiModulesBillingBillingPopulateBillingRequest class

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

Constructors

WebApiModulesBillingBillingPopulateBillingRequest({DateTime? billAsOfDate, String? officeLocationId, String? customerId, String? dealId, String? departmentId, String? agentId, String? orderId, bool? showOrdersWithPendingPO, bool? billIfComplete, bool? combinePeriods, bool? excludeNoCharge})
WebApiModulesBillingBillingPopulateBillingRequest.fromJson(Map<String, dynamic> json)
factory

Properties

agentId String?
final
billAsOfDate DateTime?
final
billIfComplete bool?
final
combinePeriods bool?
final
customerId String?
final
dealId String?
final
departmentId String?
final
excludeNoCharge bool?
final
hashCode int
The hash code for this object.
no setteroverride
officeLocationId String?
final
orderId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOrdersWithPendingPO bool?
final

Methods

copyWith({DateTime? billAsOfDate, String? officeLocationId, String? customerId, String? dealId, String? departmentId, String? agentId, String? orderId, bool? showOrdersWithPendingPO, bool? billIfComplete, bool? combinePeriods, bool? excludeNoCharge}) WebApiModulesBillingBillingPopulateBillingRequest

Available on WebApiModulesBillingBillingPopulateBillingRequest, provided by the $WebApiModulesBillingBillingPopulateBillingRequestExtension extension

copyWithWrapped({Wrapped<DateTime?>? billAsOfDate, Wrapped<String?>? officeLocationId, Wrapped<String?>? customerId, Wrapped<String?>? dealId, Wrapped<String?>? departmentId, Wrapped<String?>? agentId, Wrapped<String?>? orderId, Wrapped<bool?>? showOrdersWithPendingPO, Wrapped<bool?>? billIfComplete, Wrapped<bool?>? combinePeriods, Wrapped<bool?>? excludeNoCharge}) WebApiModulesBillingBillingPopulateBillingRequest

Available on WebApiModulesBillingBillingPopulateBillingRequest, provided by the $WebApiModulesBillingBillingPopulateBillingRequestExtension 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