Documentation
priceline
Representation of one price line.
Each of the different amounts that result to break down the total amount of reservation. Each priceline has a description that inform you about their concept also has an amount and a number of passengers whom the concept is applied.
In the same way, as is usual in each amount, the priceline has a currency.
attributes
code
[int]
Code of the concept.
concept
[string]
It describes the concept of the price line.
perpax
[int]
It indicates the price by passenger.
pax
[int]
It indicates the total number of passengers whom the concept is applied.
total
[int]
It indicates the total price of the concept.
currency
[currency]
It indicates the currency which the price line is especified.