OrderFulfillmentShipmentDetails constructor

OrderFulfillmentShipmentDetails({
  1. OrderFulfillmentRecipient? recipient,
  2. String? placedAt,
  3. String? cancelReason,
  4. String? canceledAt,
  5. String? carrier,
  6. String? expectedShippedAt,
  7. String? failedAt,
  8. String? failureReason,
  9. String? inProgressAt,
  10. String? packagedAt,
  11. String? shippedAt,
  12. String? shippingNote,
  13. String? shippingType,
  14. String? trackingNumber,
  15. String? trackingUrl,
})

Implementation

OrderFulfillmentShipmentDetails(
    {this.recipient,
    this.placedAt,
    this.cancelReason,
    this.canceledAt,
    this.carrier,
    this.expectedShippedAt,
    this.failedAt,
    this.failureReason,
    this.inProgressAt,
    this.packagedAt,
    this.shippedAt,
    this.shippingNote,
    this.shippingType,
    this.trackingNumber,
    this.trackingUrl});