Sha256: a2571d74573d9705bdb729134cf9a82df0b76f768c332634c7734a3e808cd959
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 Bytes
Contents
# Plaid::BankTransferBalanceGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **origination_account_id** | **String** | If multiple origination accounts are available, `origination_account_id` must be used to specify the account for which balance will be returned. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::BankTransferBalanceGetRequest.new( client_id: null, secret: null, origination_account_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/BankTransferBalanceGetRequest.md |
plaid-14.0.0.beta.2 | docs/BankTransferBalanceGetRequest.md |
plaid-14.0.0.beta.1 | docs/BankTransferBalanceGetRequest.md |