Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtendedPosition

Contains position details that are only needed in specific parts of the checkout flow.

see

WaitingList

Hierarchy

Index

Properties

attendeesInfo

attendeesInfo: AttendeesInfo

The information stored about the attendees

expirationDate

expirationDate: string

When the position will expire

format

ISO_8601

facialPrice

facialPrice: string

Total facial price (unit facial price times number of Seats) double precision

fee

fee: string

Total fee double precision

feeExcVat

feeExcVat: string

Fee excluding VAT double precision

feeVat

feeVat: string

Fee VAT double precision

formattedFacialPrice

formattedFacialPrice: string

Facial price, formatted with currency double precision

formattedFee

formattedFee: string

Fee incl VAT, formatted with currency double precision

formattedFeeExcVat

formattedFeeExcVat: string

Fee excluding VAT, formatted with currency double precision

formattedFeeVat

formattedFeeVat: string

Fee VAT, formatted with currency double precision

formattedTotal

formattedTotal: string

Currency formatted total price for the requested # of tickets

likelihood

likelihood: string

The likelihood of the fan to get tickets (percentage) double precision

lowLikelihood

lowLikelihood: boolean

Is the likelihood of the fan to get his tickets considered low?

numberOfSeats

numberOfSeats: number

Number of Seats

originalRank

originalRank: number

(Random distribution only) Original position rank The rank that was originally assigned to the user before the list of positions was shuffled

paymentFailureMessage

paymentFailureMessage: string

A description of the error that lead to FAILURE status

personalInfoRequired

personalInfoRequired: boolean

Is personal info required to be able to accept the seats?

rank

rank: number

Position rank

status

Position status

total

total: string

Total price or null if Waiting List is free double precision

transactionStatus

transactionStatus: TRANSACTION_STATUS

The payment status

Generated using TypeDoc