Child Configuration Response
data class ChildConfigurationResponse(val availabilityInformation: AvailabilityInformationResponse, val childConfigurationType: String, val childConfigurationTypes: List<String>, val costInformation: CostInformationResponse, val description: DescriptionResponse, val dimensions: DimensionsResponse, val displayName: String, val filterableProperties: List<FilterablePropertyResponse>, val fulfilledBy: String, val groupedChildConfigurations: List<GroupedChildConfigurationsResponse>, val hierarchyInformation: HierarchyInformationResponse, val imageInformation: List<ImageInformationResponse>, val isPartOfBaseConfiguration: Boolean, val maximumQuantity: Int, val minimumQuantity: Int, val specifications: List<SpecificationResponse>)
Child configuration object.
Constructors
Link copied to clipboard
fun ChildConfigurationResponse(availabilityInformation: AvailabilityInformationResponse, childConfigurationType: String, childConfigurationTypes: List<String>, costInformation: CostInformationResponse, description: DescriptionResponse, dimensions: DimensionsResponse, displayName: String, filterableProperties: List<FilterablePropertyResponse>, fulfilledBy: String, groupedChildConfigurations: List<GroupedChildConfigurationsResponse>, hierarchyInformation: HierarchyInformationResponse, imageInformation: List<ImageInformationResponse>, isPartOfBaseConfiguration: Boolean, maximumQuantity: Int, minimumQuantity: Int, specifications: List<SpecificationResponse>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard