PostCreateRescheduleLoansResponse

@Serializable
data class PostCreateRescheduleLoansResponse(val clientId: Long? = null, val loanId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null)

PostCreateRescheduleLoansResponse

Parameters

clientId
loanId
officeId
resourceId

Constructors

Link copied to clipboard
constructor(clientId: Long? = null, loanId: Long? = null, officeId: Long? = null, resourceId: Long? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val loanId: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val resourceId: Long? = null