UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

13 lines (10 loc) 273 B
"use strict"; /** * A union of all possible customer recommendations associated with a PayPal customer session. */ class CustomerRecommendations { constructor(paymentOptions) { this.paymentOptions = paymentOptions; } } module.exports = CustomerRecommendations;