@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
8 lines • 377 B
TypeScript
import type { EnvironmentEnum } from '../enum/environment.enum.js';
import type { SupportedNetworkEnum } from '../enum/supported-networks.enum.js';
export interface ReactNativePaymentsPluginProps {
merchantIdentifier: string | string[];
supportedNetworks?: SupportedNetworkEnum[];
googlePayEnvironment?: EnvironmentEnum;
}
//# sourceMappingURL=plugin.props.d.ts.map