PostCollectionSheetBulkRepaymentTransactions

@Serializable
data class PostCollectionSheetBulkRepaymentTransactions(val loanId: Long? = null, val paymentTypeId: Long? = null, val receiptNumber: Long? = null, val transactionAmount: Double? = null)

Parameters

loanId
paymentTypeId
receiptNumber
transactionAmount

Constructors

constructor(loanId: Long? = null, paymentTypeId: Long? = null, receiptNumber: Long? = null, transactionAmount: Double? = null)

Properties

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