SaleExtendedDetails constructor

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

Implementation

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