UNPKG

bc-payments-sdk

Version:

BetterCommerce's Payments NodeJS SDK is a complete solution for storefront clients that integrate payments. `bc-payments-sdk` is a single point interface for storefront clients for interacting with payment gateways.

9 lines (8 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentSelectionType = void 0; var PaymentSelectionType; (function (PaymentSelectionType) { PaymentSelectionType["FULL"] = "full"; PaymentSelectionType["PARTIAL"] = "partial"; })(PaymentSelectionType || (exports.PaymentSelectionType = PaymentSelectionType = {}));