@cfxlabsinc/b2b-services
    Preparing search index...

    Interface AccountInfoStpResponse

    interface AccountInfoStpResponse {
        datos: { estado: string; numeroCuenta: string; observaciones: string }[];
        estado: number;
        mensaje: string;
    }
    Index

    Properties

    Properties

    datos: { estado: string; numeroCuenta: string; observaciones: string }[]
    estado: number
    mensaje: string