GetLoansLoanIdTransactionsTransactionIdResponse

@Serializable
data class GetLoansLoanIdTransactionsTransactionIdResponse(val amount: Double? = null, val currency: GetLoansCurrency? = null, val date: LocalDate? = null, val externalId: String? = null, val feeChargesPortion: Double? = null, val id: Long? = null, val interestPortion: Double? = null, val loanChargePaidByList: Set<GetLoansLoanIdLoanChargePaidByData>? = null, val manuallyReversed: Boolean? = null, val netDisbursalAmount: Double? = null, val outstandingLoanBalance: Double? = null, val overpaymentPortion: Double? = null, val paymentDetailData: PaymentDetailData? = null, val penaltyChargesPortion: Double? = null, val possibleNextRepaymentDate: LocalDate? = null, val principalPortion: Double? = null, val reversalExternalId: String? = null, val reversedOnDate: LocalDate? = null, val submittedOnDate: LocalDate? = null, val transactionRelations: Set<GetLoanTransactionRelation>? = null, val type: GetLoansType? = null, val unrecognizedIncomePortion: Double? = null)

GetLoansLoanIdTransactionsTransactionIdResponse

Parameters

amount
currency
date
externalId
feeChargesPortion
id
interestPortion
loanChargePaidByList
manuallyReversed
netDisbursalAmount
outstandingLoanBalance
overpaymentPortion
paymentDetailData
penaltyChargesPortion
possibleNextRepaymentDate
principalPortion
reversalExternalId
reversedOnDate
submittedOnDate
transactionRelations
type
unrecognizedIncomePortion

Constructors

constructor(amount: Double? = null, currency: GetLoansCurrency? = null, date: LocalDate? = null, externalId: String? = null, feeChargesPortion: Double? = null, id: Long? = null, interestPortion: Double? = null, loanChargePaidByList: Set<GetLoansLoanIdLoanChargePaidByData>? = null, manuallyReversed: Boolean? = null, netDisbursalAmount: Double? = null, outstandingLoanBalance: Double? = null, overpaymentPortion: Double? = null, paymentDetailData: PaymentDetailData? = null, penaltyChargesPortion: Double? = null, possibleNextRepaymentDate: LocalDate? = null, principalPortion: Double? = null, reversalExternalId: String? = null, reversedOnDate: LocalDate? = null, submittedOnDate: LocalDate? = null, transactionRelations: Set<GetLoanTransactionRelation>? = null, type: GetLoansType? = null, unrecognizedIncomePortion: Double? = null)

Properties

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 externalId: String? = null
Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val interestPortion: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val possibleNextRepaymentDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reversedOnDate: LocalDate? = null
Link copied to clipboard
val submittedOnDate: LocalDate? = null
Link copied to clipboard
val type: GetLoansType? = null
Link copied to clipboard