Sha256: dda77db248ec3195fde693ce0d38ec756219169b792bb93145572e5616384e38
Contents?: true
Size: 433 Bytes
Versions: 4
Compression:
Stored size: 433 Bytes
Contents
# Plaid::StudentRepaymentPlan ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | The description of the repayment plan as provided by the servicer. | [optional] | | **type** | **String** | The type of the repayment plan. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::StudentRepaymentPlan.new( description: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems