WebApiApplyBottomLineTotalRequest constructor

WebApiApplyBottomLineTotalRequest({
  1. String? orderId,
  2. String? purchaseOrderId,
  3. String? invoiceId,
  4. String? recType,
  5. bool? subs,
  6. String? totalType,
  7. double? total,
  8. bool? includeTaxInTotal,
})

Implementation

WebApiApplyBottomLineTotalRequest({
  this.orderId,
  this.purchaseOrderId,
  this.invoiceId,
  this.recType,
  this.subs,
  this.totalType,
  this.total,
  this.includeTaxInTotal,
});