Sha256: 6a12643983afa98ad06d57c0e0d766839f5be4f11a5185e40ede8d11d50a7986
Contents?: true
Size: 939 Bytes
Versions: 3
Compression:
Stored size: 939 Bytes
Contents
# Buildium::RentalOwnerTaxInformationMessage ## 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] | | **include_in1099** | **Boolean** | Indicates whether the rental owner should be included in 1099 form generation. | [optional] | | **address** | [**AddressMessage**](AddressMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalOwnerTaxInformationMessage.new( tax_payer_id_type: null, tax_payer_id: null, tax_payer_name1: null, tax_payer_name2: null, include_in1099: null, address: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/RentalOwnerTaxInformationMessage.md |
buildium-ruby-2.1.0 | docs/RentalOwnerTaxInformationMessage.md |
buildium-ruby-2.0.1 | docs/RentalOwnerTaxInformationMessage.md |