Package-level declarations
Types
Link copied to clipboard
data class CategoryResponse(val id: String?, val title: String?, val description: String?, val name: String?, val url: String?, val subCategories: List<SubCategoriesResponse>?)
Represents a category response.
Link copied to clipboard
data class ConfigurationHeaderResponse(val myAccountUrl: String?, val title: String?, val description: String?, val topLinks: List<TopLinks>?, val categories: List<CategoryResponse>?)
Represents a configuration header response.
Link copied to clipboard
Represents a sub-category response.