UNPKG

securepay

Version:

https://www.securepay.com.au/

13 lines (9 loc) 266 B
import { DebugLevel } from './../../../../enums/debug-level.enum'; export class CardPaymentInstrumentsService { constructor(options: { clientId : string, clientSecret : string, sandbox ?: boolean, debugLevel ?: DebugLevel }) {} }