PenaltyList

Here we have information on the penalties that will apply should the customer want to cancel or change their Order once it has been paid for.

NAME

DESCRIPTION

FORMAT

POSSIBLE VALUES

NDC Services

<Response / DataLists / PenaltyList>

  • This section will be displayed only if the order has not been changed outside the NDC channel.

Penalty

Attribute

ObjectKey

Id for the penalty

Alphanumeric

Any

All Services

Penalty / Details / Detail / Type

Type of action associated to he penalty like Cancel, Change...

Alphabetical

Any

e.g.: Cancel, Change

All Services

Penalty / Details / Detail / Application

Associated Code to action refered above like Change, Cancel

FAT Fare or application penalty type
1 No show
2 Prior to departure
3 After departure

Numeric

Any

All Services

Penalty / Details / Detail / Amounts / Amount / CurrencyAmountValue

Attribute

Code

Amount and currency for the penalty

Alphanumeric

Any

All Services

Penalty / Details / Detail / Amounts / Amount / AmountApplication

Identifies minimum and maximun penalty amount

Alphabetical

minPrice

maxPrice

All Services

 

<PenaltyList> <Penalty RefundableInd="false" ObjectKey="PenaltyRule01"> <Details> <Detail> <Type>Cancel</Type> <Application>2</Application> </Detail> </Details> </Penalty> <Penalty RefundableInd="false" ObjectKey="PenaltyRule02"> <Details> <Detail> <Type>Cancel</Type> <Application>3</Application> </Detail> </Details> </Penalty> <Penalty ObjectKey="PenaltyRule03"> <Details> <Detail> <Type>Change</Type> <Application>2</Application> <Amounts> <Amount> <CurrencyAmountValue Code="EUR">45.00</CurrencyAmountValue> <AmountApplication>minPrice</AmountApplication> </Amount> <Amount> <CurrencyAmountValue Code="EUR">45.00</CurrencyAmountValue> <AmountApplication>maxPrice</AmountApplication> </Amount> </Amounts> </Detail> </Details> </Penalty> <Penalty ObjectKey="PenaltyRule04"> <Details> <Detail> <Type>Change</Type> <Application>3</Application> <Amounts> <Amount> <CurrencyAmountValue Code="EUR">45.00</CurrencyAmountValue> <AmountApplication>minPrice</AmountApplication> </Amount> <Amount> <CurrencyAmountValue Code="EUR">45.00</CurrencyAmountValue> <AmountApplication>maxPrice</AmountApplication> </Amount> </Amounts> </Detail> </Details> </Penalty> </PenaltyList>