Sha256: f037b87f6a0ec2443ef6c9f41e6a8a1faf1a8e7c194407a35fc94d4c75ec3148
Contents?: true
Size: 616 Bytes
Versions: 4
Compression:
Stored size: 616 Bytes
Contents
# Plaid::StudentLoanRepaymentModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The only currently supported value for this field is `standard`. | | | **non_repayment_months** | **Float** | Configures the number of months before repayment starts. | | | **repayment_months** | **Float** | Configures the number of months of repayments before the loan is paid off. | | ## Example ```ruby require 'plaid' instance = Plaid::StudentLoanRepaymentModel.new( type: null, non_repayment_months: null, repayment_months: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems