UNPKG

connect-sdk-nodejs

Version:

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

5 lines (4 loc) 374 B
import { SdkContext, SdkResponse } from "../../model"; import { ErrorResponse, GetPrivacyPolicyResponse } from "../model/domain"; import { PrivacypolicyParams } from "../model/services"; export declare function privacypolicy(sdkContext: SdkContext): (merchantId: string, paymentContext: PrivacypolicyParams) => Promise<SdkResponse<GetPrivacyPolicyResponse, ErrorResponse>>;