Sha256: b087d3da5506369de9991843c1b9976a1127ef1756e4849e4f5fe9048dc46807

Contents?: true

Size: 581 Bytes

Versions: 4

Compression:

Stored size: 581 Bytes

Contents

# SyncteraRubySdk::InternalAccountPatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_type** | [**InternalAccountType**](InternalAccountType.md) |  | [optional] |
| **description** | **String** | A user provided description for the current account | [optional] |
| **purpose** | [**InternalAccountPurpose**](InternalAccountPurpose.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::InternalAccountPatch.new(
  account_type: null,
  description: null,
  purpose: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/InternalAccountPatch.md
synctera_ruby_sdk-1.1.2 docs/InternalAccountPatch.md
synctera_ruby_sdk-1.1.1 docs/InternalAccountPatch.md
synctera_ruby_sdk-1.0.0 docs/InternalAccountPatch.md