Sha256: 5d734e019c09ad37e215c151da90bd9b3d7b9c0dfc3304f5a0687292cbe2f781
Contents?: true
Size: 474 Bytes
Versions: 4
Compression:
Stored size: 474 Bytes
Contents
# Plaid::MortgageInterestRate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **percentage** | **Float** | Percentage value (interest rate of current mortgage, not APR) of interest payable on a loan. | [optional] | | **type** | **String** | The type of interest charged (fixed or variable). | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::MortgageInterestRate.new( percentage: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems