Sha256: 7a11dbe6531e6434ff14781a9b407fc1c03dcc65b6dd654ade0a2413da75d9d0

Contents?: true

Size: 496 Bytes

Versions: 4

Compression:

Stored size: 496 Bytes

Contents

# Plaid::ProcessorBalanceGetResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | [**AccountBase**](AccountBase.md) |  |  |
| **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::ProcessorBalanceGetResponse.new(
  account: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/ProcessorBalanceGetResponse.md
plaid-14.0.0.beta.3 docs/ProcessorBalanceGetResponse.md
plaid-14.0.0.beta.2 docs/ProcessorBalanceGetResponse.md
plaid-14.0.0.beta.1 docs/ProcessorBalanceGetResponse.md