LineItem

fun LineItem(    itemType: KlarnaSourceParams.LineItem.Type,     itemDescription: String,     totalAmount: Int,     quantity: Int? = null)