/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; export interface GetTransferSettingsResponse { transferEnabled?: boolean | null; transferInterval?: string | null; transferDay?: number | null; } export declare const getTransferSettingsResponseSchema: Schema;