"use strict";
/**
* @experimental
* Represents available types of customer recommendations that can be retrieved using a PayPal customer session.
*/constRecommendations = {
PAYMENT_RECOMMENDATIONS: "PAYMENT_RECOMMENDATIONS",
};
module.exports = Recommendations;