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

    Interface MarketplaceTransactionDetails

    Marketplace transaction details

    interface MarketplaceTransactionDetails {
        billingAddress: BillingAddress;
        childTransactions: ChildTransaction[];
        creationDate: string;
        currency: string;
        description: string;
        hiddenDescription: string;
        languageCode: string;
        payments?: {
            attempts: { attemptId: string; date: string; status: string }[];
        };
        pos: MarketplacePos;
        preSelectedChannelId?: string;
        status: string;
        title: string;
        transactionCallbacks: TransactionCallback[];
    }
    Index

    Properties

    billingAddress: BillingAddress
    childTransactions: ChildTransaction[]
    creationDate: string
    currency: string
    description: string
    hiddenDescription: string
    languageCode: string
    payments?: { attempts: { attemptId: string; date: string; status: string }[] }
    preSelectedChannelId?: string
    status: string
    title: string
    transactionCallbacks: TransactionCallback[]