UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API

4 lines (3 loc) 402 B
import { PaymentContext, SdkContext, SdkResponse } from "../../model"; import { ErrorResponse, GetInstallmentRequest, InstallmentOptionsResponse } from "../model/domain"; export declare function getInstallmentsInfo(sdkContext: SdkContext): (merchantId: string, postData: GetInstallmentRequest, paymentContext?: PaymentContext | null) => Promise<SdkResponse<InstallmentOptionsResponse, ErrorResponse>>;