Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Disposition

Contains all information about how and when an order will be received by a customer

Hierarchy

  • Disposition

Implements

Index

Properties

Optional isCurbside

isCurbside: boolean | undefined

If the order type is collection and curbside collection is active

Optional time

time: number | undefined

If the order is scheduled for the future, then this will be the time in seconds since the unix epoch that they want the order to arrive or be collected

type

when

To indicate whether or not this is an order to be fulfilled as soon as possible, or that the customer wants to arrive at a specific time in the future

Static DELIVERY_TYPE_CHOICES

DELIVERY_TYPE_CHOICES: DELIVERY_TYPE_CHOICES = DELIVERY_TYPE_CHOICES

Static WHEN_CHOICES

WHEN_CHOICES: WHEN_CHOICES = WHEN_CHOICES

Generated using TypeDoc