WithdrawalDto

data class WithdrawalDto(var interestRate: BigDecimal? = null, var interestPeriod: Int? = null)

Information about security withdrawal.

Parameters

interestRate

Security withdrawal interest rate.

interestPeriod

Security withdrawal interest period in days.

Constructors

Link copied to clipboard
constructor(interestRate: BigDecimal? = null, interestPeriod: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard