Sha256: 30554657eab9b8328c302fc70f3530fc70df020940d04c7b20b3b01a8f44287b
Contents?: true
Size: 408 Bytes
Versions: 16
Compression:
Stored size: 408 Bytes
Contents
# MoneyKit::GetInstitutionsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **institutions** | [**Array<Institution>**](Institution.md) | | | | **cursors** | [**CursorPagination**](CursorPagination.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetInstitutionsResponse.new( institutions: null, cursors: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems