Builder

class Builder(description: String, quantity: Int, amount: Long)

Functions

Link copied to clipboard
fun build(): CartLineItem

Properties

Link copied to clipboard
var amount: Long
Link copied to clipboard
var description: String
Link copied to clipboard
var quantity: Int