License

Copyright Paysafe 2024. All rights reserved.

interface TransactionHistoryParameters {
    accountId?: string;
    endDate?: string;
    limit?: number;
    merchantRefNum?: string;
    offset?: number;
    slipId?: string;
    startDate?: string;
}

Properties

accountId?: string
endDate?: string
limit?: number
merchantRefNum?: string
offset?: number
slipId?: string
startDate?: string

Generated using TypeDoc