UNPKG

react-native-yookassa

Version:
9 lines 455 B
import type { PaymentToken } from './PaymentToken'; import type { Payment, PaymentType } from './Payment'; import type { Shop } from './Shop'; export declare class YandexPayment { static show(shop: Shop, payment: Payment): Promise<PaymentToken>; static show3ds(requestUrl: string, paymentType: PaymentType, clientApplicationKey: string, shopId: string): Promise<'RESULT_OK'>; static close(): void; } //# sourceMappingURL=YandexPayment.d.ts.map