react-native-yookassa
Version:
YooKassa payments for React Native
9 lines • 455 B
TypeScript
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