@ptkl/sdk - v1.3.4
    Preparing search index...

    Interface Transaction

    interface Transaction {
        amount: number;
        created_at: string;
        metadata?: Record<string, any>;
        status: string;
        type: string;
        uuid: string;
    }
    Index

    Properties

    amount: number
    created_at: string
    metadata?: Record<string, any>
    status: string
    type: string
    uuid: string