ArraySupportedUrl

data class ArraySupportedUrl(val supportedUrl: List<SupportedUrl>)

Represents a collection of supported URLs for the prepurchase flow.

Parameters

supportedUrl

A list of SupportedUrl objects specifying the URLs supported by the prepurchase flow.

Constructors

Link copied to clipboard
constructor(supportedUrl: List<SupportedUrl>)

Properties

Link copied to clipboard
@SerializedName(value = "supportedURLs")
val supportedUrl: List<SupportedUrl>