UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines (6 loc) 164 B
// https://www.w3.org/TR/payment-request/#paymentcomplete-enum export enum PaymentComplete { FAIL = 'fail', SUCCESS = 'success', UNKNOWN = 'unknown', }