Interface PaymentChangeTransactionTimestampAction

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

Properties

action: "changeTransactionTimestamp"
timestamp: string

Timestamp of the Transaction as reported by the payment service.

transactionId: string

Unique identifier of the Transaction.

Generated using TypeDoc