WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking constructor

WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking({
  1. String? deliveryShipId,
  2. String? orderId,
  3. String? deliveryId,
  4. String? orderNumber,
  5. String? orderDate,
  6. String? orderDescription,
  7. String? status,
  8. String? statusDate,
  9. String? dealId,
  10. String? deal,
  11. String? dealNumber,
  12. String? trackingNumber,
  13. String? shippingVendorId,
  14. String? shippingVendor,
  15. String? carrierId,
  16. String? carrier,
  17. String? onlineOrderNumber,
  18. String? dateStamp,
  19. String? auditNote,
  20. String? recordTitle,
  21. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  22. List<FwStandardDataFwCustomValue>? custom,
  23. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  24. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking({
  this.deliveryShipId,
  this.orderId,
  this.deliveryId,
  this.orderNumber,
  this.orderDate,
  this.orderDescription,
  this.status,
  this.statusDate,
  this.dealId,
  this.deal,
  this.dealNumber,
  this.trackingNumber,
  this.shippingVendorId,
  this.shippingVendor,
  this.carrierId,
  this.carrier,
  this.onlineOrderNumber,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});