paytm-pg-node-sdk
Version:
Paytm SDK for Node.js
24 lines (23 loc) • 403 B
TypeScript
/**
* Copyright (C) 2019 Paytm.
*/
export declare class Config {
/**
* @var string
*/
static readonly logName: string;
/**
* @var int
*/
static readonly logLevel: number;
/**
* @var string
*/
static readonly logfile: string;
/**
* This holds unique uuid v4
*
* @var string
*/
static requestId: any;
}