UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

8 lines (6 loc) 192 B
import type { PaymentMethodsResponse } from '../../core'; /** @internal Session context */ export interface SessionContext { paymentMethods: PaymentMethodsResponse; [key: string]: any; }