ExternalTransferDataDetails

@Serializable
data class ExternalTransferDataDetails(val detailsId: Long? = null, val totalFeeChargesOutstanding: Double? = null, val totalInterestOutstanding: Double? = null, val totalOutstanding: Double? = null, val totalOverpaid: Double? = null, val totalPenaltyChargesOutstanding: Double? = null, val totalPrincipalOutstanding: Double? = null)

Parameters

detailsId
totalFeeChargesOutstanding
totalInterestOutstanding
totalOutstanding
totalOverpaid
totalPenaltyChargesOutstanding
totalPrincipalOutstanding

Constructors

Link copied to clipboard
constructor(detailsId: Long? = null, totalFeeChargesOutstanding: Double? = null, totalInterestOutstanding: Double? = null, totalOutstanding: Double? = null, totalOverpaid: Double? = null, totalPenaltyChargesOutstanding: Double? = null, totalPrincipalOutstanding: Double? = null)

Properties

Link copied to clipboard
val detailsId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalOverpaid: Double? = null
Link copied to clipboard