accountHolderType property
The type of entity that holds the account. This can be either individual or company.
Implementation
@JsonKey(name: "account_holder_name") String? get accountHolderName;/// The type of entity that holds the account.
/// This can be either individual or company.
@JsonKey(name: "account_holder_type") BankAccountHolderType? get accountHolderType;