Typescript SDK Type Docs
    Preparing search index...

    Interface TransactionDraft

    interface TransactionDraft {
        application: ApplicationResourceIdentifier;
        cart: CartResourceIdentifier;
        key?: string;
        transactionItems: TransactionItemDraft[];
    }
    Index

    Properties

    Application for which the payment is executed.

    Cart for which the payment must be executed.

    key?: string

    User-defined unique identifier of the Transaction.

    transactionItems: TransactionItemDraft[]

    Transaction Item associated with the Transaction.