ULOrderLine

data class ULOrderLine(val name: String, val sku: String?, val productUrl: String?, val quantity: Int?, val unitPrice: Int?) : Serializable

Class to represent an order line.

Constructors

Link copied to clipboard
fun ULOrderLine(name: String, sku: String?, productUrl: String?, quantity: Int?, unitPrice: Int?)

Init method to create a ULItineraryPort object with the given parameters

Properties

Link copied to clipboard

Name of the order line

Link copied to clipboard

Url of the product of the order line

Link copied to clipboard

Quantity of the order line

Link copied to clipboard
val sku: String?

Unique identifier of the order line

Link copied to clipboard

Price of the order line