SupplementType
Supplement Type
enum SupplementType {
  SKI_PASS
  LESSONS
  MEALS
  EQUIPMENT
  TICKET
  TRANSFERS
  GALA
  ACTIVITY
  OTHER
}
Valuesโ
SupplementType.SKI_PASSโ
A ticket or pass authorizing the holder to ski in a certain place or resort.
SupplementType.LESSONSโ
Lessons of any type that the costumer can take.
SupplementType.MEALSโ
Supplement of a determined meal plan.
SupplementType.EQUIPMENTโ
Extra equipment for a specific purpose.
SupplementType.TICKETโ
Admission to some service.
SupplementType.TRANSFERSโ
Transfers used by the costumer.
SupplementType.GALAโ
Gala: A festive occasion, celebration or special entertainment.
SupplementType.ACTIVITYโ
Activities that the costumer can do.
SupplementType.OTHERโ
Other type of supplement.
Member Ofโ
Supplement  objectย โย SupplementInput  input