UNPKG

rn-yookassa

Version:

React Native YooKassa Module SDK Integration.

7 lines (5 loc) 169 B
import type { PaymentMethodTypesEnum } from '.'; export interface ConfirmationPaymentParams { confirmationUrl: string; paymentMethodType: PaymentMethodTypesEnum; }