/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** Information used to pay using BLIK one-click flow. */ export interface BlikOneClickPaymentObject { /** The merchant generated, unique reference serving as a primary identifier for accounts connected between Blik and a merchant. */ consumerReference?: string; } export declare const blikOneClickPaymentObjectSchema: Schema; //# sourceMappingURL=blikOneClickPaymentObject.d.ts.map