/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { GetMovementObjectBaseResponse } from './getMovementObjectBaseResponse'; export interface GetMovementObjectTransferResponse extends GetMovementObjectBaseResponse { sourceType?: string | null; sourceId?: string | null; targetType?: string | null; targetId?: string | null; fee?: string | null; fundingDate?: string | null; fundingEstimatedDate?: string | null; bankAccount?: string | null; } export declare const getMovementObjectTransferResponseSchema: Schema;