@eagleeye-solutions/integration-events-common
Version:
Eagle Eye CDP connector common functionality
11 lines (10 loc) • 358 B
TypeScript
import { EeAirOutboundEvent } from '..';
import { POSConnectWalletSpendEventData } from '../types';
/**
* Returns an array of events derived from a POSCONNECT.WALLET.SETTLE event.
*
* @param event
* @param configuration
* @returns
*/
export declare function getPosConnectWalletSpendEventData(event: EeAirOutboundEvent): POSConnectWalletSpendEventData;