UNPKG

@central-credit/engine

Version:

Engine to handle the Serasa requests

16 lines (15 loc) 450 B
import { LayoutWithRelations } from '../models'; export declare class LayoutBuilder { private layout; private parameters; constructor(layout: LayoutWithRelations); addParameter(paramName: string, paramValue: string): void; private getValueParameter; private getFillSize; private getValue; private isProtocolValid; private isOptionsValid; private buildOptions; private buildProtocol; build(): string; }