OrderFulfillmentPickupDetails class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

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})
OrderFulfillmentPickupDetails.fromJson(Map<String, dynamic> json)
factory

Properties

acceptedAt String?
final
autoCompleteDuration String?
final
canceledAt String?
final
cancelReason String?
final
curbsidePickupDetails OrderFulfillmentPickupDetailsCurbsidePickupDetails?
final
expiredAt String?
final
expiresAt String?
final
hashCode int
The hash code for this object.
no setterinherited
isCurbsidePickup bool?
final
note String?
final
pickedUpAt String?
final
pickupAt String?
final
pickupWindowDuration String?
final
placedAt String?
final
prepTimeDuration String?
final
readyAt String?
final
recipient OrderFulfillmentRecipient?
final
rejectedAt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleType OrderFulfillmentPickupDetailsScheduleType?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited