ENUM

AdvertSaleTypeEnum

The type of transaction permitted for a given advert.

link GraphQL Schema definition

  • enum AdvertSaleTypeEnum {
  • # Can be purchased via the website or other means.
  • BUY_ONLINE
  • # Can be purchased exclusively via the website.
  • BUY_ONLINE_ONLY
  • # Can be purchased via the website and can be delivered or picked up in store.
  • BUY_ONLINE_OR_CLICK_AND_COLLECT
  • # Can be purchased via the website then picked up in store.
  • CLICK_AND_COLLECT
  • # Being sold by a private seller (i.e. not a store).
  • CLASSIFIED
  • # For rentable items.
  • HIRE
  • # Can only be purchased in the store.
  • IN_STORE
  • }