Type alias SellableEntity

SellableEntity: {
    saleState?: Maybe<SaleState>;
}

An interface representing properties common to all objects that can be bought and sold

Type declaration

  • Optional saleState?: Maybe<SaleState>

    This state of this object's sale.

Generated using TypeDoc