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

    Interface CategoryInputResourceIdentifier

    Represents the input for categorizing a transaction.

    interface CategoryInputResourceIdentifier {
        type: string;
        id: string;
    }
    Index

    Properties

    Properties

    type: string

    The type of this resource: categories

    id: string

    The unique identifier of the category, as returned by the /categories endpoint.