Sha256: 5262ce97be0b16a392662c565ec5c5210ed4de6369bae16e746367dcd7224d8e
Contents?: true
Size: 1.09 KB
Versions: 49
Compression:
Stored size: 1.09 KB
Contents
# MxPlatformRuby::MemberStatusResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggregated_at** | **String** | | [optional] | | **challenges** | [**Array<ChallengeResponse>**](ChallengeResponse.md) | | [optional] | | **connection_status** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **has_processed_accounts** | **Boolean** | | [optional] | | **has_processed_transactions** | **Boolean** | | [optional] | | **is_authenticated** | **Boolean** | | [optional] | | **is_being_aggregated** | **Boolean** | | [optional] | | **successfully_aggregated_at** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MemberStatusResponse.new( aggregated_at: 2016-10-13T18:07:57.000Z, challenges: null, connection_status: CONNECTED, guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b, has_processed_accounts: true, has_processed_transactions: false, is_authenticated: false, is_being_aggregated: false, successfully_aggregated_at: 2016-10-13T17:57:38.000Z ) ```
Version data entries
49 entries across 49 versions & 1 rubygems