UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

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