Configuration Header Response
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.
Parameters
my Account Url
The URL for the my account section, or null if not set.
title
The title of the header, or null if not set.
description
The description of the header, or null if not set.
top Links
List of TopLinks in the header, or null if not set.
categories
List of CategoryResponse in the header, or null if not set.