Sha256: 4def13e78d863c7e0bb6f171d036173490fb32188989c2cc1a90e3368af82188

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

# Plaid::StudentLoanStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **end_date** | **String** | The date until which the loan will be in its current status. Dates are returned in an ISO 8601 format (YYYY-MM-DD).  | [optional] |
| **type** | **String** | The status type of the student loan | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::StudentLoanStatus.new(
  end_date: null,
  type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/StudentLoanStatus.md
plaid-14.0.0.beta.3 docs/StudentLoanStatus.md
plaid-14.0.0.beta.2 docs/StudentLoanStatus.md
plaid-14.0.0.beta.1 docs/StudentLoanStatus.md