Function OrchestrationsApiFp Orchestrations Api Fp ( configuration ? ) : { orchectrationsATTACHFunding ( id : string , fundingAttachDeets ?: FundingAttachDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsATTACHPaymentPush ( id : string , paymentPushCreateDeets ?: PaymentPushCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsCREATE ( orchestrationCreateDeets ?: OrchestrationCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsGETById ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsGETList ( limit ?: number , page ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration [] > ) > ; orchestrationsRUNFunding ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > ; orchestrationsRUNPayments ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > ; } Returns { orchectrationsATTACHFunding ( id : string , fundingAttachDeets ?: FundingAttachDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsATTACHPaymentPush ( id : string , paymentPushCreateDeets ?: PaymentPushCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsCREATE ( orchestrationCreateDeets ?: OrchestrationCreateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsGETById ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > ; orchestrationsGETList ( limit ?: number , page ?: number , userId ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration [] > ) > ; orchestrationsRUNFunding ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > ; orchestrationsRUNPayments ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > ; } orchectrationsATTACHFunding : functionorchectrationsATTACHFunding ( id , fundingAttachDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > Parameters id : string Optional
fundingAttachDeets : FundingAttachDeets Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > orchestrationsATTACHPayment Push : functionorchestrationsATTACHPayment Push ( id , paymentPushCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > orchestrationsCREATE : functionorchestrationsCREATE ( orchestrationCreateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > orchestrationsGETBy Id : functionorchestrationsGETBy Id ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration > ) > orchestrationsGETList : functionorchestrationsGETList ( limit ? , page ? , userId ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration [] > ) > Parameters Optional
limit : number Optional
page : number Optional
userId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Orchestration [] > ) > orchestrationsRUNFunding : functionorchestrationsRUNFunding ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > orchestrationsRUNPayments : functionorchestrationsRUNPayments ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < OrchestrationRun > ) >
OrchestrationsApi - functional programming interface export