Type alias AccountV2

AccountV2: {
    @type: "Account";
    accountPayments?: AccountPaymentV2[];
    accountStatements?: (AccountStatementV2 | ServiceAccountStatementV2)[];
    accountType?: string;
    accountTypeConfidence?: number;
    bankAccountCategory?: string;
    description?: string;
    endDate?: string;
    hasExpense?: util.v2.OneOrMore<BankAccountTransactionGroupV2>;
    hasIncome?: util.v2.OneOrMore<BankAccountTransactionGroupV2>;
    hasTotalIncome?: util.v2.OneOrMore<BankAccountTransactionGroupV2>;
    hasTransactions?: util.v2.OneOrMore<BankAccountTransactionV2>;
    hasTransferInformation?: util.v2.OneOrMore<TransferInformationV2>;
    hasValue?: MonetaryAmountV2;
    identifier?: string | number;
    name?: util.v2.OneOrMore<string>;
    organization?: AccountOrganizationV2;
    startDate?: string;
    verified?: boolean;
}

Type declaration