package isapi type ResponseStatus struct { ResponseUrl string `xml:"responseUrl"` StatusCode int `xml:"statusCode"` StatusString string `xml:"statusString"` SubStatusCode string `xml:"subStatusCode"` Description string `xml:"description"` }