LineItem
data class LineItem @JvmOverloads constructor(val itemType: KlarnaSourceParams.LineItem.Type, val itemDescription: String, val totalAmount: Int, val quantity: Int? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(itemType: KlarnaSourceParams.LineItem.Type, itemDescription: String, totalAmount: Int, quantity: Int? = null)