UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines (6 loc) 191 B
// https://www.w3.org/TR/payment-request/#dom-paymentoptions-shippingtype export enum PaymentShippingTypeEnum { Delivery = 'delivery', Pickup = 'pickup', Shipping = 'shipping', }