UNPKG

@eagleeye-solutions/integration-events-common

Version:
4 lines (3 loc) 488 B
import { PointsAttributes, SpendTransactionAttributes, WalletTransactionEntityUpdateSpend, EeAirOutboundEvent } from '../../../types'; export declare function getPointsAttributesFromWalletTransactionEntityUpdateSpendVoid(entity: WalletTransactionEntityUpdateSpend): PointsAttributes; export declare function getTransactionAttributesFromWalletTransactionEntityUpdateSpendVoid(entity: WalletTransactionEntityUpdateSpend, eeAirOutboundEvent: EeAirOutboundEvent): SpendTransactionAttributes;