@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
11 lines • 569 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentShippingTypeEnum = void 0;
// https://www.w3.org/TR/payment-request/#dom-paymentoptions-shippingtype
var PaymentShippingTypeEnum;
(function (PaymentShippingTypeEnum) {
PaymentShippingTypeEnum["Delivery"] = "delivery";
PaymentShippingTypeEnum["Pickup"] = "pickup";
PaymentShippingTypeEnum["Shipping"] = "shipping";
})(PaymentShippingTypeEnum || (exports.PaymentShippingTypeEnum = PaymentShippingTypeEnum = {}));
//# sourceMappingURL=payment-shipping-type.enum.js.map