Skip Navigation

GIR Response Example

This example shows that the returned fare has the following penalty: The fare is non-changeable and non-refundable before and after departure.

<GroupedItineraryResponse>
...
      <PenaltiesInfo>
            <Penalty Type="Exchange" Applicability="Before" NonApplicable="true"/>
            <Penalty Type="Exchange" Applicability="After" NonApplicable="true"/>
            <Penalty Type="Refund" Applicability="Before" NonApplicable="true"/>
            <Penalty Type="Refund" Applicability="After" NonApplicable="true"/>
      </PenaltiesInfo>
...
</GroupedItineraryResponse>