对于 Amadeus 自助休息 API:v1/shopping/flight-offers 和 flight-dates,price.total 响应字段是否包含所有税费?
我似乎需要添加 total + totalTaxes 才能获得接近航空公司直接提供的价格。
如果有开发人员文档更详细地解释了每个响应字段,请务必指出他们。我一直找不到。
参考这些 API:
https://developers.amadeus.com/self-service/category/203/api-doc/4/api-docs-and-example/10002 https://developers.amadeus.com/self-service/category/203 /api-doc/5/api-docs-and-example/10003
和这个领域:
"price": {
"total": "259.91",
"totalTaxes": "185.91"
},