OrderFulfillmentShipmentDetails constructor
OrderFulfillmentShipmentDetails({
- OrderFulfillmentRecipient? recipient,
- String? placedAt,
- String? cancelReason,
- String? canceledAt,
- String? carrier,
- String? expectedShippedAt,
- String? failedAt,
- String? failureReason,
- String? inProgressAt,
- String? packagedAt,
- String? shippedAt,
- String? shippingNote,
- String? shippingType,
- String? trackingNumber,
- 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});