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