Sha256: b00db2cfe317954714be14276b0c3f295d7973a3697fef67835cacd5a2461d59

Contents?: true

Size: 784 Bytes

Versions: 2

Compression:

Stored size: 784 Bytes

Contents

# Buildium::AssociationTaxInformationMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **tax_payer_id_type** | **String** | Indicates the type of tax payer id being specified in the request. | [optional] |
| **tax_payer_id** | **String** | The tax payer identifier. | [optional] |
| **tax_payer_name1** | **String** | Tax payer name line 1. | [optional] |
| **tax_payer_name2** | **String** | Tax payer name line 2. | [optional] |
| **address** | [**AddressMessage**](AddressMessage.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AssociationTaxInformationMessage.new(
  tax_payer_id_type: null,
  tax_payer_id: null,
  tax_payer_name1: null,
  tax_payer_name2: null,
  address: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/AssociationTaxInformationMessage.md
buildium-ruby-2.1.0 docs/AssociationTaxInformationMessage.md