Type alias Offer

Offer: Order & {
    criteria?: Criteria;
    status: OrderStatus;
}

Offer type.

Type declaration

  • Optional criteria?: Criteria

    The criteria for the offer if it is a collection or trait offer.

  • status: OrderStatus

    The status of the offer.