/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { ApplePayCard } from './applePayCard.js'; /** A resource representing a response for Apple Pay. */ export interface ApplePayPaymentToken { /** The payment card to be used to fund a payment. Can be a credit or debit card. */ card?: ApplePayCard; } export declare const applePayPaymentTokenSchema: Schema; //# sourceMappingURL=applePayPaymentToken.d.ts.map