A GUID assigned by Amazon to identify this transaction.

TransactionReference

interface TransactionReference {
    transactionId?: string;
}

Properties

Properties

transactionId?: string

A GUID (Globally Unique Identifier) assigned by Amazon to uniquely identify the transaction.

TransactionReference