/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { SearchSOAReq } from './searchSOAReq.js'; export interface SearchStatementOfAccountRequest { filters?: SearchSOAReq; /** Page number */ page?: number; /** Number of records in page */ pageSize?: number; } export declare const searchStatementOfAccountRequestSchema: Schema; //# sourceMappingURL=searchStatementOfAccountRequest.d.ts.map