WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking constructor
const
WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking({
- String? deliveryShipId,
- String? orderId,
- String? deliveryId,
- String? orderNumber,
- String? orderDate,
- String? orderDescription,
- String? status,
- String? statusDate,
- String? dealId,
- String? deal,
- String? dealNumber,
- String? trackingNumber,
- String? trackingNote,
- String? shippingVendorId,
- String? shippingVendor,
- String? carrierId,
- String? carrier,
- String? onlineOrderNumber,
- String? shipmentOrderNumber,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const 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.trackingNote,
this.shippingVendorId,
this.shippingVendor,
this.carrierId,
this.carrier,
this.onlineOrderNumber,
this.shipmentOrderNumber,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});