InlineJobRequest

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

InlineJobRequest

Parameters

loanIds

Constructors

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

Properties

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