Sha256: 5ba62d40807d63e9e0a694c2d8f7d387d90506f1414ac92a31216de69d2b5505
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Buildium::AssociationPostMessageTaxInformation ## 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::AssociationPostMessageTaxInformation.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/AssociationPostMessageTaxInformation.md |