GetLoanProductsResponse

@Serializable
data class GetLoanProductsResponse(val accountingRule: GetLoanProductsAccountingRule? = null, val amortizationType: GetLoanProductsAmortizationType? = null, val annualInterestRate: Double? = null, val currency: GetLoanProductsCurrency? = null, val daysInMonthType: GetLoansProductsDaysInMonthType? = null, val daysInYearType: GetLoansProductsDaysInYearType? = null, val endDate: LocalDate? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val id: Long? = null, val includeInBorrowerCycle: Boolean? = null, val interestCalculationPeriodType: GetLoansProductsInterestCalculationPeriodType? = null, val interestRateFrequencyType: GetLoanProductsInterestRateFrequencyType? = null, val interestRatePerPeriod: Double? = null, val interestRateVariationsForBorrowerCycle: List<Int>? = null, val interestRecalculationData: GetLoanProductsInterestRecalculationData? = null, val interestType: GetLoanProductsInterestType? = null, val isInterestRecalculationEnabled: Boolean? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipal: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipal: Double? = null, val name: String? = null, val numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, val numberOfRepayments: Int? = null, val principal: Double? = null, val principalThresholdForLastInstalment: Int? = null, val principalVariationsForBorrowerCycle: List<Int>? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: GetLoanProductsRepaymentFrequencyType? = null, val repaymentStartDateType: GetLoanProductsRepaymentStartDateType? = null, val shortName: String? = null, val startDate: LocalDate? = null, val status: String? = null, val transactionProcessingStrategy: String? = null, val transactionProcessingStrategyName: String? = null, val useBorrowerCycle: Boolean? = null)

GetLoanProductsResponse

Parameters

accountingRule
amortizationType
annualInterestRate
currency
daysInMonthType
daysInYearType
endDate
fixedPrincipalPercentagePerInstallment
id
includeInBorrowerCycle
interestCalculationPeriodType
interestRateFrequencyType
interestRatePerPeriod
interestRateVariationsForBorrowerCycle
interestRecalculationData
interestType
isInterestRecalculationEnabled
maxNumberOfRepayments
maxPrincipal
minNumberOfRepayments
minPrincipal
name
numberOfRepaymentVariationsForBorrowerCycle
numberOfRepayments
principal
principalThresholdForLastInstalment
principalVariationsForBorrowerCycle
repaymentEvery
repaymentFrequencyType
repaymentStartDateType
shortName
startDate
status
transactionProcessingStrategy
transactionProcessingStrategyName
useBorrowerCycle

Constructors

Link copied to clipboard
constructor(accountingRule: GetLoanProductsAccountingRule? = null, amortizationType: GetLoanProductsAmortizationType? = null, annualInterestRate: Double? = null, currency: GetLoanProductsCurrency? = null, daysInMonthType: GetLoansProductsDaysInMonthType? = null, daysInYearType: GetLoansProductsDaysInYearType? = null, endDate: LocalDate? = null, fixedPrincipalPercentagePerInstallment: Double? = null, id: Long? = null, includeInBorrowerCycle: Boolean? = null, interestCalculationPeriodType: GetLoansProductsInterestCalculationPeriodType? = null, interestRateFrequencyType: GetLoanProductsInterestRateFrequencyType? = null, interestRatePerPeriod: Double? = null, interestRateVariationsForBorrowerCycle: List<Int>? = null, interestRecalculationData: GetLoanProductsInterestRecalculationData? = null, interestType: GetLoanProductsInterestType? = null, isInterestRecalculationEnabled: Boolean? = null, maxNumberOfRepayments: Int? = null, maxPrincipal: Double? = null, minNumberOfRepayments: Int? = null, minPrincipal: Double? = null, name: String? = null, numberOfRepaymentVariationsForBorrowerCycle: List<Int>? = null, numberOfRepayments: Int? = null, principal: Double? = null, principalThresholdForLastInstalment: Int? = null, principalVariationsForBorrowerCycle: List<Int>? = null, repaymentEvery: Int? = null, repaymentFrequencyType: GetLoanProductsRepaymentFrequencyType? = null, repaymentStartDateType: GetLoanProductsRepaymentStartDateType? = null, shortName: String? = null, startDate: LocalDate? = null, status: String? = null, transactionProcessingStrategy: String? = null, transactionProcessingStrategyName: String? = null, useBorrowerCycle: Boolean? = null)

Properties

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 endDate: LocalDate? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxPrincipal: Double? = null
Link copied to clipboard
Link copied to clipboard
val minPrincipal: Double? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val numberOfRepayments: Int? = null
Link copied to clipboard
val principal: Double? = null
Link copied to clipboard
val repaymentEvery: Int? = null
Link copied to clipboard
val shortName: String? = null
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard
val status: String? = null
Link copied to clipboard