SupportedUrl

data class SupportedUrl(val host: List<String>, val paths: List<String>)

Represents a supported URL configuration for the prepurchase flow.

Parameters

host

A list of host names supported by the prepurchase flow.

paths

A list of URL paths supported by the prepurchase flow.

Constructors

Link copied to clipboard
constructor(host: List<String>, paths: List<String>)

Properties

Link copied to clipboard
@SerializedName(value = "hosts")
val host: List<String>
Link copied to clipboard
@SerializedName(value = "paths")
val paths: List<String>