Sha256: 729638f490153b30f08f2bc3f7a0821961d710d192aa97298e223ddbe0376d75
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
# Plaid::LinkTokenCreateRequestAccountSubtypesLoan ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_subtypes** | [**Array<AccountSubtype>**](AccountSubtype.md) | An array of account subtypes to display in Link. If not specified, all account subtypes will be shown. For a full list of valid types and subtypes, see the [Account schema](/docs/api/accounts#accounts-schema). | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::LinkTokenCreateRequestAccountSubtypesLoan.new( account_subtypes: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.2 | docs/LinkTokenCreateRequestAccountSubtypesLoan.md |
plaid-14.0.0.beta.1 | docs/LinkTokenCreateRequestAccountSubtypesLoan.md |