@sumup/sdk
    Preparing search index...

    Type Alias ListTransactionsV2_1QueryParams

    type ListTransactionsV2_1QueryParams = {
        changes_since?: string;
        "entry_modes[]"?: EntryModeFilter[];
        limit?: number;
        newest_ref?: string;
        newest_time?: string;
        oldest_ref?: string;
        oldest_time?: string;
        order?: "ascending" | "descending";
        payment_types?: SumUp.Transactions.PaymentType[];
        statuses?: (
            "SUCCESSFUL"
            | "CANCELLED"
            | "FAILED"
            | "REFUNDED"
            | "CHARGE_BACK"
        )[];
        transaction_code?: string;
        types?: ("PAYMENT" | "REFUND" | "CHARGE_BACK")[];
        users?: string[];
    }
    Index

    Properties

    changes_since?: string

    Optionalentry_modes[]

    "entry_modes[]"?: EntryModeFilter[]
    limit?: number
    newest_ref?: string
    newest_time?: string
    oldest_ref?: string
    oldest_time?: string
    order?: "ascending" | "descending"
    payment_types?: SumUp.Transactions.PaymentType[]
    statuses?: ("SUCCESSFUL" | "CANCELLED" | "FAILED" | "REFUNDED" | "CHARGE_BACK")[]
    transaction_code?: string
    types?: ("PAYMENT" | "REFUND" | "CHARGE_BACK")[]
    users?: string[]