/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { PricedResponseData } from './pricedResponseData.js'; export interface PricedTransactionResponseV2 { /** Mandatory UUID (according to RFC 4122 standards) for requests and responses. This will be played back in the response from the req */ requestId?: string; /** Indicates overall status of the request */ status?: string; data?: PricedResponseData[]; /** Current page */ page?: number; /** Number of records returned in the response */ pageSize?: number; /** Total number of pages available for the requested data */ totalPages?: number; } export declare const pricedTransactionResponseV2Schema: Schema; //# sourceMappingURL=pricedTransactionResponseV2.d.ts.map