accountHolderType property

  1. @JsonKey(name: "account_holder_type")
BankAccountHolderType? get accountHolderType
inherited

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;