Sha256: 2dfa13ff69cab28cda2251ed3830791e18156d97fbdaa9c3b45e503700e35958
Contents?: true
Size: 666 Bytes
Versions: 4
Compression:
Stored size: 666 Bytes
Contents
# Plaid::PSLFStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **estimated_eligibility_date** | **String** | The estimated date borrower will have completed 120 qualifying monthly payments. Returned in ISO 8601 format (YYYY-MM-DD). | [optional] | | **payments_made** | **Float** | The number of qualifying payments that have been made. | [optional] | | **payments_remaining** | **Float** | The number of qualifying payments remaining. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::PSLFStatus.new( estimated_eligibility_date: null, payments_made: null, payments_remaining: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/PSLFStatus.md |
plaid-14.0.0.beta.3 | docs/PSLFStatus.md |
plaid-14.0.0.beta.2 | docs/PSLFStatus.md |
plaid-14.0.0.beta.1 | docs/PSLFStatus.md |