Sha256: c66ae6ddce51821dc74d391758aca7b180c904a9106eea7a9e58fc7dbd588ce2
Contents?: true
Size: 902 Bytes
Versions: 4
Compression:
Stored size: 902 Bytes
Contents
# Plaid::LiabilitiesObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **credit** | [**Array<CreditCardLiability>**](CreditCardLiability.md) | The credit accounts returned. If no credit accounts are returned, `credit` will not be present in the schema. | [optional] | | **mortgage** | [**Array<MortgageLiability>**](MortgageLiability.md) | The mortgage accounts returned. If no mortgage accounts are returned, `mortgage` will not be present in the schema. | [optional] | | **student** | [**Array<StudentLoan>**](StudentLoan.md) | The student loan accounts returned. If no student loan accounts are returned, `student` will not be present in the schema. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::LiabilitiesObject.new( credit: null, mortgage: null, student: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/LiabilitiesObject.md |
plaid-14.0.0.beta.3 | docs/LiabilitiesObject.md |
plaid-14.0.0.beta.2 | docs/LiabilitiesObject.md |
plaid-14.0.0.beta.1 | docs/LiabilitiesObject.md |