Skip to content

@mbanq/core-sdk-js v0.50.0


@mbanq/core-sdk-js / commands / GetCreditCardAutoPays

Function: GetCreditCardAutoPays()

GetCreditCardAutoPays(limit, start): Command<{ limit: number; start: number; }, object[]>

Defined in: src/commands/rest/creditCardAuto.ts:129

Get all credit card auto pay configurations

Parameters

limit

number

The maximum number of results to return

start

number

The unique identifier of the credit card auto pay info that will start the response list

Returns

Command<{ limit: number; start: number; }, object[]>

Command object for fetching all credit card auto pay configurations

Released under the MIT License.