PaymentDecimalPlaces
Changes and Refunds:
Attribute |
PaymentDecimalPlaces |
Description |
Number of decimal places in the payment amount. |
Type |
nonNegativeInteger |
Use |
optional |
SOAP Sample Value |
<OTA_AirLowFareSearchRS>
<PricedItineraries>
<AirItineraryPricingInfo>
<PTC_FareBreakdowns>
<PassengerFare>
<ReissueInfoList>
<ReissueInfo>
<ChangeFees>
<ChangeFeeNotApplicable="true" PaymentAmount="10.00" PaymentCurrency="USD" PaymentDecimalPlaces="2"/>
</ChangeFee>
</ChangeFees>
</ReissueInfo>
</ReissueInfoList>
</PassengerFare>
</PTC_FareBreakdowns>
</AirItineraryPricingInfo>
</PricedItineraries>
</OTA_AirLowFareSearchRS>
|