ConfigurationHeaderResponse

constructor(myAccountUrl: String?, title: String?, description: String?, topLinks: List<TopLinks>?, categories: List<CategoryResponse>?)

Parameters

myAccountUrl

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.

topLinks

List of TopLinks in the header, or null if not set.

categories

List of CategoryResponse in the header, or null if not set.