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

    Interface CategorizeTransactionPayload

    Represents the payload for categorizing a transaction.

    interface CategorizeTransactionPayload {
        data: CategoryInputResourceIdentifier | null;
    }
    Index

    Properties

    Properties

    The category to set on the transaction. Set this entire key to null to de-categorize a transaction.