@sunrise-upc/mobile-prod-card 1.0.36-beta.2 → 1.0.36-beta.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,3 +2,9 @@ export declare const formattedContent: (content: any, isMobileFlow: boolean, upd
|
|
2
2
|
export declare const sortProductDetails: (prodDetails: any) => any;
|
3
3
|
export declare const checkGift: (data: any) => any;
|
4
4
|
export declare const checkCashback: (data: any) => any;
|
5
|
+
/**
|
6
|
+
* retrieves access data from the line check data based on provided product id
|
7
|
+
* @param productId the id to search for in the line check response
|
8
|
+
* @returns accessData for the particular product
|
9
|
+
*/
|
10
|
+
export declare const getAccessDataFromLineCheck: (productId: any) => any;
|