Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 620 Bytes

File metadata and controls

22 lines (16 loc) · 620 Bytes

AvalaraSdk::A1099::V2::SubstantialUsOwnerResponse

Properties

Name Type Description Notes
name String The name of the substantial U.S. owner of the NFFE. [optional]
address String The address of the substantial U.S. owner of the NFFE. [optional]
tin String The taxpayer identification number (TIN) of the substantial U.S. owner of the NFFE. [optional]

Example

require 'avalara_sdk'

instance = AvalaraSdk::A1099::V2::SubstantialUsOwnerResponse.new(
  name: null,
  address: null,
  tin: null
)