WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking constructor
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? shippingVendorId,
- String? shippingVendor,
- String? carrierId,
- String? carrier,
- String? onlineOrderNumber,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});