WebApiApplyBottomLineDiscountPercentRequest constructor

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

Implementation

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