InlineJobResponse

@Serializable
data class InlineJobResponse(val loanIds: List<Long>? = null)

InlineJobResponse

Parameters

loanIds

Constructors

Link copied to clipboard
constructor(loanIds: List<Long>? = null)

Properties

Link copied to clipboard
val loanIds: List<Long>? = null