@paydock/client-sdk
Version:
Paydock client sdk
23 lines • 828 B
TypeScript
export { PayPalDataCollector } from './paypal-data-collector';
/**
* Interface of data used for PayPal configuration. For further information refer to [the documentation](https://developer.paypal.com/sdk/js/reference/#style).
* @interface PayPalDataCollectorConfig
*
* @type {object}
* @param {boolean} [mouse_movement] Used for indicating if is enabled mouse movement collection.
*/
/**
* Data object with the corresponding `correlation_id`.
* @interface CollectedDeviceData
*
* @type {object}
* @param {string} [correlation_id] The correlation ID that was used on the subsecuent requests.
*/
/**
* Interface for IOnErrorEventData
* @interface IOnErrorEventData
*
* @type {object}
* @param {string} error_code Error code. One of 'promise_not_enabled' or 'script_error'.
**/
//# sourceMappingURL=index.d.ts.map