Sha256: e0c36f8192709b6c5e3b0ab9bdf308679662deeaf3041b0d3190b920107a666f
Contents?: true
Size: 1.44 KB
Versions: 4
Compression:
Stored size: 1.44 KB
Contents
# Plaid::OverrideAccounts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**AccountType**](AccountType.md) | | | | **subtype** | [**AccountSubtype**](AccountSubtype.md) | | | | **starting_balance** | **Float** | If provided, the account will start with this amount as the current balance. | | | **force_available_balance** | **Float** | If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time. | | | **currency** | **String** | ISO-4217 currency code. If provided, the account will be denominated in the given currency. Transactions will also be in this currency by default. | | | **meta** | [**Meta**](Meta.md) | | | | **numbers** | [**Numbers**](Numbers.md) | | | | **transactions** | [**Array<TransactionOverride>**](TransactionOverride.md) | Specify the list of transactions on the account. | | | **identity** | [**OwnerOverride**](OwnerOverride.md) | | | | **liability** | [**LiabilityOverride**](LiabilityOverride.md) | | | | **inflow_model** | [**InflowModel**](InflowModel.md) | | | ## Example ```ruby require 'plaid' instance = Plaid::OverrideAccounts.new( type: null, subtype: null, starting_balance: null, force_available_balance: null, currency: null, meta: null, numbers: null, transactions: null, identity: null, liability: null, inflow_model: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/OverrideAccounts.md |
plaid-14.0.0.beta.3 | docs/OverrideAccounts.md |
plaid-14.0.0.beta.2 | docs/OverrideAccounts.md |
plaid-14.0.0.beta.1 | docs/OverrideAccounts.md |