PageTitle

data class PageTitle(val title: String)

Represents the title of a page in the prepurchase flow.

Parameters

title

The localized title of the page.

Constructors

Link copied to clipboard
constructor(title: String)

Properties

Link copied to clipboard
@SerializedName(value = "localizedTitle")
val title: String