UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

12 lines (9 loc) 271 B
"use strict"; /** * @experimental * Represents available types of customer recommendations that can be retrieved using a PayPal customer session. */ const Recommendations = { PAYMENT_RECOMMENDATIONS: "PAYMENT_RECOMMENDATIONS", }; module.exports = Recommendations;