Sha256: e6a7cf26c48d43c8c0dccd8597ff8c9861bf5ef20310cf8fd2f1e09e1b67669b
Contents?: true
Size: 868 Bytes
Versions: 70
Compression:
Stored size: 868 Bytes
Contents
# MxPlatformRuby::MemberCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **background_aggregation_is_disabled** | **Boolean** | | [optional] | | **credentials** | [**Array<CredentialRequest>**](CredentialRequest.md) | | | | **id** | **String** | | [optional] | | **institution_code** | **String** | | | | **is_oauth** | **Boolean** | | [optional] | | **metadata** | **String** | | [optional] | | **skip_aggregation** | **Boolean** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MemberCreateRequest.new( background_aggregation_is_disabled: false, credentials: null, id: unique_id, institution_code: chase, is_oauth: false, metadata: \"credentials_last_refreshed_at\": \"2015-10-15\", skip_aggregation: false ) ```
Version data entries
70 entries across 70 versions & 1 rubygems