UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

9 lines (8 loc) 225 B
import type { PaymentMethodsEnum } from '../../../payment/enums'; export interface CreatePaymentMethodRequest { type: PaymentMethodsEnum; confirmation: { type: 'redirect'; return_url: string; }; }