LinkResponse

data class LinkResponse(val linkType: String, val linkUrl: String)

Returns link related to the product.

Constructors

Link copied to clipboard
constructor(linkType: String, linkUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of link.

Link copied to clipboard

Url of the link.