WebApiApplyBottomLineDiscountPercentRequest constructor

const WebApiApplyBottomLineDiscountPercentRequest({
  1. String? orderId,
  2. String? purchaseOrderId,
  3. String? invoiceId,
  4. String? recType,
  5. bool? subs,
  6. double? discountPercent,
  7. String? moduleType,
})

Implementation

const WebApiApplyBottomLineDiscountPercentRequest({
  this.orderId,
  this.purchaseOrderId,
  this.invoiceId,
  this.recType,
  this.subs,
  this.discountPercent,
  this.moduleType,
});