Documentation
    Preparing search index...

    Interface BaggageAllowanceList

    interface BaggageAllowanceList {
        BaggageAllowanceID: string;
        DimensionAllowance?: DimensionAllowance[];
        PieceAllowance: PieceAllowance;
        TypeCode: string;
        WeightAllowance?: WeightAllowance[];
    }
    Index

    Properties

    BaggageAllowanceID: string
    DimensionAllowance?: DimensionAllowance[]
    PieceAllowance: PieceAllowance
    TypeCode: string
    WeightAllowance?: WeightAllowance[]