Sha256: e478f134c39af982684a0ab430e4f037eaf19e2ff36460a9ca960abdb6b53db0

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

# Buildium::TaxInformationPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **tax_payer_id** | **String** | The unique identifier of the tax payer. Required if `TaxPayerType` is set. Format the values based on the `TaxPayerIdType` that is specified in the request. `SSN` must be formatted as 123-45-6789. `EIN` must be formatted as 12-3456789. | [optional] |
| **tax_payer_type** | **String** | The tax payer type. Required if `TaxPayerId` is set. | [optional] |
| **tax_payer_name1** | **String** | The tax payer name 1. The value cannot exceed 40 characters. | [optional] |
| **tax_payer_name2** | **String** | The tax payer name 2. The value cannot exceed 40 characters. | [optional] |
| **address** | [**SaveAddressMessage**](SaveAddressMessage.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::TaxInformationPostMessage.new(
  tax_payer_id: null,
  tax_payer_type: null,
  tax_payer_name1: null,
  tax_payer_name2: null,
  address: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/TaxInformationPostMessage.md
buildium-ruby-2.1.0 docs/TaxInformationPostMessage.md
buildium-ruby-2.0.1 docs/TaxInformationPostMessage.md