Builder

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

Constructors

Link copied to clipboard
constructor(description: String, quantity: Int, amount: Long)

Properties

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

Functions

Link copied to clipboard