/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** Generic response object for getting a MovementObjectBase. */ export interface GetMovementObjectBaseResponse { object?: string; id?: string | null; status?: string | null; amount?: string | null; createdAt?: string | null; type?: string | null; chargeId?: string | null; gatewayId?: string | null; } export declare const getMovementObjectBaseResponseSchema: Schema;