Sha256: 53212e5aaa14a855def04276adedef9eec0c47c53921dd9eb1228332bd3aedf6

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# Buildium::RentalOwnerPostMessageTaxInformation

## 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** | [**TaxInformationPostMessageAddress**](TaxInformationPostMessageAddress.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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