GetLoansLoanIdLoanTransactionRelation

@Serializable
data class GetLoansLoanIdLoanTransactionRelation(val amount: Double? = null, val fromLoanTransaction: Long? = null, val paymentType: String? = null, val relationType: String? = null, val toLoanCharge: Long? = null, val toLoanTransaction: Long? = null)

List of GetLoansLoanIdLoanTransactionRelationData

Parameters

amount
fromLoanTransaction
paymentType
relationType
toLoanCharge
toLoanTransaction

Constructors

Link copied to clipboard
constructor(amount: Double? = null, fromLoanTransaction: Long? = null, paymentType: String? = null, relationType: String? = null, toLoanCharge: Long? = null, toLoanTransaction: Long? = null)

Properties

Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
Link copied to clipboard
val paymentType: String? = null
Link copied to clipboard
val relationType: String? = null
Link copied to clipboard
val toLoanCharge: Long? = null
Link copied to clipboard
val toLoanTransaction: Long? = null