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

    Interface SdkDataInput

    interface SdkDataInput {
        deviceRenderOptions?: DeviceRenderOptions | null;
        sdkAppId?: string | null;
        sdkEncryptedData?: string | null;
        sdkEphemeralPublicKey?: string | null;
        sdkMaxTimeout?: string | null;
        sdkReferenceNumber?: string | null;
        sdkTransactionId?: string | null;
    }
    Index

    Properties

    deviceRenderOptions?: DeviceRenderOptions | null
    sdkAppId?: string | null
    sdkEncryptedData?: string | null
    sdkEphemeralPublicKey?: string | null
    sdkMaxTimeout?: string | null
    sdkReferenceNumber?: string | null
    sdkTransactionId?: string | null