The identifier for a transaction.

TransactionIdentifier

interface TransactionIdentifier {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

The transaction identifier.

TransactionIdentifier

name?: string

The transaction identifier name. Use the getInvoicesAttributes operation to check transactionIdentifierName options.

TransactionIdentifier