/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** Response object for getting an RetryTransactionInformation */ export interface GetRetryTransactionInformationResponse { brandFailureReturnCode: string | null; transactionLimit: number | null; transactionDateLimit: string | null; } export declare const getRetryTransactionInformationResponseSchema: Schema;