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