@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
10 lines • 566 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentUpdateErrorTypeEnum = void 0;
var PaymentUpdateErrorTypeEnum;
(function (PaymentUpdateErrorTypeEnum) {
PaymentUpdateErrorTypeEnum["ContactField"] = "contactField";
PaymentUpdateErrorTypeEnum["CouponCode"] = "couponCode";
PaymentUpdateErrorTypeEnum["ShippingAddressField"] = "shippingAddressField";
})(PaymentUpdateErrorTypeEnum || (exports.PaymentUpdateErrorTypeEnum = PaymentUpdateErrorTypeEnum = {}));
//# sourceMappingURL=payment-update-error-type.enum.js.map