mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-25 14:59:22 +01:00
productElementId can be null
This commit is contained in:
@@ -17,7 +17,7 @@ package com.lbs.api.json.model
|
||||
*/
|
||||
|
||||
case class Valuation(alternativePrice: Option[String], contractId: Long, isExternalReferralAllowed: Boolean,
|
||||
isReferralRequired: Boolean, payerId: Long, price: Double, productElementId: Long, productId: Long,
|
||||
isReferralRequired: Boolean, payerId: Long, price: Double, productElementId: Option[Long], productId: Long,
|
||||
productInContractId: Long, requireReferralForPP: Boolean, valuationType: Long) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user