easypay-nestjs
Version:
easypay for iranian payment gateways
8 lines (7 loc) • 330 B
TypeScript
import { Driver, RequestType } from "../types/general.type";
export declare class UrlService {
private readonly ApiUrls;
private readonly GatewayUrls;
getRequestUrl(driver: Driver, sandbox: boolean, type: RequestType): string;
getGatewayUrl(driver: Driver, sandbox: boolean, authority: string | number): string;
}