hpe
02/14/2017, 10:33 AMif (member?.productOwnerships!!.any{ it.active!! })
with Member
containing
`@Ignore @SerializedName("product_ownerships") val productOwnerships : List<Product> = emptyList()`and Product
containing open var active: Boolean? = false