/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** Bank transfer checkout response */ export interface GetCheckoutBankTransferPaymentResponse { /** bank list response */ bank?: string[] | null; } export declare const getCheckoutBankTransferPaymentResponseSchema: Schema;