Sha256: 8ad5ce21d762e14ea79a5a5093e6e653df1affe420e8ec897a9f031afa76b786

Contents?: true

Size: 586 Bytes

Versions: 4

Compression:

Stored size: 586 Bytes

Contents

# Plaid::SandboxProcessorTokenCreateResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **processor_token** | **String** | A processor token that can be used to call the `/processor/` endpoints. |  |
| **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::SandboxProcessorTokenCreateResponse.new(
  processor_token: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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