UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

14 lines (12 loc) 229 B
"use strict"; module.exports = { REQUIRED_OPTIONS: [ "iban", "merchantAccountId", "mandateType", "customerId", "accountHolderName", "countryCode", ], MANDATE_TYPE_ENUM: ["ONE_OFF", "RECURRENT"], };