/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { LiabilityShiftIndicator } from './liabilityShiftIndicator.js'; import { ThreeDSecureAuthenticationResponse } from './threeDSecureAuthenticationResponse.js'; /** Results of Authentication such as 3D Secure. */ export interface AuthenticationResponse { /** Liability shift indicator. The outcome of the issuer's authentication. */ liabilityShift?: LiabilityShiftIndicator; /** Results of 3D Secure Authentication. */ threeDSecure?: ThreeDSecureAuthenticationResponse; } export declare const authenticationResponseSchema: Schema; //# sourceMappingURL=authenticationResponse.d.ts.map