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