Sha256: ffbca67aec20e40ebb54053e8a4a07cf38b4ca656597f7c2c16935d5f06361e4
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
# Buildium::BankAccountMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Bank account unique identifier. | [optional] | | **gl_account** | [**GLAccountMessage**](GLAccountMessage.md) | | [optional] | | **check_printing_info** | [**CheckPrintingInfoMessage**](CheckPrintingInfoMessage.md) | | [optional] | | **electronic_payments** | [**ElectronicPaymentsMessage**](ElectronicPaymentsMessage.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankAccountMessage.md |
buildium-ruby-2.1.0 | docs/BankAccountMessage.md |