WebApiApplyBottomLineDaysPerWeekRequest constructor

WebApiApplyBottomLineDaysPerWeekRequest({
  1. String? orderId,
  2. String? purchaseOrderId,
  3. String? invoiceId,
  4. String? recType,
  5. bool? subs,
  6. double? daysPerWeek,
})

Implementation

WebApiApplyBottomLineDaysPerWeekRequest({
  this.orderId,
  this.purchaseOrderId,
  this.invoiceId,
  this.recType,
  this.subs,
  this.daysPerWeek,
});