You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the substantial U.S. owner of the NFFE.
[optional]
address
str
The address of the substantial U.S. owner of the NFFE.
[optional]
tin
str
The taxpayer identification number (TIN) of the substantial U.S. owner of the NFFE.
[optional]
Example
fromAvalara.SDK.models.A1099.V2.substantial_us_owner_requestimportSubstantialUsOwnerRequest# TODO update the JSON string belowjson="{}"# create an instance of SubstantialUsOwnerRequest from a JSON stringsubstantial_us_owner_request_instance=SubstantialUsOwnerRequest.from_json(json)
# print the JSON string representation of the objectprint(SubstantialUsOwnerRequest.to_json())
# convert the object into a dictsubstantial_us_owner_request_dict=substantial_us_owner_request_instance.to_dict()
# create an instance of SubstantialUsOwnerRequest from a dictsubstantial_us_owner_request_from_dict=SubstantialUsOwnerRequest.from_dict(substantial_us_owner_request_dict)