/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { ThreeDSecureCardAuthenticationResponse } from './threeDSecureCardAuthenticationResponse.js'; /** Results of Authentication such as 3D Secure. */ export interface CardAuthenticationResponse { /** Results of 3D Secure Authentication. */ threeDSecure?: ThreeDSecureCardAuthenticationResponse; } export declare const cardAuthenticationResponseSchema: Schema; //# sourceMappingURL=cardAuthenticationResponse.d.ts.map