@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
17 lines (16 loc) • 404 B
TypeScript
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;
};
};