FlightBaggageFee

public final class FlightBaggageFee

Container for information on Baggage fee information of each Segment.

Parameters

flightSegment
baggageFees

Container for baggage fee information of each bag type. The baggage fee can vary for each bag type. The amount can be zero, fixed amount or will be in a range

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@NotNull()
@Valid()
private final List<BaggageFee> baggageFees
Link copied to clipboard
@NotNull()
@Valid()
private final BaggageFeeFlightSegment flightSegment

Functions

Link copied to clipboard
public final static FlightBaggageFee.Builder builder()
Link copied to clipboard
public final List<BaggageFee> getBaggageFees()
Link copied to clipboard
Link copied to clipboard