Typescript SDK Type Docs
    Preparing search index...

    Interface TransactionItem

    Payment information related to the Transaction.

    interface TransactionItem {
        amount?: Amount;
        payment?: PaymentReference;
        paymentIntegration: PaymentIntegrationReference;
    }
    Index

    Properties

    amount?: Amount

    Money value of the Transaction Item.

    Reference to the Payment associated with the Transaction Item.

    paymentIntegration: PaymentIntegrationReference

    Reference to the Payment Integration to use to execute the payment.