SaleExtendedDetails constructor

SaleExtendedDetails({
  1. int? id,
  2. String? orderId,
  3. String? sapOrderId,
  4. String? externalInvoiceId,
  5. String? region,
  6. int? invoiceId,
  7. String? customPurchaseOrderNumber,
  8. String? transactionRemarks,
  9. String? invoice,
  10. String? cartId,
})

Implementation

SaleExtendedDetails(
    {this.id,
    this.orderId,
    this.sapOrderId,
    this.externalInvoiceId,
    this.region,
    this.invoiceId,
    this.customPurchaseOrderNumber,
    this.transactionRemarks,
    this.invoice,
    this.cartId});