MortgageDto

constructor(mortgageId: String, customerId: String, mortgageAmount: AmountDto, mortgageName: String? = null, address: AddressDto? = null)

Parameters

mortgageId

ID of the mortgage.

customerId

Customer ID of the mortgage holder.

mortgageAmount

The total amount of the mortgage loan.

mortgageName

Mortgage name or description.

address

Address of the real estate by which the mortgage is secured.