AccountHolder
No description
union AccountHolder = Individual | Business
Possible types
Individual
object
A natural person who owns an account.
This type requires the following scope:
[accountholders]
Business
object
A business that owns an account.
This type requires the following scope:
[accountholders]