UNPKG

bc-checkout-sdk

Version:

BetterCommerce's Checkout NodeJS SDK enables BC client applications to integrate with Checkout merchant API system. It publishes an interface to interact with [Checkout API](https://api-reference.checkout.com/#operation/getPaymentDetails/) endpoints.

23 lines (22 loc) 740 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Defaults = void 0; var Defaults; (function (Defaults) { let Int; (function (Int) { Int.Value = 0; })(Int = Defaults.Int || (Defaults.Int = {})); let String; (function (String) { String.Value = ""; })(String = Defaults.String || (Defaults.String = {})); let Guid; (function (Guid) { Guid.Value = "00000000-0000-0000-0000-000000000000"; })(Guid = Defaults.Guid || (Defaults.Guid = {})); let Object; (function (Object) { Object.Value = {}; })(Object = Defaults.Object || (Defaults.Object = {})); })(Defaults = exports.Defaults || (exports.Defaults = {}));