Type alias AccountPersonV2

AccountPersonV2: {
    @type: "AccountPerson";
    hasAccount: util.v2.OneOrMore<AccountV2>;
    hasIncome?: util.v2.OneOrMore<BankAccountTransactionGroupV2>;
    hasTotalIncome?: util.v2.OneOrMore<BankAccountTransactionGroupV2>;
}

Type declaration