OrderFulfillmentPickupDetails constructor
OrderFulfillmentPickupDetails({
- String? note,
- String? acceptedAt,
- String? autoCompleteDuration,
- String? canceledAt,
- String? cancelReason,
- OrderFulfillmentPickupDetailsCurbsidePickupDetails? curbsidePickupDetails,
- String? expiredAt,
- String? expiresAt,
- bool? isCurbsidePickup,
- String? pickedUpAt,
- String? pickupAt,
- String? pickupWindowDuration,
- String? placedAt,
- String? prepTimeDuration,
- String? readyAt,
- OrderFulfillmentRecipient? recipient,
- String? rejectedAt,
- OrderFulfillmentPickupDetailsScheduleType? scheduleType,
Implementation
OrderFulfillmentPickupDetails(
{this.note,
this.acceptedAt,
this.autoCompleteDuration,
this.canceledAt,
this.cancelReason,
this.curbsidePickupDetails,
this.expiredAt,
this.expiresAt,
this.isCurbsidePickup,
this.pickedUpAt,
this.pickupAt,
this.pickupWindowDuration,
this.placedAt,
this.prepTimeDuration,
this.readyAt,
this.recipient,
this.rejectedAt,
this.scheduleType});