/** * 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 MovementObjectRefund. */ export interface GetMovementObjectRefundResponse extends GetMovementObjectBaseResponse { fraudCoverageFee?: string | null; chargeFeeRecipientId?: string | null; bankAccountId?: string | null; localTransactionId?: string | null; updatedAt?: string | null; } export declare const getMovementObjectRefundResponseSchema: Schema;