Sha256: 67f9e4940468db5dc6fce3d98d41d2602c0c9ebff072c74d663e534d950d31e2
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
# Plaid::Meta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The account's name | | | **official_name** | **String** | The account's official name | | | **limit** | **Float** | The account's limit | | ## Example ```ruby require 'plaid' instance = Plaid::Meta.new( name: null, official_name: null, limit: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/Meta.md |
plaid-14.0.0.beta.3 | docs/Meta.md |
plaid-14.0.0.beta.2 | docs/Meta.md |
plaid-14.0.0.beta.1 | docs/Meta.md |