PutLoanProductsProductIdResponse

@Serializable
data class PutLoanProductsProductIdResponse(val changes: PutLoanChanges? = null, val resourceId: Long? = null)

PutLoanProductsProductIdResponse

Parameters

changes
resourceId

Constructors

Link copied to clipboard
constructor(changes: PutLoanChanges? = null, resourceId: Long? = null)

Properties

Link copied to clipboard
val changes: PutLoanChanges? = null
Link copied to clipboard
val resourceId: Long? = null