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

    Interface CreateMarketplaceTransactionRequest

    Create marketplace transaction request

    interface CreateMarketplaceTransactionRequest {
        billingAddress: BillingAddress;
        childTransactions: ChildTransaction[];
        currency: "PLN";
        description: string;
        hiddenDescription: string;
        languageCode: "PL" | "EN";
        pos: MarketplacePos;
        preSelectedChannelId?: string | null;
        transactionCallbacks: TransactionCallback[];
    }
    Index

    Properties

    billingAddress: BillingAddress
    childTransactions: ChildTransaction[]
    currency: "PLN"
    description: string
    hiddenDescription: string
    languageCode: "PL" | "EN"
    preSelectedChannelId?: string | null
    transactionCallbacks: TransactionCallback[]