@gradientedge/commercetools-utils
    Preparing search index...

    Interface TransactionDraft

    interface TransactionDraft {
        amount: _Money;
        custom?: CustomFieldsDraft;
        interactionId?: string;
        state?: TransactionState;
        timestamp?: string;
        type: TransactionType;
    }
    Index

    Properties

    amount: _Money

    Money value for the Transaction.

    Custom Fields of the Transaction.

    interactionId?: string

    Identifier used by the payment service that manages the Transaction. Can be used to correlate the Transaction to an interface interaction.

    State of the Transaction.

    timestamp?: string

    Date and time (UTC) the Transaction took place.

    Type of the Transaction.