GetSavingsAccountTransactionsPageItem

@Serializable
data class GetSavingsAccountTransactionsPageItem(val accountId: Long? = null, val accountNo: String? = null, val amount: Double? = null, val chargesPaidByData: Set<GetSavingsAccountChargesPaidByData>? = null, val currency: GetTransactionsCurrency? = null, val date: LocalDate? = null, val entryType: GetSavingsAccountTransactionsPageItem.EntryType? = null, val id: Long? = null, val interestedPostedAsOn: Boolean? = null, val isManualTransaction: Boolean? = null, val isReversal: Boolean? = null, val lienTransaction: Boolean? = null, val originalTransactionId: Long? = null, val paymentDetailData: GetTransactionsPaymentDetailData? = null, val releaseTransactionId: Long? = null, val reversed: Boolean? = null, val runningBalance: Double? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null, val transactionType: GetTranscationEnumData? = null)

Parameters

accountId
accountNo
amount
chargesPaidByData
currency
date
entryType
id
interestedPostedAsOn
isManualTransaction
isReversal
lienTransaction
originalTransactionId
paymentDetailData
releaseTransactionId
reversed
runningBalance
submittedByUsername
submittedOnDate
transactionType

Constructors

Link copied to clipboard
constructor(accountId: Long? = null, accountNo: String? = null, amount: Double? = null, chargesPaidByData: Set<GetSavingsAccountChargesPaidByData>? = null, currency: GetTransactionsCurrency? = null, date: LocalDate? = null, entryType: GetSavingsAccountTransactionsPageItem.EntryType? = null, id: Long? = null, interestedPostedAsOn: Boolean? = null, isManualTransaction: Boolean? = null, isReversal: Boolean? = null, lienTransaction: Boolean? = null, originalTransactionId: Long? = null, paymentDetailData: GetTransactionsPaymentDetailData? = null, releaseTransactionId: Long? = null, reversed: Boolean? = null, runningBalance: Double? = null, submittedByUsername: String? = null, submittedOnDate: LocalDate? = null, transactionType: GetTranscationEnumData? = null)

Types

Link copied to clipboard

Values: CREDIT,DEBIT

Properties

Link copied to clipboard
val accountId: Long? = null
Link copied to clipboard
val accountNo: String? = null
Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
Link copied to clipboard
val date: LocalDate? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isReversal: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reversed: Boolean? = null
Link copied to clipboard
val runningBalance: Double? = null
Link copied to clipboard
Link copied to clipboard
val submittedOnDate: LocalDate? = null
Link copied to clipboard