PutChargeTransactionChangesRequest

@Serializable
data class PutChargeTransactionChangesRequest(val id: Long? = null, val loanId: Long? = null)

PutChargeTransactionChangesRequest

Parameters

id
loanId

Constructors

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

Properties

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