/** * 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 level_0 flow. */ export interface BlikLevel0PaymentObject { /** The 6-digit code used to authenticate a consumer within BLIK. */ authCode: string; } export declare const blikLevel0PaymentObjectSchema: Schema; //# sourceMappingURL=blikLevel0PaymentObject.d.ts.map