Deal Response
data class DealResponse(val id: String, val title: String, val value: BigDecimal, val contactId: String?, val stageId: String, val createdAt: LocalDateTime)(source)
Constructors
Link copied to clipboard
constructor(id: String, title: String, value: BigDecimal, contactId: String?, stageId: String, createdAt: LocalDateTime)