Type alias AccountV1

AccountV1: CreateThing<"Account", {
    accountPayments?: AccountPaymentV1[];
    accountStatements?: AccountStatementV1[];
    accountType?: string;
    accountTypeConfidence?: number;
    bankAccountCategory?: string;
    description?: string;
    endDate?: string;
    hasExpense?: util.v1.OneOrMore<BankAccountTransactionGroupV1>;
    hasIncome?: util.v1.OneOrMore<BankAccountTransactionGroupV1>;
    hasTotalIncome?: util.v1.OneOrMore<BankAccountTransactionGroupV1>;
    hasTransactions?: util.v1.OneOrMore<BankAccountTransactionV1>;
    hasValue?: util.v1.OneOrMore<ExpandThing<MonetaryAmountRV1> | ExpandThing<MonetaryAmountEV1>>;
    identifier?: string | number;
    name?: string | string[];
    organization: ExpandThing<OrganizationAccountV1>;
    startDate?: string;
    verified?: boolean;
}>

Type declaration