package models // MensajeSOAP representa un mensaje de respuesta SOAP type MensajeSOAP struct { Codigo string `json:"codigo,omitempty"` Descripcion string `json:"descripcion,omitempty"` Advertencia string `json:"advertencia,omitempty"` NumeroArchivo string `json:"numeroArchivo,omitempty"` NumeroDetalle string `json:"numeroDetalle,omitempty"` }