Content

fun Content(    sku: String? = null,     name: String? = null,     type: String? = null,     description: String? = null,     imageUrl: String? = null,     quantity: String? = null)

Sources

Link copied to clipboard