Builder

open class Builder

Builder class for order line item Order.LineItem.

Constructors

Link copied to clipboard
constructor(id: String, total: Long)
Constructor.

Functions

Link copied to clipboard
open fun build(): Order.LineItem
Builds and returns an Order line item Object
Link copied to clipboard
A key/value store for strings to specify additional information about a line item
Link copied to clipboard
The category of the line item.
Link copied to clipboard
Text describing the line item
Link copied to clipboard
The number of unique units represented by this line item (default is 1)
Link copied to clipboard
The Stock Keeping Unit of the line item
Link copied to clipboard
The Universal Product Code of the line item