Sha256: ef8d86bd9771b260edf89ff770aa841b974cbf65fd5a8b20b9baef4186266984
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
# Buildium::TaxInformationSaveMessage ## 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] | | **include_in1099** | **Boolean** | Indicates whether the vendor should be included in 1099 form generation. | | | **address** | [**SaveAddressMessage**](SaveAddressMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::TaxInformationSaveMessage.new( tax_payer_id: null, tax_payer_type: 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/TaxInformationSaveMessage.md |
buildium-ruby-2.1.0 | docs/TaxInformationSaveMessage.md |
buildium-ruby-2.0.1 | docs/TaxInformationSaveMessage.md |