ts-midtrans-client
Version:
This library is an UNOFFICIAL TypeScript version of the Midtrans Client - Node.js.
15 lines (14 loc) • 474 B
TypeScript
declare class SnapBiConfig {
static isProduction: boolean;
static snapBiClientId: string;
static snapBiPrivateKey: string;
static snapBiClientSecret: string;
static snapBiPartnerId: string;
static snapBiChannelId: string;
static enableLogging: boolean;
static snapBiPublicKey: string;
static SNAP_BI_SANDBOX_BASE_URL: string;
static SNAP_BI_PRODUCTION_BASE_URL: string;
static getBaseUrl(): string;
}
export default SnapBiConfig;