UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

17 lines (16 loc) 404 B
import { PaymentAmount } from '../../types'; export interface OxxoVoucherResultProps { alternativeReference?: string; reference?: string; expiresAt?: string; merchantReference?: string; totalAmount?: PaymentAmount; paymentMethodType?: string; downloadUrl?: string; ref?: any; } export type OxxoElementData = { paymentMethod: { type: 'oxxo' | string; }; };