OrderTrackingSignalShippingInfo constructor

OrderTrackingSignalShippingInfo({
  1. DateTime? actualDeliveryTime,
  2. String? carrierName,
  3. String? carrierServiceName,
  4. DateTime? earliestDeliveryPromiseTime,
  5. DateTime? latestDeliveryPromiseTime,
  6. String? originPostalCode,
  7. String? originRegionCode,
  8. String? shipmentId,
  9. DateTime? shippedTime,
  10. String? shippingStatus,
  11. String? trackingId,
})

Implementation

OrderTrackingSignalShippingInfo({
  this.actualDeliveryTime,
  this.carrierName,
  this.carrierServiceName,
  this.earliestDeliveryPromiseTime,
  this.latestDeliveryPromiseTime,
  this.originPostalCode,
  this.originRegionCode,
  this.shipmentId,
  this.shippedTime,
  this.shippingStatus,
  this.trackingId,
});