Sha256: b5e6791626320651c07c404c44080a1b248d042929c46610c3da9b34f701ef7e
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
# Plaid::BankTransferReceiverDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available_balance** | **String** | The sign of the available balance for the receiver bank account associated with the receiver event at the time the matching transaction was found. Can be `positive`, `negative`, or null if the balance was not available at the time. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::BankTransferReceiverDetails.new( available_balance: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems