Name | Type | Description | Notes |
---|---|---|---|
line1 | String | Address line 1 | [optional] |
line2 | String | Address line 2 | [optional] |
city | String | City | [optional] |
state | String | State | [optional] |
country | String | Country | [optional] |
require 'avalara_sdk'
instance = AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerAddressesInner.new(
line1: ,
line2: ,
city: ,
state: ,
country:
)