UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

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