PensionDto
constructor(pensionId: String, customerId: String, pensionCurrency: CurrencyDto, balance: AmountDto, pensionName: String? = null, pensionTypeDescription: String? = null, pensionDescription: String? = null)
Parameters
pensionId
ID of the pension.
customerId
Customer ID of the pension holder.
pensionCurrency
Currency of the pension.
balance
The current value of the pension.
pensionName
Name or alias of the pension, typically defined by the user.
pensionTypeDescription
Description of the pension type.
pensionDescription
Description of the pension.