Sha256: 664285b3ddd3501c378c479cf798edce1e73e0f6fb11e4b5e9aa3ee45c8c13da
Contents?: true
Size: 648 Bytes
Versions: 3
Compression:
Stored size: 648 Bytes
Contents
# Plaid::ProcessorBalanceGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **processor_token** | **String** | The processor token obtained from the Plaid integration partner. Processor tokens are in the format: `processor-<environment>-<identifier>` | | ## Example ```ruby require 'plaid' instance = Plaid::ProcessorBalanceGetRequest.new( client_id: null, secret: null, processor_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/ProcessorBalanceGetRequest.md |
plaid-14.0.0.beta.2 | docs/ProcessorBalanceGetRequest.md |
plaid-14.0.0.beta.1 | docs/ProcessorBalanceGetRequest.md |