DeliveryInfoDocument

data class DeliveryInfoDocument(val estimatedDeliveryTime: Long, val deliveryAddress: String, val bellName: String, val customerPhone: String)

Embedded document representing delivery information for a delivery order.

Constructors

Link copied to clipboard
constructor(estimatedDeliveryTime: Long, deliveryAddress: String, bellName: String, customerPhone: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard