Models

Sale Model

Represents the details of a sale associated with an event.

Properties

  • SaleIdHash (string): A hashed identifier for the sale. The hash is prefixed with pub_ for public sales and pre_ for presales.
  • IsFirstPresale (bool?): Indicates whether this is the first presale.
  • PresaleName (string): The name of the presale. Maximum length is 1024 characters.
  • SaleBeginDateTime (DateTime?): The date and time when the sale begins.
  • SaleType (SaleType?): The type of sale.
  • SaleUrl (string): The URL for the sale. Maximum length is 512 characters.
  • Status (EventStatus): The status of the event. This property is required.
Previous
Mapping