Sha256: 2bfdec4c3235973ae872457a40d267232b35311d3bb64160932eb4dbf21c720b

Contents?: true

Size: 382 Bytes

Versions: 4

Compression:

Stored size: 382 Bytes

Contents

# SyncteraRubySdk::DisclosureResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **disclosures** | [**Array<Disclosure1>**](Disclosure1.md) | List of the customer's disclosures | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::DisclosureResponse.new(
  disclosures: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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