Documentation
    Preparing search index...
    interface BaggageAllowance {
        BaggageAllowanceID: string;
        Description?: string;
        Description2?: string;
        PieceAllowance: PieceAllowance;
        TypeCode: string;
    }
    Index

    Properties

    BaggageAllowanceID: string
    Description?: string
    Description2?: string
    PieceAllowance: PieceAllowance
    TypeCode: string