vnorder / com.venuenext.vnorder.orders.model / LineItem / <init>

<init>

LineItem(@NotNull uuid: String = "", id: String = "", itemID: String = "", orderUUID: String? = "", lineItemName: String? = "", lineItemSpecialType: String? = SPECIAL_TYPE_UNKNOWN, itemUUID: String? = "", productSKU: String? = "", discountAmountInCents: Int? = 0, modifiers: List<List<LineItemModifier>>? = null, price: Double? = 0.0, paymentType: String? = "", quantity: Int? = 0, rate: Double? = 0.0, tax: Double? = 0.0, taxRules: List<TaxRule>? = null, totalAmountInCents: Int? = 0, taxAmountInCents: Int? = 0, type: String? = null, parentLineItemUUID: String? = null, reorderLineItemUUID: String? = null, total: Double? = 0.0, eventUUID: String? = "", expiresAt: String? = null)