UNPKG

@eagleeye-solutions/integration-events-common

Version:
6 lines (5 loc) 480 B
import { WalletTransactionEntityCreate, ProductAttributes } from '../../../types'; export declare function getProductAttributes(entity: WalletTransactionEntityCreate): ProductAttributes[]; export declare function getTotalBasketValueAfterDiscount(entity: WalletTransactionEntityCreate): number; export declare function getDiscountsReceived(entity: WalletTransactionEntityCreate): number; export declare function getTotalPointsEarned(entity: WalletTransactionEntityCreate): number;