Typescript SDK Type Docs
    Preparing search index...

    Interface TransactionChangeValue

    interface TransactionChangeValue {
        id: string;
        interactionId: string;
        timestamp: string;
    }
    Index

    Properties

    id: string

    id of the Transaction.

    interactionId: string

    Identifier used by the interface that manages the Transaction (usually the PSP).

    timestamp: string

    Date and time (UTC) the Transaction took place.