Introduction:
The Inbound PAX Calculator and Outbound PAX Calculator set the quantity of the service (Product) to the number of inbound or outbound passengers. For inbound use the InboundPaxCalculator and for outbound use the OutboundPaxCalculator.
Optional properties:
Above (int; default=0)
Only the number of pax above the given value is returned.
IncludeCrew (bool; default=false)
The number crew is included.
IncludePax (bool; default=true)
The number of pax is included. If true, the two include pax options must not be set or false.
IncludeTransitPaxOnly (bool; default=false)
The number of transit pax is included. If true, the two include pax options must not be set or false.
IncludeNonTransitPaxOnly (bool; default=false)
The number of non-transit pax is included. If true, the two include pax options must not be set or false.
Maximum (int; no default)
The number of pax returned is at most the maximum.
SubtractFromMaximum (bool; default=false)
If true, the number of pax returned is the maximum minus the number otherwise returned. This only works if the maximum has been set, and allows to return 1 if there is NO pax, (by setting maximum to 1, and subtractfromaximum to true) so a discount for no pax can be created.
Comments
1 comment
In Argentina the following exemptions apply:
It would be great if these could be anticipated on the optional properties or, at least, price agreements could deduct these from the count. not a priority though
Please sign in to leave a comment.