UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/p

18 lines (17 loc) 509 B
import ApiAdapter from "../ApiAdapter"; import Session from "../Session"; import ApiEndpointInterface from "../Interfaces/ApiEndpointInterface"; export default class CardName implements ApiEndpointInterface { ApiAdapter: ApiAdapter; Session: Session; /** * @param {ApiAdapter} ApiAdapter */ constructor(ApiAdapter: ApiAdapter); /** * @param {number} userId * @param options * @returns {Promise<any>} */ get(userId: number, options?: any): Promise<any>; }