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

    Interface RefundListParams

    Refund list query parameters

    interface RefundListParams {
        context?: "transactional" | "card";
        from?: string;
        limit?: number;
        page?: number;
        payerEmail?: string;
        to?: string;
        token?: string;
        transactionTitle?: string;
    }
    Index

    Properties

    context?: "transactional" | "card"
    from?: string
    limit?: number
    page?: number
    payerEmail?: string
    to?: string
    token?: string
    transactionTitle?: string