PostLoanChanges

@Serializable
data class PostLoanChanges(val removedEntityIds: List<Int>? = null)

Parameters

removedEntityIds

Constructors

Link copied to clipboard
constructor(removedEntityIds: List<Int>? = null)

Properties

Link copied to clipboard
val removedEntityIds: List<Int>? = null