OrderFulfillmentPickupDetails constructor

OrderFulfillmentPickupDetails({
  1. String? note,
  2. String? acceptedAt,
  3. String? autoCompleteDuration,
  4. String? canceledAt,
  5. String? cancelReason,
  6. OrderFulfillmentPickupDetailsCurbsidePickupDetails? curbsidePickupDetails,
  7. String? expiredAt,
  8. String? expiresAt,
  9. bool? isCurbsidePickup,
  10. String? pickedUpAt,
  11. String? pickupAt,
  12. String? pickupWindowDuration,
  13. String? placedAt,
  14. String? prepTimeDuration,
  15. String? readyAt,
  16. OrderFulfillmentRecipient? recipient,
  17. String? rejectedAt,
  18. 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});