UNPKG

@rnw-community/react-native-payments

Version:

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

9 lines (7 loc) 236 B
import type { PaymentDetailsBase } from './payment-details-base'; /* * https://www.w3.org/TR/payment-request/#paymentdetailsupdate-dictionary */ export interface PaymentDetailsUpdate extends PaymentDetailsBase { error: string; }