Worldline Connect Node.js SDK
    Preparing search index...

    Interface ProductgroupsClient

    interface ProductgroupsClient {
        deviceFingerprint(
            merchantId: string,
            paymentProductGroupId: string,
            postData: DeviceFingerprintRequest,
            paymentContext?: PaymentContext | null,
        ): Promise<SdkResponse<DeviceFingerprintResponse, ErrorResponse>>;
        find(
            merchantId: string,
            paymentContext: FindProductgroupsParams,
        ): Promise<SdkResponse<PaymentProductGroups, ErrorResponse>>;
        get(
            merchantId: string,
            paymentProductGroupId: string,
            paymentContext: GetProductgroupParams,
        ): Promise<SdkResponse<PaymentProductGroupResponse, ErrorResponse>>;
    }
    Index

    Methods