You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ResultCode string `json:"resultCode"` // "Ok" or "Error"
Messages []ErrMessage `json:"message"` // min=0
}
type ANetApiResponse struct {
RefId string `json:"refId,omitempty"` // Merchant-assigned reference ID for the request. If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications.