UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

12 lines (11 loc) 375 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { OfferModel } from './offerModel'; export interface GetOffersResponseData { offer?: OfferModel[]; } export declare const getOffersResponseDataSchema: Schema<GetOffersResponseData>;