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

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.