@eagleeye-solutions/integration-events-common
Version:
Eagle Eye CDP connector common functionality
4 lines (3 loc) • 488 B
TypeScript
import { PointsAttributes, SpendTransactionAttributes, WalletTransactionEntityUpdateSpend, EeAirOutboundEvent } from '../../../types';
export declare function getPointsAttributesFromWalletTransactionEntityUpdateSpendVoid(entity: WalletTransactionEntityUpdateSpend): PointsAttributes;
export declare function getTransactionAttributesFromWalletTransactionEntityUpdateSpendVoid(entity: WalletTransactionEntityUpdateSpend, eeAirOutboundEvent: EeAirOutboundEvent): SpendTransactionAttributes;