ResultMetadataProduct

class ResultMetadataProduct(val name: String, val body: String?, val currency: String, val price: String) : ResultMetadata

Defines metadata about products in results.

Constructors

Link copied to clipboard
constructor(name: String, body: String?, currency: String, price: String)

Properties

Link copied to clipboard
val body: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard