UNPKG

securepay

Version:

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

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