GetLoanAccountingMappings

@Serializable
data class GetLoanAccountingMappings(val fundSourceAccount: GetGlAccountMapping? = null, val goodwillCreditAccount: GetGlAccountMapping? = null, val incomeFromFeeAccount: GetGlAccountMapping? = null, val incomeFromPenaltyAccount: GetGlAccountMapping? = null, val incomeFromRecoveryAccount: GetGlAccountMapping? = null, val interestOnLoanAccount: GetGlAccountMapping? = null, val loanPortfolioAccount: GetGlAccountMapping? = null, val overpaymentLiabilityAccount: GetGlAccountMapping? = null, val receivableInterestAccount: GetGlAccountMapping? = null, val receivablePenaltyAccount: GetGlAccountMapping? = null, val transfersInSuspenseAccount: GetGlAccountMapping? = null, val writeOffAccount: GetGlAccountMapping? = null)

Parameters

fundSourceAccount
goodwillCreditAccount
incomeFromFeeAccount
incomeFromPenaltyAccount
incomeFromRecoveryAccount
interestOnLoanAccount
loanPortfolioAccount
overpaymentLiabilityAccount
receivableInterestAccount
receivablePenaltyAccount
transfersInSuspenseAccount
writeOffAccount

Constructors

Link copied to clipboard
constructor(fundSourceAccount: GetGlAccountMapping? = null, goodwillCreditAccount: GetGlAccountMapping? = null, incomeFromFeeAccount: GetGlAccountMapping? = null, incomeFromPenaltyAccount: GetGlAccountMapping? = null, incomeFromRecoveryAccount: GetGlAccountMapping? = null, interestOnLoanAccount: GetGlAccountMapping? = null, loanPortfolioAccount: GetGlAccountMapping? = null, overpaymentLiabilityAccount: GetGlAccountMapping? = null, receivableInterestAccount: GetGlAccountMapping? = null, receivablePenaltyAccount: GetGlAccountMapping? = null, transfersInSuspenseAccount: GetGlAccountMapping? = null, writeOffAccount: GetGlAccountMapping? = null)

Properties