Sha256: ae2b71bc997829705379088af0cf43761194f5a8278a48d6957a6e3ffc6f24ef

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# Buildium::AccountInfoMessageAccountingSettings

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **accounting_book_id** | **Integer** | The accounting book entity unique identifier. | [optional] |
| **default_bank_account_id** | **Integer** | The default bank account unique identifier. | [optional] |
| **default_accounting_basis** | **String** | The default accounting basis. | [optional] |
| **trust_account_warning** | **String** | Indicates the type of trust account warnings are enable within the account, if any. | [optional] |
| **fiscal_year_end_month** | **Integer** | The month the fiscal year ends. | [optional] |
| **fiscal_year_end_day** | **Integer** | The day the fiscal year ends. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AccountInfoMessageAccountingSettings.new(
  accounting_book_id: null,
  default_bank_account_id: null,
  default_accounting_basis: null,
  trust_account_warning: null,
  fiscal_year_end_month: null,
  fiscal_year_end_day: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/AccountInfoMessageAccountingSettings.md