Sha256: 0d02046584ea08f53acdb3a0fcadac35b91c1f5d88d0f9c78fb95ce4b36ff0e6
Contents?: true
Size: 1.79 KB
Versions: 19
Compression:
Stored size: 1.79 KB
Contents
# MxPlatformRuby::MemberResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggregated_at** | **String** | | [optional] | | **background_aggregation_is_disabled** | **Boolean** | | [optional] | | **connection_status** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **id** | **String** | | [optional] | | **institution_code** | **String** | | [optional] | | **is_being_aggregated** | **Boolean** | | [optional] | | **is_managed_by_user** | **Boolean** | | [optional] | | **is_oauth** | **Boolean** | | [optional] | | **metadata** | **String** | | [optional] | | **name** | **String** | | [optional] | | **oauth_window_uri** | **String** | | [optional] | | **successfully_aggregated_at** | **String** | | [optional] | | **user_guid** | **String** | | [optional] | | **user_id** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MemberResponse.new( aggregated_at: 2016-10-13T18:07:57.000Z, background_aggregation_is_disabled: false, connection_status: CONNECTED, guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b, id: unique_id, institution_code: chase, is_being_aggregated: false, is_managed_by_user: false, is_oauth: false, metadata: \"credentials_last_refreshed_at\": \"2015-10-15\", name: Chase Bank, oauth_window_uri: https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2, successfully_aggregated_at: 2016-10-13T17:57:38.000Z, user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54, user_id: user123 ) ```
Version data entries
19 entries across 19 versions & 1 rubygems