Export

TransactionId

interface TransactionId {
    transactionId?: string;
}

Properties

Properties

transactionId?: string

GUID to identify this transaction. This value can be used with the Transaction Status API to return the status of this transaction.

Memberof

TransactionId