/** * 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 approval process for the payment. */ export interface GooglePayExperienceContext { /** Describes the URL. */ returnUrl: string; /** Describes the URL. */ cancelUrl: string; } export declare const googlePayExperienceContextSchema: Schema; //# sourceMappingURL=googlePayExperienceContext.d.ts.map