UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines (5 loc) 152 B
// https://www.w3.org/TR/payment-request/#dom-paymentcurrencyamount export interface PaymentCurrencyAmount { currency: string; value: string; }