UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

12 lines (9 loc) 235 B
"use strict"; /** * Represents available payment options related to PayPal customer session recommendations. */ const RecommendedPaymentOption = { PAYPAL: "PAYPAL", VENMO: "VENMO", }; module.exports = RecommendedPaymentOption;