Represents the parameters for retrieving withdrawals.

interface GetWithdrawalParameters {
    limit?: number;
    merchantRefNum?: string;
    offset?: number;
    slipId?: string;
}

Properties

limit?: number

This is the requested number of records to return. Max = 50. Default = 10.

merchantRefNum?: string

This is the merchant reference number created by the merchant and submitted as part of the request. It must be unique for each request and allows cross referencing objects from merchant system.

offset?: number

This is the requested starting position of the response entries, where 0 is the first record. Default = 0.

slipId?: string

Payment slip.