UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

7 lines (6 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DestinationType; (function (DestinationType) { DestinationType["Physical"] = "Physical"; })(DestinationType = exports.DestinationType || (exports.DestinationType = {}));