@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
14 lines (13 loc) • 696 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GooglePayEnvironment = void 0;
/** An object that defines a summary item in a payment request—for example, total, tax, discount, or grand total. */
/** An object that defines a summary item in a payment request—for example, total, tax, discount, or grand total. */
let GooglePayEnvironment = exports.GooglePayEnvironment = /*#__PURE__*/function (GooglePayEnvironment) {
GooglePayEnvironment[GooglePayEnvironment["Test"] = 3] = "Test";
GooglePayEnvironment[GooglePayEnvironment["Production"] = 1] = "Production";
return GooglePayEnvironment;
}({});
//# sourceMappingURL=GooglePayConfiguration.js.map