accountHolderType property
The type of entity that holds the account. This can be either individual or company.
Implementation
@JsonKey(name: "account_holder_type")
BankAccountHolderType? get accountHolderType =>
throw _privateConstructorUsedError;