Ситуация: 2 человека имеют переизданные билеты в связи с изменением даты возвращения. Значит есть 495,00 Дополнительный сбор. В области PriceQuote / Summary ответа для одного человека данные PQR повторяются. Для остальных пассажиров он указан только один раз, как и следовало ожидать. В разделе AccountingLines ответа он правильно указан один раз для каждого пассажира. Проблема начинается в строке 13 ниже с двух записей PQR. Это ошибка?
<Summary>
<NameAssociation firstName="JOHN MR" lastName="SMITH" nameId="1" nameNumber="1.1">
<PriceQuote number="1" pricingType="S" status="A" type="PQ">
<Indicators itineraryChange="true" />
<Passenger passengerTypeCount="2" requestedType="ADT" type="ADT" />
<ItineraryType>I</ItineraryType>
<ValidatingCarrier>VA</ValidatingCarrier>
<Amounts>
<Total currencyCode="AUD" decimalPlace="2">1697.66</Total>
</Amounts>
<LocalCreateDateTime>2019-10-31T14:56:00</LocalCreateDateTime>
</PriceQuote>
<PriceQuote number="2" pricingType="S" reissueType="EXCH AC" status="A" type="PQR">
<Indicators ticketed="true" />
<Passenger passengerTypeCount="1" type="ADT" />
<Amounts>
<ReissueDifference currencyCode="AUD" decimalPlace="2">495.00</ReissueDifference>
</Amounts>
</PriceQuote>
<PriceQuote number="3" pricingType="S" reissueType="EXCH AC" status="A" type="PQR">
<Indicators ticketed="true" />
<Passenger passengerTypeCount="1" type="ADT" />
<Amounts>
<ReissueDifference currencyCode="AUD" decimalPlace="2">495.00</ReissueDifference>
</Amounts>
</PriceQuote>
</NameAssociation>
<NameAssociation firstName="PAUL MR" lastName="SMITH" nameId="2" nameNumber="2.1">
<PriceQuote number="1" pricingType="S" status="A" type="PQ">
<Indicators itineraryChange="true" />
<Passenger passengerTypeCount="2" requestedType="ADT" type="ADT" />
<ItineraryType>I</ItineraryType>
<ValidatingCarrier>VA</ValidatingCarrier>
<Amounts>
<Total currencyCode="AUD" decimalPlace="2">1697.66</Total>
</Amounts>
<LocalCreateDateTime>2019-10-31T14:56:00</LocalCreateDateTime>
</PriceQuote>
<PriceQuote number="4" pricingType="S" reissueType="EXCH AC" status="A" type="PQR">
<Indicators ticketed="true" />
<Passenger passengerTypeCount="1" type="ADT" />
<Amounts>
<ReissueDifference currencyCode="AUD" decimalPlace="2">495.00</ReissueDifference>
</Amounts>
</PriceQuote>
</NameAssociation>
</Summary>