@tax1driver/ts-tpay
    Preparing search index...

    Interface CreateMarketplaceTransactionResponse

    Create marketplace transaction response

    interface CreateMarketplaceTransactionResponse {
        paymentUrl: string;
        title: string;
        transactionId: TransactionId;
    }
    Index

    Properties

    paymentUrl: string
    title: string
    transactionId: TransactionId