Sha256: f9e593c1e04b00d712988c5fedd5c989f1fc3dcb16d1756e61438d5dbc41bf8a
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
# Buildium::BankAccountMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Bank account unique identifier. | [optional] | | **gl_account** | [**BankAccountMessageGLAccount**](BankAccountMessageGLAccount.md) | | [optional] | | **check_printing_info** | [**BankAccountMessageCheckPrintingInfo**](BankAccountMessageCheckPrintingInfo.md) | | [optional] | | **electronic_payments** | [**BankAccountMessageElectronicPayments**](BankAccountMessageElectronicPayments.md) | | [optional] | | **name** | **String** | Bank Account name. | [optional] | | **description** | **String** | Bank account description. | [optional] | | **bank_account_type** | **String** | Type of bank account. Values are `Checking` or `Savings`. | [optional] | | **country** | **String** | The country the bank account is in. | [optional] | | **account_number** | **String** | Bank account number. | [optional] | | **routing_number** | **String** | Bank routing number. | [optional] | | **is_active** | **Boolean** | Bank Account Status | [optional] | | **balance** | **Float** | Bank Account balance | [optional] | | **account_number_unmasked** | **String** | Unmasked bank account number | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountMessage.new( id: null, gl_account: null, check_printing_info: null, electronic_payments: null, name: null, description: null, bank_account_type: null, country: null, account_number: null, routing_number: null, is_active: null, balance: null, account_number_unmasked: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountMessage.md |