UNPKG

rn-yookassa

Version:

React Native YooKassa Module SDK Integration.

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