/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { GetMovementObjectBaseResponse } from './getMovementObjectBaseResponse'; /** Generic response object for getting a MovementObjectFeeCollection. */ export interface GetMovementObjectFeeCollectionResponse extends GetMovementObjectBaseResponse { description?: string | null; paymentDate?: string | null; recipientId?: string | null; } export declare const getMovementObjectFeeCollectionResponseSchema: Schema;