# atom_api.BankLinkPayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **String** | The ID for the account to which the bank link belongs | [optional] 
**bankAccountHolder** | **String** | Name of the individual that owns the bank account | 
**bankAccountNumber** | **String** | Account number of the bank account | 
**name** | **String** | Name of the bank for the bank link, e.g. HSBC | 
**routing** | **String** | Routing number of the bank for the bank link | 
**routingWire** | **String** | Routing number of the bank for the bank link used for wire transfers | [optional] 
**mask** | **String** | Masked version of the bank account number for this bank link | [optional] 
**bankAccountName** | **String** | Name of the bank account, e.g. Mike’s HSBC Checking | [optional] 
**clientId** | **String** | ID of the client to which the bank link belongs | [optional] 
**currencyCode** | **String** | Alphabetic currency code for the base currency of the bank account linked, limited to 3 characters | [optional] 
**balance** | **String** | Current balance of the bank account | [optional] 
**availableBalance** | **String** | Available balance of the bank account, usually taking into consideration pending transactions or available overdraft | [optional] 
**type** | **String** | Used to indicate the type of bank account for this bank link such as a ‘savings’ account | [optional] 
**isActive** | **Boolean** | Indicates if the bank link is active. Defaults to true which indicates it is active | [optional] [default to true]
**isLinkVerified** | **Boolean** | Indicates if the bank link has been verified. Defaults to false which indicates it has not been verified | [optional] [default to false]
**linkVerifiedDate** | **Date** | Date and time that the bank link was verified | [optional] 
**metadata** | **Object** | Custom information associated with the bank link in the format key:value | [optional] 
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 


