PostSelfLoansLoanIdResponse

@Serializable
data class PostSelfLoansLoanIdResponse(val changes: PostSelfLoansLoanIdChanges? = null, val clientId: Int? = null, val loanId: Int? = null, val officeId: Int? = null, val resourceId: Int? = null)

PostSelfLoansLoanIdResponse

Parameters

changes
clientId
loanId
officeId
resourceId

Constructors

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

Properties

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