@jackdevau/up-api API Reference
    Preparing search index...

    Interface AccountResource

    interface AccountResource {
        type: string;
        id: string;
        attributes: {
            displayName: string;
            accountType: AccountTypeEnum;
            ownershipType: OwnershipTypeEnum;
            balance: MoneyObject;
            createdAt: string;
        };
        relationships: { transactions: { links: { related: string } } };
        links: { self: string };
    }
    Index

    Properties

    type: string
    id: string
    attributes: {
        displayName: string;
        accountType: AccountTypeEnum;
        ownershipType: OwnershipTypeEnum;
        balance: MoneyObject;
        createdAt: string;
    }
    relationships: { transactions: { links: { related: string } } }
    links: { self: string }