import { IdentificacaoRps } from './IdentificacaoRps';
import { Prestador } from './Prestador';
/** ConsultarNfseRpsEnvio */
export interface ConsultarNfseRpsEnvio {
    /** IdentificacaoRps */
    IdentificacaoRps: IdentificacaoRps;
    /** Prestador */
    Prestador: Prestador;
}
