Source: https://guides.developer.iata.org/docs/download-the-latest-standards

CabinLayoutClassInfo

A Cabin Layout information by cabin type.

Properties

Name Description Type Required Generic Enum Ignore
cabinLayout A Planned utilization layout of aircraft cabin section/zone. CabinLayout true false
cabinType A Type of compartment of an aircraft, offering specific services (e.g. business class, economy). CabinType true false
seatsQty Total number of seats in the specified class. number false false

Referenced By

CabinType
CabinLayout
{
  "cabinLayout" : {
    "aircraftGroupConfiguration" : [ { } ],
    "cabinLayoutClassInfo" : [ { } ],
    "cabinLayoutIdentifier" : "string",
    "iataAircraftType" : { }
  },
  "cabinType" : {
    "airlineCabinType" : [ { } ],
    "baggageCabinTypeSegmentServiceOffer" : [ { } ],
    "baggageStandardWeights" : [ { } ],
    "cabinCompartment" : [ { } ],
    "cabinLayoutClassInfo" : [ { } ],
    "cabinTypeCode" : { },
    "cabinTypeIdentifier" : "string",
    "cabinTypeName" : "string",
    "fareComponent" : { },
    "flightCriteria" : { },
    "name" : "string",
    "paxCabinTypeSegmentServiceOffer" : [ { } ],
    "paxSegment" : [ { } ],
    "paxStandardWeights" : [ { } ],
    "priceClass" : { },
    "saleableConfigurationClassInfo" : [ { } ],
    "saleableConfigurationSectionClassInfo" : [ { } ],
    "shoppingCriteria" : [ { } ],
    "typeCode" : { }
  },
  "seatsQty" : "number"
}