FormXProductValue

data class FormXProductValue(val amount: Double?, val discount: String?, val name: String?, val quantity: Int?, val sku: String?, val unitPrice: Double?)

FormXProductValue contains the purchase information of a receipt

Constructors

Link copied to clipboard
fun FormXProductValue(amount: Double?, discount: String?, name: String?, quantity: Int?, sku: String?, unitPrice: Double?)

Properties

Link copied to clipboard

The amount of the purchase

Link copied to clipboard

The discount of the purchase

Link copied to clipboard
val name: String?

The name of the purchase

Link copied to clipboard

The quantity of the purchase

Link copied to clipboard
val sku: String?

The sku of the purchase

Link copied to clipboard

The unit price of the purchase