UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 368 B
import { EnvironmentEnum } from '../enum/environment.enum.js'; import { SupportedNetworkEnum } from '../enum/supported-networks.enum.js'; export declare const PLUGIN_DEFAULT_OPTIONS: { readonly supportedNetworks: SupportedNetworkEnum[]; readonly googlePayEnvironment: EnvironmentEnum.PRODUCTION; }; //# sourceMappingURL=plugin-default-options.constant.d.ts.map