/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** Customizes the payer experience during the 3DS Approval for payment. */ export interface CardExperienceContext { /** Describes the URL. */ returnUrl?: string; /** Describes the URL. */ cancelUrl?: string; } export declare const cardExperienceContextSchema: Schema; //# sourceMappingURL=cardExperienceContext.d.ts.map