OrderStatus

public protocol OrderStatus

OrderStatus protocol.

  • The status of the order.

    Declaration

    Swift

    var statusText: String
  • The tracking number for the order. Will only be present after the order has shipped if at all.

    Declaration

    Swift

    var trackingNumber: String
  • The estimated delivery date. Contains one date if status is delivered. Contains a date OR date range if status is different from delivered.

    Declaration

    Swift

    var deliveryDate: [Date]