@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentChangeTransactionTimestampAction

    interface PaymentChangeTransactionTimestampAction {
        action: "changeTransactionTimestamp";
        timestamp: string;
        transactionId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeTransactionTimestamp"
    timestamp: string

    Timestamp of the Transaction as reported by the payment service.

    transactionId: string

    Unique identifier of the Transaction.