Sha256: f2f4cbc9074a494103b3caed6c7b1dcbfbb195b44574127b61f0e479fd1c7548
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# Buildium::VendorPutMessageTaxInformation ## 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** | [**TaxInformationPostMessageAddress**](TaxInformationPostMessageAddress.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::VendorPutMessageTaxInformation.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/VendorPutMessageTaxInformation.md |