Sha256: 86610aa22b3d34509bbeb873900658e409a50fd4aeb9ab7c99ac3f271516a13d

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# SyncteraRubySdk::AddVendorAccountFailure

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **reason** | [**AddVendorAccountsErrorReason**](AddVendorAccountsErrorReason.md) |  |  |
| **reason_description** | **String** | A human-readable message describing the reason for the failure. |  |
| **vendor_account_id** | **String** | The vendor account ID for the account that failed. For Plaid, this is an `account_id`.  |  |
| **vendor_error_message** | **String** | The display_message returned by the vendor. Only returned if reason is set to `PROVIDER_ERROR`. For Plaid, this is the `display_message`.  | [optional] |
| **vendor_request_id** | **String** | A unique identifier for the request from the vendor, which can be used for troubleshooting. Only returned if reason is set to `PROVIDER_ERROR`.  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AddVendorAccountFailure.new(
  reason: null,
  reason_description: null,
  vendor_account_id: blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo,
  vendor_error_message: null,
  vendor_request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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