/** * Solidex.Order, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as __model from '../model'; import * as i0 from "@angular/core"; export interface AlfabankParams { /** Identifier of the order to be received */ orderId: string; /** * The requested API version * default: 1.0 */ apiVersion?: string; } export declare class AlfabankService { private http; constructor(http: HttpClient); /** * The method provider possibility to receive a information about a specified order from an external service * by order id * http://undefined/swagger/swagger-ui.html#!/Alfabank/undefined */ alfabank(params: AlfabankParams): Observable<__model.HttpResponseMessage>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }