Sha256: 55c03d10953023e48a15019bb03df4cd8ef7b168b651e9cb10f0d69c40bed4f5
Contents?: true
Size: 846 Bytes
Versions: 4
Compression:
Stored size: 846 Bytes
Contents
# Plaid::DepositSwitchTargetAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_number** | **String** | Account number for deposit switch destination | | | **routing_number** | **String** | Routing number for deposit switch destination | | | **account_name** | **String** | The name of the deposit switch destination account, as it will be displayed to the end user in the Deposit Switch interface. It is not required to match the name used in online banking. | | | **account_subtype** | **String** | The account subtype of the account, either `checking` or `savings`. | | ## Example ```ruby require 'plaid' instance = Plaid::DepositSwitchTargetAccount.new( account_number: null, routing_number: null, account_name: null, account_subtype: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems