Sha256: 56ebbcf653a5688ef9cdeaa931ae7c7b9ecf2f187c912726b422d0355a1b595c
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
# Buildium::VendorTaxInformationMessage ## 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 vendor should be included in 1099 form generation. | [optional] | | **address** | [**AssociationTaxInformationMessageAddress**](AssociationTaxInformationMessageAddress.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::VendorTaxInformationMessage.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/VendorTaxInformationMessage.md |