PostLoansLoanIdScheduleResponse

@Serializable
data class PostLoansLoanIdScheduleResponse(val changes: PostLoanChanges? = null, val loanId: Long? = null)

PostLoansLoanIdScheduleResponse

Parameters

changes
loanId

Constructors

Link copied to clipboard
constructor(changes: PostLoanChanges? = null, loanId: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val loanId: Long? = null