Skip to content

@mbanq/core-sdk-js v0.50.0


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

Function: GetCreditProducts()

GetCreditProducts(): Command<void, object[]>

Defined in: src/commands/rest/creditCardProduct.ts:105

Get all credit products

This command retrieves a list of all available credit products.

Returns

Command<void, object[]>

Command object that executes the API request and returns the list of credit products

Example

typescript
const command = GetCreditProducts();
const result = await client.request(command);

Released under the MIT License.