connect-sdk-nodejs
Version:
SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API
4 lines (3 loc) • 330 B
TypeScript
import { PaymentContext, SdkContext, SdkResponse } from "../../model";
import { DisputeResponse, ErrorResponse } from "../model/domain";
export declare function submit(sdkContext: SdkContext): (merchantId: string, disputeId: string, paymentContext?: PaymentContext | null) => Promise<SdkResponse<DisputeResponse, ErrorResponse>>;