UNPKG

securepay

Version:

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

9 lines (8 loc) 228 B
import { DebugLevel } from "../../enums/debug-level.enum"; export interface SecurepayConstruction { clientId: string; clientSecret: string; merchantCode: string; sandbox?: boolean; debugLevel?: DebugLevel; }