Typescript SDK Type Docs
    Preparing search index...

    Interface TransactionItemDraft

    interface TransactionItemDraft {
        amount?: Amount;
        paymentIntegration: PaymentIntegrationResourceIdentifier;
    }
    Index

    Properties

    amount?: Amount

    Money value of the Transaction Item.

    Resource Identifier of the Payment Integration to use to execute the payment.