UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

8 lines 423 B
// https://www.w3.org/TR/payment-request/#dom-paymentoptions-shippingtype export var PaymentShippingTypeEnum; (function (PaymentShippingTypeEnum) { PaymentShippingTypeEnum["Delivery"] = "delivery"; PaymentShippingTypeEnum["Pickup"] = "pickup"; PaymentShippingTypeEnum["Shipping"] = "shipping"; })(PaymentShippingTypeEnum || (PaymentShippingTypeEnum = {})); //# sourceMappingURL=payment-shipping-type.enum.js.map