import { DebugLevel } from './../../../../enums/debug-level.enum';

export class CardPaymentInstrumentsService {
  
  constructor(options: {
    clientId     : string,
    clientSecret : string,
    sandbox     ?: boolean,
    debugLevel  ?: DebugLevel
  }) {}

  
}