/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { GetMovementObjectBaseResponse } from './getMovementObjectBaseResponse'; export interface GetMovementObjectPayableResponse extends GetMovementObjectBaseResponse { fee?: string | null; anticipationFee: string; fraudCoverageFee: string; installment: string; splitId: string; bulkAnticipationId: string; anticipationId: string; recipientId: string; originatorModel: string; originatorModelId: string; paymentDate: string; originalPaymentDate: string; paymentMethod: string; accrualAt: string; liquidationArrangementId: string; } export declare const getMovementObjectPayableResponseSchema: Schema;