UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

13 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RecipientWallets = exports.RecipientTypes = void 0; exports.RecipientTypes = { email: 'EMAIL', phone: 'PHONE', paypalId: 'PAYPAL_ID', }; exports.RecipientWallets = { paypal: 'PAYPAL', venmo: 'VENMO', }; //# sourceMappingURL=PaymentInteface.js.map