Configuration Header Response
constructor(myAccountUrl: String?, title: String?, description: String?, topLinks: List<TopLinks>?, categories: List<CategoryResponse>?)
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.