WebApiModulesBillingBillingPopulateBillingRequest constructor

WebApiModulesBillingBillingPopulateBillingRequest({
  1. DateTime? billAsOfDate,
  2. String? officeLocationId,
  3. String? customerId,
  4. String? dealId,
  5. String? departmentId,
  6. String? agentId,
  7. String? orderId,
  8. bool? showOrdersWithPendingPO,
  9. bool? billIfComplete,
  10. bool? combinePeriods,
  11. bool? excludeNoCharge,
})

Implementation

WebApiModulesBillingBillingPopulateBillingRequest({
  this.billAsOfDate,
  this.officeLocationId,
  this.customerId,
  this.dealId,
  this.departmentId,
  this.agentId,
  this.orderId,
  this.showOrdersWithPendingPO,
  this.billIfComplete,
  this.combinePeriods,
  this.excludeNoCharge,
});