GetSelfSavingsAccountsAccountIdTransactionsTransactionIdResponse

@Serializable
data class GetSelfSavingsAccountsAccountIdTransactionsTransactionIdResponse(val accountId: Int? = null, val accountNo: Long? = null, val amount: Int? = null, val currency: GetSelfSavingsTransactionCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val paymentDetailData: GetSelfSavingsPaymentDetailData? = null, val reversed: Boolean? = null, val runningBalance: Int? = null, val transactionType: GetSelfSavingsTransactionType? = null)

GetSelfSavingsAccountsAccountIdTransactionsTransactionIdResponse

Parameters

accountId
accountNo
amount
currency
date
id
paymentDetailData
reversed
runningBalance
transactionType

Constructors

constructor(accountId: Int? = null, accountNo: Long? = null, amount: Int? = null, currency: GetSelfSavingsTransactionCurrency? = null, date: LocalDate? = null, id: Int? = null, paymentDetailData: GetSelfSavingsPaymentDetailData? = null, reversed: Boolean? = null, runningBalance: Int? = null, transactionType: GetSelfSavingsTransactionType? = null)

Properties

Link copied to clipboard
val accountId: Int? = null
Link copied to clipboard
val accountNo: Long? = null
Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
Link copied to clipboard
val date: LocalDate? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val reversed: Boolean? = null
Link copied to clipboard
val runningBalance: Int? = null
Link copied to clipboard